Skip to content

ae1studio/cloudflare_dart_openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare_dart (EXPERIMENTAL)

Welcome to Cloudflare's API documentation site. We are experimenting with an updated version of our API documentation - check out developers.cloudflare.com/api-next/ to test out the new experience.

To get started using Cloudflare's products and services via the API, refer to how to interact with Cloudflare, which covers using tools like Terraform and the official SDKs to maintain your Cloudflare resources.

Using the Cloudflare API requires authentication so that Cloudflare knows who is making requests and what permissions you have. Create an API token to grant access to the API to perform actions. You can also authenticate with API keys, but these keys have several limitations that make them less secure than API tokens. Whenever possible, use API tokens to interact with the Cloudflare API.

To create an API token, from the Cloudflare dashboard, go to My Profile > API Tokens and select Create Token. For more information on how to create and troubleshoot API tokens, refer to our API fundamentals.

For information regarding rate limits, refer to our API Rate Limits.

Totally new to Cloudflare? Start here.

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 4.0.0
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Requirements

Installation & Usage

pub.dev [Coming soon]

To use the package from pub.dev, please include the following in pubspec.yaml

dependencies:
  cloudflare_dart: 1.0.0

Github

If this Dart package is published to Github, please include the following in pubspec.yaml

dependencies:
  cloudflare_dart:
    git:
      url: https://github.com/ae1studio/cloudflare_dart
      #ref: main

Local development

To use the package from your local drive, please include the following in pubspec.yaml

dependencies:
  cloudflare_dart:
    path: /path/to/cloudflare_dart

Getting Started

Please follow the installation procedure and then run the following:

import 'package:cloudflare_dart/cloudflare_dart.dart';


final api = CloudflareDart().getAIGatewayDatasetsApi();
final String gatewayId = my-gateway; // String | 
final String accountId = 3ebbcb006d4d46d7bb6a8c7f14676cb0; // String | 
final AigConfigCreateDatasetRequest aigConfigCreateDatasetRequest = ; // AigConfigCreateDatasetRequest | 

try {
    final response = await api.aigConfigCreateDataset(gatewayId, accountId, aigConfigCreateDatasetRequest);
    print(response);
} catch on DioException (e) {
    print("Exception when calling AIGatewayDatasetsApi->aigConfigCreateDataset: $e\n");
}

Documentation for API Endpoints

All URIs are relative to https://api.cloudflare.com/client/v4

Class Method HTTP request Description
AIGatewayDatasetsApi aigConfigCreateDataset POST /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets Create a new Dataset
AIGatewayDatasetsApi aigConfigDeleteDataset DELETE /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id} Delete a Dataset
AIGatewayDatasetsApi aigConfigFetchDataset GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id} Fetch a Dataset
AIGatewayDatasetsApi aigConfigListDataset GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets List Datasets
AIGatewayDatasetsApi aigConfigUpdateDataset PUT /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id} Update a Dataset
AIGatewayDynamicRoutesApi aigConfigDeleteGatewayDynamicRoute DELETE /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id} Delete an AI Gateway Dynamic Route.
AIGatewayDynamicRoutesApi aigConfigGetGatewayDynamicRoute GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id} Get an AI Gateway Dynamic Route.
AIGatewayDynamicRoutesApi aigConfigGetGatewayDynamicRouteVersion GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions/{version_id} Get an AI Gateway Dynamic Route Version.
AIGatewayDynamicRoutesApi aigConfigListGatewayDynamicRouteDeployments GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments List all AI Gateway Dynamic Route Deployments.
AIGatewayDynamicRoutesApi aigConfigListGatewayDynamicRouteVersions GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions List all AI Gateway Dynamic Route Versions.
AIGatewayDynamicRoutesApi aigConfigListGatewayDynamicRoutes GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes List all AI Gateway Dynamic Routes.
AIGatewayDynamicRoutesApi aigConfigPostGatewayDynamicRoute POST /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes Create a new AI Gateway Dynamic Route.
AIGatewayDynamicRoutesApi aigConfigPostGatewayDynamicRouteDeployment POST /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments Create a new AI Gateway Dynamic Route Deployment.
AIGatewayDynamicRoutesApi aigConfigPostGatewayDynamicRouteVersion POST /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions Create a new AI Gateway Dynamic Route Version.
AIGatewayDynamicRoutesApi aigConfigUpdateGatewayDynamicRoute PATCH /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id} Update an AI Gateway Dynamic Route.
AIGatewayEvaluationsApi aigConfigCreateEvaluations POST /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations Create a new Evaluation
AIGatewayEvaluationsApi aigConfigDeleteEvaluations DELETE /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id} Delete a Evaluation
AIGatewayEvaluationsApi aigConfigFetchEvaluations GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id} Fetch a Evaluation
AIGatewayEvaluationsApi aigConfigListEvaluations GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations List Evaluations
AIGatewayEvaluationsApi aigConfigListEvaluators GET /accounts/{account_id}/ai-gateway/evaluation-types List Evaluators
AIGatewayGatewaysApi aigConfigCreateGateway POST /accounts/{account_id}/ai-gateway/gateways Create a new Gateway
AIGatewayGatewaysApi aigConfigDeleteGateway DELETE /accounts/{account_id}/ai-gateway/gateways/{id} Delete a Gateway
AIGatewayGatewaysApi aigConfigFetchGateway GET /accounts/{account_id}/ai-gateway/gateways/{id} Fetch a Gateway
AIGatewayGatewaysApi aigConfigGetGatewayUrl GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/url/{provider} Get Gateway URL
AIGatewayGatewaysApi aigConfigListGateway GET /accounts/{account_id}/ai-gateway/gateways List Gateways
AIGatewayGatewaysApi aigConfigUpdateGateway PUT /accounts/{account_id}/ai-gateway/gateways/{id} Update a Gateway
AIGatewayLogsApi aigConfigDeleteGatewayLogs DELETE /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs Delete Gateway Logs
AIGatewayLogsApi aigConfigGetGatewayLogDetail GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id} Get Gateway Log Detail
AIGatewayLogsApi aigConfigGetGatewayLogRequest GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request Get Gateway Log Request
AIGatewayLogsApi aigConfigGetGatewayLogResponse GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response Get Gateway Log Response
AIGatewayLogsApi aigConfigListGatewayLogs GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs List Gateway Logs
AIGatewayLogsApi aigConfigPatchGatewayLog PATCH /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id} Patch Gateway Log
AIGatewayProviderConfigsApi aigConfigCreateProviders POST /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs Create a new Provider Configs
AIGatewayProviderConfigsApi aigConfigDeleteProviders DELETE /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id} Delete a Provider Configs
AIGatewayProviderConfigsApi aigConfigListProviders GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs List Provider Configs
AIGatewayProviderConfigsApi aigConfigUpdateProviders PUT /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id} Update a Provider Configs
APIShieldAPIDiscoveryApi apiShieldApiDiscoveryRetrieveDiscoveredOperationsOnAZone GET /zones/{zone_id}/api_gateway/discovery/operations Retrieve discovered operations on a zone
APIShieldAPIDiscoveryApi apiShieldApiDiscoveryRetrieveDiscoveredOperationsOnAZoneAsOpenapi GET /zones/{zone_id}/api_gateway/discovery Retrieve discovered operations on a zone rendered as OpenAPI schemas
APIShieldAPIDiscoveryApi apiShieldApiPatchDiscoveredOperation PATCH /zones/{zone_id}/api_gateway/discovery/operations/{operation_id} Patch discovered operation
APIShieldAPIDiscoveryApi apiShieldApiPatchDiscoveredOperations PATCH /zones/{zone_id}/api_gateway/discovery/operations Patch discovered operations
APIShieldClientCertificatesForAZoneApi clientCertificateForAZoneClientCertificateDetails GET /zones/{zone_id}/client_certificates/{client_certificate_id} Client Certificate Details
APIShieldClientCertificatesForAZoneApi clientCertificateForAZoneCreateClientCertificate POST /zones/{zone_id}/client_certificates Create Client Certificate
APIShieldClientCertificatesForAZoneApi clientCertificateForAZoneDeleteClientCertificate DELETE /zones/{zone_id}/client_certificates/{client_certificate_id} Revoke Client Certificate
APIShieldClientCertificatesForAZoneApi clientCertificateForAZoneEditClientCertificate PATCH /zones/{zone_id}/client_certificates/{client_certificate_id} Reactivate Client Certificate
APIShieldClientCertificatesForAZoneApi clientCertificateForAZoneListClientCertificates GET /zones/{zone_id}/client_certificates List Client Certificates
APIShieldClientCertificatesForAZoneApi clientCertificateForAZoneListHostnameAssociations GET /zones/{zone_id}/certificate_authorities/hostname_associations List Hostname Associations
APIShieldClientCertificatesForAZoneApi clientCertificateForAZonePutHostnameAssociations PUT /zones/{zone_id}/certificate_authorities/hostname_associations Replace Hostname Associations
APIShieldEndpointManagementApi apiShieldEndpointManagementAddOperationToAZone POST /zones/{zone_id}/api_gateway/operations/item Add one operation to a zone
APIShieldEndpointManagementApi apiShieldEndpointManagementAddOperationsToAZone POST /zones/{zone_id}/api_gateway/operations Add operations to a zone
APIShieldEndpointManagementApi apiShieldEndpointManagementDeleteAnOperation DELETE /zones/{zone_id}/api_gateway/operations/{operation_id} Delete an operation
APIShieldEndpointManagementApi apiShieldEndpointManagementDeleteMultipleOperations DELETE /zones/{zone_id}/api_gateway/operations Delete multiple operations
APIShieldEndpointManagementApi apiShieldEndpointManagementRetrieveInformationAboutAllOperationsOnAZone GET /zones/{zone_id}/api_gateway/operations Retrieve information about all operations on a zone
APIShieldEndpointManagementApi apiShieldEndpointManagementRetrieveInformationAboutAnOperation GET /zones/{zone_id}/api_gateway/operations/{operation_id} Retrieve information about an operation
APIShieldEndpointManagementApi apiShieldEndpointManagementRetrieveOperationsAndFeaturesAsOpenApiSchemas GET /zones/{zone_id}/api_gateway/schemas Retrieve operations and features as OpenAPI schemas
APIShieldSchemaValidation20Api apiShieldSchemaDeleteASchema DELETE /zones/{zone_id}/api_gateway/user_schemas/{schema_id} Delete a schema
APIShieldSchemaValidation20Api apiShieldSchemaValidationEnableValidationForASchema PATCH /zones/{zone_id}/api_gateway/user_schemas/{schema_id} Enable validation for a schema
APIShieldSchemaValidation20Api apiShieldSchemaValidationExtractOperationsFromSchema GET /zones/{zone_id}/api_gateway/user_schemas/{schema_id}/operations Retrieve all operations from a schema.
APIShieldSchemaValidation20Api apiShieldSchemaValidationPatchZoneLevelSettings PATCH /zones/{zone_id}/api_gateway/settings/schema_validation Update zone level schema validation settings
APIShieldSchemaValidation20Api apiShieldSchemaValidationPostSchema POST /zones/{zone_id}/api_gateway/user_schemas Upload a schema to a zone
APIShieldSchemaValidation20Api apiShieldSchemaValidationRetrieveInformationAboutAllSchemas GET /zones/{zone_id}/api_gateway/user_schemas Retrieve information about all schemas on a zone
APIShieldSchemaValidation20Api apiShieldSchemaValidationRetrieveInformationAboutSpecificSchema GET /zones/{zone_id}/api_gateway/user_schemas/{schema_id} Retrieve information about a specific schema on a zone
APIShieldSchemaValidation20Api apiShieldSchemaValidationRetrieveOperationLevelSettings GET /zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation Retrieve operation-level schema validation settings
APIShieldSchemaValidation20Api apiShieldSchemaValidationRetrieveUserSchemaHosts GET /zones/{zone_id}/api_gateway/user_schemas/hosts Retrieve schema hosts in a zone
APIShieldSchemaValidation20Api apiShieldSchemaValidationRetrieveZoneLevelSettings GET /zones/{zone_id}/api_gateway/settings/schema_validation Retrieve zone level schema validation settings
APIShieldSchemaValidation20Api apiShieldSchemaValidationUpdateMultipleOperationLevelSettings PATCH /zones/{zone_id}/api_gateway/operations/schema_validation Update multiple operation-level schema validation settings
APIShieldSchemaValidation20Api apiShieldSchemaValidationUpdateOperationLevelSettings PUT /zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation Update operation-level schema validation settings
APIShieldSchemaValidation20Api apiShieldSchemaValidationUpdateZoneLevelSettings PUT /zones/{zone_id}/api_gateway/settings/schema_validation Update zone level schema validation settings
APIShieldSettingsApi apiShieldSettingsRetrieveInformationAboutSpecificConfigurationProperties GET /zones/{zone_id}/api_gateway/configuration Retrieve information about specific configuration properties
APIShieldSettingsApi apiShieldSettingsSetConfigurationProperties PUT /zones/{zone_id}/api_gateway/configuration Update configuration properties
APIShieldWAFExpressionTemplatesApi apiShieldExpressionTemplatesFallthrough POST /zones/{zone_id}/api_gateway/expression-template/fallthrough Generate fallthrough WAF expression template from a set of API hosts
ASNIntelligenceApi asnIntelligenceGetAsnOverview GET /accounts/{account_id}/intel/asn/{asn} Get ASN Overview.
ASNIntelligenceApi asnIntelligenceGetAsnSubnets GET /accounts/{account_id}/intel/asn/{asn}/subnets Get ASN Subnets
AccessApplicationScopedPoliciesApi accessPoliciesConvertReusable PUT /accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}/make_reusable Convert an Access application policy to a reusable policy
AccessApplicationScopedPoliciesApi accessPoliciesCreateAnAccessPolicy POST /accounts/{account_id}/access/apps/{app_id}/policies Create an Access application policy
AccessApplicationScopedPoliciesApi accessPoliciesDeleteAnAccessPolicy DELETE /accounts/{account_id}/access/apps/{app_id}/policies/{policy_id} Delete an Access application policy
AccessApplicationScopedPoliciesApi accessPoliciesGetAnAccessPolicy GET /accounts/{account_id}/access/apps/{app_id}/policies/{policy_id} Get an Access application policy
AccessApplicationScopedPoliciesApi accessPoliciesListAccessAppPolicies GET /accounts/{account_id}/access/apps/{app_id}/policies List Access application policies
AccessApplicationScopedPoliciesApi accessPoliciesUpdateAnAccessPolicy PUT /accounts/{account_id}/access/apps/{app_id}/policies/{policy_id} Update an Access application policy
AccessApplicationsApi accessApplicationsAddAnApplication POST /accounts/{account_id}/access/apps Add an Access application
AccessApplicationsApi accessApplicationsDeleteAnAccessApplication DELETE /accounts/{account_id}/access/apps/{app_id} Delete an Access application
AccessApplicationsApi accessApplicationsGetAnAccessApplication GET /accounts/{account_id}/access/apps/{app_id} Get an Access application
AccessApplicationsApi accessApplicationsListAccessApplications GET /accounts/{account_id}/access/apps List Access applications
AccessApplicationsApi accessApplicationsPatchUpdateAccessApplicationSettings PATCH /accounts/{account_id}/access/apps/{app_id}/settings Update Access application settings
AccessApplicationsApi accessApplicationsPutUpdateAccessApplicationSettings PUT /accounts/{account_id}/access/apps/{app_id}/settings Update Access application settings
AccessApplicationsApi accessApplicationsRevokeServiceTokens POST /accounts/{account_id}/access/apps/{app_id}/revoke_tokens Revoke application tokens
AccessApplicationsApi accessApplicationsTestAccessPolicies GET /accounts/{account_id}/access/apps/{app_id}/user_policy_checks Test Access policies
AccessApplicationsApi accessApplicationsUpdateAnAccessApplication PUT /accounts/{account_id}/access/apps/{app_id} Update an Access application
AccessAuthenticationLogsApi accessAuthenticationLogsGetAccessAuthenticationLogs GET /accounts/{account_id}/access/logs/access_requests Get Access authentication logs
AccessBookmarkApplicationsDeprecatedApi accessBookmarkApplicationsDeprecatedCreateABookmarkApplication POST /accounts/{account_id}/access/bookmarks/{bookmark_id} Create a Bookmark application
AccessBookmarkApplicationsDeprecatedApi accessBookmarkApplicationsDeprecatedDeleteABookmarkApplication DELETE /accounts/{account_id}/access/bookmarks/{bookmark_id} Delete a Bookmark application
AccessBookmarkApplicationsDeprecatedApi accessBookmarkApplicationsDeprecatedGetABookmarkApplication GET /accounts/{account_id}/access/bookmarks/{bookmark_id} Get a Bookmark application
AccessBookmarkApplicationsDeprecatedApi accessBookmarkApplicationsDeprecatedListBookmarkApplications GET /accounts/{account_id}/access/bookmarks List Bookmark applications
AccessBookmarkApplicationsDeprecatedApi accessBookmarkApplicationsDeprecatedUpdateABookmarkApplication PUT /accounts/{account_id}/access/bookmarks/{bookmark_id} Update a Bookmark application
AccessCustomPagesApi accessCustomPagesCreateACustomPage POST /accounts/{account_id}/access/custom_pages Create a custom page
AccessCustomPagesApi accessCustomPagesDeleteACustomPage DELETE /accounts/{account_id}/access/custom_pages/{custom_page_id} Delete a custom page
AccessCustomPagesApi accessCustomPagesGetACustomPage GET /accounts/{account_id}/access/custom_pages/{custom_page_id} Get a custom page
AccessCustomPagesApi accessCustomPagesListCustomPages GET /accounts/{account_id}/access/custom_pages List custom pages
AccessCustomPagesApi accessCustomPagesUpdateACustomPage PUT /accounts/{account_id}/access/custom_pages/{custom_page_id} Update a custom page
AccessGroupsApi accessGroupsCreateAnAccessGroup POST /accounts/{account_id}/access/groups Create an Access group
AccessGroupsApi accessGroupsDeleteAnAccessGroup DELETE /accounts/{account_id}/access/groups/{group_id} Delete an Access group
AccessGroupsApi accessGroupsGetAnAccessGroup GET /accounts/{account_id}/access/groups/{group_id} Get an Access group
AccessGroupsApi accessGroupsListAccessGroups GET /accounts/{account_id}/access/groups List Access groups
AccessGroupsApi accessGroupsUpdateAnAccessGroup PUT /accounts/{account_id}/access/groups/{group_id} Update an Access group
AccessIdentityProvidersApi accessIdentityProvidersAddAnAccessIdentityProvider POST /accounts/{account_id}/access/identity_providers Add an Access identity provider
AccessIdentityProvidersApi accessIdentityProvidersDeleteAnAccessIdentityProvider DELETE /accounts/{account_id}/access/identity_providers/{identity_provider_id} Delete an Access identity provider
AccessIdentityProvidersApi accessIdentityProvidersGetAnAccessIdentityProvider GET /accounts/{account_id}/access/identity_providers/{identity_provider_id} Get an Access identity provider
AccessIdentityProvidersApi accessIdentityProvidersListAccessIdentityProviders GET /accounts/{account_id}/access/identity_providers List Access identity providers
AccessIdentityProvidersApi accessIdentityProvidersListScimGroupResources GET /accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/groups List SCIM Group resources
AccessIdentityProvidersApi accessIdentityProvidersListScimUserResources GET /accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/users List SCIM User resources
AccessIdentityProvidersApi accessIdentityProvidersUpdateAnAccessIdentityProvider PUT /accounts/{account_id}/access/identity_providers/{identity_provider_id} Update an Access identity provider
AccessKeyConfigurationApi accessKeyConfigurationGetTheAccessKeyConfiguration GET /accounts/{account_id}/access/keys Get the Access key configuration
AccessKeyConfigurationApi accessKeyConfigurationRotateAccessKeys POST /accounts/{account_id}/access/keys/rotate Rotate Access keys
AccessKeyConfigurationApi accessKeyConfigurationUpdateTheAccessKeyConfiguration PUT /accounts/{account_id}/access/keys Update the Access key configuration
AccessMTLSAuthenticationApi accessMtlsAuthenticationAddAnMtlsCertificate POST /accounts/{account_id}/access/certificates Add an mTLS certificate
AccessMTLSAuthenticationApi accessMtlsAuthenticationDeleteAnMtlsCertificate DELETE /accounts/{account_id}/access/certificates/{certificate_id} Delete an mTLS certificate
AccessMTLSAuthenticationApi accessMtlsAuthenticationGetAnMtlsCertificate GET /accounts/{account_id}/access/certificates/{certificate_id} Get an mTLS certificate
AccessMTLSAuthenticationApi accessMtlsAuthenticationListMtlsCertificates GET /accounts/{account_id}/access/certificates List mTLS certificates
AccessMTLSAuthenticationApi accessMtlsAuthenticationListMtlsCertificatesHostnameSettings GET /accounts/{account_id}/access/certificates/settings List all mTLS hostname settings
AccessMTLSAuthenticationApi accessMtlsAuthenticationUpdateAnMtlsCertificate PUT /accounts/{account_id}/access/certificates/{certificate_id} Update an mTLS certificate
AccessMTLSAuthenticationApi accessMtlsAuthenticationUpdateAnMtlsCertificateSettings PUT /accounts/{account_id}/access/certificates/settings Update an mTLS certificate's hostname settings
AccessPolicyTesterApi accessPolicyTests POST /accounts/{account_id}/access/policy-tests Start Access policy test
AccessPolicyTesterApi accessPolicyTestsGetAUserPage GET /accounts/{account_id}/access/policy-tests/{policy_test_id}/users Get an Access policy test users page
AccessPolicyTesterApi accessPolicyTestsGetAnUpdate GET /accounts/{account_id}/access/policy-tests/{policy_test_id} Get the current status of a given Access policy test
AccessReusablePoliciesApi accessPoliciesCreateAnAccessReusablePolicy POST /accounts/{account_id}/access/policies Create an Access reusable policy
AccessReusablePoliciesApi accessPoliciesDeleteAnAccessReusablePolicy DELETE /accounts/{account_id}/access/policies/{policy_id} Delete an Access reusable policy
AccessReusablePoliciesApi accessPoliciesGetAnAccessReusablePolicy GET /accounts/{account_id}/access/policies/{policy_id} Get an Access reusable policy
AccessReusablePoliciesApi accessPoliciesListAccessReusablePolicies GET /accounts/{account_id}/access/policies List Access reusable policies
AccessReusablePoliciesApi accessPoliciesUpdateAnAccessReusablePolicy PUT /accounts/{account_id}/access/policies/{policy_id} Update an Access reusable policy
AccessSCIMUpdateLogsApi accessScimUpdateLogsListAccessScimUpdateLogs GET /accounts/{account_id}/access/logs/scim/updates List Access SCIM update logs
AccessServiceTokensApi accessServiceTokensCreateAServiceToken POST /accounts/{account_id}/access/service_tokens Create a service token
AccessServiceTokensApi accessServiceTokensDeleteAServiceToken DELETE /accounts/{account_id}/access/service_tokens/{service_token_id} Delete a service token
AccessServiceTokensApi accessServiceTokensGetAServiceToken GET /accounts/{account_id}/access/service_tokens/{service_token_id} Get a service token
AccessServiceTokensApi accessServiceTokensListServiceTokens GET /accounts/{account_id}/access/service_tokens List service tokens
AccessServiceTokensApi accessServiceTokensRefreshAServiceToken POST /accounts/{account_id}/access/service_tokens/{service_token_id}/refresh Refresh a service token
AccessServiceTokensApi accessServiceTokensRotateAServiceToken POST /accounts/{account_id}/access/service_tokens/{service_token_id}/rotate Rotate a service token
AccessServiceTokensApi accessServiceTokensUpdateAServiceToken PUT /accounts/{account_id}/access/service_tokens/{service_token_id} Update a service token
AccessShortLivedCertificateCAsApi accessShortLivedCertificateCAsCreateAShortLivedCertificateCa POST /accounts/{account_id}/access/apps/{app_id}/ca Create a short-lived certificate CA
AccessShortLivedCertificateCAsApi accessShortLivedCertificateCAsDeleteAShortLivedCertificateCa DELETE /accounts/{account_id}/access/apps/{app_id}/ca Delete a short-lived certificate CA
AccessShortLivedCertificateCAsApi accessShortLivedCertificateCAsGetAShortLivedCertificateCa GET /accounts/{account_id}/access/apps/{app_id}/ca Get a short-lived certificate CA
AccessShortLivedCertificateCAsApi accessShortLivedCertificateCAsListShortLivedCertificateCAs GET /accounts/{account_id}/access/apps/ca List short-lived certificate CAs
AccessTagsApi accessTagsCreateTag POST /accounts/{account_id}/access/tags Create a tag
AccessTagsApi accessTagsDeleteATag DELETE /accounts/{account_id}/access/tags/{tag_name} Delete a tag
AccessTagsApi accessTagsGetATag GET /accounts/{account_id}/access/tags/{tag_name} Get a tag
AccessTagsApi accessTagsListTags GET /accounts/{account_id}/access/tags List tags
AccessTagsApi accessTagsUpdateATag PUT /accounts/{account_id}/access/tags/{tag_name} Update a tag
AccountApi getAccountLimits GET /accounts/{account_id}/builds/account/limits Get account limits
AccountBillingProfileApi accountBillingProfileDeprecatedBillingProfileDetails GET /accounts/{account_id}/billing/profile Billing Profile Details
AccountLevelCustomNameserversApi accountLevelCustomNameserversAddAccountCustomNameserver POST /accounts/{account_id}/custom_ns Add Account Custom Nameserver
AccountLevelCustomNameserversApi accountLevelCustomNameserversDeleteAccountCustomNameserver DELETE /accounts/{account_id}/custom_ns/{custom_ns_id} Delete Account Custom Nameserver
AccountLevelCustomNameserversApi accountLevelCustomNameserversListAccountCustomNameservers GET /accounts/{account_id}/custom_ns List Account Custom Nameservers
AccountLevelCustomNameserversUsageForAZoneApi accountLevelCustomNameserversUsageForAZoneGetAccountCustomNameserverRelatedZoneMetadata GET /zones/{zone_id}/custom_ns Get Account Custom Nameserver Related Zone Metadata
AccountLevelCustomNameserversUsageForAZoneApi accountLevelCustomNameserversUsageForAZoneSetAccountCustomNameserverRelatedZoneMetadata PUT /zones/{zone_id}/custom_ns Set Account Custom Nameserver Related Zone Metadata
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsCreateMonitorGroup POST /accounts/{account_id}/load_balancers/monitor_groups Create Monitor Group
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsDeleteMonitorGroup DELETE /accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id} Delete Monitor Group
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsListMonitorGroupReferences GET /accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}/references List Monitor Group References
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsListMonitorGroups GET /accounts/{account_id}/load_balancers/monitor_groups List Monitor Groups
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsMonitorGroupDetails GET /accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id} Monitor Group Details
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsPatchMonitorGroup PATCH /accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id} Patch Monitor Group
AccountLoadBalancerMonitorGroupsApi accountLoadBalancerMonitorGroupsUpdateMonitorGroup PUT /accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id} Update Monitor Group
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsCreateMonitor POST /accounts/{account_id}/load_balancers/monitors Create Monitor
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsDeleteMonitor DELETE /accounts/{account_id}/load_balancers/monitors/{monitor_id} Delete Monitor
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsListMonitorReferences GET /accounts/{account_id}/load_balancers/monitors/{monitor_id}/references List Monitor References
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsListMonitors GET /accounts/{account_id}/load_balancers/monitors List Monitors
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsMonitorDetails GET /accounts/{account_id}/load_balancers/monitors/{monitor_id} Monitor Details
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsPatchMonitor PATCH /accounts/{account_id}/load_balancers/monitors/{monitor_id} Patch Monitor
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsPreviewMonitor POST /accounts/{account_id}/load_balancers/monitors/{monitor_id}/preview Preview Monitor
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsPreviewResult GET /accounts/{account_id}/load_balancers/preview/{preview_id} Preview Result
AccountLoadBalancerMonitorsApi accountLoadBalancerMonitorsUpdateMonitor PUT /accounts/{account_id}/load_balancers/monitors/{monitor_id} Update Monitor
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsCreatePool POST /accounts/{account_id}/load_balancers/pools Create Pool
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsDeletePool DELETE /accounts/{account_id}/load_balancers/pools/{pool_id} Delete Pool
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsListPoolReferences GET /accounts/{account_id}/load_balancers/pools/{pool_id}/references List Pool References
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsListPools GET /accounts/{account_id}/load_balancers/pools List Pools
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsPatchPool PATCH /accounts/{account_id}/load_balancers/pools/{pool_id} Patch Pool
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsPatchPools PATCH /accounts/{account_id}/load_balancers/pools Patch Pools
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsPoolDetails GET /accounts/{account_id}/load_balancers/pools/{pool_id} Pool Details
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsPoolHealthDetails GET /accounts/{account_id}/load_balancers/pools/{pool_id}/health Pool Health Details
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsPreviewPool POST /accounts/{account_id}/load_balancers/pools/{pool_id}/preview Preview Pool
AccountLoadBalancerPoolsApi accountLoadBalancerPoolsUpdatePool PUT /accounts/{account_id}/load_balancers/pools/{pool_id} Update Pool
AccountLoadBalancerSearchApi accountLoadBalancerSearchSearchResources GET /accounts/{account_id}/load_balancers/search Search Resources
AccountMembersApi accountMembersAddMember POST /accounts/{account_id}/members Add Member
AccountMembersApi accountMembersListMembers GET /accounts/{account_id}/members List Members
AccountMembersApi accountMembersMemberDetails GET /accounts/{account_id}/members/{member_id} Member Details
AccountMembersApi accountMembersRemoveMember DELETE /accounts/{account_id}/members/{member_id} Remove Member
AccountMembersApi accountMembersUpdateMember PUT /accounts/{account_id}/members/{member_id} Update Member
AccountOwnedAPITokensApi accountApiTokensCreateToken POST /accounts/{account_id}/tokens Create Token
AccountOwnedAPITokensApi accountApiTokensDeleteToken DELETE /accounts/{account_id}/tokens/{token_id} Delete Token
AccountOwnedAPITokensApi accountApiTokensListPermissionGroups GET /accounts/{account_id}/tokens/permission_groups List Permission Groups
AccountOwnedAPITokensApi accountApiTokensListTokens GET /accounts/{account_id}/tokens List Tokens
AccountOwnedAPITokensApi accountApiTokensRollToken PUT /accounts/{account_id}/tokens/{token_id}/value Roll Token
AccountOwnedAPITokensApi accountApiTokensTokenDetails GET /accounts/{account_id}/tokens/{token_id} Token Details
AccountOwnedAPITokensApi accountApiTokensUpdateToken PUT /accounts/{account_id}/tokens/{token_id} Update Token
AccountOwnedAPITokensApi accountApiTokensVerifyToken GET /accounts/{account_id}/tokens/verify Verify Token
AccountPermissionGroupsApi accountPermissionGroupDetails GET /accounts/{account_id}/iam/permission_groups/{permission_group_id} Permission Group Details
AccountPermissionGroupsApi accountPermissionGroupList GET /accounts/{account_id}/iam/permission_groups List Account Permission Groups
AccountRequestTracerApi accountRequestTracerRequestTrace POST /accounts/{account_id}/request-tracer/trace Request Trace
AccountResourceGroupsApi accountResourceGroupCreate POST /accounts/{account_id}/iam/resource_groups Create Resource Group
AccountResourceGroupsApi accountResourceGroupDelete DELETE /accounts/{account_id}/iam/resource_groups/{resource_group_id} Remove Resource Group
AccountResourceGroupsApi accountResourceGroupDetails GET /accounts/{account_id}/iam/resource_groups/{resource_group_id} Resource Group Details
AccountResourceGroupsApi accountResourceGroupList GET /accounts/{account_id}/iam/resource_groups List Resource Groups
AccountResourceGroupsApi accountResourceGroupUpdate PUT /accounts/{account_id}/iam/resource_groups/{resource_group_id} Update Resource Group
AccountRolesApi accountRolesListRoles GET /accounts/{account_id}/roles List Roles
AccountRolesApi accountRolesRoleDetails GET /accounts/{account_id}/roles/{role_id} Role Details
AccountRulesetsApi createAccountRuleset POST /accounts/{account_id}/rulesets Create an account ruleset
AccountRulesetsApi createAccountRulesetRule POST /accounts/{account_id}/rulesets/{ruleset_id}/rules Create an account ruleset rule
AccountRulesetsApi deleteAccountRuleset DELETE /accounts/{account_id}/rulesets/{ruleset_id} Delete an account ruleset
AccountRulesetsApi deleteAccountRulesetRule DELETE /accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id} Delete an account ruleset rule
AccountRulesetsApi deleteAccountRulesetVersion DELETE /accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version} Delete an account ruleset version
AccountRulesetsApi getAccountEntrypointRuleset GET /accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint Get an account entry point ruleset
AccountRulesetsApi getAccountEntrypointRulesetVersion GET /accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version} Get an account entry point ruleset version
AccountRulesetsApi getAccountRuleset GET /accounts/{account_id}/rulesets/{ruleset_id} Get an account ruleset
AccountRulesetsApi getAccountRulesetVersion GET /accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version} Get an account ruleset version
AccountRulesetsApi listAccountEntrypointRulesetVersions GET /accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions List an account entry point ruleset's versions
AccountRulesetsApi listAccountRulesetVersionRulesByTag GET /accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag} List an account ruleset version's rules by tag
AccountRulesetsApi listAccountRulesetVersions GET /accounts/{account_id}/rulesets/{ruleset_id}/versions List an account ruleset's versions
AccountRulesetsApi listAccountRulesets GET /accounts/{account_id}/rulesets List account rulesets
AccountRulesetsApi updateAccountEntrypointRuleset PUT /accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint Update an account entry point ruleset
AccountRulesetsApi updateAccountRuleset PUT /accounts/{account_id}/rulesets/{ruleset_id} Update an account ruleset
AccountRulesetsApi updateAccountRulesetRule PATCH /accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id} Update an account ruleset rule
AccountSubscriptionsApi accountSubscriptionsCreateSubscription POST /accounts/{account_id}/subscriptions Create Subscription
AccountSubscriptionsApi accountSubscriptionsDeleteSubscription DELETE /accounts/{account_id}/subscriptions/{subscription_identifier} Delete Subscription
AccountSubscriptionsApi accountSubscriptionsListSubscriptions GET /accounts/{account_id}/subscriptions List Subscriptions
AccountSubscriptionsApi accountSubscriptionsUpdateSubscription PUT /accounts/{account_id}/subscriptions/{subscription_identifier} Update Subscription
AccountUserGroupsApi accountUserGroupCreate POST /accounts/{account_id}/iam/user_groups Create User Group
AccountUserGroupsApi accountUserGroupDelete DELETE /accounts/{account_id}/iam/user_groups/{user_group_id} Remove User Group
AccountUserGroupsApi accountUserGroupDetails GET /accounts/{account_id}/iam/user_groups/{user_group_id} User Group Details
AccountUserGroupsApi accountUserGroupList GET /accounts/{account_id}/iam/user_groups List User Groups
AccountUserGroupsApi accountUserGroupMemberCreate POST /accounts/{account_id}/iam/user_groups/{user_group_id}/members Add User Group Members
AccountUserGroupsApi accountUserGroupMemberDelete DELETE /accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id} Remove User Group Member
AccountUserGroupsApi accountUserGroupMemberList GET /accounts/{account_id}/iam/user_groups/{user_group_id}/members List User Group Members
AccountUserGroupsApi accountUserGroupMembersUpdate PUT /accounts/{account_id}/iam/user_groups/{user_group_id}/members Update User Group Members
AccountUserGroupsApi accountUserGroupUpdate PUT /accounts/{account_id}/iam/user_groups/{user_group_id} Update User Group
AccountsApi accountCreation POST /accounts Create an account
AccountsApi accountDeletion DELETE /accounts/{account_id} Delete a specific account
AccountsApi accountsAccountDetails GET /accounts/{account_id} Account Details
AccountsApi accountsBatchMoveAccounts POST /accounts/move Batch move accounts
AccountsApi accountsGetAccountProfile GET /accounts/{account_id}/profile Get account profile
AccountsApi accountsListAccountOrganizations GET /accounts/{account_id}/organizations List account organizations
AccountsApi accountsListAccounts GET /accounts List Accounts
AccountsApi accountsModifyAccountProfile PUT /accounts/{account_id}/profile Modify account profile
AccountsApi accountsMoveAccounts POST /accounts/{account_id}/move Move account
AccountsApi accountsUpdateAccount PUT /accounts/{account_id} Update Account
ActiveSessionApi createPoll POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/poll Create a poll
ActiveSessionApi getActiveSession GET /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session Fetch details of an active session
ActiveSessionApi kickAllParticipants POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick-all Kick all participants
ActiveSessionApi kickPartcipants POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick Kick participants from an active session
ActiveSessionApi muteAllParticipants POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute-all Mute all participants
ActiveSessionApi muteParticipants POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute Mute participants of an active session
AnalyticsApi getOrgAnalytics GET /accounts/{account_id}/realtime/kit/{app_id}/analytics/daywise Fetch day-wise session and recording analytics data for an App
AnalyzeCertificateApi analyzeCertificateAnalyzeCertificate POST /zones/{zone_id}/ssl/analyze Analyze Certificate
ArgoAnalyticsForGeolocationApi argoAnalyticsForGeolocationArgoAnalyticsForAZoneAtDifferentPoPs GET /zones/{zone_id}/analytics/latency/colos Argo Analytics for a zone at different PoPs
ArgoAnalyticsForZoneApi argoAnalyticsForZoneArgoAnalyticsForAZone GET /zones/{zone_id}/analytics/latency Argo Analytics for a zone
ArgoSmartRoutingApi argoSmartRoutingGetArgoSmartRoutingSetting GET /zones/{zone_id}/argo/smart_routing Get Argo Smart Routing setting
ArgoSmartRoutingApi argoSmartRoutingPatchArgoSmartRoutingSetting PATCH /zones/{zone_id}/argo/smart_routing Patch Argo Smart Routing setting
AttackerApi getAttackerList GET /accounts/{account_id}/cloudforce-one/events/attackers Lists attackers across multiple datasets
AuditLogsApi auditLogsGetAccountAuditLogs GET /accounts/{account_id}/audit_logs Get account audit logs
AuditLogsApi auditLogsGetUserAuditLogs GET /user/audit_logs Get user audit logs
AuditLogsApi auditLogsV2GetAccountAuditLogs GET /accounts/{account_id}/logs/audit Get account audit logs (Version 2, Beta release)
AutoRAGJobsApi autoragConfigGetJob GET /accounts/{account_id}/autorag/rags/{id}/jobs/{job_id} Get a Job Details
AutoRAGJobsApi autoragConfigListJobLogs GET /accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}/logs List Job Logs
AutoRAGJobsApi autoragConfigListJobs GET /accounts/{account_id}/autorag/rags/{id}/jobs List Jobs
AutoRAGRAGApi autoragConfigFiles GET /accounts/{account_id}/autorag/rags/{id}/files Files
AutoRAGRAGApi autoragConfigSync PATCH /accounts/{account_id}/autorag/rags/{id}/sync Sync
AutoRAGRAGSearchApi autoragConfigAiSearch POST /accounts/{account_id}/autorag/rags/{id}/ai-search AI Search
AutoRAGRAGSearchApi autoragConfigSearch POST /accounts/{account_id}/autorag/rags/{id}/search Search
AutomaticSSLTLSApi sslDetectorAutomaticModeGetEnrollment GET /zones/{zone_id}/settings/ssl_automatic_mode Get Automatic SSL/TLS enrollment status for the given zone
AutomaticSSLTLSApi sslDetectorAutomaticModePatchEnrollment PATCH /zones/{zone_id}/settings/ssl_automatic_mode Patch Automatic SSL/TLS Enrollment status for given zone
AvailablePageRulesSettingsApi availablePageRulesSettingsListAvailablePageRulesSettings GET /zones/{zone_id}/pagerules/settings List available Page Rules settings
BinDBApi getBinDBGetBinary GET /accounts/{account_id}/cloudforce-one/binary/{hash} Retrieves a file from Binary Storage
BinDBApi postBinDBPost POST /accounts/{account_id}/cloudforce-one/binary Posts a file to Binary Storage
BotSettingsApi botManagementForAZoneGetConfig GET /zones/{zone_id}/bot_management Get Zone Bot Management Config
BotSettingsApi botManagementForAZoneUpdateConfig PUT /zones/{zone_id}/bot_management Update Zone Bot Management Config
BotnetThreatFeedApi botnetThreatFeedDeleteAsn DELETE /accounts/{account_id}/botnet_feed/configs/asn/{asn_id} Delete an ASN
BotnetThreatFeedApi botnetThreatFeedGetDayReport GET /accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report Get daily report
BotnetThreatFeedApi botnetThreatFeedGetFullReport GET /accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report Get full report
BotnetThreatFeedApi botnetThreatFeedListAsn GET /accounts/{account_id}/botnet_feed/configs/asn Get list of ASNs
BrandProtectionApi accountsAccountIdBrandProtectionAlertsClearPatch PATCH /accounts/{account_id}/brand-protection/alerts/clear Update verification statuses of tracked URLs to awaiting by ID
BrandProtectionApi accountsAccountIdBrandProtectionAlertsGet GET /accounts/{account_id}/brand-protection/alerts Read all alerts on submitted domains
BrandProtectionApi accountsAccountIdBrandProtectionAlertsPatch PATCH /accounts/{account_id}/brand-protection/alerts Update alerts on submitted domains by ID
BrandProtectionApi accountsAccountIdBrandProtectionAlertsRefutePatch PATCH /accounts/{account_id}/brand-protection/alerts/refute Update verification statuses of tracked URLs to disproven by ID
BrandProtectionApi accountsAccountIdBrandProtectionAlertsVerifyPatch PATCH /accounts/{account_id}/brand-protection/alerts/verify Update verification statuses of tracked URLs to confirmed by ID
BrandProtectionApi accountsAccountIdBrandProtectionBrandsDelete DELETE /accounts/{account_id}/brand-protection/brands Delete brands by ID
BrandProtectionApi accountsAccountIdBrandProtectionBrandsGet GET /accounts/{account_id}/brand-protection/brands Read all brands
BrandProtectionApi accountsAccountIdBrandProtectionBrandsPatternsDelete DELETE /accounts/{account_id}/brand-protection/brands/patterns Delete patterns for brands by ID
BrandProtectionApi accountsAccountIdBrandProtectionBrandsPatternsGet GET /accounts/{account_id}/brand-protection/brands/patterns Read patterns for brands by ID
BrandProtectionApi accountsAccountIdBrandProtectionBrandsPatternsPost POST /accounts/{account_id}/brand-protection/brands/patterns Create new patterns for brands by ID
BrandProtectionApi accountsAccountIdBrandProtectionBrandsPost POST /accounts/{account_id}/brand-protection/brands Create new brands
BrandProtectionApi accountsAccountIdBrandProtectionClearPatch PATCH /accounts/{account_id}/brand-protection/clear Update verification statuses of submitted URLs to awaiting by ID
BrandProtectionApi accountsAccountIdBrandProtectionDomainInfoGet GET /accounts/{account_id}/brand-protection/domain-info Read submitted domains by ID
BrandProtectionApi accountsAccountIdBrandProtectionRecentSubmissionsGet GET /accounts/{account_id}/brand-protection/recent-submissions Read recent URL submissions
BrandProtectionApi accountsAccountIdBrandProtectionRefutePatch PATCH /accounts/{account_id}/brand-protection/refute Update verification statuses of submitted URLs to disproven by ID
BrandProtectionApi accountsAccountIdBrandProtectionSubmissionInfoGet GET /accounts/{account_id}/brand-protection/submission-info Read URL submissions by ID
BrandProtectionApi accountsAccountIdBrandProtectionSubmitPost POST /accounts/{account_id}/brand-protection/submit Create new URL submissions
BrandProtectionApi accountsAccountIdBrandProtectionTrackedDomainsGet GET /accounts/{account_id}/brand-protection/tracked-domains Read submitted domains by pattern
BrandProtectionApi accountsAccountIdBrandProtectionUrlInfoGet GET /accounts/{account_id}/brand-protection/url-info Read submitted URLs by ID
BrandProtectionApi accountsAccountIdBrandProtectionVerifyPatch PATCH /accounts/{account_id}/brand-protection/verify Update verification statuses of submitted URLs to confirmed by ID
BrandProtectionApi internalSubmitPost POST /internal/submit Internal route for testing URL submissions
BrandProtectionApi liveGet GET /live Run liveness checks
BrandProtectionApi readyGet GET /ready Run readiness checks
BrapiApi brapiPostContent POST /accounts/{account_id}/browser-rendering/content Get HTML content.
BrapiApi brapiPostJson POST /accounts/{account_id}/browser-rendering/json Get json.
BrapiApi brapiPostLinks POST /accounts/{account_id}/browser-rendering/links Get Links.
BrapiApi brapiPostMarkdown POST /accounts/{account_id}/browser-rendering/markdown Get markdown.
BrapiApi brapiPostPdf POST /accounts/{account_id}/browser-rendering/pdf Get PDF.
BrapiApi brapiPostScrape POST /accounts/{account_id}/browser-rendering/scrape Scrape elements.
BrapiApi brapiPostScreenshot POST /accounts/{account_id}/browser-rendering/screenshot Get screenshot.
BrapiApi brapiPostSnapshot POST /accounts/{account_id}/browser-rendering/snapshot Get HTML content and screenshot.
BuildTokensApi createBuildToken POST /accounts/{account_id}/builds/tokens Create build token
BuildTokensApi deleteBuildToken DELETE /accounts/{account_id}/builds/tokens/{build_token_uuid} Delete build token
BuildTokensApi listBuildTokens GET /accounts/{account_id}/builds/tokens List build tokens
BuildsApi cancelBuildByUuid PUT /accounts/{account_id}/builds/builds/{build_uuid}/cancel Cancel build
BuildsApi getBuildByUuid GET /accounts/{account_id}/builds/builds/{build_uuid} Get build by UUID
BuildsApi getBuildLogs GET /accounts/{account_id}/builds/builds/{build_uuid}/logs Get build logs
BuildsApi getBuildsByVersionIds GET /accounts/{account_id}/builds/builds Get builds by version IDs
BuildsApi getLatestBuildsByScripts GET /accounts/{account_id}/builds/builds/latest Get latest builds by script IDs
CNIsApi createCni POST /accounts/{account_id}/cni/cnis Create a new CNI object
CNIsApi deleteCni DELETE /accounts/{account_id}/cni/cnis/{cni} Delete a specified CNI object
CNIsApi getCni GET /accounts/{account_id}/cni/cnis/{cni} Get information about a CNI object
CNIsApi listCnis GET /accounts/{account_id}/cni/cnis List existing CNI objects
CNIsApi updateCni PUT /accounts/{account_id}/cni/cnis/{cni} Modify stored information about a CNI object
CacheReserveClearApi smartShieldSettingsGetCacheReserveClear GET /zones/{zone_id}/smart_shield/cache_reserve_clear Get Cache Reserve Clear
CacheReserveClearApi smartShieldSettingsStartCacheReserveClear POST /zones/{zone_id}/smart_shield/cache_reserve_clear Start Cache Reserve Clear
CallsAppsApi callsAppsCreateANewApp POST /accounts/{account_id}/calls/apps Create a new app
CallsAppsApi callsAppsDeleteApp DELETE /accounts/{account_id}/calls/apps/{app_id} Delete app
CallsAppsApi callsAppsList GET /accounts/{account_id}/calls/apps List apps
CallsAppsApi callsAppsRetrieveAppDetails GET /accounts/{account_id}/calls/apps/{app_id} Retrieve app details
CallsAppsApi callsAppsUpdateAppDetails PUT /accounts/{account_id}/calls/apps/{app_id} Edit app details
CallsTURNKeysApi callsDeleteTurnKey DELETE /accounts/{account_id}/calls/turn_keys/{key_id} Delete TURN key
CallsTURNKeysApi callsRetrieveTurnKeyDetails GET /accounts/{account_id}/calls/turn_keys/{key_id} Retrieve TURN key details
CallsTURNKeysApi callsTurnKeyCreate POST /accounts/{account_id}/calls/turn_keys Create a new TURN key
CallsTURNKeysApi callsTurnKeyList GET /accounts/{account_id}/calls/turn_keys List TURN Keys
CallsTURNKeysApi callsUpdateTurnKey PUT /accounts/{account_id}/calls/turn_keys/{key_id} Edit TURN key details
CatalogSyncApi catalogSyncsCreate POST /accounts/{account_id}/magic/cloud/catalog-syncs Create Catalog Sync
CatalogSyncApi catalogSyncsDelete DELETE /accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id} Delete Catalog Sync
CatalogSyncApi catalogSyncsList GET /accounts/{account_id}/magic/cloud/catalog-syncs List Catalog Syncs
CatalogSyncApi catalogSyncsPatch PATCH /accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id} Patch Catalog Sync
CatalogSyncApi catalogSyncsPrebuiltPoliciesList GET /accounts/{account_id}/magic/cloud/catalog-syncs/prebuilt-policies List Prebuilt Policies
CatalogSyncApi catalogSyncsRead GET /accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id} Read Catalog Sync
CatalogSyncApi catalogSyncsRefresh POST /accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}/refresh Run Catalog Sync
CatalogSyncApi catalogSyncsUpdate PUT /accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id} Update Catalog Sync
CategoryApi deleteCategoryDelete DELETE /accounts/{account_id}/cloudforce-one/events/categories/{category_id} Deletes a category
CategoryApi getCategoryList GET /accounts/{account_id}/cloudforce-one/events/categories Lists categories across multiple datasets
CategoryApi getCategoryListComplete GET /accounts/{account_id}/cloudforce-one/events/categories/all Lists categories
CategoryApi getCategoryRead GET /accounts/{account_id}/cloudforce-one/events/categories/{category_id} Reads a category
CategoryApi patchCategoryUpdate PATCH /accounts/{account_id}/cloudforce-one/events/categories/{category_id} Updates a category
CategoryApi postCategoryCreate POST /accounts/{account_id}/cloudforce-one/events/categories/create Creates a new category
CategoryApi postCategoryUpdate POST /accounts/{account_id}/cloudforce-one/events/categories/{category_id} Updates a category
CertificatePacksApi certificatePacksDeleteAdvancedCertificateManagerCertificatePack DELETE /zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id} Delete Advanced Certificate Manager Certificate Pack
CertificatePacksApi certificatePacksGetCertificatePack GET /zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id} Get Certificate Pack
CertificatePacksApi certificatePacksGetCertificatePackQuotas GET /zones/{zone_id}/ssl/certificate_packs/quota Get Certificate Pack Quotas
CertificatePacksApi certificatePacksListCertificatePacks GET /zones/{zone_id}/ssl/certificate_packs List Certificate Packs
CertificatePacksApi certificatePacksOrderAdvancedCertificateManagerCertificatePack POST /zones/{zone_id}/ssl/certificate_packs/order Order Advanced Certificate Manager Certificate Pack
CertificatePacksApi certificatePacksRestartValidationForAdvancedCertificateManagerCertificatePack PATCH /zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id} Restart Validation or Update Advanced Certificate Manager Certificate Pack
CloudIntegrationsApi providersCreate POST /accounts/{account_id}/magic/cloud/providers Create Cloud Integration
CloudIntegrationsApi providersDelete DELETE /accounts/{account_id}/magic/cloud/providers/{provider_id} Delete Cloud Integration
CloudIntegrationsApi providersDiscover POST /accounts/{account_id}/magic/cloud/providers/{provider_id}/discover Run Discovery
CloudIntegrationsApi providersDiscoverAll POST /accounts/{account_id}/magic/cloud/providers/discover Run Discovery for All Integrations
CloudIntegrationsApi providersInitialSetup GET /accounts/{account_id}/magic/cloud/providers/{provider_id}/initial_setup Get Cloud Integration Setup Config
CloudIntegrationsApi providersList GET /accounts/{account_id}/magic/cloud/providers List Cloud Integrations
CloudIntegrationsApi providersPatch PATCH /accounts/{account_id}/magic/cloud/providers/{provider_id} Patch Cloud Integration
CloudIntegrationsApi providersRead GET /accounts/{account_id}/magic/cloud/providers/{provider_id} Read Cloud Integration
CloudIntegrationsApi providersUpdate PUT /accounts/{account_id}/magic/cloud/providers/{provider_id} Update Cloud Integration
CloudflareIPsApi cloudflareIpsCloudflareIpDetails GET /ips Cloudflare/JD Cloud IP Details
CloudflareImagesApi cloudflareImagesBaseImage GET /accounts/{account_id}/images/v1/{image_id}/blob Base image
CloudflareImagesApi cloudflareImagesCreateAuthenticatedDirectUploadUrlV2 POST /accounts/{account_id}/images/v2/direct_upload Create authenticated direct upload URL V2
CloudflareImagesApi cloudflareImagesDeleteImage DELETE /accounts/{account_id}/images/v1/{image_id} Delete image
CloudflareImagesApi cloudflareImagesImageDetails GET /accounts/{account_id}/images/v1/{image_id} Image details
CloudflareImagesApi cloudflareImagesImagesUsageStatistics GET /accounts/{account_id}/images/v1/stats Images usage statistics
CloudflareImagesApi cloudflareImagesListImages GET /accounts/{account_id}/images/v1 List images
CloudflareImagesApi cloudflareImagesListImagesV2 GET /accounts/{account_id}/images/v2 List images V2
CloudflareImagesApi cloudflareImagesUpdateImage PATCH /accounts/{account_id}/images/v1/{image_id} Update image
CloudflareImagesApi cloudflareImagesUploadAnImageViaUrl POST /accounts/{account_id}/images/v1 Upload an image
CloudflareImagesKeysApi cloudflareImagesKeysAddSigningKey PUT /accounts/{account_id}/images/v1/keys/{signing_key_name} Create a new Signing Key
CloudflareImagesKeysApi cloudflareImagesKeysDeleteSigningKey DELETE /accounts/{account_id}/images/v1/keys/{signing_key_name} Delete Signing Key
CloudflareImagesKeysApi cloudflareImagesKeysListSigningKeys GET /accounts/{account_id}/images/v1/keys List Signing Keys
CloudflareImagesVariantsApi cloudflareImagesVariantsCreateAVariant POST /accounts/{account_id}/images/v1/variants Create a variant
CloudflareImagesVariantsApi cloudflareImagesVariantsDeleteAVariant DELETE /accounts/{account_id}/images/v1/variants/{variant_id} Delete a variant
CloudflareImagesVariantsApi cloudflareImagesVariantsListVariants GET /accounts/{account_id}/images/v1/variants List variants
CloudflareImagesVariantsApi cloudflareImagesVariantsUpdateAVariant PATCH /accounts/{account_id}/images/v1/variants/{variant_id} Update a variant
CloudflareImagesVariantsApi cloudflareImagesVariantsVariantDetails GET /accounts/{account_id}/images/v1/variants/{variant_id} Variant details
CloudflareTunnelApi cloudflareTunnelCleanUpCloudflareTunnelConnections DELETE /accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections Clean up Cloudflare Tunnel connections
CloudflareTunnelApi cloudflareTunnelCreateACloudflareTunnel POST /accounts/{account_id}/cfd_tunnel Create a Cloudflare Tunnel
CloudflareTunnelApi cloudflareTunnelCreateAWarpConnectorTunnel POST /accounts/{account_id}/warp_connector Create a Warp Connector Tunnel
CloudflareTunnelApi cloudflareTunnelDeleteACloudflareTunnel DELETE /accounts/{account_id}/cfd_tunnel/{tunnel_id} Delete a Cloudflare Tunnel
CloudflareTunnelApi cloudflareTunnelDeleteAWarpConnectorTunnel DELETE /accounts/{account_id}/warp_connector/{tunnel_id} Delete a Warp Connector Tunnel
CloudflareTunnelApi cloudflareTunnelGetACloudflareTunnel GET /accounts/{account_id}/cfd_tunnel/{tunnel_id} Get a Cloudflare Tunnel
CloudflareTunnelApi cloudflareTunnelGetACloudflareTunnelManagementToken POST /accounts/{account_id}/cfd_tunnel/{tunnel_id}/management Get a Cloudflare Tunnel management token
CloudflareTunnelApi cloudflareTunnelGetACloudflareTunnelToken GET /accounts/{account_id}/cfd_tunnel/{tunnel_id}/token Get a Cloudflare Tunnel token
CloudflareTunnelApi cloudflareTunnelGetAWarpConnectorTunnel GET /accounts/{account_id}/warp_connector/{tunnel_id} Get a Warp Connector Tunnel
CloudflareTunnelApi cloudflareTunnelGetAWarpConnectorTunnelToken GET /accounts/{account_id}/warp_connector/{tunnel_id}/token Get a Warp Connector Tunnel token
CloudflareTunnelApi cloudflareTunnelGetCloudflareTunnelConnector GET /accounts/{account_id}/cfd_tunnel/{tunnel_id}/connectors/{connector_id} Get Cloudflare Tunnel connector
CloudflareTunnelApi cloudflareTunnelListAllTunnels GET /accounts/{account_id}/tunnels List All Tunnels
CloudflareTunnelApi cloudflareTunnelListCloudflareTunnelConnections GET /accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections List Cloudflare Tunnel connections
CloudflareTunnelApi cloudflareTunnelListCloudflareTunnels GET /accounts/{account_id}/cfd_tunnel List Cloudflare Tunnels
CloudflareTunnelApi cloudflareTunnelListWarpConnectorTunnels GET /accounts/{account_id}/warp_connector List Warp Connector Tunnels
CloudflareTunnelApi cloudflareTunnelUpdateACloudflareTunnel PATCH /accounts/{account_id}/cfd_tunnel/{tunnel_id} Update a Cloudflare Tunnel
CloudflareTunnelApi cloudflareTunnelUpdateAWarpConnectorTunnel PATCH /accounts/{account_id}/warp_connector/{tunnel_id} Update a Warp Connector Tunnel
CloudflareTunnelConfigurationApi cloudflareTunnelConfigurationGetConfiguration GET /accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations Get configuration
CloudflareTunnelConfigurationApi cloudflareTunnelConfigurationPutConfiguration PUT /accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations Put configuration
ConnectivityServicesApi connectivityServicesDelete DELETE /accounts/{account_id}/connectivity/directory/services/{service_id} Delete connectivity service
ConnectivityServicesApi connectivityServicesGet GET /accounts/{account_id}/connectivity/directory/services/{service_id} Get connectivity service
ConnectivityServicesApi connectivityServicesList GET /accounts/{account_id}/connectivity/directory/services List connectivity services
ConnectivityServicesApi connectivityServicesPost POST /accounts/{account_id}/connectivity/directory/services Create connectivity service
ConnectivityServicesApi connectivityServicesPut PUT /accounts/{account_id}/connectivity/directory/services/{service_id} Update connectivity service
ContentScanningApi wafContentScanningAddCustomScanExpressions POST /zones/{zone_id}/content-upload-scan/payloads Add Custom Scan Expressions
ContentScanningApi wafContentScanningDeleteCustomScanExpressions DELETE /zones/{zone_id}/content-upload-scan/payloads/{expression_id} Delete a Custom Scan Expression
ContentScanningApi wafContentScanningDisable POST /zones/{zone_id}/content-upload-scan/disable Disable Content Scanning
ContentScanningApi wafContentScanningEnable POST /zones/{zone_id}/content-upload-scan/enable Enable Content Scanning
ContentScanningApi wafContentScanningGetStatus GET /zones/{zone_id}/content-upload-scan/settings Get Content Scanning Status
ContentScanningApi wafContentScanningListCustomScanExpressions GET /zones/{zone_id}/content-upload-scan/payloads List Existing Custom Scan Expressions
ContentScanningApi wafContentScanningUpdateSettings PUT /zones/{zone_id}/content-upload-scan/settings Update Content Scanning Status
CountryApi getCountryRead GET /accounts/{account_id}/cloudforce-one/events/countries Retrieves countries information for all countries
CredentialManagementApi storeCredentials POST /accounts/{account_id}/r2-catalog/{bucket_name}/credential Store catalog credentials
CustomHostnameFallbackOriginForAZoneApi customHostnameFallbackOriginForAZoneDeleteFallbackOriginForCustomHostnames DELETE /zones/{zone_id}/custom_hostnames/fallback_origin Delete Fallback Origin for Custom Hostnames
CustomHostnameFallbackOriginForAZoneApi customHostnameFallbackOriginForAZoneGetFallbackOriginForCustomHostnames GET /zones/{zone_id}/custom_hostnames/fallback_origin Get Fallback Origin for Custom Hostnames
CustomHostnameFallbackOriginForAZoneApi customHostnameFallbackOriginForAZoneUpdateFallbackOriginForCustomHostnames PUT /zones/{zone_id}/custom_hostnames/fallback_origin Update Fallback Origin for Custom Hostnames
CustomHostnameForAZoneApi customHostnameForAZoneCreateCustomHostname POST /zones/{zone_id}/custom_hostnames Create Custom Hostname
CustomHostnameForAZoneApi customHostnameForAZoneCustomHostnameDetails GET /zones/{zone_id}/custom_hostnames/{custom_hostname_id} Custom Hostname Details
CustomHostnameForAZoneApi customHostnameForAZoneDeleteCustomHostnameAndAnyIssuedSslCertificates DELETE /zones/{zone_id}/custom_hostnames/{custom_hostname_id} Delete Custom Hostname (and any issued SSL certificates)
CustomHostnameForAZoneApi customHostnameForAZoneDeleteSingleCertificateAndKeyInACustomHostname DELETE /zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id} Delete Single Certificate And Key For Custom Hostname
CustomHostnameForAZoneApi customHostnameForAZoneEditCustomCertificateCustomHostname PUT /zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id} Replace Custom Certificate and Custom Key In Custom Hostname
CustomHostnameForAZoneApi customHostnameForAZoneEditCustomHostname PATCH /zones/{zone_id}/custom_hostnames/{custom_hostname_id} Edit Custom Hostname
CustomHostnameForAZoneApi customHostnameForAZoneListCustomHostnames GET /zones/{zone_id}/custom_hostnames List Custom Hostnames
CustomIndicatorFeedsApi customIndicatorFeedsAddPermission PUT /accounts/{account_id}/intel/indicator-feeds/permissions/add Grant permission to indicator feed
CustomIndicatorFeedsApi customIndicatorFeedsCreateIndicatorFeeds POST /accounts/{account_id}/intel/indicator-feeds Create new indicator feed
CustomIndicatorFeedsApi customIndicatorFeedsDownloadIndicatorFeedData GET /accounts/{account_id}/intel/indicator-feeds/{feed_id}/download Download indicator feed data
CustomIndicatorFeedsApi customIndicatorFeedsGetIndicatorFeedData GET /accounts/{account_id}/intel/indicator-feeds/{feed_id}/data Get indicator feed data
CustomIndicatorFeedsApi customIndicatorFeedsGetIndicatorFeedMetadata GET /accounts/{account_id}/intel/indicator-feeds/{feed_id} Get indicator feed metadata
CustomIndicatorFeedsApi customIndicatorFeedsGetIndicatorFeeds GET /accounts/{account_id}/intel/indicator-feeds Get indicator feeds owned by this account
CustomIndicatorFeedsApi customIndicatorFeedsRemovePermission PUT /accounts/{account_id}/intel/indicator-feeds/permissions/remove Revoke permission to indicator feed
CustomIndicatorFeedsApi customIndicatorFeedsUpdateIndicatorFeedData PUT /accounts/{account_id}/intel/indicator-feeds/{feed_id}/snapshot Update indicator feed data
CustomIndicatorFeedsApi customIndicatorFeedsUpdateIndicatorFeedMetadata PUT /accounts/{account_id}/intel/indicator-feeds/{feed_id} Update indicator feed metadata
CustomIndicatorFeedsApi customIndicatorFeedsViewPermissions GET /accounts/{account_id}/intel/indicator-feeds/permissions/view List indicator feed permissions
CustomOriginTrustStoreApi customOriginTrustStoreCreate POST /zones/{zone_id}/acm/custom_trust_store Upload Custom Origin Trust Store
CustomOriginTrustStoreApi customOriginTrustStoreDelete DELETE /zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id} Delete Custom Origin Trust Store
CustomOriginTrustStoreApi customOriginTrustStoreDetails GET /zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id} Custom Origin Trust Store Details
CustomOriginTrustStoreApi customOriginTrustStoreListDetails GET /zones/{zone_id}/acm/custom_trust_store List Custom Origin Trust Store Details
CustomPagesForAZoneApi customPagesForAZoneGetACustomPage GET /zones/{zone_identifier}/custom_pages/{identifier} Get a custom page
CustomPagesForAZoneApi customPagesForAZoneListCustomPages GET /zones/{zone_identifier}/custom_pages List custom pages
CustomPagesForAZoneApi customPagesForAZoneUpdateACustomPage PUT /zones/{zone_identifier}/custom_pages/{identifier} Update a custom page
CustomPagesForAnAccountApi customPagesForAnAccountGetACustomPage GET /accounts/{account_identifier}/custom_pages/{identifier} Get a custom page
CustomPagesForAnAccountApi customPagesForAnAccountListCustomPages GET /accounts/{account_identifier}/custom_pages List custom pages
CustomPagesForAnAccountApi customPagesForAnAccountUpdateACustomPage PUT /accounts/{account_identifier}/custom_pages/{identifier} Update a custom page
CustomSSLForAZoneApi customSslForAZoneCreateSslConfiguration POST /zones/{zone_id}/custom_certificates Create SSL Configuration
CustomSSLForAZoneApi customSslForAZoneDeleteSslConfiguration DELETE /zones/{zone_id}/custom_certificates/{custom_certificate_id} Delete SSL Configuration
CustomSSLForAZoneApi customSslForAZoneEditSslConfiguration PATCH /zones/{zone_id}/custom_certificates/{custom_certificate_id} Edit SSL Configuration
CustomSSLForAZoneApi customSslForAZoneListSslConfigurations GET /zones/{zone_id}/custom_certificates List SSL Configurations
CustomSSLForAZoneApi customSslForAZoneRePrioritizeSslCertificates PUT /zones/{zone_id}/custom_certificates/prioritize Re-prioritize SSL Certificates
CustomSSLForAZoneApi customSslForAZoneSslConfigurationDetails GET /zones/{zone_id}/custom_certificates/{custom_certificate_id} SSL Configuration Details
D1Api cloudflareD1CreateDatabase POST /accounts/{account_id}/d1/database Create D1 Database
D1Api cloudflareD1DeleteDatabase DELETE /accounts/{account_id}/d1/database/{database_id} Delete D1 Database
D1Api cloudflareD1ExportDatabase POST /accounts/{account_id}/d1/database/{database_id}/export Export D1 Database as SQL
D1Api cloudflareD1GetDatabase GET /accounts/{account_id}/d1/database/{database_id} Get D1 Database
D1Api cloudflareD1ImportDatabase POST /accounts/{account_id}/d1/database/{database_id}/import Import SQL into your D1 Database
D1Api cloudflareD1ListDatabases GET /accounts/{account_id}/d1/database List D1 Databases
D1Api cloudflareD1QueryDatabase POST /accounts/{account_id}/d1/database/{database_id}/query Query D1 Database
D1Api cloudflareD1RawDatabaseQuery POST /accounts/{account_id}/d1/database/{database_id}/raw Raw D1 Database query
D1Api cloudflareD1UpdateDatabase PUT /accounts/{account_id}/d1/database/{database_id} Update D1 Database
D1Api cloudflareD1UpdatePartialDatabase PATCH /accounts/{account_id}/d1/database/{database_id} Update D1 Database partially
DCVDelegationApi dcvDelegationUuidGet GET /zones/{zone_id}/dcv_delegation/uuid Retrieve the DCV Delegation unique identifier.
DEXRemoteCommandsApi getCommands GET /accounts/{account_id}/dex/commands List account commands
DEXRemoteCommandsApi getCommandsCommandIdDownloadsFilename GET /accounts/{account_id}/dex/commands/{command_id}/downloads/{filename} Download command output file
DEXRemoteCommandsApi getCommandsEligibleDevices GET /accounts/{account_id}/dex/commands/devices List devices eligible for remote captures
DEXRemoteCommandsApi getCommandsQuota GET /accounts/{account_id}/dex/commands/quota Returns account commands usage, quota, and reset time
DEXRemoteCommandsApi postCommands POST /accounts/{account_id}/dex/commands Create account commands
DEXSyntheticApplicationMonitoringApi devicesLiveStatus GET /accounts/{account_id}/dex/devices/{device_id}/fleet-status/live Get the live status of a latest device
DEXSyntheticApplicationMonitoringApi dexEndpointsHttpTestDetails GET /accounts/{account_id}/dex/http-tests/{test_id} Get details and aggregate metrics for an http test
DEXSyntheticApplicationMonitoringApi dexEndpointsHttpTestPercentiles GET /accounts/{account_id}/dex/http-tests/{test_id}/percentiles Get percentiles for an http test
DEXSyntheticApplicationMonitoringApi dexEndpointsListColos GET /accounts/{account_id}/dex/colos List Cloudflare colos
DEXSyntheticApplicationMonitoringApi dexEndpointsListTestsOverview GET /accounts/{account_id}/dex/tests/overview List DEX test analytics
DEXSyntheticApplicationMonitoringApi dexEndpointsTestsUniqueDevices GET /accounts/{account_id}/dex/tests/unique-devices Get count of devices targeted
DEXSyntheticApplicationMonitoringApi dexEndpointsTracerouteTestDetails GET /accounts/{account_id}/dex/traceroute-tests/{test_id} Get details and aggregate metrics for a traceroute test
DEXSyntheticApplicationMonitoringApi dexEndpointsTracerouteTestNetworkPath GET /accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path Get network path breakdown for a traceroute test
DEXSyntheticApplicationMonitoringApi dexEndpointsTracerouteTestPercentiles GET /accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles Get percentiles for a traceroute test
DEXSyntheticApplicationMonitoringApi dexEndpointsTracerouteTestResultNetworkPath GET /accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path Get details for a specific traceroute test run
DEXSyntheticApplicationMonitoringApi dexFleetStatusDevices GET /accounts/{account_id}/dex/fleet-status/devices List fleet status devices
DEXSyntheticApplicationMonitoringApi dexFleetStatusLive GET /accounts/{account_id}/dex/fleet-status/live List fleet status details by dimension
DEXSyntheticApplicationMonitoringApi dexFleetStatusOverTime GET /accounts/{account_id}/dex/fleet-status/over-time List fleet status aggregate details by dimension
DLPDatasetsApi dlpDatasetsCreate POST /accounts/{account_id}/dlp/datasets Create a new dataset
DLPDatasetsApi dlpDatasetsCreateVersion POST /accounts/{account_id}/dlp/datasets/{dataset_id}/upload Prepare to upload a new version of a dataset
DLPDatasetsApi dlpDatasetsDefineColumns POST /accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version} Sets the column information for a multi-column upload
DLPDatasetsApi dlpDatasetsDelete DELETE /accounts/{account_id}/dlp/datasets/{dataset_id} Delete a dataset
DLPDatasetsApi dlpDatasetsRead GET /accounts/{account_id}/dlp/datasets/{dataset_id} Fetch a specific dataset
DLPDatasetsApi dlpDatasetsReadAll GET /accounts/{account_id}/dlp/datasets Fetch all datasets
DLPDatasetsApi dlpDatasetsUpdate PUT /accounts/{account_id}/dlp/datasets/{dataset_id} Update details about a dataset
DLPDatasetsApi dlpDatasetsUploadDatasetColumn POST /accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}/entries/{entry_id} Upload a new version of a multi-column dataset
DLPDatasetsApi dlpDatasetsUploadVersion POST /accounts/{account_id}/dlp/datasets/{dataset_id}/upload/{version} Upload a new version of a dataset
DLPDocumentFingerprintsApi dlpDocumentFingerprintsCreate POST /accounts/{account_id}/dlp/document_fingerprints Creates a new document fingerprint.
DLPDocumentFingerprintsApi dlpDocumentFingerprintsDelete DELETE /accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id} Delete a single document fingerprint.
DLPDocumentFingerprintsApi dlpDocumentFingerprintsRead GET /accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id} Retrieve data about a specific document fingerprint.
DLPDocumentFingerprintsApi dlpDocumentFingerprintsReadAll GET /accounts/{account_id}/dlp/document_fingerprints Retrieve data about all document fingerprints.
DLPDocumentFingerprintsApi dlpDocumentFingerprintsUpdate POST /accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id} Update the attributes of a single document fingerprint.
DLPDocumentFingerprintsApi dlpDocumentFingerprintsUpload PUT /accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id} Uploads a new version for a document fingerprint.
DLPEmailApi dlpEmailScannerCreateAccountMapping POST /accounts/{account_id}/dlp/email/account_mapping Create mapping
DLPEmailApi dlpEmailScannerCreateRule POST /accounts/{account_id}/dlp/email/rules Create email scanner rule
DLPEmailApi dlpEmailScannerDeleteRule DELETE /accounts/{account_id}/dlp/email/rules/{rule_id} Delete email scanner rule
DLPEmailApi dlpEmailScannerGetAccountMapping GET /accounts/{account_id}/dlp/email/account_mapping Get mapping
DLPEmailApi dlpEmailScannerGetRule GET /accounts/{account_id}/dlp/email/rules/{rule_id} Get an email scanner rule
DLPEmailApi dlpEmailScannerListAllRules GET /accounts/{account_id}/dlp/email/rules List all email scanner rules
DLPEmailApi dlpEmailScannerUpdateRule PUT /accounts/{account_id}/dlp/email/rules/{rule_id} Update email scanner rule
DLPEmailApi dlpEmailScannerUpdateRulePriorities PATCH /accounts/{account_id}/dlp/email/rules Update email scanner rule priorities
DLPEntriesApi dlpEntriesCreateEntry POST /accounts/{account_id}/dlp/entries Create custom entry
DLPEntriesApi dlpEntriesDeleteEntry DELETE /accounts/{account_id}/dlp/entries/{entry_id} Delete custom entry
DLPEntriesApi dlpEntriesGetDlpEntry GET /accounts/{account_id}/dlp/entries/{entry_id} Get DLP Entry
DLPEntriesApi dlpEntriesListAllEntries GET /accounts/{account_id}/dlp/entries List all entries
DLPEntriesApi dlpEntriesUpdateCustomEntry PUT /accounts/{account_id}/dlp/entries/custom/{entry_id} Update custom entry
DLPEntriesApi dlpEntriesUpdateEntry PUT /accounts/{account_id}/dlp/entries/{entry_id} Update entry
DLPEntriesApi dlpEntriesUpdatePredefinedEntry PUT /accounts/{account_id}/dlp/entries/predefined/{entry_id} Update predefined entry
DLPIntegrationEntriesApi dlpEntriesCreateIntegrationEntry POST /accounts/{account_id}/dlp/entries/integration Create integration entry
DLPIntegrationEntriesApi dlpEntriesDeleteIntegrationEntry DELETE /accounts/{account_id}/dlp/entries/integration/{entry_id} Delete integration entry
DLPIntegrationEntriesApi dlpEntriesUpdateIntegrationEntry PUT /accounts/{account_id}/dlp/entries/integration/{entry_id} Update integration entry
DLPPredefinedEntriesApi dlpEntriesCreatePredefinedEntry POST /accounts/{account_id}/dlp/entries/predefined Create predefined entry
DLPPredefinedEntriesApi dlpEntriesDeletePredefinedEntry DELETE /accounts/{account_id}/dlp/entries/predefined/{entry_id} Delete predefined entry
DLPProfilesApi dlpProfilesCreateCustomProfiles POST /accounts/{account_id}/dlp/profiles/custom Create custom profile
DLPProfilesApi dlpProfilesCreatePredefinedProfile POST /accounts/{account_id}/dlp/profiles/predefined Create predefined profile
DLPProfilesApi dlpProfilesCreatePredefinedProfileConfig POST /accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config Create predefined profile
DLPProfilesApi dlpProfilesDeleteCustomProfile DELETE /accounts/{account_id}/dlp/profiles/custom/{profile_id} Delete custom profile
DLPProfilesApi dlpProfilesDeletePredefinedProfile DELETE /accounts/{account_id}/dlp/profiles/predefined/{profile_id} Delete predefined profile
DLPProfilesApi dlpProfilesGetCustomProfile GET /accounts/{account_id}/dlp/profiles/custom/{profile_id} Get custom profile
DLPProfilesApi dlpProfilesGetDlpProfile GET /accounts/{account_id}/dlp/profiles/{profile_id} Get DLP Profile
DLPProfilesApi dlpProfilesGetPredefinedProfile GET /accounts/{account_id}/dlp/profiles/predefined/{profile_id} Get predefined profile
DLPProfilesApi dlpProfilesGetPredefinedProfileConfig GET /accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config Get predefined profile config
DLPProfilesApi dlpProfilesListAllCustomProfiles GET /accounts/{account_id}/dlp/profiles/custom List all custom profiles
DLPProfilesApi dlpProfilesListAllProfiles GET /accounts/{account_id}/dlp/profiles List all profiles
DLPProfilesApi dlpProfilesUpdateCustomProfile PUT /accounts/{account_id}/dlp/profiles/custom/{profile_id} Update custom profile
DLPProfilesApi dlpProfilesUpdatePredefinedProfile PUT /accounts/{account_id}/dlp/profiles/predefined/{profile_id} Update predefined profile
DLPProfilesApi dlpProfilesUpdatePredefinedProfileConfig PUT /accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config Update predefined profile config
DLPSettingsApi dlpLimitsGet GET /accounts/{account_id}/dlp/limits Fetch limits associated with DLP for account
DLPSettingsApi dlpPatternValidate POST /accounts/{account_id}/dlp/patterns/validate Validate a DLP regex pattern
DLPSettingsApi dlpPayloadLogGet GET /accounts/{account_id}/dlp/payload_log Get payload log settings
DLPSettingsApi dlpPayloadLogPut PUT /accounts/{account_id}/dlp/payload_log Set payload log settings
DLSRegionalServicesApi dlsAccountRegionalHostnamesAccountCreateHostname POST /zones/{zone_id}/addressing/regional_hostnames Create Regional Hostname
DLSRegionalServicesApi dlsAccountRegionalHostnamesAccountDeleteHostname DELETE /zones/{zone_id}/addressing/regional_hostnames/{hostname} Delete Regional Hostname
DLSRegionalServicesApi dlsAccountRegionalHostnamesAccountFetchHostname GET /zones/{zone_id}/addressing/regional_hostnames/{hostname} Fetch Regional Hostname
DLSRegionalServicesApi dlsAccountRegionalHostnamesAccountListHostnames GET /zones/{zone_id}/addressing/regional_hostnames List Regional Hostnames
DLSRegionalServicesApi dlsAccountRegionalHostnamesAccountListRegions GET /accounts/{account_id}/addressing/regional_hostnames/regions List Regions
DLSRegionalServicesApi dlsAccountRegionalHostnamesAccountPatchHostname PATCH /zones/{zone_id}/addressing/regional_hostnames/{hostname} Update Regional Hostname
DNSAnalyticsApi dnsAnalyticsByTime GET /zones/{zone_id}/dns_analytics/report/bytime By Time
DNSAnalyticsApi dnsAnalyticsTable GET /zones/{zone_id}/dns_analytics/report Table
DNSFirewallApi dnsFirewallCreateDnsFirewallCluster POST /accounts/{account_id}/dns_firewall Create DNS Firewall Cluster
DNSFirewallApi dnsFirewallDeleteDnsFirewallCluster DELETE /accounts/{account_id}/dns_firewall/{dns_firewall_id} Delete DNS Firewall Cluster
DNSFirewallApi dnsFirewallDnsFirewallClusterDetails GET /accounts/{account_id}/dns_firewall/{dns_firewall_id} DNS Firewall Cluster Details
DNSFirewallApi dnsFirewallListDnsFirewallClusters GET /accounts/{account_id}/dns_firewall List DNS Firewall Clusters
DNSFirewallApi dnsFirewallShowDnsFirewallClusterReverseDns GET /accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns Show DNS Firewall Cluster Reverse DNS
DNSFirewallApi dnsFirewallUpdateDnsFirewallCluster PATCH /accounts/{account_id}/dns_firewall/{dns_firewall_id} Update DNS Firewall Cluster
DNSFirewallApi dnsFirewallUpdateDnsFirewallClusterReverseDns PATCH /accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns Update DNS Firewall Cluster Reverse DNS
DNSFirewallAnalyticsApi dnsFirewallAnalyticsByTime GET /accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report/bytime By Time
DNSFirewallAnalyticsApi dnsFirewallAnalyticsTable GET /accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report Table
DNSInternalViewsForAnAccountApi dnsViewsForAnAccountCreateInternalDnsViews POST /accounts/{account_id}/dns_settings/views Create Internal DNS View
DNSInternalViewsForAnAccountApi dnsViewsForAnAccountDeleteInternalDnsView DELETE /accounts/{account_id}/dns_settings/views/{view_id} Delete Internal DNS View
DNSInternalViewsForAnAccountApi dnsViewsForAnAccountGetInternalDnsView GET /accounts/{account_id}/dns_settings/views/{view_id} DNS Internal View Details
DNSInternalViewsForAnAccountApi dnsViewsForAnAccountListInternalDnsViews GET /accounts/{account_id}/dns_settings/views List Internal DNS Views
DNSInternalViewsForAnAccountApi dnsViewsForAnAccountUpdateInternalDnsView PATCH /accounts/{account_id}/dns_settings/views/{view_id} Update Internal DNS View
DNSRecordsForAZoneApi dnsRecordsForAZoneApplyDnsScanResults POST /zones/{zone_id}/dns_records/scan/review Review Scanned DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZoneBatchDnsRecords POST /zones/{zone_id}/dns_records/batch Batch DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZoneCreateDnsRecord POST /zones/{zone_id}/dns_records Create DNS Record
DNSRecordsForAZoneApi dnsRecordsForAZoneDeleteDnsRecord DELETE /zones/{zone_id}/dns_records/{dns_record_id} Delete DNS Record
DNSRecordsForAZoneApi dnsRecordsForAZoneDnsRecordDetails GET /zones/{zone_id}/dns_records/{dns_record_id} DNS Record Details
DNSRecordsForAZoneApi dnsRecordsForAZoneExportDnsRecords GET /zones/{zone_id}/dns_records/export Export DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZoneImportDnsRecords POST /zones/{zone_id}/dns_records/import Import DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZoneListDnsRecords GET /zones/{zone_id}/dns_records List DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZonePatchDnsRecord PATCH /zones/{zone_id}/dns_records/{dns_record_id} Update DNS Record
DNSRecordsForAZoneApi dnsRecordsForAZoneReviewDnsScan GET /zones/{zone_id}/dns_records/scan/review List Scanned DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZoneScanDnsRecords POST /zones/{zone_id}/dns_records/scan Scan DNS Records
DNSRecordsForAZoneApi dnsRecordsForAZoneTriggerDnsScan POST /zones/{zone_id}/dns_records/scan/trigger Trigger DNS Record Scan
DNSRecordsForAZoneApi dnsRecordsForAZoneUpdateDnsRecord PUT /zones/{zone_id}/dns_records/{dns_record_id} Overwrite DNS Record
DNSSECApi dnssecDeleteDnssecRecords DELETE /zones/{zone_id}/dnssec Delete DNSSEC records
DNSSECApi dnssecDnssecDetails GET /zones/{zone_id}/dnssec DNSSEC Details
DNSSECApi dnssecEditDnssecStatus PATCH /zones/{zone_id}/dnssec Edit DNSSEC Status
DNSSettingsForAZoneApi dnsSettingsForAZoneListDnsSettings GET /zones/{zone_id}/dns_settings Show DNS Settings
DNSSettingsForAZoneApi dnsSettingsForAZoneUpdateDnsSettings PATCH /zones/{zone_id}/dns_settings Update DNS Settings
DNSSettingsForAnAccountApi dnsSettingsForAnAccountListDnsSettings GET /accounts/{account_id}/dns_settings Show DNS Settings
DNSSettingsForAnAccountApi dnsSettingsForAnAccountUpdateDnsSettings PATCH /accounts/{account_id}/dns_settings Update DNS Settings
DatasetApi deleteDatasetDelete DELETE /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id} Delete a dataset
DatasetApi getDatasetList GET /accounts/{account_id}/cloudforce-one/events/dataset Lists all datasets in an account
DatasetApi getDatasetRead GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id} Reads a dataset
DatasetApi patchDatasetUpdate PATCH /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id} Updates an existing dataset
DatasetApi postDatasetCreate POST /accounts/{account_id}/cloudforce-one/events/dataset/create Creates a dataset
DatasetApi postDatasetUpdate POST /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id} Updates an existing dataset
DatasetsApi postDatasetPopulate POST /accounts/{account_id}/cloudforce-one/events/datasets/populate Populate dataset-specific lookup tables from existing Events data with batch processing
DeviceDEXTestsApi deviceDexTestCreateDeviceDexTest POST /accounts/{account_id}/dex/devices/dex_tests Create Device DEX test
DeviceDEXTestsApi deviceDexTestDeleteDeviceDexTest DELETE /accounts/{account_id}/dex/devices/dex_tests/{dex_test_id} Delete Device DEX test
DeviceDEXTestsApi deviceDexTestDetails GET /accounts/{account_id}/dex/devices/dex_tests List Device DEX tests
DeviceDEXTestsApi deviceDexTestGetDeviceDexTest GET /accounts/{account_id}/dex/devices/dex_tests/{dex_test_id} Get Device DEX test
DeviceDEXTestsApi deviceDexTestUpdateDeviceDexTest PUT /accounts/{account_id}/dex/devices/dex_tests/{dex_test_id} Update Device DEX test
DeviceManagedNetworksApi deviceManagedNetworksCreateDeviceManagedNetwork POST /accounts/{account_id}/devices/networks Create a device managed network
DeviceManagedNetworksApi deviceManagedNetworksDeleteDeviceManagedNetwork DELETE /accounts/{account_id}/devices/networks/{network_id} Delete a device managed network
DeviceManagedNetworksApi deviceManagedNetworksDeviceManagedNetworkDetails GET /accounts/{account_id}/devices/networks/{network_id} Get device managed network details
DeviceManagedNetworksApi deviceManagedNetworksListDeviceManagedNetworks GET /accounts/{account_id}/devices/networks List your device managed networks
DeviceManagedNetworksApi deviceManagedNetworksUpdateDeviceManagedNetwork PUT /accounts/{account_id}/devices/networks/{network_id} Update a device managed network
DevicePostureIntegrationsApi devicePostureIntegrationsCreateDevicePostureIntegration POST /accounts/{account_id}/devices/posture/integration Create a device posture integration
DevicePostureIntegrationsApi devicePostureIntegrationsDeleteDevicePostureIntegration DELETE /accounts/{account_id}/devices/posture/integration/{integration_id} Delete a device posture integration
DevicePostureIntegrationsApi devicePostureIntegrationsDevicePostureIntegrationDetails GET /accounts/{account_id}/devices/posture/integration/{integration_id} Get device posture integration details
DevicePostureIntegrationsApi devicePostureIntegrationsListDevicePostureIntegrations GET /accounts/{account_id}/devices/posture/integration List your device posture integrations
DevicePostureIntegrationsApi devicePostureIntegrationsUpdateDevicePostureIntegration PATCH /accounts/{account_id}/devices/posture/integration/{integration_id} Update a device posture integration
DevicePostureRulesApi devicePostureRulesCreateDevicePostureRule POST /accounts/{account_id}/devices/posture Create a device posture rule
DevicePostureRulesApi devicePostureRulesDeleteDevicePostureRule DELETE /accounts/{account_id}/devices/posture/{rule_id} Delete a device posture rule
DevicePostureRulesApi devicePostureRulesDevicePostureRulesDetails GET /accounts/{account_id}/devices/posture/{rule_id} Get device posture rule details
DevicePostureRulesApi devicePostureRulesListDevicePostureRules GET /accounts/{account_id}/devices/posture List device posture rules
DevicePostureRulesApi devicePostureRulesUpdateDevicePostureRule PUT /accounts/{account_id}/devices/posture/{rule_id} Update a device posture rule
DevicesApi devicesCreateDeviceSettingsPolicy POST /accounts/{account_id}/devices/policy Create a device settings profile
DevicesApi devicesDeleteDeviceSettingsPolicy DELETE /accounts/{account_id}/devices/policy/{policy_id} Delete a device settings profile
DevicesApi devicesDeviceDetails GET /accounts/{account_id}/devices/{device_id} Get device (deprecated)
DevicesApi devicesGetDefaultDeviceSettingsPolicy GET /accounts/{account_id}/devices/policy Get the default device settings profile
DevicesApi devicesGetDeviceSettingsPolicyById GET /accounts/{account_id}/devices/policy/{policy_id} Get device settings profile by ID
DevicesApi devicesGetLocalDomainFallbackList GET /accounts/{account_id}/devices/policy/fallback_domains Get your Local Domain Fallback list
DevicesApi devicesGetLocalDomainFallbackListForADeviceSettingsPolicy GET /accounts/{account_id}/devices/policy/{policy_id}/fallback_domains Get the Local Domain Fallback list for a device settings profile
DevicesApi devicesGetPolicyCertificates GET /zones/{zone_id}/devices/policy/certificates Get device certificate provisioning status
DevicesApi devicesGetSplitTunnelExcludeList GET /accounts/{account_id}/devices/policy/exclude Get the Split Tunnel exclude list
DevicesApi devicesGetSplitTunnelExcludeListForADeviceSettingsPolicy GET /accounts/{account_id}/devices/policy/{policy_id}/exclude Get the Split Tunnel exclude list for a device settings profile
DevicesApi devicesGetSplitTunnelIncludeList GET /accounts/{account_id}/devices/policy/include Get the Split Tunnel include list
DevicesApi devicesGetSplitTunnelIncludeListForADeviceSettingsPolicy GET /accounts/{account_id}/devices/policy/{policy_id}/include Get the Split Tunnel include list for a device settings profile
DevicesApi devicesListAdminOverrideCodeForDevice GET /accounts/{account_id}/devices/{device_id}/override_codes Get override codes (deprecated)
DevicesApi devicesListDeviceSettingsPolicies GET /accounts/{account_id}/devices/policies List device settings profiles
DevicesApi devicesListDevices GET /accounts/{account_id}/devices List devices (deprecated)
DevicesApi devicesRevokeDevices POST /accounts/{account_id}/devices/revoke Revoke devices (deprecated)
DevicesApi devicesSetLocalDomainFallbackList PUT /accounts/{account_id}/devices/policy/fallback_domains Set your Local Domain Fallback list
DevicesApi devicesSetLocalDomainFallbackListForADeviceSettingsPolicy PUT /accounts/{account_id}/devices/policy/{policy_id}/fallback_domains Set the Local Domain Fallback list for a device settings profile
DevicesApi devicesSetSplitTunnelExcludeList PUT /accounts/{account_id}/devices/policy/exclude Set the Split Tunnel exclude list
DevicesApi devicesSetSplitTunnelExcludeListForADeviceSettingsPolicy PUT /accounts/{account_id}/devices/policy/{policy_id}/exclude Set the Split Tunnel exclude list for a device settings profile
DevicesApi devicesSetSplitTunnelIncludeList PUT /accounts/{account_id}/devices/policy/include Set the Split Tunnel include list
DevicesApi devicesSetSplitTunnelIncludeListForADeviceSettingsPolicy PUT /accounts/{account_id}/devices/policy/{policy_id}/include Set the Split Tunnel include list for a device settings profile
DevicesApi devicesUnrevokeDevices POST /accounts/{account_id}/devices/unrevoke Unrevoke devices (deprecated)
DevicesApi devicesUpdateDefaultDeviceSettingsPolicy PATCH /accounts/{account_id}/devices/policy Update the default device settings profile
DevicesApi devicesUpdateDeviceSettingsPolicy PATCH /accounts/{account_id}/devices/policy/{policy_id} Update a device settings profile
DevicesApi devicesUpdatePolicyCertificates PATCH /zones/{zone_id}/devices/policy/certificates Update device certificate provisioning status
DevicesResilienceApi devicesResilienceRetrieveGlobalWarpOverride GET /accounts/{account_id}/devices/resilience/disconnect Retrieve Global WARP override state
DevicesResilienceApi devicesResilienceSetGlobalWarpOverride POST /accounts/{account_id}/devices/resilience/disconnect Set Global WARP override state
DiagnosticsApi diagnosticsTraceroute POST /accounts/{account_id}/diagnostics/traceroute Traceroute
DomainHistoryApi domainHistoryGetDomainHistory GET /accounts/{account_id}/intel/domain-history Get Domain History
DomainIntelligenceApi domainIntelligenceGetDomainDetails GET /accounts/{account_id}/intel/domain Get Domain Details
DomainIntelligenceApi domainIntelligenceGetMultipleDomainDetails GET /accounts/{account_id}/intel/domain/bulk Get Multiple Domain Details
DomainSearchApi accountsAccountIdBrandProtectionMatchesDownloadGet GET /accounts/{account_id}/brand-protection/matches/download Download matches for string queries by ID
DomainSearchApi accountsAccountIdBrandProtectionMatchesGet GET /accounts/{account_id}/brand-protection/matches Read matches for string queries by ID
DomainSearchApi accountsAccountIdBrandProtectionQueriesBulkPost POST /accounts/{account_id}/brand-protection/queries/bulk Create new saved string queries in bulk
DomainSearchApi accountsAccountIdBrandProtectionQueriesDelete DELETE /accounts/{account_id}/brand-protection/queries Delete saved string queries by ID
DomainSearchApi accountsAccountIdBrandProtectionQueriesGet GET /accounts/{account_id}/brand-protection/queries Read string queries by ID
DomainSearchApi accountsAccountIdBrandProtectionQueriesPatch PATCH /accounts/{account_id}/brand-protection/queries Update saved string queries by ID
DomainSearchApi accountsAccountIdBrandProtectionQueriesPost POST /accounts/{account_id}/brand-protection/queries Create new saved string queries
DomainSearchApi accountsAccountIdBrandProtectionSearchPost POST /accounts/{account_id}/brand-protection/search Create new string queries
DomainSearchApi accountsAccountIdBrandProtectionTotalQueriesGet GET /accounts/{account_id}/brand-protection/total-queries Read the total number of saved string queries
DosFlowtrackdApiOtherApi bulkCreatePrefixes POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/bulk Create multiple prefixes.
DosFlowtrackdApiOtherApi createAllowlistedPrefix POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist Create allowlist prefix.
DosFlowtrackdApiOtherApi createDnsProtectionRule POST /accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules Create DNS Protection rule.
DosFlowtrackdApiOtherApi createPrefix POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes Create prefix.
DosFlowtrackdApiOtherApi createSynProtectionFilter POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters Create a SYN Protection filter.
DosFlowtrackdApiOtherApi createSynProtectionRule POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules Create SYN Protection rule.
DosFlowtrackdApiOtherApi createTcpFlowProtectionFilter POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters Create a TCP Flow Protection filter.
DosFlowtrackdApiOtherApi createTcpFlowProtectionRule POST /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules Create TCP Flow Protection rule.
DosFlowtrackdApiOtherApi deleteAllowlistPrefix DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id} Delete allowlist prefix.
DosFlowtrackdApiOtherApi deleteAllowlistPrefixesForAccount DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist Delete all allowlist prefixes.
DosFlowtrackdApiOtherApi deleteDnsProtectionRule DELETE /accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id} Delete DNS Protection rule.
DosFlowtrackdApiOtherApi deleteDnsProtectionRulesForAccount DELETE /accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules Delete all DNS Protection rules.
DosFlowtrackdApiOtherApi deletePrefix DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id} Delete prefix.
DosFlowtrackdApiOtherApi deletePrefixesForAccount DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes Delete all prefixes.
DosFlowtrackdApiOtherApi deleteSynProtectionFilter DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id} Delete SYN Protection filter.
DosFlowtrackdApiOtherApi deleteSynProtectionFiltersForAccount DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters Delete all SYN Protection filters.
DosFlowtrackdApiOtherApi deleteSynProtectionRule DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id} Delete SYN Protection rule.
DosFlowtrackdApiOtherApi deleteSynProtectionRulesForAccount DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules Delete all SYN Protection rules.
DosFlowtrackdApiOtherApi deleteTcpFlowProtectionFilter DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id} Delete TCP Flow Protection filter.
DosFlowtrackdApiOtherApi deleteTcpFlowProtectionFiltersForAccount DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters Delete all TCP Flow Protection filters.
DosFlowtrackdApiOtherApi deleteTcpFlowProtectionRule DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id} Delete TCP Flow Protection rule.
DosFlowtrackdApiOtherApi deleteTcpFlowProtectionRulesForAccount DELETE /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules Delete all TCP Flow Protection rules.
DosFlowtrackdApiOtherApi getAllowlistPrefix GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id} Get allowlist prefix.
DosFlowtrackdApiOtherApi getDnsProtectionRule GET /accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id} Get DNS Protection rule.
DosFlowtrackdApiOtherApi getPrefix GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id} Get prefix.
DosFlowtrackdApiOtherApi getProtectionStatus GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status Get protection status.
DosFlowtrackdApiOtherApi getSynProtectionFilter GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id} Get SYN Protection filter.
DosFlowtrackdApiOtherApi getSynProtectionRule GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id} Get SYN Protection rule.
DosFlowtrackdApiOtherApi getTcpFlowProtectionFilter GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id} Get TCP Flow Protection filter.
DosFlowtrackdApiOtherApi getTcpFlowProtectionRule GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id} Get TCP Flow Protection rule.
DosFlowtrackdApiOtherApi listAllowlistPrefixesForAccount GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist List all allowlist prefixes.
DosFlowtrackdApiOtherApi listDnsProtectionRulesForAccount GET /accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules List all DNS Protection rules.
DosFlowtrackdApiOtherApi listPrefixesForAccount GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes List all prefixes.
DosFlowtrackdApiOtherApi listSynProtectionFiltersForAccount GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters List all SYN Protection filters.
DosFlowtrackdApiOtherApi listSynProtectionRulesForAccount GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules List all SYN Protection rules.
DosFlowtrackdApiOtherApi listTcpFlowProtectionFiltersForAccount GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters List all TCP Flow Protection filters.
DosFlowtrackdApiOtherApi listTcpFlowProtectionRulesForAccount GET /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules List all TCP Flow Protection rules.
DosFlowtrackdApiOtherApi updateAllowlistPrefix PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id} Update allowlist prefix.
DosFlowtrackdApiOtherApi updateDnsProtectionRule PATCH /accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id} Update DNS Protection rule.
DosFlowtrackdApiOtherApi updatePrefix PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id} Update prefix.
DosFlowtrackdApiOtherApi updateProtectionStatus PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status Update protection status.
DosFlowtrackdApiOtherApi updateSynProtectionFilter PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id} Update SYN Protection filter.
DosFlowtrackdApiOtherApi updateSynProtectionRule PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id} Update SYN Protection rule.
DosFlowtrackdApiOtherApi updateTcpFlowProtectionFilter PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id} Update TCP Flow Protection filter.
DosFlowtrackdApiOtherApi updateTcpFlowProtectionRule PATCH /accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id} Update TCP Flow Protection rule.
DurableObjectsNamespaceApi durableObjectsNamespaceListNamespaces GET /accounts/{account_id}/workers/durable_objects/namespaces List Namespaces
DurableObjectsNamespaceApi durableObjectsNamespaceListObjects GET /accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects List Objects
EmailRoutingDestinationAddressesApi emailRoutingDestinationAddressesCreateADestinationAddress POST /accounts/{account_id}/email/routing/addresses Create a destination address
EmailRoutingDestinationAddressesApi emailRoutingDestinationAddressesDeleteDestinationAddress DELETE /accounts/{account_id}/email/routing/addresses/{destination_address_identifier} Delete destination address
EmailRoutingDestinationAddressesApi emailRoutingDestinationAddressesGetADestinationAddress GET /accounts/{account_id}/email/routing/addresses/{destination_address_identifier} Get a destination address
EmailRoutingDestinationAddressesApi emailRoutingDestinationAddressesListDestinationAddresses GET /accounts/{account_id}/email/routing/addresses List destination addresses
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesCreateRoutingRule POST /zones/{zone_id}/email/routing/rules Create routing rule
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesDeleteRoutingRule DELETE /zones/{zone_id}/email/routing/rules/{rule_identifier} Delete routing rule
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesGetCatchAllRule GET /zones/{zone_id}/email/routing/rules/catch_all Get catch-all rule
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesGetRoutingRule GET /zones/{zone_id}/email/routing/rules/{rule_identifier} Get routing rule
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesListRoutingRules GET /zones/{zone_id}/email/routing/rules List routing rules
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesUpdateCatchAllRule PUT /zones/{zone_id}/email/routing/rules/catch_all Update catch-all rule
EmailRoutingRoutingRulesApi emailRoutingRoutingRulesUpdateRoutingRule PUT /zones/{zone_id}/email/routing/rules/{rule_identifier} Update routing rule
EmailRoutingSettingsApi emailRoutingSettingsDisableEmailRouting POST /zones/{zone_id}/email/routing/disable Disable Email Routing
EmailRoutingSettingsApi emailRoutingSettingsDisableEmailRoutingDns DELETE /zones/{zone_id}/email/routing/dns Disable Email Routing
EmailRoutingSettingsApi emailRoutingSettingsEmailRoutingDnsSettings GET /zones/{zone_id}/email/routing/dns Email Routing - DNS settings
EmailRoutingSettingsApi emailRoutingSettingsEnableEmailRouting POST /zones/{zone_id}/email/routing/enable Enable Email Routing
EmailRoutingSettingsApi emailRoutingSettingsEnableEmailRoutingDns POST /zones/{zone_id}/email/routing/dns Enable Email Routing
EmailRoutingSettingsApi emailRoutingSettingsGetEmailRoutingSettings GET /zones/{zone_id}/email/routing Get Email Routing settings
EmailRoutingSettingsApi emailRoutingSettingsUnlockEmailRoutingDns PATCH /zones/{zone_id}/email/routing/dns Unlock Email Routing
EmailSecurityApi emailSecurityGetMessage GET /accounts/{account_id}/email-security/investigate/{postfix_id} Get message details
EmailSecurityApi emailSecurityGetMessageDetections GET /accounts/{account_id}/email-security/investigate/{postfix_id}/detections Get message detection details
EmailSecurityApi emailSecurityGetMessagePreview GET /accounts/{account_id}/email-security/investigate/{postfix_id}/preview Get email preview
EmailSecurityApi emailSecurityGetMessageRaw GET /accounts/{account_id}/email-security/investigate/{postfix_id}/raw Get raw email content
EmailSecurityApi emailSecurityGetMessageTrace GET /accounts/{account_id}/email-security/investigate/{postfix_id}/trace Get email trace
EmailSecurityApi emailSecurityInvestigate GET /accounts/{account_id}/email-security/investigate Search email messages
EmailSecurityApi emailSecurityPostBulkMessageMove POST /accounts/{account_id}/email-security/investigate/move Move multiple messages
EmailSecurityApi emailSecurityPostMessageMove POST /accounts/{account_id}/email-security/investigate/{postfix_id}/move Move a message
EmailSecurityApi emailSecurityPostPreview POST /accounts/{account_id}/email-security/investigate/preview Preview for non-detection messages
EmailSecurityApi emailSecurityPostReclassify POST /accounts/{account_id}/email-security/investigate/{postfix_id}/reclassify Change email classfication
EmailSecurityApi emailSecurityPostRelease POST /accounts/{account_id}/email-security/investigate/release Release messages from quarantine
EmailSecurityApi emailSecuritySubmissions GET /accounts/{account_id}/email-security/submissions Get reclassify submissions
EmailSecuritySettingsApi emailSecurityBatchAllowPolicies POST /accounts/{account_id}/email-security/settings/allow_policies/batch Batch Allow Policies
EmailSecuritySettingsApi emailSecurityBatchBlockedSenders POST /accounts/{account_id}/email-security/settings/block_senders/batch Batch Block Senders
EmailSecuritySettingsApi emailSecurityBatchSendingDomainRestrictions POST /accounts/{account_id}/email-security/settings/sending_domain_restrictions/batch Batch Sending Domain Restrictions
EmailSecuritySettingsApi emailSecurityBatchTrustedDomains POST /accounts/{account_id}/email-security/settings/trusted_domains/batch Batch Trusted Domains
EmailSecuritySettingsApi emailSecurityCreateAllowPolicy POST /accounts/{account_id}/email-security/settings/allow_policies Create an email allow policy
EmailSecuritySettingsApi emailSecurityCreateBlockedSender POST /accounts/{account_id}/email-security/settings/block_senders Create a blocked email sender
EmailSecuritySettingsApi emailSecurityCreateDisplayName POST /accounts/{account_id}/email-security/settings/impersonation_registry Create an entry in impersonation registry
EmailSecuritySettingsApi emailSecurityCreateTrustedDomain POST /accounts/{account_id}/email-security/settings/trusted_domains Create a trusted email domain
EmailSecuritySettingsApi emailSecurityDeleteAllowPolicy DELETE /accounts/{account_id}/email-security/settings/allow_policies/{policy_id} Delete an email allow policy
EmailSecuritySettingsApi emailSecurityDeleteBlockedSender DELETE /accounts/{account_id}/email-security/settings/block_senders/{pattern_id} Delete a blocked email sender
EmailSecuritySettingsApi emailSecurityDeleteDisplayName DELETE /accounts/{account_id}/email-security/settings/impersonation_registry/{display_name_id} Delete an entry from impersonation registry
EmailSecuritySettingsApi emailSecurityDeleteDomain DELETE /accounts/{account_id}/email-security/settings/domains/{domain_id} Unprotect an email domain
EmailSecuritySettingsApi emailSecurityDeleteDomains DELETE /accounts/{account_id}/email-security/settings/domains Unprotect multiple email domains
EmailSecuritySettingsApi emailSecurityDeleteTrustedDomain DELETE /accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id} Delete a trusted email domain
EmailSecuritySettingsApi emailSecurityGetAllowPolicy GET /accounts/{account_id}/email-security/settings/allow_policies/{policy_id} Get an email allow policy
EmailSecuritySettingsApi emailSecurityGetBlockedSender GET /accounts/{account_id}/email-security/settings/block_senders/{pattern_id} Get a blocked email sender
EmailSecuritySettingsApi emailSecurityGetDisplayName GET /accounts/{account_id}/email-security/settings/impersonation_registry/{display_name_id} Get an entry in impersonation registry
EmailSecuritySettingsApi emailSecurityGetDomain GET /accounts/{account_id}/email-security/settings/domains/{domain_id} Get an email domain
EmailSecuritySettingsApi emailSecurityGetTrustedDomain GET /accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id} Get a trusted email domain
EmailSecuritySettingsApi emailSecurityListAllowPolicies GET /accounts/{account_id}/email-security/settings/allow_policies List email allow policies
EmailSecuritySettingsApi emailSecurityListBlockedSenders GET /accounts/{account_id}/email-security/settings/block_senders List blocked email senders
EmailSecuritySettingsApi emailSecurityListDisplayNames GET /accounts/{account_id}/email-security/settings/impersonation_registry List entries in impersonation registry
EmailSecuritySettingsApi emailSecurityListDomains GET /accounts/{account_id}/email-security/settings/domains List protected email domains
EmailSecuritySettingsApi emailSecurityListTrustedDomains GET /accounts/{account_id}/email-security/settings/trusted_domains List trusted email domains
EmailSecuritySettingsApi emailSecurityUpdateAllowPolicy PATCH /accounts/{account_id}/email-security/settings/allow_policies/{policy_id} Update an email allow policy
EmailSecuritySettingsApi emailSecurityUpdateBlockedSender PATCH /accounts/{account_id}/email-security/settings/block_senders/{pattern_id} Update a blocked email sender
EmailSecuritySettingsApi emailSecurityUpdateDisplayName PATCH /accounts/{account_id}/email-security/settings/impersonation_registry/{display_name_id} Update an entry in impersonation registry
EmailSecuritySettingsApi emailSecurityUpdateDomain PATCH /accounts/{account_id}/email-security/settings/domains/{domain_id} Update an email domain
EmailSecuritySettingsApi emailSecurityUpdateTrustedDomain PATCH /accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id} Update a trusted email domain
EndpointHealthChecksApi diagnosticsEndpointHealthcheckCreate POST /accounts/{account_id}/diagnostics/endpoint-healthchecks Endpoint Health Check
EndpointHealthChecksApi diagnosticsEndpointHealthcheckDelete DELETE /accounts/{account_id}/diagnostics/endpoint-healthchecks/{id} Delete Endpoint Health Check
EndpointHealthChecksApi diagnosticsEndpointHealthcheckGet GET /accounts/{account_id}/diagnostics/endpoint-healthchecks/{id} Get Endpoint Health Check
EndpointHealthChecksApi diagnosticsEndpointHealthcheckList GET /accounts/{account_id}/diagnostics/endpoint-healthchecks List Endpoint Health Checks
EndpointHealthChecksApi diagnosticsEndpointHealthcheckUpdate PUT /accounts/{account_id}/diagnostics/endpoint-healthchecks/{id} Update Endpoint Health Check
EnvironmentVariablesApi deleteEnvironmentVariable DELETE /accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables/{environment_variable_key} Delete environment variable
EnvironmentVariablesApi listEnvironmentVariables GET /accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables List environment variables
EnvironmentVariablesApi upsertEnvironmentVariables PATCH /accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables Upsert environment variables
EventApi deleteEventDelete DELETE /accounts/{account_id}/cloudforce-one/events/{event_id} Deletes an event
EventApi deleteEventDeleteDO DELETE /accounts/{account_id}/cloudforce-one/events/{dataset_id}/delete Deletes one or more events
EventApi deleteEventReferenceDelete DELETE /accounts/{account_id}/cloudforce-one/events/relate/{event_id} Removes an event reference
EventApi deleteEventTagDelete DELETE /accounts/{account_id}/cloudforce-one/events/event_tag/{event_id} Removes a tag from an event
EventApi getEventAggregate GET /accounts/{account_id}/cloudforce-one/events/aggregate Aggregate events by single or multiple columns with optional date filtering
EventApi getEventListGet GET /accounts/{account_id}/cloudforce-one/events Filter and list events
EventApi getEventRawRead GET /accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id} Reads data for a raw event
EventApi getEventRawReadDS GET /accounts/{account_id}/cloudforce-one/events/raw/{dataset_id}/{event_id} Reads data for a raw event
EventApi getEventRead GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/events/{event_id} Reads an event
EventApi getEventReadDeprecated GET /accounts/{account_id}/cloudforce-one/events/{event_id} Reads an event
EventApi getEventRelationships GET /accounts/{account_id}/cloudforce-one/events/{event_id}/relationships Filter and list events related to specific event
EventApi patchEventRawUpdate PATCH /accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id} Updates a raw event
EventApi patchEventUpdate PATCH /accounts/{account_id}/cloudforce-one/events/{event_id} Updates an event
EventApi postCreateEventRelationship POST /accounts/{account_id}/cloudforce-one/events/relationships/create Create a relationship between two events
EventApi postEventCreate POST /accounts/{account_id}/cloudforce-one/events/create Creates a new event
EventApi postEventCreateBulk POST /accounts/{account_id}/cloudforce-one/events/create/bulk Creates bulk events
EventApi postEventCreateBulkWithRelationships POST /accounts/{account_id}/cloudforce-one/events/create/bulk/relationships Creates bulk DOS event with relationships and indicators
EventApi postEventMoveToNewDS POST /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/move Moves specified events from one dataset to another dataset
EventApi postEventRawUpdate POST /accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id} Updates a raw event
EventApi postEventReferenceCreate POST /accounts/{account_id}/cloudforce-one/events/relate/{event_id}/create Creates event references for a event
EventApi postEventTagCreate POST /accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}/create Adds a tag to an event
EventApi postEventUpdate POST /accounts/{account_id}/cloudforce-one/events/{event_id} Updates an event
FeedbackApi botManagementZoneFeedbackCreate POST /zones/{zone_id}/bot_management/feedback Submit a feedback report
FeedbackApi botManagementZoneFeedbackList GET /zones/{zone_id}/bot_management/feedback List zone feedback reports
FiltersApi filtersCreateFilters POST /zones/{zone_id}/filters Create filters
FiltersApi filtersDeleteAFilter DELETE /zones/{zone_id}/filters/{filter_id} Delete a filter
FiltersApi filtersDeleteFilters DELETE /zones/{zone_id}/filters Delete filters
FiltersApi filtersGetAFilter GET /zones/{zone_id}/filters/{filter_id} Get a filter
FiltersApi filtersListFilters GET /zones/{zone_id}/filters List filters
FiltersApi filtersUpdateAFilter PUT /zones/{zone_id}/filters/{filter_id} Update a filter
FiltersApi filtersUpdateFilters PUT /zones/{zone_id}/filters Update filters
FirewallRulesApi firewallRulesCreateFirewallRules POST /zones/{zone_id}/firewall/rules Create firewall rules
FirewallRulesApi firewallRulesDeleteAFirewallRule DELETE /zones/{zone_id}/firewall/rules/{rule_id} Delete a firewall rule
FirewallRulesApi firewallRulesDeleteFirewallRules DELETE /zones/{zone_id}/firewall/rules Delete firewall rules
FirewallRulesApi firewallRulesGetAFirewallRule GET /zones/{zone_id}/firewall/rules/{rule_id} Get a firewall rule
FirewallRulesApi firewallRulesListFirewallRules GET /zones/{zone_id}/firewall/rules List firewall rules
FirewallRulesApi firewallRulesUpdateAFirewallRule PUT /zones/{zone_id}/firewall/rules/{rule_id} Update a firewall rule
FirewallRulesApi firewallRulesUpdateFirewallRules PUT /zones/{zone_id}/firewall/rules Update firewall rules
FirewallRulesApi firewallRulesUpdatePriorityOfAFirewallRule PATCH /zones/{zone_id}/firewall/rules/{rule_id} Update priority of a firewall rule
FirewallRulesApi firewallRulesUpdatePriorityOfFirewallRules PATCH /zones/{zone_id}/firewall/rules Update priority of firewall rules
GatewayCAApi accessGatewayCaAddAnSSHCa POST /accounts/{account_id}/access/gateway_ca Add a new SSH Certificate Authority (CA)
GatewayCAApi accessGatewayCaDeleteAnSSHCa DELETE /accounts/{account_id}/access/gateway_ca/{certificate_id} Delete an SSH Certificate Authority (CA)
GatewayCAApi accessGatewayCaListSSHCa GET /accounts/{account_id}/access/gateway_ca List SSH Certificate Authorities (CA)
GitHubIntegrationApi getWorkerConfigAutofill GET /accounts/{account_id}/builds/repos/{provider_type}/{provider_account_id}/{repo_id}/config_autofill Get repository configuration autofill
HealthChecksApi healthChecksCreateHealthCheck POST /zones/{zone_id}/healthchecks Create Health Check
HealthChecksApi healthChecksCreatePreviewHealthCheck POST /zones/{zone_id}/healthchecks/preview Create Preview Health Check
HealthChecksApi healthChecksDeleteHealthCheck DELETE /zones/{zone_id}/healthchecks/{healthcheck_id} Delete Health Check
HealthChecksApi healthChecksDeletePreviewHealthCheck DELETE /zones/{zone_id}/healthchecks/preview/{healthcheck_id} Delete Preview Health Check
HealthChecksApi healthChecksHealthCheckDetails GET /zones/{zone_id}/healthchecks/{healthcheck_id} Health Check Details
HealthChecksApi healthChecksHealthCheckPreviewDetails GET /zones/{zone_id}/healthchecks/preview/{healthcheck_id} Health Check Preview Details
HealthChecksApi healthChecksListHealthChecks GET /zones/{zone_id}/healthchecks List Health Checks
HealthChecksApi healthChecksPatchHealthCheck PATCH /zones/{zone_id}/healthchecks/{healthcheck_id} Patch Health Check
HealthChecksApi healthChecksUpdateHealthCheck PUT /zones/{zone_id}/healthchecks/{healthcheck_id} Update Health Check
HealthChecksApi smartShieldCreateHealthCheck POST /zones/{zone_id}/smart_shield/healthchecks Create Health Check
HealthChecksApi smartShieldDeleteHealthCheck DELETE /zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id} Delete Health Check
HealthChecksApi smartShieldHealthCheckDetails GET /zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id} Health Check Details
HealthChecksApi smartShieldListHealthChecks GET /zones/{zone_id}/smart_shield/healthchecks List Health Checks
HealthChecksApi smartShieldPatchHealthCheck PATCH /zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id} Patch Health Check
HealthChecksApi smartShieldUpdateHealthCheck PUT /zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id} Update Health Check
HyperdriveApi createHyperdrive POST /accounts/{account_id}/hyperdrive/configs Create Hyperdrive
HyperdriveApi deleteHyperdrive DELETE /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id} Delete Hyperdrive
HyperdriveApi getHyperdrive GET /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id} Get Hyperdrive
HyperdriveApi listHyperdrive GET /accounts/{account_id}/hyperdrive/configs List Hyperdrives
HyperdriveApi patchHyperdrive PATCH /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id} Patch Hyperdrive
HyperdriveApi updateHyperdrive PUT /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id} Update Hyperdrive
IPAccessRulesForAUserApi ipAccessRulesForAUserCreateAnIpAccessRule POST /user/firewall/access_rules/rules Create an IP Access rule
IPAccessRulesForAUserApi ipAccessRulesForAUserDeleteAnIpAccessRule DELETE /user/firewall/access_rules/rules/{rule_id} Delete an IP Access rule
IPAccessRulesForAUserApi ipAccessRulesForAUserListIpAccessRules GET /user/firewall/access_rules/rules List IP Access rules
IPAccessRulesForAUserApi ipAccessRulesForAUserUpdateAnIpAccessRule PATCH /user/firewall/access_rules/rules/{rule_id} Update an IP Access rule
IPAccessRulesForAZoneApi ipAccessRulesForAZoneCreateAnIpAccessRule POST /zones/{zone_id}/firewall/access_rules/rules Create an IP Access rule
IPAccessRulesForAZoneApi ipAccessRulesForAZoneDeleteAnIpAccessRule DELETE /zones/{zone_id}/firewall/access_rules/rules/{rule_id} Delete an IP Access rule
IPAccessRulesForAZoneApi ipAccessRulesForAZoneListIpAccessRules GET /zones/{zone_id}/firewall/access_rules/rules List IP Access rules
IPAccessRulesForAZoneApi ipAccessRulesForAZoneUpdateAnIpAccessRule PATCH /zones/{zone_id}/firewall/access_rules/rules/{rule_id} Update an IP Access rule
IPAccessRulesForAnAccountApi ipAccessRulesForAnAccountCreateAnIpAccessRule POST /accounts/{account_id}/firewall/access_rules/rules Create an IP Access rule
IPAccessRulesForAnAccountApi ipAccessRulesForAnAccountDeleteAnIpAccessRule DELETE /accounts/{account_id}/firewall/access_rules/rules/{rule_id} Delete an IP Access rule
IPAccessRulesForAnAccountApi ipAccessRulesForAnAccountGetAnIpAccessRule GET /accounts/{account_id}/firewall/access_rules/rules/{rule_id} Get an IP Access rule
IPAccessRulesForAnAccountApi ipAccessRulesForAnAccountListIpAccessRules GET /accounts/{account_id}/firewall/access_rules/rules List IP Access rules
IPAccessRulesForAnAccountApi ipAccessRulesForAnAccountUpdateAnIpAccessRule PATCH /accounts/{account_id}/firewall/access_rules/rules/{rule_id} Update an IP Access rule
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsAddAZoneMembershipToAnAddressMap PUT /accounts/{account_id}/addressing/address_maps/{address_map_id}/zones/{zone_id} Add a zone membership to an Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsAddAnAccountMembershipToAnAddressMap PUT /accounts/{account_id}/addressing/address_maps/{address_map_id}/accounts/{account_id} Add an account membership to an Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsAddAnIpToAnAddressMap PUT /accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address} Add an IP to an Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsAddressMapDetails GET /accounts/{account_id}/addressing/address_maps/{address_map_id} Address Map Details
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsCreateAddressMap POST /accounts/{account_id}/addressing/address_maps Create Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsDeleteAddressMap DELETE /accounts/{account_id}/addressing/address_maps/{address_map_id} Delete Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsListAddressMaps GET /accounts/{account_id}/addressing/address_maps List Address Maps
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsRemoveAZoneMembershipFromAnAddressMap DELETE /accounts/{account_id}/addressing/address_maps/{address_map_id}/zones/{zone_id} Remove a zone membership from an Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsRemoveAnAccountMembershipFromAnAddressMap DELETE /accounts/{account_id}/addressing/address_maps/{address_map_id}/accounts/{account_id} Remove an account membership from an Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsRemoveAnIpFromAnAddressMap DELETE /accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address} Remove an IP from an Address Map
IPAddressManagementAddressMapsApi ipAddressManagementAddressMapsUpdateAddressMap PATCH /accounts/{account_id}/addressing/address_maps/{address_map_id} Update Address Map
IPAddressManagementBGPPrefixesApi ipAddressManagementPrefixesCreateBgpPrefix POST /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes Create BGP Prefix
IPAddressManagementBGPPrefixesApi ipAddressManagementPrefixesDeleteBgpPrefix DELETE /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id} Delete BGP Prefix
IPAddressManagementBGPPrefixesApi ipAddressManagementPrefixesFetchBgpPrefix GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id} Fetch BGP Prefix
IPAddressManagementBGPPrefixesApi ipAddressManagementPrefixesListBgpPrefixes GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes List BGP Prefixes
IPAddressManagementBGPPrefixesApi ipAddressManagementPrefixesUpdateBgpPrefix PATCH /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id} Update BGP Prefix
IPAddressManagementDynamicAdvertisementApi ipAddressManagementDynamicAdvertisementGetAdvertisementStatus GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status Get Advertisement Status
IPAddressManagementDynamicAdvertisementApi ipAddressManagementDynamicAdvertisementUpdatePrefixDynamicAdvertisementStatus PATCH /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status Update Prefix Dynamic Advertisement Status
IPAddressManagementLeasesApi ipAddressManagementListLeases GET /accounts/{account_id}/addressing/leases List Leases
IPAddressManagementPrefixDelegationApi ipAddressManagementPrefixDelegationCreatePrefixDelegation POST /accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations Create Prefix Delegation
IPAddressManagementPrefixDelegationApi ipAddressManagementPrefixDelegationDeletePrefixDelegation DELETE /accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id} Delete Prefix Delegation
IPAddressManagementPrefixDelegationApi ipAddressManagementPrefixDelegationListPrefixDelegations GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations List Prefix Delegations
IPAddressManagementPrefixesApi ipAddressManagementPrefixesAddPrefix POST /accounts/{account_id}/addressing/prefixes Add Prefix
IPAddressManagementPrefixesApi ipAddressManagementPrefixesDeletePrefix DELETE /accounts/{account_id}/addressing/prefixes/{prefix_id} Delete Prefix
IPAddressManagementPrefixesApi ipAddressManagementPrefixesDownloadLoaDocument GET /accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download Download LOA Document
IPAddressManagementPrefixesApi ipAddressManagementPrefixesListPrefixes GET /accounts/{account_id}/addressing/prefixes List Prefixes
IPAddressManagementPrefixesApi ipAddressManagementPrefixesPrefixDetails GET /accounts/{account_id}/addressing/prefixes/{prefix_id} Prefix Details
IPAddressManagementPrefixesApi ipAddressManagementPrefixesUpdatePrefixDescription PATCH /accounts/{account_id}/addressing/prefixes/{prefix_id} Update Prefix Description
IPAddressManagementPrefixesApi ipAddressManagementPrefixesValidatePrefix POST /accounts/{account_id}/addressing/prefixes/{prefix_id}/validate Validate Prefix
IPAddressManagementServiceBindingsApi ipAddressManagementServiceBindingsCreateServiceBinding POST /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings Create Service Binding
IPAddressManagementServiceBindingsApi ipAddressManagementServiceBindingsDeleteServiceBinding DELETE /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id} Delete Service Binding
IPAddressManagementServiceBindingsApi ipAddressManagementServiceBindingsGetServiceBinding GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id} Get Service Binding
IPAddressManagementServiceBindingsApi ipAddressManagementServiceBindingsListServiceBindings GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings List Service Bindings
IPAddressManagementServiceBindingsApi ipAddressManagementServiceBindingsListServices GET /accounts/{account_id}/addressing/services List Services
IPIntelligenceApi ipIntelligenceGetIpOverview GET /accounts/{account_id}/intel/ip Get IP Overview
IPListApi ipListGetIpLists GET /accounts/{account_id}/intel/ip-list Get IP Lists
IndicatorApi deleteIndicatorDelete DELETE /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id} Deletes an indicator
IndicatorApi getIndicatorList GET /accounts/{account_id}/cloudforce-one/events/indicators Lists indicators across multiple datasets
IndicatorApi getIndicatorListAll GET /accounts/{account_id}/cloudforce-one/events/indicators/all Lists indicators across all datasets
IndicatorApi getIndicatorListLegacy GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators Lists indicators
IndicatorApi getIndicatorRead GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id} Reads an indicator
IndicatorApi getIndicatorTagsList GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/tags List mirrored tags for an indicator dataset
IndicatorApi patchIndicatorUpdate PATCH /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id} Updates an indicator
IndicatorApi postIndicatorCreate POST /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/create Creates a new indicator
IndicatorApi postIndicatorCreateBulk POST /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/bulk Creates multiple indicators in bulk
IndicatorTypesApi getIndicatorTypeListComplete GET /accounts/{account_id}/cloudforce-one/events/indicator-types/all Lists all indicator types from Durable Objects across all datasets
IndicatorTypesApi getIndicatorTypesList GET /accounts/{account_id}/cloudforce-one/events/indicator-types Lists indicator types across multiple datasets
IndicatorTypesApi getLegacyIndicatorTypesList GET /accounts/{account_id}/cloudforce-one/events/indicatorTypes Lists all indicator types
IndicatorsApi postIndicatorTypeCreate POST /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicatorTypes/create Create a new indicator type
InfrastructureAccessTargetsApi infraTargetsDelete DELETE /accounts/{account_id}/infrastructure/targets/{target_id} Delete target
InfrastructureAccessTargetsApi infraTargetsDeleteBatch DELETE /accounts/{account_id}/infrastructure/targets/batch Delete targets (Deprecated)
InfrastructureAccessTargetsApi infraTargetsDeleteBatchPost POST /accounts/{account_id}/infrastructure/targets/batch_delete Delete targets
InfrastructureAccessTargetsApi infraTargetsGet GET /accounts/{account_id}/infrastructure/targets/{target_id} Get target
InfrastructureAccessTargetsApi infraTargetsList GET /accounts/{account_id}/infrastructure/targets List all targets
InfrastructureAccessTargetsApi infraTargetsPost POST /accounts/{account_id}/infrastructure/targets Create new target
InfrastructureAccessTargetsApi infraTargetsPut PUT /accounts/{account_id}/infrastructure/targets/{target_id} Update target
InfrastructureAccessTargetsApi infraTargetsPutBatch PUT /accounts/{account_id}/infrastructure/targets/batch Create new targets
InstantLogsJobsForAZoneApi getZonesZoneIdLogpushEdgeJobs GET /zones/{zone_id}/logpush/edge/jobs List Instant Logs jobs
InstantLogsJobsForAZoneApi postZonesZoneIdLogpushEdgeJobs POST /zones/{zone_id}/logpush/edge/jobs Create Instant Logs job
InterconnectsApi createInterconnect POST /accounts/{account_id}/cni/interconnects Create a new interconnect
InterconnectsApi deleteInterconnect DELETE /accounts/{account_id}/cni/interconnects/{icon} Delete an interconnect object
InterconnectsApi getInterconnect GET /accounts/{account_id}/cni/interconnects/{icon} Get information about an interconnect object
InterconnectsApi getInterconnectLoa GET /accounts/{account_id}/cni/interconnects/{icon}/loa Generate the Letter of Authorization (LOA) for a given interconnect
InterconnectsApi getInterconnectStatus GET /accounts/{account_id}/cni/interconnects/{icon}/status Get the current status of an interconnect object
InterconnectsApi listInterconnects GET /accounts/{account_id}/cni/interconnects List existing interconnects
KeylessSSLForAZoneApi keylessSslForAZoneCreateKeylessSslConfiguration POST /zones/{zone_id}/keyless_certificates Create Keyless SSL Configuration
KeylessSSLForAZoneApi keylessSslForAZoneDeleteKeylessSslConfiguration DELETE /zones/{zone_id}/keyless_certificates/{keyless_certificate_id} Delete Keyless SSL Configuration
KeylessSSLForAZoneApi keylessSslForAZoneEditKeylessSslConfiguration PATCH /zones/{zone_id}/keyless_certificates/{keyless_certificate_id} Edit Keyless SSL Configuration
KeylessSSLForAZoneApi keylessSslForAZoneGetKeylessSslConfiguration GET /zones/{zone_id}/keyless_certificates/{keyless_certificate_id} Get Keyless SSL Configuration
KeylessSSLForAZoneApi keylessSslForAZoneListKeylessSslConfigurations GET /zones/{zone_id}/keyless_certificates List Keyless SSL Configurations
KeysApi telemetryKeysList POST /accounts/{account_id}/workers/observability/telemetry/keys List keys
LeakedCredentialChecksApi wafProductApiLeakedCredentialsCreateDetection POST /zones/{zone_id}/leaked-credential-checks/detections Create Leaked Credential Checks Custom Detection
LeakedCredentialChecksApi wafProductApiLeakedCredentialsDeleteDetection DELETE /zones/{zone_id}/leaked-credential-checks/detections/{detection_id} Delete Leaked Credential Checks Custom Detection
LeakedCredentialChecksApi wafProductApiLeakedCredentialsGetDetection GET /zones/{zone_id}/leaked-credential-checks/detections/{detection_id} Get Leaked Credential Checks Custom Detection
LeakedCredentialChecksApi wafProductApiLeakedCredentialsGetStatus GET /zones/{zone_id}/leaked-credential-checks Get Leaked Credential Checks Status
LeakedCredentialChecksApi wafProductApiLeakedCredentialsListDetections GET /zones/{zone_id}/leaked-credential-checks/detections List Leaked Credential Checks Custom Detections
LeakedCredentialChecksApi wafProductApiLeakedCredentialsSetStatus POST /zones/{zone_id}/leaked-credential-checks Set Leaked Credential Checks Status
LeakedCredentialChecksApi wafProductApiLeakedCredentialsUpdateDetection PUT /zones/{zone_id}/leaked-credential-checks/detections/{detection_id} Update Leaked Credential Checks Custom Detection
ListsApi listsCreateAList POST /accounts/{account_id}/rules/lists Create a list
ListsApi listsCreateListItems POST /accounts/{account_id}/rules/lists/{list_id}/items Create list items
ListsApi listsDeleteAList DELETE /accounts/{account_id}/rules/lists/{list_id} Delete a list
ListsApi listsDeleteListItems DELETE /accounts/{account_id}/rules/lists/{list_id}/items Delete list items
ListsApi listsGetAList GET /accounts/{account_id}/rules/lists/{list_id} Get a list
ListsApi listsGetAListItem GET /accounts/{account_id}/rules/lists/{list_id}/items/{item_id} Get a list item
ListsApi listsGetBulkOperationStatus GET /accounts/{account_id}/rules/lists/bulk_operations/{operation_id} Get bulk operation status
ListsApi listsGetListItems GET /accounts/{account_id}/rules/lists/{list_id}/items Get list items
ListsApi listsGetLists GET /accounts/{account_id}/rules/lists Get lists
ListsApi listsUpdateAList PUT /accounts/{account_id}/rules/lists/{list_id} Update a list
ListsApi listsUpdateAllListItems PUT /accounts/{account_id}/rules/lists/{list_id}/items Update all list items
LiveStreamsApi accountsAccountIdRealtimeKitAppIdLivestreamsPost POST /accounts/{account_id}/realtime/kit/{app_id}/livestreams Create an independent livestream
LiveStreamsApi disableLivestream PUT /accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/disable Disable a livestream
LiveStreamsApi enableLivestream PUT /accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/enable Enable a livestream
LiveStreamsApi fetchAllLivestreams GET /accounts/{account_id}/realtime/kit/{app_id}/livestreams Fetch all livestreams
LiveStreamsApi getLivestreamAnalyticsComplete GET /accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall Fetch complete analytics data for your livestreams
LiveStreamsApi getLivestreamAnalyticsDaywise GET /accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/daywise Fetch day-wise analytics data for your livestreams
LiveStreamsApi getV2ActiveLivestreamSessionDetails GET /accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/active-livestream-session Fetch active livestream session details
LiveStreamsApi getV2LivestreamSessionLivestreamId GET /accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id} Fetch livestream details using livestream ID
LiveStreamsApi getV2LivestreamsLivestreamSessionId GET /accounts/{account_id}/realtime/kit/{app_id}/livestreams/sessions/{livestream-session-id} Fetch livestream session details using livestream session ID
LiveStreamsApi getV2LivestreamsessionSessionMeetingIdActiveLivestream GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/livestream-sessions Fetch livestream session details using a session ID
LiveStreamsApi getV2MeetingsMeetingIdActiveLivestream GET /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream Fetch active livestreams for a meeting
LiveStreamsApi livestreamSessionDetails GET /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestream Fetch livestream session details for a meeting
LiveStreamsApi resetStreamKey POST /accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/reset-stream-key Reset a livestream's stream key
LiveStreamsApi startLivestreaming POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestreams Start livestreaming a meeting
LiveStreamsApi stopLivestreaming POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream/stop Stop livestreaming a meeting
LivestreamAnalyticsApi getLivestreamAnalyticsComplete GET /accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall Fetch complete analytics data for your livestreams
LivestreamAnalyticsApi getLivestreamAnalyticsDaywise GET /accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/daywise Fetch day-wise analytics data for your livestreams
LoadBalancerHealthcheckEventsApi loadBalancerHealthcheckEventsListHealthcheckEvents GET /user/load_balancing_analytics/events List Healthcheck Events
LoadBalancerMonitorsApi loadBalancerMonitorsCreateMonitor POST /user/load_balancers/monitors Create Monitor
LoadBalancerMonitorsApi loadBalancerMonitorsDeleteMonitor DELETE /user/load_balancers/monitors/{monitor_id} Delete Monitor
LoadBalancerMonitorsApi loadBalancerMonitorsListMonitorReferences GET /user/load_balancers/monitors/{monitor_id}/references List Monitor References
LoadBalancerMonitorsApi loadBalancerMonitorsListMonitors GET /user/load_balancers/monitors List Monitors
LoadBalancerMonitorsApi loadBalancerMonitorsMonitorDetails GET /user/load_balancers/monitors/{monitor_id} Monitor Details
LoadBalancerMonitorsApi loadBalancerMonitorsPatchMonitor PATCH /user/load_balancers/monitors/{monitor_id} Patch Monitor
LoadBalancerMonitorsApi loadBalancerMonitorsPreviewMonitor POST /user/load_balancers/monitors/{monitor_id}/preview Preview Monitor
LoadBalancerMonitorsApi loadBalancerMonitorsPreviewResult GET /user/load_balancers/preview/{preview_id} Preview Result
LoadBalancerMonitorsApi loadBalancerMonitorsUpdateMonitor PUT /user/load_balancers/monitors/{monitor_id} Update Monitor
LoadBalancerPoolsApi loadBalancerPoolsCreatePool POST /user/load_balancers/pools Create Pool
LoadBalancerPoolsApi loadBalancerPoolsDeletePool DELETE /user/load_balancers/pools/{pool_id} Delete Pool
LoadBalancerPoolsApi loadBalancerPoolsListPoolReferences GET /user/load_balancers/pools/{pool_id}/references List Pool References
LoadBalancerPoolsApi loadBalancerPoolsListPools GET /user/load_balancers/pools List Pools
LoadBalancerPoolsApi loadBalancerPoolsPatchPool PATCH /user/load_balancers/pools/{pool_id} Patch Pool
LoadBalancerPoolsApi loadBalancerPoolsPatchPools PATCH /user/load_balancers/pools Patch Pools
LoadBalancerPoolsApi loadBalancerPoolsPoolDetails GET /user/load_balancers/pools/{pool_id} Pool Details
LoadBalancerPoolsApi loadBalancerPoolsPoolHealthDetails GET /user/load_balancers/pools/{pool_id}/health Pool Health Details
LoadBalancerPoolsApi loadBalancerPoolsPreviewPool POST /user/load_balancers/pools/{pool_id}/preview Preview Pool
LoadBalancerPoolsApi loadBalancerPoolsUpdatePool PUT /user/load_balancers/pools/{pool_id} Update Pool
LoadBalancerRegionsApi loadBalancerRegionsGetRegion GET /accounts/{account_id}/load_balancers/regions/{region_id} Get Region
LoadBalancerRegionsApi loadBalancerRegionsListRegions GET /accounts/{account_id}/load_balancers/regions List Regions
LoadBalancersApi loadBalancersCreateLoadBalancer POST /zones/{zone_id}/load_balancers Create Load Balancer
LoadBalancersApi loadBalancersDeleteLoadBalancer DELETE /zones/{zone_id}/load_balancers/{load_balancer_id} Delete Load Balancer
LoadBalancersApi loadBalancersListLoadBalancers GET /zones/{zone_id}/load_balancers List Load Balancers
LoadBalancersApi loadBalancersLoadBalancerDetails GET /zones/{zone_id}/load_balancers/{load_balancer_id} Load Balancer Details
LoadBalancersApi loadBalancersPatchLoadBalancer PATCH /zones/{zone_id}/load_balancers/{load_balancer_id} Patch Load Balancer
LoadBalancersApi loadBalancersUpdateLoadBalancer PUT /zones/{zone_id}/load_balancers/{load_balancer_id} Update Load Balancer
LogcontrolCMBConfigForAnAccountApi deleteAccountsAccountIdLogsControlCmbConfig DELETE /accounts/{account_id}/logs/control/cmb/config Delete CMB config
LogcontrolCMBConfigForAnAccountApi getAccountsAccountIdLogsControlCmbConfig GET /accounts/{account_id}/logs/control/cmb/config Get CMB config
LogcontrolCMBConfigForAnAccountApi postAccountsAccountIdLogsControlCmbConfig POST /accounts/{account_id}/logs/control/cmb/config Update CMB config
LogoMatchApi accountsAccountIdBrandProtectionLogoMatchesDownloadGet GET /accounts/{account_id}/brand-protection/logo-matches/download Download matches for logo queries by ID
LogoMatchApi accountsAccountIdBrandProtectionLogoMatchesGet GET /accounts/{account_id}/brand-protection/logo-matches Read matches for logo queries by ID
LogoMatchApi accountsAccountIdBrandProtectionLogosGet GET /accounts/{account_id}/brand-protection/logos Read all saved logo queries
LogoMatchApi accountsAccountIdBrandProtectionLogosLogoIdDelete DELETE /accounts/{account_id}/brand-protection/logos/{logo_id} Delete saved logo queries by ID
LogoMatchApi accountsAccountIdBrandProtectionLogosLogoIdGet GET /accounts/{account_id}/brand-protection/logos/{logo_id} Read saved logo queries by ID
LogoMatchApi accountsAccountIdBrandProtectionLogosPost POST /accounts/{account_id}/brand-protection/logos Create new saved logo queries from image files
LogoMatchApi accountsAccountIdBrandProtectionScanLogoPost POST /accounts/{account_id}/brand-protection/scan-logo Create new logo queries from image files
LogoMatchApi accountsAccountIdBrandProtectionScanPagePost POST /accounts/{account_id}/brand-protection/scan-page Create new logo queries from URLs
LogoMatchApi signedUrlGet GET /signed-url Internal route for testing signed URLs
LogpushJobsForAZoneApi deleteZonesZoneIdLogpushJobsJobId DELETE /zones/{zone_id}/logpush/jobs/{job_id} Delete Logpush job
LogpushJobsForAZoneApi getZonesZoneIdLogpushDatasetsDatasetIdFields GET /zones/{zone_id}/logpush/datasets/{dataset_id}/fields List fields
LogpushJobsForAZoneApi getZonesZoneIdLogpushDatasetsDatasetIdJobs GET /zones/{zone_id}/logpush/datasets/{dataset_id}/jobs List Logpush jobs for a dataset
LogpushJobsForAZoneApi getZonesZoneIdLogpushJobs GET /zones/{zone_id}/logpush/jobs List Logpush jobs
LogpushJobsForAZoneApi getZonesZoneIdLogpushJobsJobId GET /zones/{zone_id}/logpush/jobs/{job_id} Get Logpush job details
LogpushJobsForAZoneApi postZonesZoneIdLogpushJobs POST /zones/{zone_id}/logpush/jobs Create Logpush job
LogpushJobsForAZoneApi postZonesZoneIdLogpushOwnership POST /zones/{zone_id}/logpush/ownership Get ownership challenge
LogpushJobsForAZoneApi postZonesZoneIdLogpushOwnershipValidate POST /zones/{zone_id}/logpush/ownership/validate Validate ownership challenge
LogpushJobsForAZoneApi postZonesZoneIdLogpushValidateDestination POST /zones/{zone_id}/logpush/validate/destination Validate destination
LogpushJobsForAZoneApi postZonesZoneIdLogpushValidateDestinationExists POST /zones/{zone_id}/logpush/validate/destination/exists Check destination exists
LogpushJobsForAZoneApi postZonesZoneIdLogpushValidateOrigin POST /zones/{zone_id}/logpush/validate/origin Validate origin
LogpushJobsForAZoneApi putZonesZoneIdLogpushJobsJobId PUT /zones/{zone_id}/logpush/jobs/{job_id} Update Logpush job
LogpushJobsForAnAccountApi deleteAccountsAccountIdLogpushJobsJobId DELETE /accounts/{account_id}/logpush/jobs/{job_id} Delete Logpush job
LogpushJobsForAnAccountApi deleteAccountsAccountIdLogpushValidateDestination POST /accounts/{account_id}/logpush/validate/destination Validate destination
LogpushJobsForAnAccountApi deleteAccountsAccountIdLogpushValidateDestinationExists POST /accounts/{account_id}/logpush/validate/destination/exists Check destination exists
LogpushJobsForAnAccountApi getAccountsAccountIdLogpushDatasetsDatasetIdFields GET /accounts/{account_id}/logpush/datasets/{dataset_id}/fields List fields
LogpushJobsForAnAccountApi getAccountsAccountIdLogpushDatasetsDatasetIdJobs GET /accounts/{account_id}/logpush/datasets/{dataset_id}/jobs List Logpush jobs for a dataset
LogpushJobsForAnAccountApi getAccountsAccountIdLogpushJobs GET /accounts/{account_id}/logpush/jobs List Logpush jobs
LogpushJobsForAnAccountApi getAccountsAccountIdLogpushJobsJobId GET /accounts/{account_id}/logpush/jobs/{job_id} Get Logpush job details
LogpushJobsForAnAccountApi postAccountsAccountIdLogpushJobs POST /accounts/{account_id}/logpush/jobs Create Logpush job
LogpushJobsForAnAccountApi postAccountsAccountIdLogpushOwnership POST /accounts/{account_id}/logpush/ownership Get ownership challenge
LogpushJobsForAnAccountApi postAccountsAccountIdLogpushOwnershipValidate POST /accounts/{account_id}/logpush/ownership/validate Validate ownership challenge
LogpushJobsForAnAccountApi postAccountsAccountIdLogpushValidateOrigin POST /accounts/{account_id}/logpush/validate/origin Validate origin
LogpushJobsForAnAccountApi putAccountsAccountIdLogpushJobsJobId PUT /accounts/{account_id}/logpush/jobs/{job_id} Update Logpush job
LogsReceivedApi getZonesZoneIdLogsControlRetentionFlag GET /zones/{zone_id}/logs/control/retention/flag Get log retention flag
LogsReceivedApi getZonesZoneIdLogsRayidsRayId GET /zones/{zone_id}/logs/rayids/{ray_id} Get logs RayIDs
LogsReceivedApi getZonesZoneIdLogsReceived GET /zones/{zone_id}/logs/received Get logs received
LogsReceivedApi getZonesZoneIdLogsReceivedFields GET /zones/{zone_id}/logs/received/fields List fields
LogsReceivedApi postZonesZoneIdLogsControlRetentionFlag POST /zones/{zone_id}/logs/control/retention/flag Update log retention flag
MCPPortalApi mcpPortalsApiCreatePortals POST /accounts/{account_id}/access/ai-controls/mcp/portals Create a new MCP Portal
MCPPortalApi mcpPortalsApiDeletePortals DELETE /accounts/{account_id}/access/ai-controls/mcp/portals/{id} Delete a MCP Portal
MCPPortalApi mcpPortalsApiFetchGateways GET /accounts/{account_id}/access/ai-controls/mcp/portals/{id} Read details of an MCP Portal
MCPPortalApi mcpPortalsApiListPortals GET /accounts/{account_id}/access/ai-controls/mcp/portals List MCP Portals
MCPPortalApi mcpPortalsApiUpdatePortals PUT /accounts/{account_id}/access/ai-controls/mcp/portals/{id} Update a MCP Portal
MCPPortalServersApi mcpPortalsApiCreateServers POST /accounts/{account_id}/access/ai-controls/mcp/servers Create a new MCP Server
MCPPortalServersApi mcpPortalsApiDeleteServers DELETE /accounts/{account_id}/access/ai-controls/mcp/servers/{id} Delete a MCP Server
MCPPortalServersApi mcpPortalsApiFetchServers GET /accounts/{account_id}/access/ai-controls/mcp/servers/{id} Read the details of a MCP Server
MCPPortalServersApi mcpPortalsApiListServers GET /accounts/{account_id}/access/ai-controls/mcp/servers List MCP Servers
MCPPortalServersApi mcpPortalsApiSyncServer POST /accounts/{account_id}/access/ai-controls/mcp/servers/{id}/sync Sync MCP Server Capabilities
MCPPortalServersApi mcpPortalsApiUpdateServers PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id} Update a MCP Server
MTLSCertificateManagementApi mTlsCertificateManagementDeleteMTlsCertificate DELETE /accounts/{account_id}/mtls_certificates/{mtls_certificate_id} Delete mTLS certificate
MTLSCertificateManagementApi mTlsCertificateManagementGetMTlsCertificate GET /accounts/{account_id}/mtls_certificates/{mtls_certificate_id} Get mTLS certificate
MTLSCertificateManagementApi mTlsCertificateManagementListMTlsCertificateAssociations GET /accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations List mTLS certificate associations
MTLSCertificateManagementApi mTlsCertificateManagementListMTlsCertificates GET /accounts/{account_id}/mtls_certificates List mTLS certificates
MTLSCertificateManagementApi mTlsCertificateManagementUploadMTlsCertificate POST /accounts/{account_id}/mtls_certificates Upload mTLS certificate
MagicAccountAppsApi magicAccountAppsAddApp POST /accounts/{account_id}/magic/apps Create a new App
MagicAccountAppsApi magicAccountAppsDeleteApp DELETE /accounts/{account_id}/magic/apps/{account_app_id} Delete Account App
MagicAccountAppsApi magicAccountAppsListApps GET /accounts/{account_id}/magic/apps List Apps
MagicAccountAppsApi magicAccountAppsPatchApp PATCH /accounts/{account_id}/magic/apps/{account_app_id} Update an App
MagicAccountAppsApi magicAccountAppsUpdateApp PUT /accounts/{account_id}/magic/apps/{account_app_id} Update an App
MagicConnectorsApi mconnConnectorCreate POST /accounts/{account_id}/magic/connectors Add a connector to your account
MagicConnectorsApi mconnConnectorDelete DELETE /accounts/{account_id}/magic/connectors/{connector_id} Remove a connector from your account
MagicConnectorsApi mconnConnectorFetch GET /accounts/{account_id}/magic/connectors/{connector_id} Fetch Connector
MagicConnectorsApi mconnConnectorList GET /accounts/{account_id}/magic/connectors List Connectors
MagicConnectorsApi mconnConnectorReplace PUT /accounts/{account_id}/magic/connectors/{connector_id} Replace Connector or Re-provision License Key
MagicConnectorsApi mconnConnectorTelemetryEventsGet GET /accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/{event_t}.{event_n} Get Event
MagicConnectorsApi mconnConnectorTelemetryEventsList GET /accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events List Events
MagicConnectorsApi mconnConnectorTelemetryEventsListLatest GET /accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest Get latest Events
MagicConnectorsApi mconnConnectorTelemetrySnapshotsGet GET /accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/{snapshot_t} Get Snapshot
MagicConnectorsApi mconnConnectorTelemetrySnapshotsList GET /accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots List Snapshots
MagicConnectorsApi mconnConnectorTelemetrySnapshotsListLatest GET /accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/latest Get latest Snapshots
MagicConnectorsApi mconnConnectorUpdate PATCH /accounts/{account_id}/magic/connectors/{connector_id} Edit Connector to update specific properties or Re-provision License Key
MagicGRETunnelsApi magicGreTunnelsCreateGreTunnels POST /accounts/{account_id}/magic/gre_tunnels Create a GRE tunnel
MagicGRETunnelsApi magicGreTunnelsDeleteGreTunnel DELETE /accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id} Delete GRE Tunnel
MagicGRETunnelsApi magicGreTunnelsListGreTunnelDetails GET /accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id} List GRE Tunnel Details
MagicGRETunnelsApi magicGreTunnelsListGreTunnels GET /accounts/{account_id}/magic/gre_tunnels List GRE tunnels
MagicGRETunnelsApi magicGreTunnelsUpdateGreTunnel PUT /accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id} Update GRE Tunnel
MagicGRETunnelsApi magicGreTunnelsUpdateMultipleGreTunnels PUT /accounts/{account_id}/magic/gre_tunnels Update multiple GRE tunnels
MagicIPsecTunnelsApi magicIpsecTunnelsCreateIpsecTunnels POST /accounts/{account_id}/magic/ipsec_tunnels Create an IPsec tunnel
MagicIPsecTunnelsApi magicIpsecTunnelsDeleteIpsecTunnel DELETE /accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id} Delete IPsec Tunnel
MagicIPsecTunnelsApi magicIpsecTunnelsGeneratePreSharedKeyPskForIpsecTunnels POST /accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}/psk_generate Generate Pre Shared Key (PSK) for IPsec tunnels
MagicIPsecTunnelsApi magicIpsecTunnelsListIpsecTunnelDetails GET /accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id} List IPsec tunnel details
MagicIPsecTunnelsApi magicIpsecTunnelsListIpsecTunnels GET /accounts/{account_id}/magic/ipsec_tunnels List IPsec tunnels
MagicIPsecTunnelsApi magicIpsecTunnelsUpdateIpsecTunnel PUT /accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id} Update IPsec Tunnel
MagicIPsecTunnelsApi magicIpsecTunnelsUpdateMultipleIpsecTunnels PUT /accounts/{account_id}/magic/ipsec_tunnels Update multiple IPsec tunnels
MagicInterconnectsApi magicInterconnectsListInterconnectDetails GET /accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id} List interconnect Details
MagicInterconnectsApi magicInterconnectsListInterconnects GET /accounts/{account_id}/magic/cf_interconnects List interconnects
MagicInterconnectsApi magicInterconnectsUpdateInterconnect PUT /accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id} Update interconnect
MagicInterconnectsApi magicInterconnectsUpdateMultipleInterconnects PUT /accounts/{account_id}/magic/cf_interconnects Update multiple interconnects
MagicNetworkMonitoringConfigurationApi magicNetworkMonitoringConfigurationCreateAccountConfiguration POST /accounts/{account_id}/mnm/config Create account configuration
MagicNetworkMonitoringConfigurationApi magicNetworkMonitoringConfigurationDeleteAccountConfiguration DELETE /accounts/{account_id}/mnm/config Delete account configuration
MagicNetworkMonitoringConfigurationApi magicNetworkMonitoringConfigurationListAccountConfiguration GET /accounts/{account_id}/mnm/config List account configuration
MagicNetworkMonitoringConfigurationApi magicNetworkMonitoringConfigurationListRulesAndAccountConfiguration GET /accounts/{account_id}/mnm/config/full List rules and account configuration
MagicNetworkMonitoringConfigurationApi magicNetworkMonitoringConfigurationUpdateAccountConfigurationFields PATCH /accounts/{account_id}/mnm/config Update account configuration fields
MagicNetworkMonitoringConfigurationApi magicNetworkMonitoringConfigurationUpdateAnEntireAccountConfiguration PUT /accounts/{account_id}/mnm/config Update an entire account configuration
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesCreateRules POST /accounts/{account_id}/mnm/rules Create rules
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesDeleteRule DELETE /accounts/{account_id}/mnm/rules/{rule_id} Delete rule
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesGetRule GET /accounts/{account_id}/mnm/rules/{rule_id} Get rule
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesListRules GET /accounts/{account_id}/mnm/rules List rules
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesUpdateAdvertisementForRule PATCH /accounts/{account_id}/mnm/rules/{rule_id}/advertisement Update advertisement for rule
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesUpdateRule PATCH /accounts/{account_id}/mnm/rules/{rule_id} Update rule
MagicNetworkMonitoringRulesApi magicNetworkMonitoringRulesUpdateRules PUT /accounts/{account_id}/mnm/rules Update rules
MagicNetworkMonitoringVPCFlowLogsApi magicNetworkMonitoringVpcFlowsGenerateAuthenticationToken POST /accounts/{account_id}/mnm/vpc-flows/token Generate authentication token for VPC flow logs export.
MagicPCAPCollectionApi magicPcapCollectionAddBucketsForFullPacketCaptures POST /accounts/{account_id}/pcaps/ownership Add buckets for full packet captures
MagicPCAPCollectionApi magicPcapCollectionCreatePcapRequest POST /accounts/{account_id}/pcaps Create PCAP request
MagicPCAPCollectionApi magicPcapCollectionDeleteBucketsForFullPacketCaptures DELETE /accounts/{account_id}/pcaps/ownership/{ownership_id} Delete buckets for full packet captures
MagicPCAPCollectionApi magicPcapCollectionDownloadSimplePcap GET /accounts/{account_id}/pcaps/{pcap_id}/download Download Simple PCAP
MagicPCAPCollectionApi magicPcapCollectionGetPcapRequest GET /accounts/{account_id}/pcaps/{pcap_id} Get PCAP request
MagicPCAPCollectionApi magicPcapCollectionListPacketCaptureRequests GET /accounts/{account_id}/pcaps List packet capture requests
MagicPCAPCollectionApi magicPcapCollectionListPcaPsBucketOwnership GET /accounts/{account_id}/pcaps/ownership List PCAPs Bucket Ownership
MagicPCAPCollectionApi magicPcapCollectionStopFullPcap PUT /accounts/{account_id}/pcaps/{pcap_id}/stop Stop full PCAP
MagicPCAPCollectionApi magicPcapCollectionValidateBucketsForFullPacketCaptures POST /accounts/{account_id}/pcaps/ownership/validate Validate buckets for full packet captures
MagicSiteACLsApi magicSiteAclsAclDetails GET /accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id} Site ACL Details
MagicSiteACLsApi magicSiteAclsCreateAcl POST /accounts/{account_id}/magic/sites/{site_id}/acls Create a new Site ACL
MagicSiteACLsApi magicSiteAclsDeleteAcl DELETE /accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id} Delete Site ACL
MagicSiteACLsApi magicSiteAclsListAcls GET /accounts/{account_id}/magic/sites/{site_id}/acls List Site ACLs
MagicSiteACLsApi magicSiteAclsPatchAcl PATCH /accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id} Patch Site ACL
MagicSiteACLsApi magicSiteAclsUpdateAcl PUT /accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id} Update Site ACL
MagicSiteAppConfigsApi magicSiteAppConfigsAddAppConfig POST /accounts/{account_id}/magic/sites/{site_id}/app_configs Create a new App Config
MagicSiteAppConfigsApi magicSiteAppConfigsDeleteAppConfig DELETE /accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id} Delete App Config
MagicSiteAppConfigsApi magicSiteAppConfigsListAppConfigs GET /accounts/{account_id}/magic/sites/{site_id}/app_configs List App Configs
MagicSiteAppConfigsApi magicSiteAppConfigsPatchAppConfig PATCH /accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id} Update an App Config
MagicSiteAppConfigsApi magicSiteAppConfigsUpdateAppConfig PUT /accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id} Update an App Config
MagicSiteLANsApi magicSiteLansCreateLan POST /accounts/{account_id}/magic/sites/{site_id}/lans Create a new Site LAN
MagicSiteLANsApi magicSiteLansDeleteLan DELETE /accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id} Delete Site LAN
MagicSiteLANsApi magicSiteLansLanDetails GET /accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id} Site LAN Details
MagicSiteLANsApi magicSiteLansListLans GET /accounts/{account_id}/magic/sites/{site_id}/lans List Site LANs
MagicSiteLANsApi magicSiteLansPatchLan PATCH /accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id} Patch Site LAN
MagicSiteLANsApi magicSiteLansUpdateLan PUT /accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id} Update Site LAN
MagicSiteNetFlowConfigApi magicSiteNetflowConfigCreateNetflowConfig POST /accounts/{account_id}/magic/sites/{site_id}/netflow_config Create NetFlow Configuration
MagicSiteNetFlowConfigApi magicSiteNetflowConfigDeleteNetflowConfig DELETE /accounts/{account_id}/magic/sites/{site_id}/netflow_config Delete NetFlow Configuration
MagicSiteNetFlowConfigApi magicSiteNetflowConfigDetails GET /accounts/{account_id}/magic/sites/{site_id}/netflow_config NetFlow Configuration Details
MagicSiteNetFlowConfigApi magicSiteNetflowConfigPatchNetflowConfig PATCH /accounts/{account_id}/magic/sites/{site_id}/netflow_config Update NetFlow Configuration
MagicSiteNetFlowConfigApi magicSiteNetflowConfigUpdateNetflowConfig PUT /accounts/{account_id}/magic/sites/{site_id}/netflow_config Update NetFlow Configuration
MagicSiteWANsApi magicSiteWansCreateWan POST /accounts/{account_id}/magic/sites/{site_id}/wans Create a new Site WAN
MagicSiteWANsApi magicSiteWansDeleteWan DELETE /accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id} Delete Site WAN
MagicSiteWANsApi magicSiteWansListWans GET /accounts/{account_id}/magic/sites/{site_id}/wans List Site WANs
MagicSiteWANsApi magicSiteWansPatchWan PATCH /accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id} Patch Site WAN
MagicSiteWANsApi magicSiteWansUpdateWan PUT /accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id} Update Site WAN
MagicSiteWANsApi magicSiteWansWanDetails GET /accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id} Site WAN Details
MagicSitesApi magicSitesCreateSite POST /accounts/{account_id}/magic/sites Create a new Site
MagicSitesApi magicSitesDeleteSite DELETE /accounts/{account_id}/magic/sites/{site_id} Delete Site
MagicSitesApi magicSitesListSites GET /accounts/{account_id}/magic/sites List Sites
MagicSitesApi magicSitesPatchSite PATCH /accounts/{account_id}/magic/sites/{site_id} Patch Site
MagicSitesApi magicSitesSiteDetails GET /accounts/{account_id}/magic/sites/{site_id} Site Details
MagicSitesApi magicSitesUpdateSite PUT /accounts/{account_id}/magic/sites/{site_id} Update Site
MagicStaticRoutesApi magicStaticRoutesCreateRoutes POST /accounts/{account_id}/magic/routes Create a Route
MagicStaticRoutesApi magicStaticRoutesDeleteManyRoutes DELETE /accounts/{account_id}/magic/routes Delete Many Routes
MagicStaticRoutesApi magicStaticRoutesDeleteRoute DELETE /accounts/{account_id}/magic/routes/{route_id} Delete Route
MagicStaticRoutesApi magicStaticRoutesListRoutes GET /accounts/{account_id}/magic/routes List Routes
MagicStaticRoutesApi magicStaticRoutesRouteDetails GET /accounts/{account_id}/magic/routes/{route_id} Route Details
MagicStaticRoutesApi magicStaticRoutesUpdateManyRoutes PUT /accounts/{account_id}/magic/routes Update Many Routes
MagicStaticRoutesApi magicStaticRoutesUpdateRoute PUT /accounts/{account_id}/magic/routes/{route_id} Update Route
MaintenanceConfigurationApi getMaintenanceConfig GET /accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs Get catalog maintenance configuration
MaintenanceConfigurationApi updateMaintenanceConfig POST /accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs Update catalog maintenance configuration
ManagedTransformsApi deleteManagedTransforms DELETE /zones/{zone_id}/managed_headers Delete Managed Transforms
ManagedTransformsApi listManagedTransforms GET /zones/{zone_id}/managed_headers List Managed Transforms
ManagedTransformsApi updateManagedTransforms PATCH /zones/{zone_id}/managed_headers Update Managed Transforms
MeetingsApi addParticipant POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants Add a participant
MeetingsApi createMeeting POST /accounts/{account_id}/realtime/kit/{app_id}/meetings Create a meeting
MeetingsApi deleteMeetingParticipant DELETE /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id} Delete a participant
MeetingsApi editParticipant PATCH /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id} Edit a participant's detail
MeetingsApi getAllMeetings GET /accounts/{account_id}/realtime/kit/{app_id}/meetings Fetch all meetings for an App
MeetingsApi getMeeting GET /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id} Fetch a meeting for an App
MeetingsApi getMeetingParticipant GET /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id} Fetch a participant's detail
MeetingsApi getMeetingParticipants GET /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants Fetch all participants of a meeting
MeetingsApi regenerateToken POST /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}/token Refresh participant's authentication token
MeetingsApi replaceMeeting PUT /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id} Replace a meeting
MeetingsApi updateMeeting PATCH /accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id} Update a meeting
MiscategorizationApi miscategorizationCreateMiscategorization POST /accounts/{account_id}/intel/miscategorization Create Miscategorization
NamespaceManagementApi listNamespaces GET /accounts/{account_id}/r2-catalog/{bucket_name}/namespaces List namespaces in catalog
NotificationAlertTypesApi notificationAlertTypesGetAlertTypes GET /accounts/{account_id}/alerting/v3/available_alerts Get Alert Types
NotificationDestinationsWithPagerDutyApi notificationDestinationsWithPagerDutyConnectPagerDuty POST /accounts/{account_id}/alerting/v3/destinations/pagerduty/connect Create PagerDuty integration token
NotificationDestinationsWithPagerDutyApi notificationDestinationsWithPagerDutyConnectPagerDutyToken GET /accounts/{account_id}/alerting/v3/destinations/pagerduty/connect/{token_id} Connect PagerDuty
NotificationDestinationsWithPagerDutyApi notificationDestinationsWithPagerDutyDeletePagerDutyServices DELETE /accounts/{account_id}/alerting/v3/destinations/pagerduty Delete PagerDuty Services
NotificationDestinationsWithPagerDutyApi notificationDestinationsWithPagerDutyListPagerDutyServices GET /accounts/{account_id}/alerting/v3/destinations/pagerduty List PagerDuty services
NotificationHistoryApi notificationHistoryListHistory GET /accounts/{account_id}/alerting/v3/history List History
NotificationMechanismEligibilityApi notificationMechanismEligibilityGetDeliveryMechanismEligibility GET /accounts/{account_id}/alerting/v3/destinations/eligible Get delivery mechanism eligibility
NotificationPoliciesApi notificationPoliciesCreateANotificationPolicy POST /accounts/{account_id}/alerting/v3/policies Create a Notification policy
NotificationPoliciesApi notificationPoliciesDeleteANotificationPolicy DELETE /accounts/{account_id}/alerting/v3/policies/{policy_id} Delete a Notification policy
NotificationPoliciesApi notificationPoliciesGetANotificationPolicy GET /accounts/{account_id}/alerting/v3/policies/{policy_id} Get a Notification policy
NotificationPoliciesApi notificationPoliciesListNotificationPolicies GET /accounts/{account_id}/alerting/v3/policies List Notification policies
NotificationPoliciesApi notificationPoliciesUpdateANotificationPolicy PUT /accounts/{account_id}/alerting/v3/policies/{policy_id} Update a Notification policy
NotificationWebhooksApi notificationWebhooksCreateAWebhook POST /accounts/{account_id}/alerting/v3/destinations/webhooks Create a webhook
NotificationWebhooksApi notificationWebhooksDeleteAWebhook DELETE /accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id} Delete a webhook
NotificationWebhooksApi notificationWebhooksGetAWebhook GET /accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id} Get a webhook
NotificationWebhooksApi notificationWebhooksListWebhooks GET /accounts/{account_id}/alerting/v3/destinations/webhooks List webhooks
NotificationWebhooksApi notificationWebhooksUpdateAWebhook PUT /accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id} Update a webhook
ObservatoryApi speedCreateScheduledTest POST /zones/{zone_id}/speed_api/schedule/{url} Create scheduled page test
ObservatoryApi speedCreateTest POST /zones/{zone_id}/speed_api/pages/{url}/tests Start page test
ObservatoryApi speedDeleteTestSchedule DELETE /zones/{zone_id}/speed_api/schedule/{url} Delete scheduled page test
ObservatoryApi speedDeleteTests DELETE /zones/{zone_id}/speed_api/pages/{url}/tests Delete all page tests
ObservatoryApi speedGetAvailabilities GET /zones/{zone_id}/speed_api/availabilities Get quota and availability
ObservatoryApi speedGetScheduledTest GET /zones/{zone_id}/speed_api/schedule/{url} Get a page test schedule
ObservatoryApi speedGetTest GET /zones/{zone_id}/speed_api/pages/{url}/tests/{test_id} Get a page test result
ObservatoryApi speedListPageTrend GET /zones/{zone_id}/speed_api/pages/{url}/trend List core web vital metrics trend
ObservatoryApi speedListPages GET /zones/{zone_id}/speed_api/pages List tested webpages
ObservatoryApi speedListTestHistory GET /zones/{zone_id}/speed_api/pages/{url}/tests List page test history
OnRampsApi onrampsApply POST /accounts/{account_id}/magic/cloud/onramps/{onramp_id}/apply Apply On-ramp
OnRampsApi onrampsCreate POST /accounts/{account_id}/magic/cloud/onramps Create On-ramp
OnRampsApi onrampsDelete DELETE /accounts/{account_id}/magic/cloud/onramps/{onramp_id} Delete On-ramp
OnRampsApi onrampsExport POST /accounts/{account_id}/magic/cloud/onramps/{onramp_id}/export Export as Terraform
OnRampsApi onrampsList GET /accounts/{account_id}/magic/cloud/onramps List On-ramps
OnRampsApi onrampsMwanAddrSpacePatch PATCH /accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space Patch Magic WAN Address Space
OnRampsApi onrampsMwanAddrSpaceRead GET /accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space Read Magic WAN Address Space
OnRampsApi onrampsMwanAddrSpaceUpdate PUT /accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space Update Magic WAN Address Space
OnRampsApi onrampsPatch PATCH /accounts/{account_id}/magic/cloud/onramps/{onramp_id} Patch On-ramp
OnRampsApi onrampsPlan POST /accounts/{account_id}/magic/cloud/onramps/{onramp_id}/plan Plan On-ramp
OnRampsApi onrampsRead GET /accounts/{account_id}/magic/cloud/onramps/{onramp_id} Read On-ramp
OnRampsApi onrampsUpdate PUT /accounts/{account_id}/magic/cloud/onramps/{onramp_id} Update On-ramp
OrganizationMembersApi membersBatchCreate POST /organizations/{organization_id}/members:batchCreate Batch create organization members
OrganizationMembersApi membersCreate POST /organizations/{organization_id}/members Create organization member
OrganizationMembersApi membersDelete DELETE /organizations/{organization_id}/members/{member_id} Delete organization member
OrganizationMembersApi membersList GET /organizations/{organization_id}/members List organization members
OrganizationMembersApi membersRetrieve GET /organizations/{organization_id}/members/{member_id} Get organization member
OrganizationsApi createOrg POST /accounts/{account_id}/realtimekit/orgs Create an organization
OrganizationsApi editOrg PATCH /accounts/{account_id}/realtimekit/orgs/{org_id} Edit details of an organization
OrganizationsApi getAllOrgs GET /accounts/{account_id}/realtimekit/orgs Fetch App details of all users
OrganizationsApi getOrg GET /accounts/{account_id}/realtimekit/orgs/{org_id} Fetch details of an organization
OrganizationsApi getOrgAnalytics GET /accounts/{account_id}/realtime/kit/{app_id}/analytics/daywise Fetch day-wise session and recording analytics data for an App
OrganizationsApi organizationListOrganizations GET /organizations List organizations the user has access to
OrganizationsApi organizationsCreateUserOrganization POST /organizations Create organization
OrganizationsApi organizationsDelete DELETE /organizations/{organization_id} Delete organization.
OrganizationsApi organizationsGetAccounts GET /organizations/{organization_id}/accounts Get organization accounts
OrganizationsApi organizationsGetProfile GET /organizations/{organization_id}/profile Get organization profile
OrganizationsApi organizationsModify PUT /organizations/{organization_id} Modify organization.
OrganizationsApi organizationsModifyProfile PUT /organizations/{organization_id}/profile Modify organization profile.
OrganizationsApi organizationsRetrieve GET /organizations/{organization_id} Get organization
OriginCAApi originCaCreateCertificate POST /certificates Create Certificate
OriginCAApi originCaGetCertificate GET /certificates/{certificate_id} Get Certificate
OriginCAApi originCaListCertificates GET /certificates List Certificates
OriginCAApi originCaRevokeCertificate DELETE /certificates/{certificate_id} Revoke Certificate
OriginPostQuantumApi zoneCacheSettingsChangeOriginPostQuantumEncryptionSetting PUT /zones/{zone_id}/cache/origin_post_quantum_encryption Change Origin Post-Quantum Encryption setting
OriginPostQuantumApi zoneCacheSettingsGetOriginPostQuantumEncryptionSetting GET /zones/{zone_id}/cache/origin_post_quantum_encryption Get Origin Post-Quantum Encryption setting
PageRulesApi pageRulesCreateAPageRule POST /zones/{zone_id}/pagerules Create a Page Rule
PageRulesApi pageRulesDeleteAPageRule DELETE /zones/{zone_id}/pagerules/{pagerule_id} Delete a Page Rule
PageRulesApi pageRulesEditAPageRule PATCH /zones/{zone_id}/pagerules/{pagerule_id} Edit a Page Rule
PageRulesApi pageRulesGetAPageRule GET /zones/{zone_id}/pagerules/{pagerule_id} Get a Page Rule
PageRulesApi pageRulesListPageRules GET /zones/{zone_id}/pagerules List Page Rules
PageRulesApi pageRulesUpdateAPageRule PUT /zones/{zone_id}/pagerules/{pagerule_id} Update a Page Rule
PageShieldApi pageShieldCreatePolicy POST /zones/{zone_id}/page_shield/policies Create a Page Shield policy
PageShieldApi pageShieldDeletePolicy DELETE /zones/{zone_id}/page_shield/policies/{policy_id} Delete a Page Shield policy
PageShieldApi pageShieldGetConnection GET /zones/{zone_id}/page_shield/connections/{connection_id} Get a Page Shield connection
PageShieldApi pageShieldGetCookie GET /zones/{zone_id}/page_shield/cookies/{cookie_id} Get a Page Shield cookie
PageShieldApi pageShieldGetPolicy GET /zones/{zone_id}/page_shield/policies/{policy_id} Get a Page Shield policy
PageShieldApi pageShieldGetScript GET /zones/{zone_id}/page_shield/scripts/{script_id} Get a Page Shield script
PageShieldApi pageShieldGetSettings GET /zones/{zone_id}/page_shield Get Page Shield settings
PageShieldApi pageShieldListConnections GET /zones/{zone_id}/page_shield/connections List Page Shield connections
PageShieldApi pageShieldListCookies GET /zones/{zone_id}/page_shield/cookies List Page Shield Cookies
PageShieldApi pageShieldListPolicies GET /zones/{zone_id}/page_shield/policies List Page Shield policies
PageShieldApi pageShieldListScripts GET /zones/{zone_id}/page_shield/scripts List Page Shield scripts
PageShieldApi pageShieldUpdatePolicy PUT /zones/{zone_id}/page_shield/policies/{policy_id} Update a Page Shield policy
PageShieldApi pageShieldUpdateSettings PUT /zones/{zone_id}/page_shield Update Page Shield settings
PagesBuildCacheApi pagesPurgeBuildCache POST /accounts/{account_id}/pages/projects/{project_name}/purge_build_cache Purge build cache
PagesDeploymentApi pagesDeploymentCreateDeployment POST /accounts/{account_id}/pages/projects/{project_name}/deployments Create deployment
PagesDeploymentApi pagesDeploymentDeleteDeployment DELETE /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id} Delete deployment
PagesDeploymentApi pagesDeploymentGetDeploymentInfo GET /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id} Get deployment info
PagesDeploymentApi pagesDeploymentGetDeploymentLogs GET /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs Get deployment logs
PagesDeploymentApi pagesDeploymentGetDeployments GET /accounts/{account_id}/pages/projects/{project_name}/deployments Get deployments
PagesDeploymentApi pagesDeploymentRetryDeployment POST /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/retry Retry deployment
PagesDeploymentApi pagesDeploymentRollbackDeployment POST /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/rollback Rollback deployment
PagesDomainsApi pagesDomainsAddDomain POST /accounts/{account_id}/pages/projects/{project_name}/domains Add domain
PagesDomainsApi pagesDomainsDeleteDomain DELETE /accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name} Delete domain
PagesDomainsApi pagesDomainsGetDomain GET /accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name} Get domain
PagesDomainsApi pagesDomainsGetDomains GET /accounts/{account_id}/pages/projects/{project_name}/domains Get domains
PagesDomainsApi pagesDomainsPatchDomain PATCH /accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name} Patch domain
PagesProjectApi pagesProjectCreateProject POST /accounts/{account_id}/pages/projects Create project
PagesProjectApi pagesProjectDeleteProject DELETE /accounts/{account_id}/pages/projects/{project_name} Delete project
PagesProjectApi pagesProjectGetProject GET /accounts/{account_id}/pages/projects/{project_name} Get project
PagesProjectApi pagesProjectGetProjects GET /accounts/{account_id}/pages/projects Get projects
PagesProjectApi pagesProjectUpdateProject PATCH /accounts/{account_id}/pages/projects/{project_name} Update project
PassiveDNSByIPApi passiveDnsByIpGetPassiveDnsByIp GET /accounts/{account_id}/intel/dns Get Passive DNS by IP
PerHostnameAuthenticatedOriginPullApi perHostnameAuthenticatedOriginPullDeleteHostnameClientCertificate DELETE /zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id} Delete Hostname Client Certificate
PerHostnameAuthenticatedOriginPullApi perHostnameAuthenticatedOriginPullEnableOrDisableAHostnameForClientAuthentication PUT /zones/{zone_id}/origin_tls_client_auth/hostnames Enable or Disable a Hostname for Client Authentication
PerHostnameAuthenticatedOriginPullApi perHostnameAuthenticatedOriginPullGetTheHostnameClientCertificate GET /zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id} Get the Hostname Client Certificate
PerHostnameAuthenticatedOriginPullApi perHostnameAuthenticatedOriginPullGetTheHostnameStatusForClientAuthentication GET /zones/{zone_id}/origin_tls_client_auth/hostnames/{hostname} Get the Hostname Status for Client Authentication
PerHostnameAuthenticatedOriginPullApi perHostnameAuthenticatedOriginPullListCertificates GET /zones/{zone_id}/origin_tls_client_auth/hostnames/certificates List Certificates
PerHostnameAuthenticatedOriginPullApi perHostnameAuthenticatedOriginPullUploadAHostnameClientCertificate POST /zones/{zone_id}/origin_tls_client_auth/hostnames/certificates Upload a Hostname Client Certificate
PerHostnameTLSSettingsApi perHostnameTlsSettingsDelete DELETE /zones/{zone_id}/hostnames/settings/{setting_id}/{hostname} Delete TLS setting for hostname
PerHostnameTLSSettingsApi perHostnameTlsSettingsGet GET /zones/{zone_id}/hostnames/settings/{setting_id}/{hostname} Get TLS setting for hostname
PerHostnameTLSSettingsApi perHostnameTlsSettingsList GET /zones/{zone_id}/hostnames/settings/{setting_id} List TLS setting for hostnames
PerHostnameTLSSettingsApi perHostnameTlsSettingsPut PUT /zones/{zone_id}/hostnames/settings/{setting_id}/{hostname} Edit TLS setting for hostname
PhysicalDevicesApi deleteDevice DELETE /accounts/{account_id}/devices/physical-devices/{device_id} Delete device
PhysicalDevicesApi deleteRegistrations DELETE /accounts/{account_id}/devices/registrations Delete registrations
PhysicalDevicesApi getDevice GET /accounts/{account_id}/devices/physical-devices/{device_id} Get device
PhysicalDevicesApi listDevices GET /accounts/{account_id}/devices/physical-devices List devices
PhysicalDevicesApi revokeDevice POST /accounts/{account_id}/devices/physical-devices/{device_id}/revoke Revoke device registrations
PpcConfigApi payPerCrawlCreateConfig POST /zones/{zone_id}/pay-per-crawl/configuration Creates pay-per-crawl config for a zone
PpcConfigApi payPerCrawlGetConfig GET /zones/{zone_id}/pay-per-crawl/configuration Get the pay-per-crawl config
PpcConfigApi payPerCrawlPatchConfig PATCH /zones/{zone_id}/pay-per-crawl/configuration Changes pay-per-crawl config for a zone
PpcConfigApi payPerCrawlQueryZonesCanBeEnabled POST /accounts/{account_id}/pay-per-crawl/zones_can_be_enabled/query Gets the can_be_enabled zone setting
PpcConfigApi payPerCrawlSetZonesCanBeEnabled PATCH /accounts/{account_id}/pay-per-crawl/zones_can_be_enabled Set can_be_enabled setting on zones
PpcStripeApi payPerCrawlCrawlerCreateStripeConfig POST /accounts/{account_id}/pay-per-crawl/crawler/stripe Creates the stripe config for a crawler
PpcStripeApi payPerCrawlCrawlerDeleteStripeConfig DELETE /accounts/{account_id}/pay-per-crawl/crawler/stripe Deletes the stripe config for a crawler
PpcStripeApi payPerCrawlCrawlerGetStripeConfig GET /accounts/{account_id}/pay-per-crawl/crawler/stripe Gets the stripe config for a crawler
PpcStripeApi payPerCrawlPublisherCreateStripeConfig POST /accounts/{account_id}/pay-per-crawl/publisher/stripe Creates the stripe config for a publisher
PpcStripeApi payPerCrawlPublisherDeleteStripeConfig DELETE /accounts/{account_id}/pay-per-crawl/publisher/stripe Deletes the stripe config for a publisher
PpcStripeApi payPerCrawlPublisherGetStripeConfig GET /accounts/{account_id}/pay-per-crawl/publisher/stripe Gets the stripe config for a publisher
PresetsApi deletePresetsPresetId DELETE /accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id} Delete a preset
PresetsApi getPresets GET /accounts/{account_id}/realtime/kit/{app_id}/presets Fetch all presets
PresetsApi getPresetsPresetId GET /accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id} Fetch details of a preset
PresetsApi patchPresetsPresetId PATCH /accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id} Update a preset
PresetsApi postPresets POST /accounts/{account_id}/realtime/kit/{app_id}/presets Create a preset
PriorityIntelligenceRequirementsPIRApi cloudforceOnePriorityDelete DELETE /accounts/{account_id}/cloudforce-one/requests/priority/{priority_id} Delete a Priority Intelligence Requirement
PriorityIntelligenceRequirementsPIRApi cloudforceOnePriorityGet GET /accounts/{account_id}/cloudforce-one/requests/priority/{priority_id} Get a Priority Intelligence Requirement
PriorityIntelligenceRequirementsPIRApi cloudforceOnePriorityList POST /accounts/{account_id}/cloudforce-one/requests/priority List Priority Intelligence Requirements
PriorityIntelligenceRequirementsPIRApi cloudforceOnePriorityNew POST /accounts/{account_id}/cloudforce-one/requests/priority/new Create a New Priority Intelligence Requirement
PriorityIntelligenceRequirementsPIRApi cloudforceOnePriorityQuota GET /accounts/{account_id}/cloudforce-one/requests/priority/quota Get Priority Intelligence Requirement Quota
PriorityIntelligenceRequirementsPIRApi cloudforceOnePriorityUpdate PUT /accounts/{account_id}/cloudforce-one/requests/priority/{priority_id} Update a Priority Intelligence Requirement
QueryRunApi telemetryQuery POST /accounts/{account_id}/workers/observability/telemetry/query Run a query
QueueApi queuesAckMessages POST /accounts/{account_id}/queues/{queue_id}/messages/ack Acknowledge + Retry Queue Messages
QueueApi queuesCreate POST /accounts/{account_id}/queues Create Queue
QueueApi queuesCreateConsumer POST /accounts/{account_id}/queues/{queue_id}/consumers Create a Queue Consumer
QueueApi queuesDelete DELETE /accounts/{account_id}/queues/{queue_id} Delete Queue
QueueApi queuesDeleteConsumer DELETE /accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id} Delete Queue Consumer
QueueApi queuesGet GET /accounts/{account_id}/queues/{queue_id} Get Queue
QueueApi queuesGetConsumer GET /accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id} Get Queue Consumer
QueueApi queuesList GET /accounts/{account_id}/queues List Queues
QueueApi queuesListConsumers GET /accounts/{account_id}/queues/{queue_id}/consumers List Queue Consumers
QueueApi queuesPullMessages POST /accounts/{account_id}/queues/{queue_id}/messages/pull Pull Queue Messages
QueueApi queuesPurge POST /accounts/{account_id}/queues/{queue_id}/purge Purge Queue
QueueApi queuesPurgeGet GET /accounts/{account_id}/queues/{queue_id}/purge Get Queue Purge Status
QueueApi queuesPushMessage POST /accounts/{account_id}/queues/{queue_id}/messages Push Message
QueueApi queuesPushMessages POST /accounts/{account_id}/queues/{queue_id}/messages/batch Push Message Batch
QueueApi queuesUpdate PUT /accounts/{account_id}/queues/{queue_id} Update Queue
QueueApi queuesUpdateConsumer PUT /accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id} Update Queue Consumer
QueueApi queuesUpdatePartial PATCH /accounts/{account_id}/queues/{queue_id} Update Queue
QueueApi subscriptionsCreate POST /accounts/{account_id}/event_subscriptions/subscriptions Create Event Subscription
QueueApi subscriptionsDelete DELETE /accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id} Delete Event Subscription
QueueApi subscriptionsGet GET /accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id} Get Event Subscription
QueueApi subscriptionsList GET /accounts/{account_id}/event_subscriptions/subscriptions List Event Subscriptions
QueueApi subscriptionsPatch PATCH /accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id} Update Event Subscription
R2AccountApi r2GetAccountLevelMetrics GET /accounts/{account_id}/r2/metrics Get Account-Level Metrics
R2BucketApi r2AddCustomDomain POST /accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom Attach Custom Domain To Bucket
R2BucketApi r2CreateBucket POST /accounts/{account_id}/r2/buckets Create Bucket
R2BucketApi r2CreateTempAccessCredentials POST /accounts/{account_id}/r2/temp-access-credentials Create Temporary Access Credentials
R2BucketApi r2DeleteBucket DELETE /accounts/{account_id}/r2/buckets/{bucket_name} Delete Bucket
R2BucketApi r2DeleteBucketCorsPolicy DELETE /accounts/{account_id}/r2/buckets/{bucket_name}/cors Delete Bucket CORS Policy
R2BucketApi r2DeleteBucketSippyConfig DELETE /accounts/{account_id}/r2/buckets/{bucket_name}/sippy Disable Sippy
R2BucketApi r2DeleteCustomDomain DELETE /accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain} Remove Custom Domain From Bucket
R2BucketApi r2EditCustomDomainSettings PUT /accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain} Configure Custom Domain Settings
R2BucketApi r2EventNotificationDeleteConfig DELETE /accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id} Delete Event Notification Rules
R2BucketApi r2GetBucket GET /accounts/{account_id}/r2/buckets/{bucket_name} Get Bucket
R2BucketApi r2GetBucketCorsPolicy GET /accounts/{account_id}/r2/buckets/{bucket_name}/cors Get Bucket CORS Policy
R2BucketApi r2GetBucketLifecycleConfiguration GET /accounts/{account_id}/r2/buckets/{bucket_name}/lifecycle Get Object Lifecycle Rules
R2BucketApi r2GetBucketLockConfiguration GET /accounts/{account_id}/r2/buckets/{bucket_name}/lock Get Bucket Lock Rules
R2BucketApi r2GetBucketPublicPolicy GET /accounts/{account_id}/r2/buckets/{bucket_name}/domains/managed Get r2.dev Domain of Bucket
R2BucketApi r2GetBucketSippyConfig GET /accounts/{account_id}/r2/buckets/{bucket_name}/sippy Get Sippy Configuration
R2BucketApi r2GetCustomDomainSettings GET /accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain} Get Custom Domain Settings
R2BucketApi r2GetEventNotificationConfig GET /accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id} Get Event Notification Rule
R2BucketApi r2GetEventNotificationConfigs GET /accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration List Event Notification Rules
R2BucketApi r2ListBuckets GET /accounts/{account_id}/r2/buckets List Buckets
R2BucketApi r2ListCustomDomains GET /accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom List Custom Domains of Bucket
R2BucketApi r2PatchBucket PATCH /accounts/{account_id}/r2/buckets/{bucket_name} Patch Bucket
R2BucketApi r2PutBucketCorsPolicy PUT /accounts/{account_id}/r2/buckets/{bucket_name}/cors Put Bucket CORS Policy
R2BucketApi r2PutBucketLifecycleConfiguration PUT /accounts/{account_id}/r2/buckets/{bucket_name}/lifecycle Put Object Lifecycle Rules
R2BucketApi r2PutBucketLockConfiguration PUT /accounts/{account_id}/r2/buckets/{bucket_name}/lock Put Bucket Lock Rules
R2BucketApi r2PutBucketPublicPolicy PUT /accounts/{account_id}/r2/buckets/{bucket_name}/domains/managed Update r2.dev Domain of Bucket
R2BucketApi r2PutBucketSippyConfig PUT /accounts/{account_id}/r2/buckets/{bucket_name}/sippy Enable Sippy
R2BucketApi r2PutEventNotificationConfig PUT /accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id} Create Event Notification Rule
R2CatalogManagementApi disableCatalog POST /accounts/{account_id}/r2-catalog/{bucket_name}/disable Disable R2 catalog
R2CatalogManagementApi enableCatalog POST /accounts/{account_id}/r2-catalog/{bucket_name}/enable Enable R2 bucket as a catalog
R2CatalogManagementApi getCatalogDetails GET /accounts/{account_id}/r2-catalog/{bucket_name} Get R2 catalog details
R2CatalogManagementApi listCatalogs GET /accounts/{account_id}/r2-catalog List R2 catalogs
R2SuperSlurperApi slurperAbortAllJobs PUT /accounts/{account_id}/slurper/jobs/abortAll Abort all jobs
R2SuperSlurperApi slurperAbortJob PUT /accounts/{account_id}/slurper/jobs/{job_id}/abort Abort a job
R2SuperSlurperApi slurperCheckSourceConnectivity PUT /accounts/{account_id}/slurper/source/connectivity-precheck Check source connectivity
R2SuperSlurperApi slurperCheckTargetConnectivity PUT /accounts/{account_id}/slurper/target/connectivity-precheck Check target connectivity
R2SuperSlurperApi slurperCreateJob POST /accounts/{account_id}/slurper/jobs Create a job
R2SuperSlurperApi slurperGetJob GET /accounts/{account_id}/slurper/jobs/{job_id} Get job details
R2SuperSlurperApi slurperGetJobLogs GET /accounts/{account_id}/slurper/jobs/{job_id}/logs Get job logs
R2SuperSlurperApi slurperGetJobProgress GET /accounts/{account_id}/slurper/jobs/{job_id}/progress Get job progress
R2SuperSlurperApi slurperListJobs GET /accounts/{account_id}/slurper/jobs List jobs
R2SuperSlurperApi slurperPauseJob PUT /accounts/{account_id}/slurper/jobs/{job_id}/pause Pause a job
R2SuperSlurperApi slurperResumeJob PUT /accounts/{account_id}/slurper/jobs/{job_id}/resume Resume a job
RadarAIBotsApi radarGetAiBotsSummary GET /radar/ai/bots/summary/{dimension} Get AI bots HTTP requests distribution by dimension
RadarAIBotsApi radarGetAiBotsSummaryByUserAgent GET /radar/ai/bots/summary/user_agent Get AI user agents summary
RadarAIBotsApi radarGetAiBotsTimeseries GET /radar/ai/bots/timeseries Get AI bots HTTP requests time series
RadarAIBotsApi radarGetAiBotsTimeseriesGroup GET /radar/ai/bots/timeseries_groups/{dimension} Get time series distribution of AI bots HTTP requests by dimension.
RadarAIBotsApi radarGetAiBotsTimeseriesGroupByUserAgent GET /radar/ai/bots/timeseries_groups/user_agent Get AI user agents time series
RadarAIInferenceApi radarGetAiInferenceSummary GET /radar/ai/inference/summary/{dimension} Get Workers AI inference distribution by dimension
RadarAIInferenceApi radarGetAiInferenceSummaryByModel GET /radar/ai/inference/summary/model Get Workers AI models summary
RadarAIInferenceApi radarGetAiInferenceSummaryByTask GET /radar/ai/inference/summary/task Get Workers AI tasks summary
RadarAIInferenceApi radarGetAiInferenceTimeseriesGroup GET /radar/ai/inference/timeseries_groups/{dimension} Get time series distribution of Workers AI inference by dimension.
RadarAIInferenceApi radarGetAiInferenceTimeseriesGroupByModel GET /radar/ai/inference/timeseries_groups/model Get Workers AI models time series
RadarAIInferenceApi radarGetAiInferenceTimeseriesGroupByTask GET /radar/ai/inference/timeseries_groups/task Get Workers AI tasks time series
RadarAS112Api radarGetDnsAs112Summary GET /radar/as112/summary/{dimension} Get AS112 summary by dimension
RadarAS112Api radarGetDnsAs112Timeseries GET /radar/as112/timeseries Get AS112 DNS queries time series
RadarAS112Api radarGetDnsAs112TimeseriesByDnssec GET /radar/as112/summary/dnssec Get AS112 DNS queries by DNSSEC summary
RadarAS112Api radarGetDnsAs112TimeseriesByEdns GET /radar/as112/summary/edns Get AS112 DNS queries by EDNS summary
RadarAS112Api radarGetDnsAs112TimeseriesByIpVersion GET /radar/as112/summary/ip_version Get AS112 DNS queries by IP version summary
RadarAS112Api radarGetDnsAs112TimeseriesByProtocol GET /radar/as112/summary/protocol Get AS112 DNS queries by DNS protocol summary
RadarAS112Api radarGetDnsAs112TimeseriesByQueryType GET /radar/as112/summary/query_type Get AS112 DNS queries by type summary
RadarAS112Api radarGetDnsAs112TimeseriesByResponseCodes GET /radar/as112/summary/response_codes Get AS112 DNS queries by response code summary
RadarAS112Api radarGetDnsAs112TimeseriesGroup GET /radar/as112/timeseries_groups/{dimension} Get AS112 time series grouped by dimension
RadarAS112Api radarGetDnsAs112TimeseriesGroupByDnssec GET /radar/as112/timeseries_groups/dnssec Get AS112 DNS queries by DNSSEC support time series
RadarAS112Api radarGetDnsAs112TimeseriesGroupByEdns GET /radar/as112/timeseries_groups/edns Get AS112 DNS queries by EDNS support summary
RadarAS112Api radarGetDnsAs112TimeseriesGroupByIpVersion GET /radar/as112/timeseries_groups/ip_version Get AS112 DNS queries by IP version time series
RadarAS112Api radarGetDnsAs112TimeseriesGroupByProtocol GET /radar/as112/timeseries_groups/protocol Get AS112 DNS queries by DNS protocol time series
RadarAS112Api radarGetDnsAs112TimeseriesGroupByQueryType GET /radar/as112/timeseries_groups/query_type Get AS112 DNS queries by type time series
RadarAS112Api radarGetDnsAs112TimeseriesGroupByResponseCodes GET /radar/as112/timeseries_groups/response_codes Get AS112 DNS queries by response code time series
RadarAS112Api radarGetDnsAs112TopLocations GET /radar/as112/top/locations Get top locations by AS112 DNS queries
RadarAS112Api radarGetDnsAs112TopLocationsByDnssec GET /radar/as112/top/locations/dnssec/{dnssec} Get top locations by AS112 DNS queries with DNSSEC support
RadarAS112Api radarGetDnsAs112TopLocationsByEdns GET /radar/as112/top/locations/edns/{edns} Get top locations by AS112 DNS queries with EDNS support
RadarAS112Api radarGetDnsAs112TopLocationsByIpVersion GET /radar/as112/top/locations/ip_version/{ip_version} Get top locations by AS112 DNS queries for an IP version
RadarAnnotationsApi radarGetAnnotations GET /radar/annotations Get latest annotations
RadarAnnotationsApi radarGetAnnotationsOutages GET /radar/annotations/outages Get latest Internet outages and anomalies
RadarAnnotationsApi radarGetAnnotationsOutagesTop GET /radar/annotations/outages/locations Get the number of outages by location
RadarAutonomousSystemsApi radarGetAsnsAsSet GET /radar/entities/asns/{asn}/as_set Get IRR AS-SETs that an AS is a member of
RadarAutonomousSystemsApi radarGetAsnsRel GET /radar/entities/asns/{asn}/rel Get AS-level relationships by ASN
RadarAutonomousSystemsApi radarGetEntitiesAsnById GET /radar/entities/asns/{asn} Get AS details by ASN
RadarAutonomousSystemsApi radarGetEntitiesAsnByIp GET /radar/entities/asns/ip Get AS details by IP address
RadarAutonomousSystemsApi radarGetEntitiesAsnList GET /radar/entities/asns List autonomous systems
RadarBGPApi radarGetBgpHijacksEvents GET /radar/bgp/hijacks/events Get BGP hijack events
RadarBGPApi radarGetBgpIpsTimeseries GET /radar/bgp/ips/timeseries Get announced IP address space time series
RadarBGPApi radarGetBgpPfx2as GET /radar/bgp/routes/pfx2as Get prefix-to-ASN mapping
RadarBGPApi radarGetBgpPfx2asMoas GET /radar/bgp/routes/moas Get Multi-Origin AS (MOAS) prefixes
RadarBGPApi radarGetBgpRouteLeakEvents GET /radar/bgp/leaks/events Get BGP route leak events
RadarBGPApi radarGetBgpRoutesAsns GET /radar/bgp/routes/ases List ASes from global routing tables
RadarBGPApi radarGetBgpRoutesRealtime GET /radar/bgp/routes/realtime Get real-time BGP routes for a prefix
RadarBGPApi radarGetBgpRoutesStats GET /radar/bgp/routes/stats Get BGP routing table stats
RadarBGPApi radarGetBgpTimeseries GET /radar/bgp/timeseries Get BGP time series
RadarBGPApi radarGetBgpTopAses GET /radar/bgp/top/ases Get top ASes by BGP updates
RadarBGPApi radarGetBgpTopAsnsByPrefixes GET /radar/bgp/top/ases/prefixes Get top ASes by prefix count
RadarBGPApi radarGetBgpTopPrefixes GET /radar/bgp/top/prefixes Get top prefixes by BGP updates
RadarBotsApi radarGetBotDetails GET /radar/bots/{bot_slug} Get bot details
RadarBotsApi radarGetBots GET /radar/bots List bots
RadarBotsApi radarGetBotsSummary GET /radar/bots/summary/{dimension} Get bots HTTP requests distribution by dimension
RadarBotsApi radarGetBotsTimeseries GET /radar/bots/timeseries Get bots HTTP requests time series
RadarBotsApi radarGetBotsTimeseriesGroup GET /radar/bots/timeseries_groups/{dimension} Get time series distribution of bots HTTP requests by dimension.
RadarCertificateTransparencyApi radarGetCertificateAuthorities GET /radar/ct/authorities List certificate authorities
RadarCertificateTransparencyApi radarGetCertificateAuthorityDetails GET /radar/ct/authorities/{ca_slug} Get certificate authority details
RadarCertificateTransparencyApi radarGetCertificateLogDetails GET /radar/ct/logs/{log_slug} Get certificate log details
RadarCertificateTransparencyApi radarGetCertificateLogs GET /radar/ct/logs List certificate logs
RadarCertificateTransparencyApi radarGetCtSummary GET /radar/ct/summary/{dimension} Get certificate distribution by dimension
RadarCertificateTransparencyApi radarGetCtTimeseries GET /radar/ct/timeseries Get certificates time series
RadarCertificateTransparencyApi radarGetCtTimeseriesGroup GET /radar/ct/timeseries_groups/{dimension} Get time series of certificate distribution by dimension
RadarDNSApi radarGetDnsSummary GET /radar/dns/summary/{dimension} Get DNS summary by dimension
RadarDNSApi radarGetDnsSummaryByCacheHitStatus GET /radar/dns/summary/cache_hit Get DNS queries by cache status summary
RadarDNSApi radarGetDnsSummaryByDnssec GET /radar/dns/summary/dnssec Get DNS queries by DNSSEC support summary
RadarDNSApi radarGetDnsSummaryByDnssecAwareness GET /radar/dns/summary/dnssec_aware Get DNS queries by DNSSEC awareness summary
RadarDNSApi radarGetDnsSummaryByDnssecE2eVersion GET /radar/dns/summary/dnssec_e2e Get DNS queries by DNSSEC end-to-end summary
RadarDNSApi radarGetDnsSummaryByIpVersion GET /radar/dns/summary/ip_version Get DNS queries by IP version summary
RadarDNSApi radarGetDnsSummaryByMatchingAnswerStatus GET /radar/dns/summary/matching_answer Get DNS queries by matching answer summary
RadarDNSApi radarGetDnsSummaryByProtocol GET /radar/dns/summary/protocol Get DNS queries by protocol summary
RadarDNSApi radarGetDnsSummaryByQueryType GET /radar/dns/summary/query_type Get DNS queries by type summary
RadarDNSApi radarGetDnsSummaryByResponseCode GET /radar/dns/summary/response_code Get DNS queries by response code summary
RadarDNSApi radarGetDnsSummaryByResponseTtl GET /radar/dns/summary/response_ttl Get DNS queries by response TTL summary
RadarDNSApi radarGetDnsTimeseries GET /radar/dns/timeseries Get DNS queries time series
RadarDNSApi radarGetDnsTimeseriesGroup GET /radar/dns/timeseries_groups/{dimension} Get DNS time series grouped by dimension
RadarDNSApi radarGetDnsTimeseriesGroupByCacheHitStatus GET /radar/dns/timeseries_groups/cache_hit Get DNS queries by cache status time series
RadarDNSApi radarGetDnsTimeseriesGroupByDnssec GET /radar/dns/timeseries_groups/dnssec Get DNS queries by DNSSEC support time series
RadarDNSApi radarGetDnsTimeseriesGroupByDnssecAwareness GET /radar/dns/timeseries_groups/dnssec_aware Get DNS queries by DNSSEC awareness time series
RadarDNSApi radarGetDnsTimeseriesGroupByDnssecE2eVersion GET /radar/dns/timeseries_groups/dnssec_e2e Get DNS queries by DNSSEC end-to-end time series
RadarDNSApi radarGetDnsTimeseriesGroupByIpVersion GET /radar/dns/timeseries_groups/ip_version Get DNS queries by IP version time series
RadarDNSApi radarGetDnsTimeseriesGroupByMatchingAnswerStatus GET /radar/dns/timeseries_groups/matching_answer Get DNS queries by matching answer time series
RadarDNSApi radarGetDnsTimeseriesGroupByProtocol GET /radar/dns/timeseries_groups/protocol Get DNS queries by protocol time series
RadarDNSApi radarGetDnsTimeseriesGroupByQueryType GET /radar/dns/timeseries_groups/query_type Get DNS queries by type time series
RadarDNSApi radarGetDnsTimeseriesGroupByResponseCode GET /radar/dns/timeseries_groups/response_code Get DNS queries by response code time series
RadarDNSApi radarGetDnsTimeseriesGroupByResponseTtl GET /radar/dns/timeseries_groups/response_ttl Get DNS queries by response TTL time series
RadarDNSApi radarGetDnsTopAses GET /radar/dns/top/ases Get top ASes by DNS queries
RadarDNSApi radarGetDnsTopLocations GET /radar/dns/top/locations Get top locations by DNS queries
RadarDatasetsApi radarGetReportsDatasetDownload GET /radar/datasets/{alias} Get dataset CSV stream
RadarDatasetsApi radarGetReportsDatasets GET /radar/datasets List datasets
RadarDatasetsApi radarPostReportsDatasetDownloadUrl POST /radar/datasets/download Get dataset download URL
RadarDomainsRankingApi radarGetRankingDomainDetails GET /radar/ranking/domain/{domain} Get domain rank details
RadarDomainsRankingApi radarGetRankingDomainTimeseries GET /radar/ranking/timeseries_groups Get domains rank time series
RadarDomainsRankingApi radarGetRankingTopDomains GET /radar/ranking/top Get top or trending domains
RadarEmailRoutingApi radarGetEmailRoutingSummary GET /radar/email/routing/summary/{dimension} Get email routing summary by dimension
RadarEmailRoutingApi radarGetEmailRoutingSummaryByArc GET /radar/email/routing/summary/arc Get email ARC validation summary
RadarEmailRoutingApi radarGetEmailRoutingSummaryByDkim GET /radar/email/routing/summary/dkim Get email DKIM validation summary
RadarEmailRoutingApi radarGetEmailRoutingSummaryByDmarc GET /radar/email/routing/summary/dmarc Get email DMARC validation summary
RadarEmailRoutingApi radarGetEmailRoutingSummaryByEncrypted GET /radar/email/routing/summary/encrypted Get email encryption status summary
RadarEmailRoutingApi radarGetEmailRoutingSummaryByIpVersion GET /radar/email/routing/summary/ip_version Get email IP version summary
RadarEmailRoutingApi radarGetEmailRoutingSummaryBySpf GET /radar/email/routing/summary/spf Get email SPF validation summary
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroup GET /radar/email/routing/timeseries_groups/{dimension} Get email routing time series grouped by dimension
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroupByArc GET /radar/email/routing/timeseries_groups/arc Get email ARC validation time series
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroupByDkim GET /radar/email/routing/timeseries_groups/dkim Get email DKIM validation time series
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroupByDmarc GET /radar/email/routing/timeseries_groups/dmarc Get email DMARC validation time series
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroupByEncrypted GET /radar/email/routing/timeseries_groups/encrypted Get email encryption status time series
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroupByIpVersion GET /radar/email/routing/timeseries_groups/ip_version Get email IP version time series
RadarEmailRoutingApi radarGetEmailRoutingTimeseriesGroupBySpf GET /radar/email/routing/timeseries_groups/spf Get email SPF validation time series
RadarEmailSecurityApi radarGetEmailSecuritySummary GET /radar/email/security/summary/{dimension} Get email security summary by dimension
RadarEmailSecurityApi radarGetEmailSecuritySummaryByArc GET /radar/email/security/summary/arc Get email ARC validation summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryByDkim GET /radar/email/security/summary/dkim Get email DKIM validation summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryByDmarc GET /radar/email/security/summary/dmarc Get email DMARC validation summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryByMalicious GET /radar/email/security/summary/malicious Get email malicious classification summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryBySpam GET /radar/email/security/summary/spam Get email spam classification summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryBySpf GET /radar/email/security/summary/spf Get email SPF validation summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryBySpoof GET /radar/email/security/summary/spoof Get email spoof classification summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryByThreatCategory GET /radar/email/security/summary/threat_category Get email threat category summary
RadarEmailSecurityApi radarGetEmailSecuritySummaryByTlsVersion GET /radar/email/security/summary/tls_version Get email TLS version summary
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroup GET /radar/email/security/timeseries_groups/{dimension} Get email security time series grouped by dimension
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupByArc GET /radar/email/security/timeseries_groups/arc Get email ARC validation time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupByDkim GET /radar/email/security/timeseries_groups/dkim Get email DKIM validation time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupByDmarc GET /radar/email/security/timeseries_groups/dmarc Get email DMARC validation time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupByMalicious GET /radar/email/security/timeseries_groups/malicious Get email malicious classification time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupBySpam GET /radar/email/security/timeseries_groups/spam Get email spam classification time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupBySpf GET /radar/email/security/timeseries_groups/spf Get email SPF validation time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupBySpoof GET /radar/email/security/timeseries_groups/spoof Get email spoof classification time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupByThreatCategory GET /radar/email/security/timeseries_groups/threat_category Get email threat category time series
RadarEmailSecurityApi radarGetEmailSecurityTimeseriesGroupByTlsVersion GET /radar/email/security/timeseries_groups/tls_version Get email TLS version time series
RadarEmailSecurityApi radarGetEmailSecurityTopTldsByMalicious GET /radar/email/security/top/tlds/malicious/{malicious} Get top TLDs by email malicious classification
RadarEmailSecurityApi radarGetEmailSecurityTopTldsByMessages GET /radar/email/security/top/tlds Get top TLDs by email message volume
RadarEmailSecurityApi radarGetEmailSecurityTopTldsBySpam GET /radar/email/security/top/tlds/spam/{spam} Get top TLDs by email spam classification
RadarEmailSecurityApi radarGetEmailSecurityTopTldsBySpoof GET /radar/email/security/top/tlds/spoof/{spoof} Get top TLDs by email spoof classification
RadarGeolocationsApi radarGetGeolocationDetails GET /radar/geolocations/{geo_id} Get Geolocation details
RadarGeolocationsApi radarGetGeolocations GET /radar/geolocations List Geolocations
RadarHTTPApi radarGetHttpSummary GET /radar/http/summary/{dimension} Get HTTP requests summary by dimension
RadarHTTPApi radarGetHttpSummaryByBotClass GET /radar/http/summary/bot_class Get HTTP requests by bot class summary
RadarHTTPApi radarGetHttpSummaryByDeviceType GET /radar/http/summary/device_type Get HTTP requests by device type summary
RadarHTTPApi radarGetHttpSummaryByHttpProtocol GET /radar/http/summary/http_protocol Get HTTP requests by HTTP/HTTPS summary
RadarHTTPApi radarGetHttpSummaryByHttpVersion GET /radar/http/summary/http_version Get HTTP requests by HTTP version summary
RadarHTTPApi radarGetHttpSummaryByIpVersion GET /radar/http/summary/ip_version Get HTTP requests by IP version summary
RadarHTTPApi radarGetHttpSummaryByOperatingSystem GET /radar/http/summary/os Get HTTP requests by OS summary
RadarHTTPApi radarGetHttpSummaryByPostQuantum GET /radar/http/summary/post_quantum Get HTTP requests by post-quantum support summary
RadarHTTPApi radarGetHttpSummaryByTlsVersion GET /radar/http/summary/tls_version Get HTTP requests by TLS version summary
RadarHTTPApi radarGetHttpTimeseries GET /radar/http/timeseries Get HTTP requests time series
RadarHTTPApi radarGetHttpTimeseriesGroup GET /radar/http/timeseries_groups/{dimension} Get HTTP requests time series grouped by dimension
RadarHTTPApi radarGetHttpTimeseriesGroupByBotClass GET /radar/http/timeseries_groups/bot_class Get HTTP requests by bot class time series
RadarHTTPApi radarGetHttpTimeseriesGroupByBrowserFamilies GET /radar/http/timeseries_groups/browser_family Get HTTP requests by user agent family time series
RadarHTTPApi radarGetHttpTimeseriesGroupByBrowsers GET /radar/http/timeseries_groups/browser Get HTTP requests by user agent time series
RadarHTTPApi radarGetHttpTimeseriesGroupByDeviceType GET /radar/http/timeseries_groups/device_type Get HTTP requests by device type time series
RadarHTTPApi radarGetHttpTimeseriesGroupByHttpProtocol GET /radar/http/timeseries_groups/http_protocol Get HTTP requests by HTTP/HTTPS time series
RadarHTTPApi radarGetHttpTimeseriesGroupByHttpVersion GET /radar/http/timeseries_groups/http_version Get HTTP requests by HTTP version time series
RadarHTTPApi radarGetHttpTimeseriesGroupByIpVersion GET /radar/http/timeseries_groups/ip_version Get HTTP requests by IP version time series
RadarHTTPApi radarGetHttpTimeseriesGroupByOperatingSystem GET /radar/http/timeseries_groups/os Get HTTP requests by OS time series
RadarHTTPApi radarGetHttpTimeseriesGroupByPostQuantum GET /radar/http/timeseries_groups/post_quantum Get HTTP requests by post-quantum support time series
RadarHTTPApi radarGetHttpTimeseriesGroupByTlsVersion GET /radar/http/timeseries_groups/tls_version Get HTTP requests by TLS version time series
RadarHTTPApi radarGetHttpTopAsesByBotClass GET /radar/http/top/ases/bot_class/{bot_class} Get top ASes by HTTP requests for a bot class
RadarHTTPApi radarGetHttpTopAsesByBrowserFamily GET /radar/http/top/ases/browser_family/{browser_family} Get top ASes by HTTP requests for a browser family
RadarHTTPApi radarGetHttpTopAsesByDeviceType GET /radar/http/top/ases/device_type/{device_type} Get top ASes by HTTP requests for a device type
RadarHTTPApi radarGetHttpTopAsesByHttpProtocol GET /radar/http/top/ases/http_protocol/{http_protocol} Get top ASes by HTTP requests for an HTTP protocol
RadarHTTPApi radarGetHttpTopAsesByHttpRequests GET /radar/http/top/ases Get top ASes by HTTP requests
RadarHTTPApi radarGetHttpTopAsesByHttpVersion GET /radar/http/top/ases/http_version/{http_version} Get top ASes by HTTP requests for an HTTP version
RadarHTTPApi radarGetHttpTopAsesByIpVersion GET /radar/http/top/ases/ip_version/{ip_version} Get top ASes by HTTP requests for an IP version
RadarHTTPApi radarGetHttpTopAsesByOperatingSystem GET /radar/http/top/ases/os/{os} Get top ASes by HTTP requests for an OS
RadarHTTPApi radarGetHttpTopAsesByTlsVersion GET /radar/http/top/ases/tls_version/{tls_version} Get top ASes by HTTP requests for a TLS version
RadarHTTPApi radarGetHttpTopBrowserFamilies GET /radar/http/top/browser_family Get top user agent families by HTTP requests
RadarHTTPApi radarGetHttpTopBrowsers GET /radar/http/top/browser Get top user agents by HTTP requests
RadarHTTPApi radarGetHttpTopLocationsByBotClass GET /radar/http/top/locations/bot_class/{bot_class} Get top locations by HTTP requests for a bot class
RadarHTTPApi radarGetHttpTopLocationsByBrowserFamily GET /radar/http/top/locations/browser_family/{browser_family} Get top locations by HTTP requests for a browser family
RadarHTTPApi radarGetHttpTopLocationsByDeviceType GET /radar/http/top/locations/device_type/{device_type} Get top locations by HTTP requests for a device type
RadarHTTPApi radarGetHttpTopLocationsByHttpProtocol GET /radar/http/top/locations/http_protocol/{http_protocol} Get top locations by HTTP requests for an HTTP protocol
RadarHTTPApi radarGetHttpTopLocationsByHttpRequests GET /radar/http/top/locations Get top locations by HTTP requests
RadarHTTPApi radarGetHttpTopLocationsByHttpVersion GET /radar/http/top/locations/http_version/{http_version} Get top locations by HTTP requests for an HTTP version
RadarHTTPApi radarGetHttpTopLocationsByIpVersion GET /radar/http/top/locations/ip_version/{ip_version} Get top locations by HTTP requests for an IP version
RadarHTTPApi radarGetHttpTopLocationsByOperatingSystem GET /radar/http/top/locations/os/{os} Get top locations by HTTP requests for an OS
RadarHTTPApi radarGetHttpTopLocationsByTlsVersion GET /radar/http/top/locations/tls_version/{tls_version} Get top locations by HTTP requests for a TLS version
RadarIPApi radarGetEntitiesIp GET /radar/entities/ip Get IP address details
RadarInternetServicesRankingApi radarGetRankingInternetServicesCategories GET /radar/ranking/internet_services/categories List Internet services categories
RadarInternetServicesRankingApi radarGetRankingInternetServicesTimeseries GET /radar/ranking/internet_services/timeseries_groups Get Internet services rank time series
RadarInternetServicesRankingApi radarGetRankingTopInternetServices GET /radar/ranking/internet_services/top Get top Internet services
RadarLayer3AttacksApi radarGetAttacksLayer3Summary GET /radar/attacks/layer3/summary/{dimension} Get layer 3 attacks summary by dimension
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByBitrate GET /radar/attacks/layer3/summary/bitrate Get layer 3 attacks by bitrate summary
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByDuration GET /radar/attacks/layer3/summary/duration Get layer 3 attacks by duration summary
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByIndustry GET /radar/attacks/layer3/summary/industry Get layer 3 attacks by targeted industry summary
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByIpVersion GET /radar/attacks/layer3/summary/ip_version Get layer 3 attacks by IP version summary
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByProtocol GET /radar/attacks/layer3/summary/protocol Get layer 3 attacks by protocol summary
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByVector GET /radar/attacks/layer3/summary/vector Get layer 3 attacks by vector summary
RadarLayer3AttacksApi radarGetAttacksLayer3SummaryByVertical GET /radar/attacks/layer3/summary/vertical Get layer 3 attacks by targeted vertical summary
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesByBytes GET /radar/attacks/layer3/timeseries Get layer 3 attacks by bytes time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroup GET /radar/attacks/layer3/timeseries_groups/{dimension} Get layer 3 attacks time series grouped by dimension
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByBitrate GET /radar/attacks/layer3/timeseries_groups/bitrate Get layer 3 attacks by bitrate time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByDuration GET /radar/attacks/layer3/timeseries_groups/duration Get layer 3 attacks by duration time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByIndustry GET /radar/attacks/layer3/timeseries_groups/industry Get layer 3 attacks by target industries time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByIpVersion GET /radar/attacks/layer3/timeseries_groups/ip_version Get layer 3 attacks by IP version time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByProtocol GET /radar/attacks/layer3/timeseries_groups/protocol Get layer 3 attacks by protocol time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByVector GET /radar/attacks/layer3/timeseries_groups/vector Get layer 3 attacks by vector time series
RadarLayer3AttacksApi radarGetAttacksLayer3TimeseriesGroupByVertical GET /radar/attacks/layer3/timeseries_groups/vertical Get layer 3 attacks by vertical time series
RadarLayer3AttacksApi radarGetAttacksLayer3TopAttacks GET /radar/attacks/layer3/top/attacks Get top layer 3 attack pairs (origin and target locations)
RadarLayer3AttacksApi radarGetAttacksLayer3TopIndustries GET /radar/attacks/layer3/top/industry Get top industries targeted by layer 3 attacks
RadarLayer3AttacksApi radarGetAttacksLayer3TopOriginLocations GET /radar/attacks/layer3/top/locations/origin Get top origin locations of layer 3 attacks
RadarLayer3AttacksApi radarGetAttacksLayer3TopTargetLocations GET /radar/attacks/layer3/top/locations/target Get top target locations of layer 3 attacks
RadarLayer3AttacksApi radarGetAttacksLayer3TopVerticals GET /radar/attacks/layer3/top/vertical Get top verticals targeted by layer 3 attacks
RadarLayer7AttacksApi radarGetAttacksLayer7Summary GET /radar/attacks/layer7/summary/{dimension} Get layer 7 attacks summary by dimension
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByHttpMethod GET /radar/attacks/layer7/summary/http_method Get layer 7 attacks by HTTP method summary
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByHttpVersion GET /radar/attacks/layer7/summary/http_version Get layer 7 attacks by HTTP version summary
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByIndustry GET /radar/attacks/layer7/summary/industry Get layer 7 attacks by targeted industry summary
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByIpVersion GET /radar/attacks/layer7/summary/ip_version Get layer 7 attacks by IP version summary
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByManagedRules GET /radar/attacks/layer7/summary/managed_rules Get layer 7 attacks by managed rules summary
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByMitigationProduct GET /radar/attacks/layer7/summary/mitigation_product Get layer 7 attacks by mitigation product summary
RadarLayer7AttacksApi radarGetAttacksLayer7SummaryByVertical GET /radar/attacks/layer7/summary/vertical Get layer 7 attacks by targeted vertical summary
RadarLayer7AttacksApi radarGetAttacksLayer7Timeseries GET /radar/attacks/layer7/timeseries Get layer 7 attacks time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroup GET /radar/attacks/layer7/timeseries_groups/{dimension} Get layer 7 attacks time series grouped by dimension
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByHttpMethod GET /radar/attacks/layer7/timeseries_groups/http_method Get layer 7 attacks by HTTP method time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByHttpVersion GET /radar/attacks/layer7/timeseries_groups/http_version Get layer 7 attacks by HTTP version time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByIndustry GET /radar/attacks/layer7/timeseries_groups/industry Get layer 7 attacks by target industries time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByIpVersion GET /radar/attacks/layer7/timeseries_groups/ip_version Get layer 7 attacks by IP version time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByManagedRules GET /radar/attacks/layer7/timeseries_groups/managed_rules Get layer 7 attacks by managed rules time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByMitigationProduct GET /radar/attacks/layer7/timeseries_groups/mitigation_product Get layer 7 attacks by mitigation product time series
RadarLayer7AttacksApi radarGetAttacksLayer7TimeseriesGroupByVertical GET /radar/attacks/layer7/timeseries_groups/vertical Get layer 7 attacks by vertical time series
RadarLayer7AttacksApi radarGetAttacksLayer7TopAttacks GET /radar/attacks/layer7/top/attacks Get top layer 7 attack pairs (origin and target locations)
RadarLayer7AttacksApi radarGetAttacksLayer7TopIndustries GET /radar/attacks/layer7/top/industry Get top industries targeted by layer 7 attacks
RadarLayer7AttacksApi radarGetAttacksLayer7TopOriginAs GET /radar/attacks/layer7/top/ases/origin Get top origin ASes of layer 7 attacks
RadarLayer7AttacksApi radarGetAttacksLayer7TopOriginLocation GET /radar/attacks/layer7/top/locations/origin Get top origin locations of layer 7 attacks
RadarLayer7AttacksApi radarGetAttacksLayer7TopTargetLocation GET /radar/attacks/layer7/top/locations/target Get top target locations of layer 7 attacks
RadarLayer7AttacksApi radarGetAttacksLayer7TopVerticals GET /radar/attacks/layer7/top/vertical Get top verticals targeted by layer 7 attacks
RadarLeakedCredentialChecksApi radarGetLeakedCredentialChecksSummary GET /radar/leaked_credential_checks/summary/{dimension} Get HTTP authentication requests distribution by dimension
RadarLeakedCredentialChecksApi radarGetLeakedCredentialChecksSummaryByBotClass GET /radar/leaked_credential_checks/summary/bot_class Get HTTP authentication requests by bot class summary
RadarLeakedCredentialChecksApi radarGetLeakedCredentialChecksSummaryByCompromised GET /radar/leaked_credential_checks/summary/compromised Get HTTP authentication requests by compromised credential status summary
RadarLeakedCredentialChecksApi radarGetLeakedCredentialChecksTimeseriesGroup GET /radar/leaked_credential_checks/timeseries_groups/{dimension} Get time series distribution of HTTP authentication requests by dimension.
RadarLeakedCredentialChecksApi radarGetLeakedCredentialChecksTimeseriesGroupByBotClass GET /radar/leaked_credential_checks/timeseries_groups/bot_class Get HTTP authentication requests by bot class time series
RadarLeakedCredentialChecksApi radarGetLeakedCredentialChecksTimeseriesGroupByCompromised GET /radar/leaked_credential_checks/timeseries_groups/compromised Get HTTP authentication requests by compromised credential status time series
RadarLocationsApi radarGetEntitiesLocationByAlpha2 GET /radar/entities/locations/{location} Get location details
RadarLocationsApi radarGetEntitiesLocations GET /radar/entities/locations List locations
RadarNetFlowsApi radarGetNetflowsSummary GET /radar/netflows/summary/{dimension} Get network traffic distribution by dimension
RadarNetFlowsApi radarGetNetflowsSummaryDeprecated GET /radar/netflows/summary Get network traffic summary
RadarNetFlowsApi radarGetNetflowsTimeseries GET /radar/netflows/timeseries Get network traffic time series
RadarNetFlowsApi radarGetNetflowsTimeseriesGroup GET /radar/netflows/timeseries_groups/{dimension} Get time series distribution of network traffic by dimension
RadarNetFlowsApi radarGetNetflowsTopAses GET /radar/netflows/top/ases Get top ASes by network traffic
RadarNetFlowsApi radarGetNetflowsTopLocations GET /radar/netflows/top/locations Get top locations by network traffic
RadarQualityApi radarGetQualityIndexSummary GET /radar/quality/iqi/summary Get Internet Quality Index (IQI) summary
RadarQualityApi radarGetQualityIndexTimeseriesGroup GET /radar/quality/iqi/timeseries_groups Get Internet Quality Index (IQI) time series
RadarQualityApi radarGetQualitySpeedHistogram GET /radar/quality/speed/histogram Get speed tests histogram
RadarQualityApi radarGetQualitySpeedSummary GET /radar/quality/speed/summary Get speed tests summary
RadarQualityApi radarGetQualitySpeedTopAses GET /radar/quality/speed/top/ases Get top ASes by speed test results
RadarQualityApi radarGetQualitySpeedTopLocations GET /radar/quality/speed/top/locations Get top locations by speed test results
RadarRobotsTxtApi radarGetRobotsTxtTopDomainCategoriesByFilesParsed GET /radar/robots_txt/top/domain_categories Get top domain categories by robots.txt files parsed
RadarRobotsTxtApi radarGetRobotsTxtTopUserAgentsByDirective GET /radar/robots_txt/top/user_agents/directive Get top user agents on robots.txt files
RadarSearchApi radarGetSearchGlobal GET /radar/search/global Search for locations, ASes, reports, and more
RadarTCPResetsAndTimeoutsApi radarGetTcpResetsTimeoutsSummary GET /radar/tcp_resets_timeouts/summary Get TCP resets and timeouts summary
RadarTCPResetsAndTimeoutsApi radarGetTcpResetsTimeoutsTimeseriesGroup GET /radar/tcp_resets_timeouts/timeseries_groups Get TCP resets and timeouts time series
RadarTopLevelDomainsApi radarGetTldDetails GET /radar/tlds/{tld} Get TLD details
RadarTopLevelDomainsApi radarGetTlds GET /radar/tlds List TLDs
RadarTrafficAnomaliesApi radarGetTrafficAnomalies GET /radar/traffic_anomalies Get latest Internet traffic anomalies
RadarTrafficAnomaliesApi radarGetTrafficAnomaliesTop GET /radar/traffic_anomalies/locations Get top locations by total traffic anomalies
RadarVerifiedBotsApi radarGetVerifiedBotsTopByHttpRequests GET /radar/verified_bots/top/bots Get top verified bots by HTTP requests
RadarVerifiedBotsApi radarGetVerifiedBotsTopCategoriesByHttpRequests GET /radar/verified_bots/top/categories Get top verified bot categories by HTTP requests
RadarWebCrawlersApi radarGetCrawlersSummary GET /radar/bots/crawlers/summary/{dimension} Get crawler HTTP request distribution by dimension
RadarWebCrawlersApi radarGetCrawlersTimeseriesGroup GET /radar/bots/crawlers/timeseries_groups/{dimension} Get time series of crawler HTTP request distribution by dimension
RateLimitsForAZoneApi rateLimitsForAZoneCreateARateLimit POST /zones/{zone_id}/rate_limits Create a rate limit
RateLimitsForAZoneApi rateLimitsForAZoneDeleteARateLimit DELETE /zones/{zone_id}/rate_limits/{rate_limit_id} Delete a rate limit
RateLimitsForAZoneApi rateLimitsForAZoneGetARateLimit GET /zones/{zone_id}/rate_limits/{rate_limit_id} Get a rate limit
RateLimitsForAZoneApi rateLimitsForAZoneListRateLimits GET /zones/{zone_id}/rate_limits List rate limits
RateLimitsForAZoneApi rateLimitsForAZoneUpdateARateLimit PUT /zones/{zone_id}/rate_limits/{rate_limit_id} Update a rate limit
RecordingsApi getActiveRecording GET /accounts/{account_id}/realtime/kit/{app_id}/recordings/active-recording/{meeting_id} Fetch active recording
RecordingsApi getAllRecordings GET /accounts/{account_id}/realtime/kit/{app_id}/recordings Fetch all recordings for an App
RecordingsApi getOneRecording GET /accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id} Fetch details of a recording
RecordingsApi pauseResumeStopRecording PUT /accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id} Pause/Resume/Stop recording
RecordingsApi startRecording POST /accounts/{account_id}/realtime/kit/{app_id}/recordings Start recording a meeting
RecordingsApi startTrackRecordingForAMeeting POST /accounts/{account_id}/realtime/kit/{app_id}/recordings/track Start recording audio and video tracks
RegistrarDomainsApi registrarDomainsGetDomain GET /accounts/{account_id}/registrar/domains/{domain_name} Get domain
RegistrarDomainsApi registrarDomainsListDomains GET /accounts/{account_id}/registrar/domains List domains
RegistrarDomainsApi registrarDomainsUpdateDomain PUT /accounts/{account_id}/registrar/domains/{domain_name} Update domain
RegistrationsApi deleteRegistration DELETE /accounts/{account_id}/devices/registrations/{registration_id} Delete registration
RegistrationsApi getRegistration GET /accounts/{account_id}/devices/registrations/{registration_id} Get registration
RegistrationsApi listRegistrations GET /accounts/{account_id}/devices/registrations List registrations
RegistrationsApi revokeRegistrations POST /accounts/{account_id}/devices/registrations/revoke Revoke registrations
RegistrationsApi unrevokeRegistrations POST /accounts/{account_id}/devices/registrations/unrevoke Unrevoke registrations
RepositoryConnectionsApi deleteRepoConnection DELETE /accounts/{account_id}/builds/repos/connections/{repo_connection_uuid} Delete repository connection
RepositoryConnectionsApi upsertRepoConnection PUT /accounts/{account_id}/builds/repos/connections Create or update repository connection
RequestForInformationRFIApi cloudforceOneRequestAssetDelete DELETE /accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id} Delete a Request Asset
RequestForInformationRFIApi cloudforceOneRequestAssetGet GET /accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id} Get a Request Asset
RequestForInformationRFIApi cloudforceOneRequestAssetList POST /accounts/{account_id}/cloudforce-one/requests/{request_id}/asset List Request Assets
RequestForInformationRFIApi cloudforceOneRequestAssetNew POST /accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/new Create a New Request Asset
RequestForInformationRFIApi cloudforceOneRequestAssetUpdate PUT /accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id} Update a Request Asset
RequestForInformationRFIApi cloudforceOneRequestConstants GET /accounts/{account_id}/cloudforce-one/requests/constants Get Request Priority, Status, and TLP constants
RequestForInformationRFIApi cloudforceOneRequestDelete DELETE /accounts/{account_id}/cloudforce-one/requests/{request_id} Delete a Request
RequestForInformationRFIApi cloudforceOneRequestGet GET /accounts/{account_id}/cloudforce-one/requests/{request_id} Get a Request
RequestForInformationRFIApi cloudforceOneRequestList POST /accounts/{account_id}/cloudforce-one/requests List Requests
RequestForInformationRFIApi cloudforceOneRequestMessageDelete DELETE /accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id} Delete a Request Message
RequestForInformationRFIApi cloudforceOneRequestMessageList POST /accounts/{account_id}/cloudforce-one/requests/{request_id}/message List Request Messages
RequestForInformationRFIApi cloudforceOneRequestMessageNew POST /accounts/{account_id}/cloudforce-one/requests/{request_id}/message/new Create a New Request Message
RequestForInformationRFIApi cloudforceOneRequestMessageUpdate PUT /accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id} Update a Request Message
RequestForInformationRFIApi cloudforceOneRequestNew POST /accounts/{account_id}/cloudforce-one/requests/new Create a New Request.
RequestForInformationRFIApi cloudforceOneRequestQuota GET /accounts/{account_id}/cloudforce-one/requests/quota Get Request Quota
RequestForInformationRFIApi cloudforceOneRequestTypes GET /accounts/{account_id}/cloudforce-one/requests/types Get Request Types
RequestForInformationRFIApi cloudforceOneRequestUpdate PUT /accounts/{account_id}/cloudforce-one/requests/{request_id} Update a Request
ResourceSharingApi organizationSharesList GET /organizations/{organization_id}/shares List organization shares
ResourceSharingApi shareCreate POST /accounts/{account_id}/shares Create a new share
ResourceSharingApi shareDelete DELETE /accounts/{account_id}/shares/{share_id} Delete a share
ResourceSharingApi shareRecipientCreate POST /accounts/{account_id}/shares/{share_id}/recipients Create a new share recipient
ResourceSharingApi shareRecipientDelete DELETE /accounts/{account_id}/shares/{share_id}/recipients/{recipient_id} Delete a share recipient
ResourceSharingApi shareRecipientsGetById GET /accounts/{account_id}/shares/{share_id}/recipients/{recipient_id} Get share recipient by ID
ResourceSharingApi shareRecipientsList GET /accounts/{account_id}/shares/{share_id}/recipients List share recipients by share ID
ResourceSharingApi shareRecipientsUpdate PUT /accounts/{account_id}/shares/{share_id}/recipients Update a share's recipients
ResourceSharingApi shareResourceCreate POST /accounts/{account_id}/shares/{share_id}/resources Create a new share resource
ResourceSharingApi shareResourceDelete DELETE /accounts/{account_id}/shares/{share_id}/resources/{resource_id} Delete a share resource
ResourceSharingApi shareResourceUpdate PUT /accounts/{account_id}/shares/{share_id}/resources/{resource_id} Update a share resource
ResourceSharingApi shareResourcesGetById GET /accounts/{account_id}/shares/{share_id}/resources/{resource_id} Get share resource by ID
ResourceSharingApi shareResourcesList GET /accounts/{account_id}/shares/{share_id}/resources List share resources by share ID
ResourceSharingApi shareUpdate PUT /accounts/{account_id}/shares/{share_id} Update a share
ResourceSharingApi sharesGetById GET /accounts/{account_id}/shares/{share_id} Get account share by ID
ResourceSharingApi sharesList GET /accounts/{account_id}/shares List account shares
ResourcesApi resourcesCatalogExport GET /accounts/{account_id}/magic/cloud/resources/export Export Resources
ResourcesApi resourcesCatalogList GET /accounts/{account_id}/magic/cloud/resources List Resources
ResourcesApi resourcesCatalogPolicyPreview POST /accounts/{account_id}/magic/cloud/resources/policy-preview Preview Rego Query
ResourcesApi resourcesCatalogRead GET /accounts/{account_id}/magic/cloud/resources/{resource_id} Read Resource
SSLTLSModeRecommendationApi sslTlsModeRecommendationSslTlsRecommendation GET /zones/{zone_id}/ssl/recommendation SSL/TLS Recommendation
SSLVerificationApi sslVerificationEditSslCertificatePackValidationMethod PATCH /zones/{zone_id}/ssl/verification/{certificate_pack_id} Edit SSL Certificate Pack Validation Method
SSLVerificationApi sslVerificationSslVerificationDetails GET /zones/{zone_id}/ssl/verification SSL Verification Details
SSOApi beginSsoConnectorVerification POST /accounts/{account_id}/sso_connectors/{sso_connector_id}/begin_verification Begin SSO connector verification
SSOApi deleteSsoConnector DELETE /accounts/{account_id}/sso_connectors/{sso_connector_id} Delete SSO connector
SSOApi getAllSsoConnectors GET /accounts/{account_id}/sso_connectors Get all SSO connectors
SSOApi getSsoConnector GET /accounts/{account_id}/sso_connectors/{sso_connector_id} Get single SSO connector
SSOApi initNewSsoConnector POST /accounts/{account_id}/sso_connectors Initialize new SSO connector
SSOApi updateSsoConnectorState PATCH /accounts/{account_id}/sso_connectors/{sso_connector_id} Update SSO connector state
ScansApi deleteDeleteScans DELETE /accounts/{account_id}/cloudforce-one/scans/config/{config_id} Delete a Scan Config
ScansApi getConfigFetch GET /accounts/{account_id}/cloudforce-one/scans/config List Scan Configs
ScansApi getGetOpenPorts GET /accounts/{account_id}/cloudforce-one/scans/results/{config_id} Get the Latest Scan Result
ScansApi postConfigCreate POST /accounts/{account_id}/cloudforce-one/scans/config Create a new Scan Config
ScansApi postConfigUpdate PATCH /accounts/{account_id}/cloudforce-one/scans/config/{config_id} Update an existing Scan Config
SchemaValidationApi schemaValidationCreateSchema POST /zones/{zone_id}/schema_validation/schemas Upload a schema
SchemaValidationApi schemaValidationDeleteSchema DELETE /zones/{zone_id}/schema_validation/schemas/{schema_id} Delete a schema
SchemaValidationApi schemaValidationEditSchema PATCH /zones/{zone_id}/schema_validation/schemas/{schema_id} Edit details of a schema to enable validation
SchemaValidationApi schemaValidationExtractOperationsFromSchema GET /zones/{zone_id}/schema_validation/schemas/{schema_id}/operations Retrieve all operations from the schema.
SchemaValidationApi schemaValidationGetSchema GET /zones/{zone_id}/schema_validation/schemas/{schema_id} Get details of a schema
SchemaValidationApi schemaValidationListSchemaHosts GET /zones/{zone_id}/schema_validation/schemas/hosts List hosts covered by uploaded schemas
SchemaValidationApi schemaValidationListSchemasPaginated GET /zones/{zone_id}/schema_validation/schemas List all uploaded schemas
SchemaValidationSettingsApi schemaValidationBulkEditPerOperationSettings PATCH /zones/{zone_id}/schema_validation/settings/operations Bulk edit per-operation schema validation settings
SchemaValidationSettingsApi schemaValidationDeletePerOperationSetting DELETE /zones/{zone_id}/schema_validation/settings/operations/{operation_id} Delete per-operation schema validation setting
SchemaValidationSettingsApi schemaValidationEditSettings PATCH /zones/{zone_id}/schema_validation/settings Edit global schema validation settings
SchemaValidationSettingsApi schemaValidationGetPerOperationSetting GET /zones/{zone_id}/schema_validation/settings/operations/{operation_id} Get per-operation schema validation setting
SchemaValidationSettingsApi schemaValidationGetSettings GET /zones/{zone_id}/schema_validation/settings Get global schema validation settings
SchemaValidationSettingsApi schemaValidationListPerOperationSettings GET /zones/{zone_id}/schema_validation/settings/operations List per-operation schema validation settings
SchemaValidationSettingsApi schemaValidationUpdatePerOperationSetting PUT /zones/{zone_id}/schema_validation/settings/operations/{operation_id} Update per-operation schema validation setting
SchemaValidationSettingsApi schemaValidationUpdateSettings PUT /zones/{zone_id}/schema_validation/settings Update global schema validation settings
SecondaryDNSACLApi secondaryDnsAclAclDetails GET /accounts/{account_id}/secondary_dns/acls/{acl_id} ACL Details
SecondaryDNSACLApi secondaryDnsAclCreateAcl POST /accounts/{account_id}/secondary_dns/acls Create ACL
SecondaryDNSACLApi secondaryDnsAclDeleteAcl DELETE /accounts/{account_id}/secondary_dns/acls/{acl_id} Delete ACL
SecondaryDNSACLApi secondaryDnsAclListAcLs GET /accounts/{account_id}/secondary_dns/acls List ACLs
SecondaryDNSACLApi secondaryDnsAclUpdateAcl PUT /accounts/{account_id}/secondary_dns/acls/{acl_id} Update ACL
SecondaryDNSPeerApi secondaryDnsPeerCreatePeer POST /accounts/{account_id}/secondary_dns/peers Create Peer
SecondaryDNSPeerApi secondaryDnsPeerDeletePeer DELETE /accounts/{account_id}/secondary_dns/peers/{peer_id} Delete Peer
SecondaryDNSPeerApi secondaryDnsPeerListPeers GET /accounts/{account_id}/secondary_dns/peers List Peers
SecondaryDNSPeerApi secondaryDnsPeerPeerDetails GET /accounts/{account_id}/secondary_dns/peers/{peer_id} Peer Details
SecondaryDNSPeerApi secondaryDnsPeerUpdatePeer PUT /accounts/{account_id}/secondary_dns/peers/{peer_id} Update Peer
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneCreatePrimaryZoneConfiguration POST /zones/{zone_id}/secondary_dns/outgoing Create Primary Zone Configuration
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneDeletePrimaryZoneConfiguration DELETE /zones/{zone_id}/secondary_dns/outgoing Delete Primary Zone Configuration
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneDisableOutgoingZoneTransfers POST /zones/{zone_id}/secondary_dns/outgoing/disable Disable Outgoing Zone Transfers
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneEnableOutgoingZoneTransfers POST /zones/{zone_id}/secondary_dns/outgoing/enable Enable Outgoing Zone Transfers
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneForceDnsNotify POST /zones/{zone_id}/secondary_dns/outgoing/force_notify Force DNS NOTIFY
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneGetOutgoingZoneTransferStatus GET /zones/{zone_id}/secondary_dns/outgoing/status Get Outgoing Zone Transfer Status
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZonePrimaryZoneConfigurationDetails GET /zones/{zone_id}/secondary_dns/outgoing Primary Zone Configuration Details
SecondaryDNSPrimaryZoneApi secondaryDnsPrimaryZoneUpdatePrimaryZoneConfiguration PUT /zones/{zone_id}/secondary_dns/outgoing Update Primary Zone Configuration
SecondaryDNSSecondaryZoneApi secondaryDnsSecondaryZoneCreateSecondaryZoneConfiguration POST /zones/{zone_id}/secondary_dns/incoming Create Secondary Zone Configuration
SecondaryDNSSecondaryZoneApi secondaryDnsSecondaryZoneDeleteSecondaryZoneConfiguration DELETE /zones/{zone_id}/secondary_dns/incoming Delete Secondary Zone Configuration
SecondaryDNSSecondaryZoneApi secondaryDnsSecondaryZoneForceAxfr POST /zones/{zone_id}/secondary_dns/force_axfr Force AXFR
SecondaryDNSSecondaryZoneApi secondaryDnsSecondaryZoneSecondaryZoneConfigurationDetails GET /zones/{zone_id}/secondary_dns/incoming Secondary Zone Configuration Details
SecondaryDNSSecondaryZoneApi secondaryDnsSecondaryZoneUpdateSecondaryZoneConfiguration PUT /zones/{zone_id}/secondary_dns/incoming Update Secondary Zone Configuration
SecondaryDNSTSIGApi secondaryDnsTsigCreateTsig POST /accounts/{account_id}/secondary_dns/tsigs Create TSIG
SecondaryDNSTSIGApi secondaryDnsTsigDeleteTsig DELETE /accounts/{account_id}/secondary_dns/tsigs/{tsig_id} Delete TSIG
SecondaryDNSTSIGApi secondaryDnsTsigListTsiGs GET /accounts/{account_id}/secondary_dns/tsigs List TSIGs
SecondaryDNSTSIGApi secondaryDnsTsigTsigDetails GET /accounts/{account_id}/secondary_dns/tsigs/{tsig_id} TSIG Details
SecondaryDNSTSIGApi secondaryDnsTsigUpdateTsig PUT /accounts/{account_id}/secondary_dns/tsigs/{tsig_id} Update TSIG
SecretsStoreApi secretsStoreCreate POST /accounts/{account_id}/secrets_store/stores Create a store
SecretsStoreApi secretsStoreDeleteBulk DELETE /accounts/{account_id}/secrets_store/stores/{store_id}/secrets Delete secrets
SecretsStoreApi secretsStoreDeleteById DELETE /accounts/{account_id}/secrets_store/stores/{store_id} Delete a store
SecretsStoreApi secretsStoreDuplicateById POST /accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate Duplicate Secret
SecretsStoreApi secretsStoreGetById GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id} Get a secret by ID
SecretsStoreApi secretsStoreList GET /accounts/{account_id}/secrets_store/stores List account stores
SecretsStoreApi secretsStorePatchById PATCH /accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id} Patch a secret
SecretsStoreApi secretsStoreQuota GET /accounts/{account_id}/secrets_store/quota View secret usage
SecretsStoreApi secretsStoreSecretCreate POST /accounts/{account_id}/secrets_store/stores/{store_id}/secrets Create a secret
SecretsStoreApi secretsStoreSecretDeleteById DELETE /accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id} Delete a secret
SecretsStoreApi secretsStoreSecretsList GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets List store secrets
SecurityCenterInsightsApi archiveSecurityCenterInsight PUT /accounts/{account_id}/security-center/insights/{issue_id}/dismiss Archive Security Center Insight
SecurityCenterInsightsApi archiveSecurityCenterInsightDeprecated PUT /accounts/{account_id}/intel/attack-surface-report/{issue_id}/dismiss Archive Security Center Insight
SecurityCenterInsightsApi archiveZoneSecurityCenterInsight PUT /zones/{zone_id}/security-center/insights/{issue_id}/dismiss Archive Zone Security Center Insight
SecurityCenterInsightsApi getSecurityCenterInsightCountsByClass GET /accounts/{account_id}/security-center/insights/class Get Security Center Insight Counts by Class
SecurityCenterInsightsApi getSecurityCenterInsightCountsBySeverity GET /accounts/{account_id}/security-center/insights/severity Get Security Center Insight Counts by Severity
SecurityCenterInsightsApi getSecurityCenterInsightCountsByType GET /accounts/{account_id}/security-center/insights/type Get Security Center Insight Counts by Type
SecurityCenterInsightsApi getSecurityCenterInsights GET /accounts/{account_id}/security-center/insights Get Security Center Insights
SecurityCenterInsightsApi getSecurityCenterIssueCountsByClass GET /accounts/{account_id}/intel/attack-surface-report/issues/class Get Security Center Issue Counts by Class
SecurityCenterInsightsApi getSecurityCenterIssueCountsBySeverity GET /accounts/{account_id}/intel/attack-surface-report/issues/severity Get Security Center Issue Counts by Severity
SecurityCenterInsightsApi getSecurityCenterIssueCountsByType GET /accounts/{account_id}/intel/attack-surface-report/issues/type Get Security Center Issue Counts by Type
SecurityCenterInsightsApi getSecurityCenterIssueTypes GET /accounts/{account_id}/intel/attack-surface-report/issue-types Get Security Center Issues Types
SecurityCenterInsightsApi getSecurityCenterIssues GET /accounts/{account_id}/intel/attack-surface-report/issues Get Security Center Issues
SecurityCenterInsightsApi getZoneSecurityCenterInsightCountsByClass GET /zones/{zone_id}/security-center/insights/class Get Zone Security Center Insight Counts by Class
SecurityCenterInsightsApi getZoneSecurityCenterInsightCountsBySeverity GET /zones/{zone_id}/security-center/insights/severity Get Zone Security Center Insight Counts by Severity
SecurityCenterInsightsApi getZoneSecurityCenterInsightCountsByType GET /zones/{zone_id}/security-center/insights/type Get Zone Security Center Insight Counts by Type
SecurityCenterInsightsApi getZoneSecurityCenterInsights GET /zones/{zone_id}/security-center/insights Get Zone Security Center Insights
SecurityTxtApi deleteSecurityTxt DELETE /zones/{zone_id}/security-center/securitytxt Delete security.txt
SecurityTxtApi getSecurityTxt GET /zones/{zone_id}/security-center/securitytxt Get security.txt
SecurityTxtApi updateSecurityTxt PUT /zones/{zone_id}/security-center/securitytxt Update security.txt
SessionsApi getParticipantDataFromPeerId GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/peer-report/{peer_id} Fetch details of peer
SessionsApi getParticipantDetails GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants/{participant_id} Fetch details of a participant
SessionsApi getSessionChat GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/chat Fetch all chat messages of a session
SessionsApi getSessionDetails GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id} Fetch details of a session
SessionsApi getSessionParticipants GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants Fetch participants list of a session
SessionsApi getSessionSummary GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary Fetch summary of transcripts for a session
SessionsApi getSessionTranscript GET /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/transcript Fetch the complete transcript for a session
SessionsApi getSessions GET /accounts/{account_id}/realtime/kit/{app_id}/sessions Fetch all sessions of an App
SessionsApi postSessionsSessionIdSummary POST /accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary Generate summary of Transcripts for the session
SettingsApi getSettings GET /accounts/{account_id}/cni/settings Get the current settings for the active account
SettingsApi updateSettings PUT /accounts/{account_id}/cni/settings Update the current settings for the active account
SinkholeConfigApi sinkholeConfigGetSinkholes GET /accounts/{account_id}/intel/sinkholes List sinkholes owned by this account
SlotsApi getSlot GET /accounts/{account_id}/cni/slots/{slot} Get information about the specified slot
SlotsApi listSlots GET /accounts/{account_id}/cni/slots Retrieve a list of all slots matching the specified parameters
SmartShieldSettingsApi smartShieldGetSettings GET /zones/{zone_id}/smart_shield Get Smart Shield Settings
SmartShieldSettingsApi smartShieldPatchSettings PATCH /zones/{zone_id}/smart_shield Patch Smart Shield Settings
SmartTieredCacheApi smartTieredCacheDeleteSmartTieredCacheSetting DELETE /zones/{zone_id}/cache/tiered_cache_smart_topology_enable Delete Smart Tiered Cache setting
SmartTieredCacheApi smartTieredCacheGetSmartTieredCacheSetting GET /zones/{zone_id}/cache/tiered_cache_smart_topology_enable Get Smart Tiered Cache setting
SmartTieredCacheApi smartTieredCachePatchSmartTieredCacheSetting PATCH /zones/{zone_id}/cache/tiered_cache_smart_topology_enable Patch Smart Tiered Cache setting
SpectrumAnalyticsApi spectrumAggregateAnalyticsGetCurrentAggregatedAnalytics GET /zones/{zone_id}/spectrum/analytics/aggregate/current Get current aggregated analytics
SpectrumAnalyticsApi spectrumAnalyticsByTimeGetAnalyticsByTime GET /zones/{zone_id}/spectrum/analytics/events/bytime Get analytics by time
SpectrumAnalyticsApi spectrumAnalyticsSummaryGetAnalyticsSummary GET /zones/{zone_id}/spectrum/analytics/events/summary Get analytics summary
SpectrumApplicationsApi spectrumApplicationsCreateSpectrumApplicationUsingANameForTheOrigin POST /zones/{zone_id}/spectrum/apps Create Spectrum application using a name for the origin
SpectrumApplicationsApi spectrumApplicationsDeleteSpectrumApplication DELETE /zones/{zone_id}/spectrum/apps/{app_id} Delete Spectrum application
SpectrumApplicationsApi spectrumApplicationsGetSpectrumApplicationConfiguration GET /zones/{zone_id}/spectrum/apps/{app_id} Get Spectrum application configuration
SpectrumApplicationsApi spectrumApplicationsListSpectrumApplications GET /zones/{zone_id}/spectrum/apps List Spectrum applications
SpectrumApplicationsApi spectrumApplicationsUpdateSpectrumApplicationConfigurationUsingANameForTheOrigin PUT /zones/{zone_id}/spectrum/apps/{app_id} Update Spectrum application configuration using a name for the origin
StreamAudioTracksApi addAudioTrack POST /accounts/{account_id}/stream/{identifier}/audio/copy Add audio tracks to a video
StreamAudioTracksApi deleteAudioTracks DELETE /accounts/{account_id}/stream/{identifier}/audio/{audio_identifier} Delete additional audio tracks on a video
StreamAudioTracksApi editAudioTracks PATCH /accounts/{account_id}/stream/{identifier}/audio/{audio_identifier} Edit additional audio tracks on a video
StreamAudioTracksApi listAudioTracks GET /accounts/{account_id}/stream/{identifier}/audio List additional audio tracks on a video
StreamLiveInputsApi streamLiveInputsCreateALiveInput POST /accounts/{account_id}/stream/live_inputs Create a live input
StreamLiveInputsApi streamLiveInputsCreateANewOutputConnectedToALiveInput POST /accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs Create a new output, connected to a live input
StreamLiveInputsApi streamLiveInputsDeleteALiveInput DELETE /accounts/{account_id}/stream/live_inputs/{live_input_identifier} Delete a live input
StreamLiveInputsApi streamLiveInputsDeleteAnOutput DELETE /accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier} Delete an output
StreamLiveInputsApi streamLiveInputsListAllOutputsAssociatedWithASpecifiedLiveInput GET /accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs List all outputs associated with a specified live input
StreamLiveInputsApi streamLiveInputsListLiveInputs GET /accounts/{account_id}/stream/live_inputs List live inputs
StreamLiveInputsApi streamLiveInputsRetrieveALiveInput GET /accounts/{account_id}/stream/live_inputs/{live_input_identifier} Retrieve a live input
StreamLiveInputsApi streamLiveInputsUpdateALiveInput PUT /accounts/{account_id}/stream/live_inputs/{live_input_identifier} Update a live input
StreamLiveInputsApi streamLiveInputsUpdateAnOutput PUT /accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier} Update an output
StreamMP4DownloadsApi streamDownloadsCreateTypeSpecificDownloads POST /accounts/{account_id}/stream/{identifier}/downloads/{download_type} Create download
StreamMP4DownloadsApi streamDownloadsDeleteTypeSpecificDownloads DELETE /accounts/{account_id}/stream/{identifier}/downloads/{download_type} Delete download
StreamMP4DownloadsApi streamMP4DownloadsCreateDownloads POST /accounts/{account_id}/stream/{identifier}/downloads Create downloads
StreamMP4DownloadsApi streamMP4DownloadsDeleteDownloads DELETE /accounts/{account_id}/stream/{identifier}/downloads Delete downloads
StreamMP4DownloadsApi streamMP4DownloadsListDownloads GET /accounts/{account_id}/stream/{identifier}/downloads List downloads
StreamSigningKeysApi streamSigningKeysCreateSigningKeys POST /accounts/{account_id}/stream/keys Create signing keys
StreamSigningKeysApi streamSigningKeysDeleteSigningKeys DELETE /accounts/{account_id}/stream/keys/{identifier} Delete signing keys
StreamSigningKeysApi streamSigningKeysListSigningKeys GET /accounts/{account_id}/stream/keys List signing keys
StreamSubtitlesCaptionsApi streamSubtitlesCaptionsDeleteCaptionsOrSubtitles DELETE /accounts/{account_id}/stream/{identifier}/captions/{language} Delete captions or subtitles
StreamSubtitlesCaptionsApi streamSubtitlesCaptionsGenerateCaptionOrSubtitleForLanguage POST /accounts/{account_id}/stream/{identifier}/captions/{language}/generate Generate captions or subtitles for a provided language via AI
StreamSubtitlesCaptionsApi streamSubtitlesCaptionsGetCaptionOrSubtitleForLanguage GET /accounts/{account_id}/stream/{identifier}/captions/{language} List captions or subtitles for a provided language
StreamSubtitlesCaptionsApi streamSubtitlesCaptionsGetVttCaptionOrSubtitle GET /accounts/{account_id}/stream/{identifier}/captions/{language}/vtt Return WebVTT captions for a provided language
StreamSubtitlesCaptionsApi streamSubtitlesCaptionsListCaptionsOrSubtitles GET /accounts/{account_id}/stream/{identifier}/captions List captions or subtitles
StreamSubtitlesCaptionsApi streamSubtitlesCaptionsUploadCaptionsOrSubtitles PUT /accounts/{account_id}/stream/{identifier}/captions/{language} Upload captions or subtitles
StreamVideoClippingApi streamVideoClippingClipVideosGivenAStartAndEndTime POST /accounts/{account_id}/stream/clip Clip videos given a start and end time
StreamVideosApi streamVideosCreateSignedUrlTokensForVideos POST /accounts/{account_id}/stream/{identifier}/token Create signed URL tokens for videos
StreamVideosApi streamVideosDeleteVideo DELETE /accounts/{account_id}/stream/{identifier} Delete video
StreamVideosApi streamVideosInitiateVideoUploadsUsingTus POST /accounts/{account_id}/stream Initiate video uploads using TUS
StreamVideosApi streamVideosListVideos GET /accounts/{account_id}/stream List videos
StreamVideosApi streamVideosRetreieveEmbedCodeHtml GET /accounts/{account_id}/stream/{identifier}/embed Retrieve embed Code HTML
StreamVideosApi streamVideosRetrieveVideoDetails GET /accounts/{account_id}/stream/{identifier} Retrieve video details
StreamVideosApi streamVideosStorageUsage GET /accounts/{account_id}/stream/storage-usage Storage use
StreamVideosApi streamVideosUpdateVideoDetails POST /accounts/{account_id}/stream/{identifier} Edit video details
StreamVideosApi streamVideosUploadVideosFromAUrl POST /accounts/{account_id}/stream/copy Upload videos from a URL
StreamVideosApi streamVideosUploadVideosViaDirectUploadUrLs POST /accounts/{account_id}/stream/direct_upload Upload videos via direct upload URLs
StreamWatermarkProfileApi streamWatermarkProfileCreateWatermarkProfilesViaBasicUpload POST /accounts/{account_id}/stream/watermarks Create watermark profiles via basic upload
StreamWatermarkProfileApi streamWatermarkProfileDeleteWatermarkProfiles DELETE /accounts/{account_id}/stream/watermarks/{identifier} Delete watermark profiles
StreamWatermarkProfileApi streamWatermarkProfileListWatermarkProfiles GET /accounts/{account_id}/stream/watermarks List watermark profiles
StreamWatermarkProfileApi streamWatermarkProfileWatermarkProfileDetails GET /accounts/{account_id}/stream/watermarks/{identifier} Watermark profile details
StreamWebhookApi streamWebhookCreateWebhooks PUT /accounts/{account_id}/stream/webhook Create webhooks
StreamWebhookApi streamWebhookDeleteWebhooks DELETE /accounts/{account_id}/stream/webhook Delete webhooks
StreamWebhookApi streamWebhookViewWebhooks GET /accounts/{account_id}/stream/webhook View webhooks
TableMaintenanceConfigurationApi getTableMaintenanceConfig GET /accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs Get table maintenance configuration
TableMaintenanceConfigurationApi updateTableMaintenanceConfig POST /accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs Update table maintenance configuration
TableManagementApi listTables GET /accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables List tables in namespace
TagApi deleteTagDelete DELETE /accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid} Deletes a tag (SoT)
TagApi getTagIndicatorsList GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/tags/{tag_uuid}/indicators List indicators related to a tag
TagApi getTagList GET /accounts/{account_id}/cloudforce-one/events/tags Lists all tags (SoT)
TagApi patchTagUpdate PATCH /accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid} Updates a tag (SoT)
TagApi postTagCreate POST /accounts/{account_id}/cloudforce-one/events/tags/create Creates a new tag
TagCategoryApi deleteTagCategoryDelete DELETE /accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid} Deletes a tag category (SoT)
TagCategoryApi getTagCategoryList GET /accounts/{account_id}/cloudforce-one/events/tags/categories Lists all tag categories (SoT)
TagCategoryApi patchTagCategoryUpdate PATCH /accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid} Updates a tag category (SoT)
TagCategoryApi postTagCategoryCreate POST /accounts/{account_id}/cloudforce-one/events/tags/categories/create Creates a new tag category (SoT)
TargetIndustryApi getTargetIndustryList GET /accounts/{account_id}/cloudforce-one/events/targetIndustries Lists target industries across multiple datasets
TargetIndustryApi getTargetIndustryListByDataset GET /accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/targetIndustries Lists all target industries for a specific dataset
TargetIndustryApi getTargetIndustryListComplete GET /accounts/{account_id}/cloudforce-one/events/targetIndustries/all Lists all target industries from industry map catalog
TenantsApi tenantsListAccounts GET /tenants/{tenant_id}/accounts List tenant accounts
TenantsApi tenantsListEntitlements GET /tenants/{tenant_id}/entitlements List tenant entitlements
TenantsApi tenantsListMemberships GET /tenants/{tenant_id}/memberships List tenant memberships
TenantsApi tenantsRetrieveTenant GET /tenants/{tenant_id} Get tenant
TenantsApi tenantsValidAccountTypes GET /tenants/{tenant_id}/account_types Get tenant account types
TieredCachingApi tieredCachingGetTieredCachingSetting GET /zones/{zone_id}/argo/tiered_caching Get Tiered Caching setting
TieredCachingApi tieredCachingPatchTieredCachingSetting PATCH /zones/{zone_id}/argo/tiered_caching Patch Tiered Caching setting
TokenValidationTokenConfigurationApi tokenValidationConfigCreate POST /zones/{zone_id}/token_validation/config Create a new Token Validation configuration
TokenValidationTokenConfigurationApi tokenValidationConfigCredentialsUpdate PUT /zones/{zone_id}/token_validation/config/{config_id}/credentials Update Token Configuration credentials
TokenValidationTokenConfigurationApi tokenValidationConfigDelete DELETE /zones/{zone_id}/token_validation/config/{config_id} Delete Token Configuration
TokenValidationTokenConfigurationApi tokenValidationConfigEdit PATCH /zones/{zone_id}/token_validation/config/{config_id} Edit an existing Token Configuration
TokenValidationTokenConfigurationApi tokenValidationConfigGet GET /zones/{zone_id}/token_validation/config/{config_id} Get a single Token Configuration
TokenValidationTokenConfigurationApi tokenValidationConfigList GET /zones/{zone_id}/token_validation/config List token validation configurations
TokenValidationTokenRulesApi tokenValidationRulesBulkCreate POST /zones/{zone_id}/token_validation/rules/bulk Bulk create token validation rules
TokenValidationTokenRulesApi tokenValidationRulesBulkEdit PATCH /zones/{zone_id}/token_validation/rules/bulk Bulk edit token validation rules
TokenValidationTokenRulesApi tokenValidationRulesCreate POST /zones/{zone_id}/token_validation/rules Create a token validation rule
TokenValidationTokenRulesApi tokenValidationRulesDelete DELETE /zones/{zone_id}/token_validation/rules/{rule_id} Delete a zone token validation rule
TokenValidationTokenRulesApi tokenValidationRulesEdit PATCH /zones/{zone_id}/token_validation/rules/{rule_id} Edit a zone token validation rule
TokenValidationTokenRulesApi tokenValidationRulesGet GET /zones/{zone_id}/token_validation/rules/{rule_id} Get a zone token validation rule
TokenValidationTokenRulesApi tokenValidationRulesList GET /zones/{zone_id}/token_validation/rules List token validation rules
TokenValidationTokenRulesApi tokenValidationRulesPreview POST /zones/{zone_id}/token_validation/rules/preview Preview operations covered by a Token Validation rule
TotalTLSApi totalTlsEnableOrDisableTotalTls POST /zones/{zone_id}/acm/total_tls Enable or Disable Total TLS
TotalTLSApi totalTlsTotalTlsSettingsDetails GET /zones/{zone_id}/acm/total_tls Total TLS Settings Details
TriggersApi createManualBuild POST /accounts/{account_id}/builds/triggers/{trigger_uuid}/builds Create manual build
TriggersApi createTrigger POST /accounts/{account_id}/builds/triggers Create trigger
TriggersApi deleteTrigger DELETE /accounts/{account_id}/builds/triggers/{trigger_uuid} Delete trigger
TriggersApi purgeBuildCache POST /accounts/{account_id}/builds/triggers/{trigger_uuid}/purge_build_cache Purge build cache
TriggersApi updateTrigger PATCH /accounts/{account_id}/builds/triggers/{trigger_uuid} Update trigger
TsengAbuseComplaintProcessorOtherApi getAbuseReport GET /accounts/{account_id}/abuse-reports/{report_param} Abuse Report Details
TsengAbuseComplaintProcessorOtherApi listAbuseReports GET /accounts/{account_id}/abuse-reports List abuse reports
TsengAbuseComplaintProcessorOtherApi listMitigations GET /accounts/{account_id}/abuse-reports/{report_id}/mitigations List abuse report mitigations
TsengAbuseComplaintProcessorOtherApi requestReview POST /accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal Request review on mitigations
TsengAbuseComplaintProcessorOtherApi submitAbuseReport POST /accounts/{account_id}/abuse-reports/{report_param} Submit an abuse report
TunnelRoutingApi tunnelRouteCreateATunnelRoute POST /accounts/{account_id}/teamnet/routes Create a tunnel route
TunnelRoutingApi tunnelRouteCreateATunnelRouteWithCidr POST /accounts/{account_id}/teamnet/routes/network/{ip_network_encoded} Create a tunnel route (CIDR Endpoint)
TunnelRoutingApi tunnelRouteDeleteATunnelRoute DELETE /accounts/{account_id}/teamnet/routes/{route_id} Delete a tunnel route
TunnelRoutingApi tunnelRouteDeleteATunnelRouteWithCidr DELETE /accounts/{account_id}/teamnet/routes/network/{ip_network_encoded} Delete a tunnel route (CIDR Endpoint)
TunnelRoutingApi tunnelRouteGetTunnelRoute GET /accounts/{account_id}/teamnet/routes/{route_id} Get tunnel route
TunnelRoutingApi tunnelRouteGetTunnelRouteByIp GET /accounts/{account_id}/teamnet/routes/ip/{ip} Get tunnel route by IP
TunnelRoutingApi tunnelRouteListTunnelRoutes GET /accounts/{account_id}/teamnet/routes List tunnel routes
TunnelRoutingApi tunnelRouteUpdateATunnelRoute PATCH /accounts/{account_id}/teamnet/routes/{route_id} Update a tunnel route
TunnelRoutingApi tunnelRouteUpdateATunnelRouteWithCidr PATCH /accounts/{account_id}/teamnet/routes/network/{ip_network_encoded} Update a tunnel route (CIDR Endpoint)
TunnelVirtualNetworkApi tunnelVirtualNetworkCreateAVirtualNetwork POST /accounts/{account_id}/teamnet/virtual_networks Create a virtual network
TunnelVirtualNetworkApi tunnelVirtualNetworkDelete DELETE /accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id} Delete a virtual network
TunnelVirtualNetworkApi tunnelVirtualNetworkGet GET /accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id} Get a virtual network
TunnelVirtualNetworkApi tunnelVirtualNetworkListVirtualNetworks GET /accounts/{account_id}/teamnet/virtual_networks List virtual networks
TunnelVirtualNetworkApi tunnelVirtualNetworkUpdate PATCH /accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id} Update a virtual network
TurnstileApi accountsTurnstileWidgetCreate POST /accounts/{account_id}/challenges/widgets Create a Turnstile Widget
TurnstileApi accountsTurnstileWidgetDelete DELETE /accounts/{account_id}/challenges/widgets/{sitekey} Delete a Turnstile Widget
TurnstileApi accountsTurnstileWidgetGet GET /accounts/{account_id}/challenges/widgets/{sitekey} Turnstile Widget Details
TurnstileApi accountsTurnstileWidgetRotateSecret POST /accounts/{account_id}/challenges/widgets/{sitekey}/rotate_secret Rotate Secret for a Turnstile Widget
TurnstileApi accountsTurnstileWidgetUpdate PUT /accounts/{account_id}/challenges/widgets/{sitekey} Update a Turnstile Widget
TurnstileApi accountsTurnstileWidgetsList GET /accounts/{account_id}/challenges/widgets List Turnstile Widgets
URLNormalizationApi deleteUrlNormalization DELETE /zones/{zone_id}/url_normalization Delete URL Normalization settings
URLNormalizationApi getUrlNormalization GET /zones/{zone_id}/url_normalization Get URL Normalization settings
URLNormalizationApi updateUrlNormalization PUT /zones/{zone_id}/url_normalization Update URL Normalization settings
URLScannerApi urlscannerCreateScanBulkV2 POST /accounts/{account_id}/urlscanner/v2/bulk Bulk create URL Scans
URLScannerApi urlscannerCreateScanV2 POST /accounts/{account_id}/urlscanner/v2/scan Create URL Scan
URLScannerApi urlscannerGetResponseV2 GET /accounts/{account_id}/urlscanner/v2/responses/{response_id} Get raw response
URLScannerApi urlscannerGetScanDomV2 GET /accounts/{account_id}/urlscanner/v2/dom/{scan_id} Get URL scan's DOM
URLScannerApi urlscannerGetScanHarV2 GET /accounts/{account_id}/urlscanner/v2/har/{scan_id} Get URL scan's HAR
URLScannerApi urlscannerGetScanScreenshotV2 GET /accounts/{account_id}/urlscanner/v2/screenshots/{scan_id}.png Get screenshot
URLScannerApi urlscannerGetScanV2 GET /accounts/{account_id}/urlscanner/v2/result/{scan_id} Get URL scan
URLScannerApi urlscannerSearchScansV2 GET /accounts/{account_id}/urlscanner/v2/search Search URL scans
URLScannerDeprecatedApi urlscannerCreateScan POST /accounts/{account_id}/urlscanner/scan Create URL Scan
URLScannerDeprecatedApi urlscannerGetResponseText GET /accounts/{account_id}/urlscanner/response/{response_id} Get raw response
URLScannerDeprecatedApi urlscannerGetScan GET /accounts/{account_id}/urlscanner/scan/{scan_id} Get URL scan
URLScannerDeprecatedApi urlscannerGetScanHar GET /accounts/{account_id}/urlscanner/scan/{scan_id}/har Get URL scan's HAR
URLScannerDeprecatedApi urlscannerGetScanScreenshot GET /accounts/{account_id}/urlscanner/scan/{scan_id}/screenshot Get screenshot
URLScannerDeprecatedApi urlscannerSearchScans GET /accounts/{account_id}/urlscanner/scan Search URL scans
UniversalSSLSettingsForAZoneApi universalSslSettingsForAZoneEditUniversalSslSettings PATCH /zones/{zone_id}/ssl/universal/settings Edit Universal SSL Settings
UniversalSSLSettingsForAZoneApi universalSslSettingsForAZoneUniversalSslSettingsDetails GET /zones/{zone_id}/ssl/universal/settings Universal SSL Settings Details
UserApi userEditUser PATCH /user Edit User
UserApi userListUserTenants GET /users/tenants List user tenants
UserApi userUserDetails GET /user User Details
UserAPITokensApi permissionGroupsListPermissionGroups GET /user/tokens/permission_groups List Token Permission Groups
UserAPITokensApi userApiTokensCreateToken POST /user/tokens Create Token
UserAPITokensApi userApiTokensDeleteToken DELETE /user/tokens/{token_id} Delete Token
UserAPITokensApi userApiTokensListTokens GET /user/tokens List Tokens
UserAPITokensApi userApiTokensRollToken PUT /user/tokens/{token_id}/value Roll Token
UserAPITokensApi userApiTokensTokenDetails GET /user/tokens/{token_id} Token Details
UserAPITokensApi userApiTokensUpdateToken PUT /user/tokens/{token_id} Update Token
UserAPITokensApi userApiTokensVerifyToken GET /user/tokens/verify Verify Token
UserAgentBlockingRulesApi userAgentBlockingRulesCreateAUserAgentBlockingRule POST /zones/{zone_id}/firewall/ua_rules Create a User Agent Blocking rule
UserAgentBlockingRulesApi userAgentBlockingRulesDeleteAUserAgentBlockingRule DELETE /zones/{zone_id}/firewall/ua_rules/{ua_rule_id} Delete a User Agent Blocking rule
UserAgentBlockingRulesApi userAgentBlockingRulesGetAUserAgentBlockingRule GET /zones/{zone_id}/firewall/ua_rules/{ua_rule_id} Get a User Agent Blocking rule
UserAgentBlockingRulesApi userAgentBlockingRulesListUserAgentBlockingRules GET /zones/{zone_id}/firewall/ua_rules List User Agent Blocking rules
UserAgentBlockingRulesApi userAgentBlockingRulesUpdateAUserAgentBlockingRule PUT /zones/{zone_id}/firewall/ua_rules/{ua_rule_id} Update a User Agent Blocking rule
UserBillingHistoryApi userBillingHistoryDeprecatedBillingHistoryDetails GET /user/billing/history Billing History Details
UserBillingProfileApi userBillingProfileDeprecatedBillingProfileDetails GET /user/billing/profile Billing Profile Details
UserSubscriptionApi userSubscriptionDeleteUserSubscription DELETE /user/subscriptions/{identifier} Delete User Subscription
UserSubscriptionApi userSubscriptionGetUserSubscriptions GET /user/subscriptions Get User Subscriptions
UserSubscriptionApi userSubscriptionUpdateUserSubscription PUT /user/subscriptions/{identifier} Update User Subscription
UsersAccountMembershipsApi userSAccountMembershipsDeleteMembership DELETE /memberships/{membership_id} Delete Membership
UsersAccountMembershipsApi userSAccountMembershipsListMemberships GET /memberships List Memberships
UsersAccountMembershipsApi userSAccountMembershipsMembershipDetails GET /memberships/{membership_id} Membership Details
UsersAccountMembershipsApi userSAccountMembershipsUpdateMembership PUT /memberships/{membership_id} Update Membership
UsersInvitesApi userSInvitesInvitationDetails GET /user/invites/{invite_id} Invitation Details
UsersInvitesApi userSInvitesListInvitations GET /user/invites List Invitations
UsersInvitesApi userSInvitesRespondToInvitation PATCH /user/invites/{invite_id} Respond to Invitation
UsersOrganizationsApi userSOrganizationsLeaveOrganization DELETE /user/organizations/{organization_id} Leave Organization
UsersOrganizationsApi userSOrganizationsListOrganizations GET /user/organizations List Organizations
UsersOrganizationsApi userSOrganizationsOrganizationDetails GET /user/organizations/{organization_id} Organization Details
ValuesApi telemetryValuesList POST /accounts/{account_id}/workers/observability/telemetry/values List values
VectorizeApi vectorizeCreateMetadataIndex POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create Create Metadata Index
VectorizeApi vectorizeCreateVectorizeIndex POST /accounts/{account_id}/vectorize/v2/indexes Create Vectorize Index
VectorizeApi vectorizeDeleteMetadataIndex POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete Delete Metadata Index
VectorizeApi vectorizeDeleteVectorizeIndex DELETE /accounts/{account_id}/vectorize/v2/indexes/{index_name} Delete Vectorize Index
VectorizeApi vectorizeDeleteVectorsById POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids Delete Vectors By Identifier
VectorizeApi vectorizeGetVectorizeIndex GET /accounts/{account_id}/vectorize/v2/indexes/{index_name} Get Vectorize Index
VectorizeApi vectorizeGetVectorsById POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids Get Vectors By Identifier
VectorizeApi vectorizeIndexInfo GET /accounts/{account_id}/vectorize/v2/indexes/{index_name}/info Get Vectorize Index Info
VectorizeApi vectorizeInsertVector POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/insert Insert Vectors
VectorizeApi vectorizeListMetadataIndexes GET /accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list List Metadata Indexes
VectorizeApi vectorizeListVectorizeIndexes GET /accounts/{account_id}/vectorize/v2/indexes List Vectorize Indexes
VectorizeApi vectorizeListVectors GET /accounts/{account_id}/vectorize/v2/indexes/{index_name}/list List Vectors
VectorizeApi vectorizeQueryVector POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/query Query Vectors
VectorizeApi vectorizeUpsertVector POST /accounts/{account_id}/vectorize/v2/indexes/{index_name}/upsert Upsert Vectors
VectorizeBetaDeprecatedApi vectorizeDeprecatedCreateVectorizeIndex POST /accounts/{account_id}/vectorize/indexes Create Vectorize Index (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedDeleteVectorizeIndex DELETE /accounts/{account_id}/vectorize/indexes/{index_name} Delete Vectorize Index (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedDeleteVectorsById POST /accounts/{account_id}/vectorize/indexes/{index_name}/delete-by-ids Delete Vectors By Identifier (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedGetVectorizeIndex GET /accounts/{account_id}/vectorize/indexes/{index_name} Get Vectorize Index (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedGetVectorsById POST /accounts/{account_id}/vectorize/indexes/{index_name}/get-by-ids Get Vectors By Identifier (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedInsertVector POST /accounts/{account_id}/vectorize/indexes/{index_name}/insert Insert Vectors (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedListVectorizeIndexes GET /accounts/{account_id}/vectorize/indexes List Vectorize Indexes (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedQueryVector POST /accounts/{account_id}/vectorize/indexes/{index_name}/query Query Vectors (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedUpdateVectorizeIndex PUT /accounts/{account_id}/vectorize/indexes/{index_name} Update Vectorize Index (Deprecated)
VectorizeBetaDeprecatedApi vectorizeDeprecatedUpsertVector POST /accounts/{account_id}/vectorize/indexes/{index_name}/upsert Upsert Vectors (Deprecated)
VersionsApi createWorkerVersion POST /accounts/{account_id}/workers/workers/{worker_id}/versions Create Version
VersionsApi deleteWorkerVersion DELETE /accounts/{account_id}/workers/workers/{worker_id}/versions/{version_id} Delete Version
VersionsApi getWorkerVersion GET /accounts/{account_id}/workers/workers/{worker_id}/versions/{version_id} Get Version
VersionsApi listWorkerVersions GET /accounts/{account_id}/workers/workers/{worker_id}/versions List Versions
WAFOverridesApi wafOverridesCreateAWafOverride POST /zones/{zone_id}/firewall/waf/overrides Create a WAF override
WAFOverridesApi wafOverridesDeleteAWafOverride DELETE /zones/{zone_id}/firewall/waf/overrides/{overrides_id} Delete a WAF override
WAFOverridesApi wafOverridesGetAWafOverride GET /zones/{zone_id}/firewall/waf/overrides/{overrides_id} Get a WAF override
WAFOverridesApi wafOverridesListWafOverrides GET /zones/{zone_id}/firewall/waf/overrides List WAF overrides
WAFOverridesApi wafOverridesUpdateWafOverride PUT /zones/{zone_id}/firewall/waf/overrides/{overrides_id} Update WAF override
WAFPackagesApi wafPackagesGetAWafPackage GET /zones/{zone_id}/firewall/waf/packages/{package_id} Get a WAF package
WAFPackagesApi wafPackagesListWafPackages GET /zones/{zone_id}/firewall/waf/packages List WAF packages
WAFPackagesApi wafPackagesUpdateAWafPackage PATCH /zones/{zone_id}/firewall/waf/packages/{package_id} Update a WAF package
WAFRuleGroupsApi wafRuleGroupsGetAWafRuleGroup GET /zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id} Get a WAF rule group
WAFRuleGroupsApi wafRuleGroupsListWafRuleGroups GET /zones/{zone_id}/firewall/waf/packages/{package_id}/groups List WAF rule groups
WAFRuleGroupsApi wafRuleGroupsUpdateAWafRuleGroup PATCH /zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id} Update a WAF rule group
WAFRulesApi wafRulesGetAWafRule GET /zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id} Get a WAF rule
WAFRulesApi wafRulesListWafRules GET /zones/{zone_id}/firewall/waf/packages/{package_id}/rules List WAF rules
WAFRulesApi wafRulesUpdateAWafRule PATCH /zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id} Update a WAF rule
WARPChangeEventsApi listWarpChangeEvents GET /accounts/{account_id}/dex/warp-change-events List WARP change events.
WHOISRecordApi whoisRecordGetWhoisRecord GET /accounts/{account_id}/intel/whois Get WHOIS Record
WaitingRoomApi waitingRoomCreateACustomWaitingRoomPagePreview POST /zones/{zone_id}/waiting_rooms/preview Create a custom waiting room page preview
WaitingRoomApi waitingRoomCreateEvent POST /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events Create event
WaitingRoomApi waitingRoomCreateWaitingRoom POST /zones/{zone_id}/waiting_rooms Create waiting room
WaitingRoomApi waitingRoomCreateWaitingRoomRule POST /zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules Create Waiting Room Rule
WaitingRoomApi waitingRoomDeleteEvent DELETE /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id} Delete event
WaitingRoomApi waitingRoomDeleteWaitingRoom DELETE /zones/{zone_id}/waiting_rooms/{waiting_room_id} Delete waiting room
WaitingRoomApi waitingRoomDeleteWaitingRoomRule DELETE /zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id} Delete Waiting Room Rule
WaitingRoomApi waitingRoomEventDetails GET /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id} Event details
WaitingRoomApi waitingRoomGetWaitingRoomStatus GET /zones/{zone_id}/waiting_rooms/{waiting_room_id}/status Get waiting room status
WaitingRoomApi waitingRoomGetZoneSettings GET /zones/{zone_id}/waiting_rooms/settings Get zone-level Waiting Room settings
WaitingRoomApi waitingRoomListEvents GET /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events List events
WaitingRoomApi waitingRoomListWaitingRoomRules GET /zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules List Waiting Room Rules
WaitingRoomApi waitingRoomListWaitingRooms GET /zones/{zone_id}/waiting_rooms List waiting rooms for zone
WaitingRoomApi waitingRoomListWaitingRoomsAccount GET /accounts/{account_id}/waiting_rooms List waiting rooms for account
WaitingRoomApi waitingRoomPatchEvent PATCH /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id} Patch event
WaitingRoomApi waitingRoomPatchWaitingRoom PATCH /zones/{zone_id}/waiting_rooms/{waiting_room_id} Patch waiting room
WaitingRoomApi waitingRoomPatchWaitingRoomRule PATCH /zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id} Patch Waiting Room Rule
WaitingRoomApi waitingRoomPatchZoneSettings PATCH /zones/{zone_id}/waiting_rooms/settings Patch zone-level Waiting Room settings
WaitingRoomApi waitingRoomPreviewActiveEventDetails GET /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}/details Preview active event details
WaitingRoomApi waitingRoomReplaceWaitingRoomRules PUT /zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules Replace Waiting Room Rules
WaitingRoomApi waitingRoomUpdateEvent PUT /zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id} Update event
WaitingRoomApi waitingRoomUpdateWaitingRoom PUT /zones/{zone_id}/waiting_rooms/{waiting_room_id} Update waiting room
WaitingRoomApi waitingRoomUpdateZoneSettings PUT /zones/{zone_id}/waiting_rooms/settings Update zone-level Waiting Room settings
WaitingRoomApi waitingRoomWaitingRoomDetails GET /zones/{zone_id}/waiting_rooms/{waiting_room_id} Waiting room details
WarpTeamsDeviceApiOtherApi getRegistrationOverrideCodes GET /accounts/{account_id}/devices/registrations/{registration_id}/override_codes Get override codes
Web3HostnameApi web3HostnameCreateIpfsUniversalPathGatewayContentListEntry POST /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries Create IPFS Universal Path Gateway Content List Entry
Web3HostnameApi web3HostnameCreateWeb3Hostname POST /zones/{zone_id}/web3/hostnames Create Web3 Hostname
Web3HostnameApi web3HostnameDeleteIpfsUniversalPathGatewayContentListEntry DELETE /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier} Delete IPFS Universal Path Gateway Content List Entry
Web3HostnameApi web3HostnameDeleteWeb3Hostname DELETE /zones/{zone_id}/web3/hostnames/{identifier} Delete Web3 Hostname
Web3HostnameApi web3HostnameEditIpfsUniversalPathGatewayContentListEntry PUT /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier} Edit IPFS Universal Path Gateway Content List Entry
Web3HostnameApi web3HostnameEditWeb3Hostname PATCH /zones/{zone_id}/web3/hostnames/{identifier} Edit Web3 Hostname
Web3HostnameApi web3HostnameIpfsUniversalPathGatewayContentListDetails GET /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list IPFS Universal Path Gateway Content List Details
Web3HostnameApi web3HostnameIpfsUniversalPathGatewayContentListEntryDetails GET /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier} IPFS Universal Path Gateway Content List Entry Details
Web3HostnameApi web3HostnameListIpfsUniversalPathGatewayContentListEntries GET /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries List IPFS Universal Path Gateway Content List Entries
Web3HostnameApi web3HostnameListWeb3Hostnames GET /zones/{zone_id}/web3/hostnames List Web3 Hostnames
Web3HostnameApi web3HostnameUpdateIpfsUniversalPathGatewayContentList PUT /zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list Update IPFS Universal Path Gateway Content List
Web3HostnameApi web3HostnameWeb3HostnameDetails GET /zones/{zone_id}/web3/hostnames/{identifier} Web3 Hostname Details
WebAnalyticsApi webAnalyticsCreateRule POST /accounts/{account_id}/rum/v2/{ruleset_id}/rule Create a Web Analytics rule
WebAnalyticsApi webAnalyticsCreateSite POST /accounts/{account_id}/rum/site_info Create a Web Analytics site
WebAnalyticsApi webAnalyticsDeleteRule DELETE /accounts/{account_id}/rum/v2/{ruleset_id}/rule/{rule_id} Delete a Web Analytics rule
WebAnalyticsApi webAnalyticsDeleteSite DELETE /accounts/{account_id}/rum/site_info/{site_id} Delete a Web Analytics site
WebAnalyticsApi webAnalyticsGetRumStatus GET /zones/{zone_id}/settings/rum Get RUM status for a zone
WebAnalyticsApi webAnalyticsGetSite GET /accounts/{account_id}/rum/site_info/{site_id} Get a Web Analytics site
WebAnalyticsApi webAnalyticsListRules GET /accounts/{account_id}/rum/v2/{ruleset_id}/rules List rules in Web Analytics ruleset
WebAnalyticsApi webAnalyticsListSites GET /accounts/{account_id}/rum/site_info/list List Web Analytics sites
WebAnalyticsApi webAnalyticsModifyRules POST /accounts/{account_id}/rum/v2/{ruleset_id}/rules Update Web Analytics rules
WebAnalyticsApi webAnalyticsToggleRum PATCH /zones/{zone_id}/settings/rum Toggle RUM on/off for a zone
WebAnalyticsApi webAnalyticsUpdateRule PUT /accounts/{account_id}/rum/v2/{ruleset_id}/rule/{rule_id} Update a Web Analytics rule
WebAnalyticsApi webAnalyticsUpdateSite PUT /accounts/{account_id}/rum/site_info/{site_id} Update a Web Analytics site
WebhooksApi addWebhook POST /accounts/{account_id}/realtime/kit/{app_id}/webhooks Add a webhook
WebhooksApi deleteWebhook DELETE /accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id} Delete a webhook
WebhooksApi editWebhook PATCH /accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id} Edit a webhook
WebhooksApi getAllWebhooks GET /accounts/{account_id}/realtime/kit/{app_id}/webhooks Fetch all webhooks details
WebhooksApi getWebhook GET /accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id} Fetch details of a webhook
WebhooksApi replaceWebhook PUT /accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id} Replace a webhook
WorkerAccountSettingsApi workerAccountSettingsCreateWorkerAccountSettings PUT /accounts/{account_id}/workers/account-settings Create Worker Account Settings
WorkerAccountSettingsApi workerAccountSettingsFetchWorkerAccountSettings GET /accounts/{account_id}/workers/account-settings Fetch Worker Account Settings
WorkerCronTriggerApi workerCronTriggerGetCronTriggers GET /accounts/{account_id}/workers/scripts/{script_name}/schedules Get Cron Triggers
WorkerCronTriggerApi workerCronTriggerUpdateCronTriggers PUT /accounts/{account_id}/workers/scripts/{script_name}/schedules Update Cron Triggers
WorkerDeploymentsApi workerDeploymentsCreateDeployment POST /accounts/{account_id}/workers/scripts/{script_name}/deployments Create Deployment
WorkerDeploymentsApi workerDeploymentsDeleteDeployment DELETE /accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id} Delete Deployment
WorkerDeploymentsApi workerDeploymentsGetDeployment GET /accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id} Get Deployment
WorkerDeploymentsApi workerDeploymentsListDeployments GET /accounts/{account_id}/workers/scripts/{script_name}/deployments List Deployments
WorkerDomainApi workerDomainAttachToDomain PUT /accounts/{account_id}/workers/domains Attach to Domain
WorkerDomainApi workerDomainDetachFromDomain DELETE /accounts/{account_id}/workers/domains/{domain_id} Detach from Domain
WorkerDomainApi workerDomainGetADomain GET /accounts/{account_id}/workers/domains/{domain_id} Get a Domain
WorkerDomainApi workerDomainListDomains GET /accounts/{account_id}/workers/domains List Domains
WorkerEnvironmentApi workerEnvironmentGetScriptContent GET /accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content Get script content
WorkerEnvironmentApi workerEnvironmentPutScriptContent PUT /accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content Put script content
WorkerEnvironmentApi workerScriptEnvironmentGetSettings GET /accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/settings Get Script Settings
WorkerEnvironmentApi workerScriptEnvironmentPatchSettings PATCH /accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/settings Patch Script Settings
WorkerRoutesApi workerRoutesCreateRoute POST /zones/{zone_id}/workers/routes Create Route
WorkerRoutesApi workerRoutesDeleteRoute DELETE /zones/{zone_id}/workers/routes/{route_id} Delete Route
WorkerRoutesApi workerRoutesGetRoute GET /zones/{zone_id}/workers/routes/{route_id} Get Route
WorkerRoutesApi workerRoutesListRoutes GET /zones/{zone_id}/workers/routes List Routes
WorkerRoutesApi workerRoutesUpdateRoute PUT /zones/{zone_id}/workers/routes/{route_id} Update Route
WorkerScriptApi workerAssetsUpload POST /accounts/{account_id}/workers/assets/upload Upload Assets
WorkerScriptApi workerDeleteScriptSecret DELETE /accounts/{account_id}/workers/scripts/{script_name}/secrets/{secret_name} Delete script secret
WorkerScriptApi workerGetScriptSecret GET /accounts/{account_id}/workers/scripts/{script_name}/secrets/{secret_name} Get secret binding
WorkerScriptApi workerListScriptSecrets GET /accounts/{account_id}/workers/scripts/{script_name}/secrets List script secrets
WorkerScriptApi workerPutScriptSecret PUT /accounts/{account_id}/workers/scripts/{script_name}/secrets Add script secret
WorkerScriptApi workerScriptDeleteSubdomain DELETE /accounts/{account_id}/workers/scripts/{script_name}/subdomain Delete Worker subdomain
WorkerScriptApi workerScriptDeleteWorker DELETE /accounts/{account_id}/workers/scripts/{script_name} Delete Worker
WorkerScriptApi workerScriptDownloadWorker GET /accounts/{account_id}/workers/scripts/{script_name} Download Worker
WorkerScriptApi workerScriptFetchUsageModel GET /accounts/{account_id}/workers/scripts/{script_name}/usage-model Fetch Usage Model
WorkerScriptApi workerScriptGetContent GET /accounts/{account_id}/workers/scripts/{script_name}/content/v2 Get script content
WorkerScriptApi workerScriptGetSettings GET /accounts/{account_id}/workers/scripts/{script_name}/settings Get Settings
WorkerScriptApi workerScriptGetSubdomain GET /accounts/{account_id}/workers/scripts/{script_name}/subdomain Get Worker subdomain
WorkerScriptApi workerScriptListWorkers GET /accounts/{account_id}/workers/scripts List Workers
WorkerScriptApi workerScriptPatchSettings PATCH /accounts/{account_id}/workers/scripts/{script_name}/settings Patch Settings
WorkerScriptApi workerScriptPostSubdomain POST /accounts/{account_id}/workers/scripts/{script_name}/subdomain Post Worker subdomain
WorkerScriptApi workerScriptPutContent PUT /accounts/{account_id}/workers/scripts/{script_name}/content Put script content
WorkerScriptApi workerScriptSearchWorkers GET /accounts/{account_id}/workers/scripts-search Search Workers
WorkerScriptApi workerScriptSettingsGetSettings GET /accounts/{account_id}/workers/scripts/{script_name}/script-settings Get Script Settings
WorkerScriptApi workerScriptSettingsPatchSettings PATCH /accounts/{account_id}/workers/scripts/{script_name}/script-settings Patch Script Settings
WorkerScriptApi workerScriptUpdateCreateAssetsUploadSession POST /accounts/{account_id}/workers/scrip

About

Cloudflare Dart SDK (Open API Generated)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages