Cloudflare
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "CLOUDFLARE_ACCESS_APPLICATIONS_ADD_AN_APPLICATION", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CLOUDFLARE_ACCESS_APPLICATIONS_ADD_AN_APPLICATION", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute CLOUDFLARE_ACCESS_APPLICATIONS_ADD_AN_APPLICATION --data '{ }'Tool 目录
可用 Tools
3203 个可调用操作
Add an Access applicationCLOUDFLARE_ACCESS_APPLICATIONS_ADD_AN_APPLICATIONAdds a new application to Access.需要连接
Adds a new application to Access.
认证
需要 Connected AccountTags
Delete an Access applicationCLOUDFLARE_ACCESS_APPLICATIONS_DELETE_AN_ACCESS_APPLICATIONDeletes an application from Access.需要连接
Deletes an application from Access.
认证
需要 Connected AccountTags
Get an Access applicationCLOUDFLARE_ACCESS_APPLICATIONS_GET_AN_ACCESS_APPLICATIONFetches information about an Access application.需要连接
Fetches information about an Access application.
认证
需要 Connected AccountTags
List Access applicationsCLOUDFLARE_ACCESS_APPLICATIONS_LIST_ACCESS_APPLICATIONSLists all Access applications in an account.需要连接
Lists all Access applications in an account.
认证
需要 Connected AccountTags
Update Access application settingsCLOUDFLARE_ACCESS_APPLICATIONS_PATCH_UPDATE_ACCESS_APPLICATION_SETTINGSUpdates Access application settings.需要连接
Updates Access application settings.
认证
需要 Connected AccountTags
Update Access application settingsCLOUDFLARE_ACCESS_APPLICATIONS_PUT_UPDATE_ACCESS_APPLICATION_SETTINGSUpdates Access application settings.需要连接
Updates Access application settings.
认证
需要 Connected AccountTags
Revoke application tokensCLOUDFLARE_ACCESS_APPLICATIONS_REVOKE_SERVICE_TOKENSRevokes all tokens issued for an application.需要连接
Revokes all tokens issued for an application.
认证
需要 Connected AccountTags
Test Access policiesCLOUDFLARE_ACCESS_APPLICATIONS_TEST_ACCESS_POLICIESTests if a specific user has permission to access an application.需要连接
Tests if a specific user has permission to access an application.
认证
需要 Connected AccountTags
Update an Access applicationCLOUDFLARE_ACCESS_APPLICATIONS_UPDATE_AN_ACCESS_APPLICATIONUpdates an Access application.需要连接
Updates an Access application.
认证
需要 Connected AccountTags
Get Access authentication logsCLOUDFLARE_ACCESS_AUTHENTICATION_LOGS_GET_ACCESS_AUTHENTICATION_LOGSGets a list of Access authentication audit logs for an account.需要连接
Gets a list of Access authentication audit logs for an account.
认证
需要 Connected AccountTags
List authenticator device AAGUIDsCLOUDFLARE_ACCESS_AUTHENTICATOR_DEVICE_AAGUIDS_LISTReturns a list of Authenticator Device AAGUIDs for MFA configuration.需要连接
Returns a list of Authenticator Device AAGUIDs for MFA configuration.
认证
需要 Connected AccountTags
Create a Bookmark applicationCLOUDFLARE_ACCESS_BOOKMARK_APPLICATIONS_DEPRECATED_CREATE_A_BOOKMARK_APPLICATIONCreate a new Bookmark application.需要连接
Create a new Bookmark application.
认证
需要 Connected AccountTags
Delete a Bookmark applicationCLOUDFLARE_ACCESS_BOOKMARK_APPLICATIONS_DEPRECATED_DELETE_A_BOOKMARK_APPLICATIONDeletes a Bookmark application.需要连接
Deletes a Bookmark application.
认证
需要 Connected AccountTags
Get a Bookmark applicationCLOUDFLARE_ACCESS_BOOKMARK_APPLICATIONS_DEPRECATED_GET_A_BOOKMARK_APPLICATIONFetches a single Bookmark application.需要连接
Fetches a single Bookmark application.
认证
需要 Connected AccountTags
List Bookmark applicationsCLOUDFLARE_ACCESS_BOOKMARK_APPLICATIONS_DEPRECATED_LIST_BOOKMARK_APPLICATIONSLists Bookmark applications.需要连接
Lists Bookmark applications.
认证
需要 Connected AccountTags
Update a Bookmark applicationCLOUDFLARE_ACCESS_BOOKMARK_APPLICATIONS_DEPRECATED_UPDATE_A_BOOKMARK_APPLICATIONUpdates a configured Bookmark application.需要连接
Updates a configured Bookmark application.
认证
需要 Connected AccountTags
Create a custom pageCLOUDFLARE_ACCESS_CUSTOM_PAGES_CREATE_A_CUSTOM_PAGECreate a custom page需要连接
Create a custom page
认证
需要 Connected AccountTags
Delete a custom pageCLOUDFLARE_ACCESS_CUSTOM_PAGES_DELETE_A_CUSTOM_PAGEDelete a custom page需要连接
Delete a custom page
认证
需要 Connected AccountTags
Get a custom pageCLOUDFLARE_ACCESS_CUSTOM_PAGES_GET_A_CUSTOM_PAGEFetches a custom page and also returns its HTML.需要连接
Fetches a custom page and also returns its HTML.
认证
需要 Connected AccountTags
List custom pagesCLOUDFLARE_ACCESS_CUSTOM_PAGES_LIST_CUSTOM_PAGESList custom pages需要连接
List custom pages
认证
需要 Connected AccountTags
Update a custom pageCLOUDFLARE_ACCESS_CUSTOM_PAGES_UPDATE_A_CUSTOM_PAGEUpdate a custom page需要连接
Update a custom page
认证
需要 Connected AccountTags
Add a new SSH Certificate Authority (CA)CLOUDFLARE_ACCESS_GATEWAY_CA_ADD_AN_SSH_CAAdds a new SSH Certificate Authority (CA).需要连接
Adds a new SSH Certificate Authority (CA).
认证
需要 Connected AccountTags
Delete an SSH Certificate Authority (CA)CLOUDFLARE_ACCESS_GATEWAY_CA_DELETE_AN_SSH_CADeletes an SSH Certificate Authority.需要连接
Deletes an SSH Certificate Authority.
认证
需要 Connected AccountTags
List SSH Certificate Authorities (CA)CLOUDFLARE_ACCESS_GATEWAY_CA_LIST_SSH_CALists SSH Certificate Authorities (CA).需要连接
Lists SSH Certificate Authorities (CA).
认证
需要 Connected AccountTags
Create an Access groupCLOUDFLARE_ACCESS_GROUPS_CREATE_AN_ACCESS_GROUPCreates a new Access group.需要连接
Creates a new Access group.
认证
需要 Connected AccountTags
Delete an Access groupCLOUDFLARE_ACCESS_GROUPS_DELETE_AN_ACCESS_GROUPDeletes an Access group.需要连接
Deletes an Access group.
认证
需要 Connected AccountTags
Get an Access groupCLOUDFLARE_ACCESS_GROUPS_GET_AN_ACCESS_GROUPFetches a single Access group.需要连接
Fetches a single Access group.
认证
需要 Connected AccountTags
List Access groupsCLOUDFLARE_ACCESS_GROUPS_LIST_ACCESS_GROUPSLists all Access groups.需要连接
Lists all Access groups.
认证
需要 Connected AccountTags
Update an Access groupCLOUDFLARE_ACCESS_GROUPS_UPDATE_AN_ACCESS_GROUPUpdates a configured Access group.需要连接
Updates a configured Access group.
认证
需要 Connected AccountTags
Add an Access identity providerCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_ADD_AN_ACCESS_IDENTITY_PROVIDERAdds a new identity provider to Access.需要连接
Adds a new identity provider to Access.
认证
需要 Connected AccountTags
Create SAML encryption certificate for Identity ProviderCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_CREATE_SAML_CERTIFICATE_FOR_IDENTITY_PROVIDERCreates a new SAML encryption certificate set and assigns it to the specified SAML Identity Provider. This endpoint is idempotent - if the IdP already has a certificate set assigned, the existing certificate set is returned with a 200 status. **Workflow for enabling SAML encryption:** 1. Call this endpoint to create and assign a certificate set to the IdP 2. Update the IdP configuration (PUT `/identity_providers/{id}`) with: - `config.enable_encryption: true` - `saml_certificate_set_id: <uid from step 1>` 3. Configure the certificate's public key in your external SAML Identity Provider需要连接
Creates a new SAML encryption certificate set and assigns it to the specified SAML Identity Provider. This endpoint is idempotent - if the IdP already has a certificate set assigned, the existing certificate set is returned with a 200 status. **Workflow for enabling SAML encryption:** 1. Call this endpoint to create and assign a certificate set to the IdP 2. Update the IdP configuration (PUT `/identity_providers/{id}`) with: - `config.enable_encryption: true` - `saml_certificate_set_id: <uid from step 1>` 3. Configure the certificate's public key in your external SAML Identity Provider
认证
需要 Connected AccountTags
Delete an Access identity providerCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_DELETE_AN_ACCESS_IDENTITY_PROVIDERDeletes an identity provider from Access.需要连接
Deletes an identity provider from Access.
认证
需要 Connected AccountTags
Get an Access identity providerCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_GET_AN_ACCESS_IDENTITY_PROVIDERFetches a configured identity provider.需要连接
Fetches a configured identity provider.
认证
需要 Connected AccountTags
List Access identity providersCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_LIST_ACCESS_IDENTITY_PROVIDERSLists all configured identity providers.需要连接
Lists all configured identity providers.
认证
需要 Connected AccountTags
List SCIM Group resourcesCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_LIST_SCIM_GROUP_RESOURCESLists SCIM Group resources synced to Cloudflare via the System for Cross-domain Identity Management (SCIM).需要连接
Lists SCIM Group resources synced to Cloudflare via the System for Cross-domain Identity Management (SCIM).
认证
需要 Connected AccountTags
List SCIM User resourcesCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_LIST_SCIM_USER_RESOURCESLists SCIM User resources synced to Cloudflare via the System for Cross-domain Identity Management (SCIM).需要连接
Lists SCIM User resources synced to Cloudflare via the System for Cross-domain Identity Management (SCIM).
认证
需要 Connected AccountTags
Update an Access identity providerCLOUDFLARE_ACCESS_IDENTITY_PROVIDERS_UPDATE_AN_ACCESS_IDENTITY_PROVIDERUpdates a configured identity provider.需要连接
Updates a configured identity provider.
认证
需要 Connected AccountTags
Create an IdP federation grantCLOUDFLARE_ACCESS_IDP_FEDERATION_GRANTS_CREATECreates an IdP federation grant for the specified identity provider, making it available for federation to other accounts in the same Cloudflare organization. The account must belong to a Cloudflare organization. One-time pin and Cloudflare-managed identity providers cannot be federated. An account can federate at most five identity providers at a time.需要连接
Creates an IdP federation grant for the specified identity provider, making it available for federation to other accounts in the same Cloudflare organization. The account must belong to a Cloudflare organization. One-time pin and Cloudflare-managed identity providers cannot be federated. An account can federate at most five identity providers at a time.
认证
需要 Connected AccountTags
Delete an IdP federation grantCLOUDFLARE_ACCESS_IDP_FEDERATION_GRANTS_DELETEDeletes an IdP federation grant. The identity provider remains in the account, but it is no longer available for federation to other accounts.需要连接
Deletes an IdP federation grant. The identity provider remains in the account, but it is no longer available for federation to other accounts.
认证
需要 Connected AccountTags
Get an IdP federation grantCLOUDFLARE_ACCESS_IDP_FEDERATION_GRANTS_GETRetrieves a single IdP federation grant by its UID.需要连接
Retrieves a single IdP federation grant by its UID.
认证
需要 Connected AccountTags
List IdP federation grantsCLOUDFLARE_ACCESS_IDP_FEDERATION_GRANTS_LISTLists the IdP federation grants owned by the account.需要连接
Lists the IdP federation grants owned by the account.
认证
需要 Connected AccountTags
Get an Access JIT request logCLOUDFLARE_ACCESS_JIT_REQUEST_LOGS_GETGets an account-scoped Access JIT request summary and its lifecycle events in chronological order.需要连接
Gets an account-scoped Access JIT request summary and its lifecycle events in chronological order.
认证
需要 Connected AccountTags
List Access JIT request logsCLOUDFLARE_ACCESS_JIT_REQUEST_LOGS_LISTLists account-wide Access JIT request logs reconstructed from request lifecycle events.需要连接
Lists account-wide Access JIT request logs reconstructed from request lifecycle events.
认证
需要 Connected AccountTags
Get the Access key configurationCLOUDFLARE_ACCESS_KEY_CONFIGURATION_GET_THE_ACCESS_KEY_CONFIGURATIONGets the Access key rotation settings for an account.需要连接
Gets the Access key rotation settings for an account.
认证
需要 Connected AccountTags
Rotate Access keysCLOUDFLARE_ACCESS_KEY_CONFIGURATION_ROTATE_ACCESS_KEYSPerfoms a key rotation for an account.需要连接
Perfoms a key rotation for an account.
认证
需要 Connected AccountTags
Update the Access key configurationCLOUDFLARE_ACCESS_KEY_CONFIGURATION_UPDATE_THE_ACCESS_KEY_CONFIGURATIONUpdates the Access key rotation settings for an account.需要连接
Updates the Access key rotation settings for an account.
认证
需要 Connected AccountTags
Add an mTLS certificateCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_ADD_AN_MTLS_CERTIFICATEAdds a new mTLS root certificate to Access.需要连接
Adds a new mTLS root certificate to Access.
认证
需要 Connected AccountTags
Delete an mTLS certificateCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_DELETE_AN_MTLS_CERTIFICATEDeletes an mTLS certificate.需要连接
Deletes an mTLS certificate.
认证
需要 Connected AccountTags
Get an mTLS certificateCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_GET_AN_MTLS_CERTIFICATEFetches a single mTLS certificate.需要连接
Fetches a single mTLS certificate.
认证
需要 Connected AccountTags
List mTLS certificatesCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_LIST_MTLS_CERTIFICATESLists all mTLS root certificates.需要连接
Lists all mTLS root certificates.
认证
需要 Connected AccountTags
List all mTLS hostname settingsCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_LIST_MTLS_CERTIFICATES_HOSTNAME_SETTINGSList all mTLS hostname settings for this account.需要连接
List all mTLS hostname settings for this account.
认证
需要 Connected AccountTags
Update an mTLS certificateCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_UPDATE_AN_MTLS_CERTIFICATEUpdates a configured mTLS certificate.需要连接
Updates a configured mTLS certificate.
认证
需要 Connected AccountTags
Update an mTLS certificate's hostname settingsCLOUDFLARE_ACCESS_MTLS_AUTHENTICATION_UPDATE_AN_MTLS_CERTIFICATE_SETTINGSUpdates an mTLS certificate's hostname settings.需要连接
Updates an mTLS certificate's hostname settings.
认证
需要 Connected AccountTags
Convert an Access application policy to a reusable policyCLOUDFLARE_ACCESS_POLICIES_CONVERT_REUSABLEConverts an application-scoped policy to a reusable policy. The policy will no longer be exclusively scoped to the application. Further updates to the policy should go through the /accounts/{account_id}/policies/{uid} endpoint.需要连接
Converts an application-scoped policy to a reusable policy. The policy will no longer be exclusively scoped to the application. Further updates to the policy should go through the /accounts/{account_id}/policies/{uid} endpoint.
认证
需要 Connected AccountTags
Create an Access application policyCLOUDFLARE_ACCESS_POLICIES_CREATE_AN_ACCESS_POLICYCreates a policy applying exclusive to a single application that defines the users or groups who can reach it. We recommend creating a reusable policy instead and subsequently referencing its ID in the application's 'policies' array.需要连接
Creates a policy applying exclusive to a single application that defines the users or groups who can reach it. We recommend creating a reusable policy instead and subsequently referencing its ID in the application's 'policies' array.
认证
需要 Connected AccountTags
Create an Access reusable policyCLOUDFLARE_ACCESS_POLICIES_CREATE_AN_ACCESS_REUSABLE_POLICYCreates a new Access reusable policy.需要连接
Creates a new Access reusable policy.
认证
需要 Connected AccountTags
Delete an Access application policyCLOUDFLARE_ACCESS_POLICIES_DELETE_AN_ACCESS_POLICYDeletes an Access policy specific to an application. To delete a reusable policy, use the /accounts/{account_id}/policies/{uid} endpoint.需要连接
Deletes an Access policy specific to an application. To delete a reusable policy, use the /accounts/{account_id}/policies/{uid} endpoint.
认证
需要 Connected AccountTags
Delete an Access reusable policyCLOUDFLARE_ACCESS_POLICIES_DELETE_AN_ACCESS_REUSABLE_POLICYDeletes an Access reusable policy.需要连接
Deletes an Access reusable policy.
认证
需要 Connected AccountTags
Get an Access application policyCLOUDFLARE_ACCESS_POLICIES_GET_AN_ACCESS_POLICYFetches a single Access policy configured for an application. Returns both exclusively owned and reusable policies used by the application.需要连接
Fetches a single Access policy configured for an application. Returns both exclusively owned and reusable policies used by the application.
认证
需要 Connected AccountTags
Get an Access reusable policyCLOUDFLARE_ACCESS_POLICIES_GET_AN_ACCESS_REUSABLE_POLICYFetches a single Access reusable policy.需要连接
Fetches a single Access reusable policy.
认证
需要 Connected AccountTags
List Access application policiesCLOUDFLARE_ACCESS_POLICIES_LIST_ACCESS_APP_POLICIESLists Access policies configured for an application. Returns both exclusively scoped and reusable policies used by the application.需要连接
Lists Access policies configured for an application. Returns both exclusively scoped and reusable policies used by the application.
认证
需要 Connected AccountTags
List Access reusable policiesCLOUDFLARE_ACCESS_POLICIES_LIST_ACCESS_REUSABLE_POLICIESLists Access reusable policies.需要连接
Lists Access reusable policies.
认证
需要 Connected AccountTags
Update an Access application policyCLOUDFLARE_ACCESS_POLICIES_UPDATE_AN_ACCESS_POLICYUpdates an Access policy specific to an application. To update a reusable policy, use the /accounts/{account_id}/policies/{uid} endpoint.需要连接
Updates an Access policy specific to an application. To update a reusable policy, use the /accounts/{account_id}/policies/{uid} endpoint.
认证
需要 Connected AccountTags
Update an Access reusable policyCLOUDFLARE_ACCESS_POLICIES_UPDATE_AN_ACCESS_REUSABLE_POLICYUpdates a Access reusable policy.需要连接
Updates a Access reusable policy.
认证
需要 Connected AccountTags
Start Access policy testCLOUDFLARE_ACCESS_POLICY_TESTSStarts an Access policy test.需要连接
Starts an Access policy test.
认证
需要 Connected AccountTags
Get an Access policy test users pageCLOUDFLARE_ACCESS_POLICY_TESTS_GET_A_USER_PAGEFetches a single page of user results from an Access policy test.需要连接
Fetches a single page of user results from an Access policy test.
认证
需要 Connected AccountTags
Get the current status of a given Access policy testCLOUDFLARE_ACCESS_POLICY_TESTS_GET_AN_UPDATEFetches the current status of a given Access policy test.需要连接
Fetches the current status of a given Access policy test.
认证
需要 Connected AccountTags
Get SAML certificate setCLOUDFLARE_ACCESS_SAML_CERTIFICATES_GET_CERTIFICATE_SETRetrieves a specific SAML encryption certificate set by its UID, including both current and previous certificates if available.需要连接
Retrieves a specific SAML encryption certificate set by its UID, including both current and previous certificates if available.
认证
需要 Connected AccountTags
Download current certificate in PEM formatCLOUDFLARE_ACCESS_SAML_CERTIFICATES_GET_PEMDownloads the current SAML encryption certificate's public key in PEM format for the specified certificate set. This endpoint is useful for providing the certificate to Identity Providers for SAML assertion encryption configuration.需要连接
Downloads the current SAML encryption certificate's public key in PEM format for the specified certificate set. This endpoint is useful for providing the certificate to Identity Providers for SAML assertion encryption configuration.
认证
需要 Connected AccountTags
List SAML certificate setsCLOUDFLARE_ACCESS_SAML_CERTIFICATES_LIST_CERTIFICATE_SETSReturns a paginated list of the organization's SAML encryption certificate sets. Each certificate set includes the current and (if present) previous certificates.需要连接
Returns a paginated list of the organization's SAML encryption certificate sets. Each certificate set includes the current and (if present) previous certificates.
认证
需要 Connected AccountTags
Rotate SAML certificateCLOUDFLARE_ACCESS_SAML_CERTIFICATES_ROTATE_CERTIFICATERotates the SAML encryption certificates within the specified certificate set. This generates a new certificate and moves the current certificate to the previous slot. If a previous certificate exists, it will be deactivated and removed. This endpoint ensures zero-downtime rotation by maintaining both current and previous certificates during the transition period, allowing IdPs time to update their configurations. Automated rotation happens 30 days before a current certificate's expiration.需要连接
Rotates the SAML encryption certificates within the specified certificate set. This generates a new certificate and moves the current certificate to the previous slot. If a previous certificate exists, it will be deactivated and removed. This endpoint ensures zero-downtime rotation by maintaining both current and previous certificates during the transition period, allowing IdPs time to update their configurations. Automated rotation happens 30 days before a current certificate's expiration.
认证
需要 Connected AccountTags
List Access SCIM update logsCLOUDFLARE_ACCESS_SCIM_UPDATE_LOGS_LIST_ACCESS_SCIM_UPDATE_LOGSLists Access SCIM update logs that maintain a record of updates made to User and Group resources synced to Cloudflare via the System for Cross-domain Identity Management (SCIM).需要连接
Lists Access SCIM update logs that maintain a record of updates made to User and Group resources synced to Cloudflare via the System for Cross-domain Identity Management (SCIM).
认证
需要 Connected AccountTags
Create a service tokenCLOUDFLARE_ACCESS_SERVICE_TOKENS_CREATE_A_SERVICE_TOKENGenerates a new service token. **Note:** This is the only time you can get the Client Secret. If you lose the Client Secret, you will have to rotate the Client Secret or create a new service token.需要连接
Generates a new service token. **Note:** This is the only time you can get the Client Secret. If you lose the Client Secret, you will have to rotate the Client Secret or create a new service token.
认证
需要 Connected AccountTags
Delete a service tokenCLOUDFLARE_ACCESS_SERVICE_TOKENS_DELETE_A_SERVICE_TOKENDeletes a service token.需要连接
Deletes a service token.
认证
需要 Connected AccountTags
Get a service tokenCLOUDFLARE_ACCESS_SERVICE_TOKENS_GET_A_SERVICE_TOKENFetches a single service token.需要连接
Fetches a single service token.
认证
需要 Connected AccountTags
List service tokensCLOUDFLARE_ACCESS_SERVICE_TOKENS_LIST_SERVICE_TOKENSLists all service tokens.需要连接
Lists all service tokens.
认证
需要 Connected AccountTags
Refresh a service tokenCLOUDFLARE_ACCESS_SERVICE_TOKENS_REFRESH_A_SERVICE_TOKENRefreshes the expiration of a service token.需要连接
Refreshes the expiration of a service token.
认证
需要 Connected AccountTags
Rotate a service tokenCLOUDFLARE_ACCESS_SERVICE_TOKENS_ROTATE_A_SERVICE_TOKENGenerates a new Client Secret for a service token and revokes the old one.需要连接
Generates a new Client Secret for a service token and revokes the old one.
认证
需要 Connected AccountTags
Update a service tokenCLOUDFLARE_ACCESS_SERVICE_TOKENS_UPDATE_A_SERVICE_TOKENUpdates a configured service token.需要连接
Updates a configured service token.
认证
需要 Connected AccountTags
Create a short-lived certificate CACLOUDFLARE_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_CREATE_A_SHORT_LIVED_CERTIFICATE_CAGenerates a new short-lived certificate CA and public key.需要连接
Generates a new short-lived certificate CA and public key.
认证
需要 Connected AccountTags
Delete a short-lived certificate CACLOUDFLARE_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_DELETE_A_SHORT_LIVED_CERTIFICATE_CADeletes a short-lived certificate CA.需要连接
Deletes a short-lived certificate CA.
认证
需要 Connected AccountTags
Get a short-lived certificate CACLOUDFLARE_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_GET_A_SHORT_LIVED_CERTIFICATE_CAFetches a short-lived certificate CA and its public key.需要连接
Fetches a short-lived certificate CA and its public key.
认证
需要 Connected AccountTags
List short-lived certificate CAsCLOUDFLARE_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_LIST_SHORT_LIVED_CERTIFICATE_C_ASLists short-lived certificate CAs and their public keys.需要连接
Lists short-lived certificate CAs and their public keys.
认证
需要 Connected AccountTags
Create a tagCLOUDFLARE_ACCESS_TAGS_CREATE_TAGCreate a tag需要连接
Create a tag
认证
需要 Connected AccountTags
Delete a tagCLOUDFLARE_ACCESS_TAGS_DELETE_A_TAGDelete a tag需要连接
Delete a tag
认证
需要 Connected AccountTags
Get a tagCLOUDFLARE_ACCESS_TAGS_GET_A_TAGGet a tag需要连接
Get a tag
认证
需要 Connected AccountTags
List tagsCLOUDFLARE_ACCESS_TAGS_LIST_TAGSList tags需要连接
List tags
认证
需要 Connected AccountTags
Update a tagCLOUDFLARE_ACCESS_TAGS_UPDATE_A_TAGUpdate a tag需要连接
Update a tag
认证
需要 Connected AccountTags
Create TokenCLOUDFLARE_ACCOUNT_API_TOKENS_CREATE_TOKENCreate a new Account Owned API token.需要连接
Create a new Account Owned API token.
认证
需要 Connected AccountTags
Delete TokenCLOUDFLARE_ACCOUNT_API_TOKENS_DELETE_TOKENDestroy an Account Owned API token.需要连接
Destroy an Account Owned API token.
认证
需要 Connected AccountTags
List Permission GroupsCLOUDFLARE_ACCOUNT_API_TOKENS_LIST_PERMISSION_GROUPSFind all available permission groups for Account Owned API Tokens需要连接
Find all available permission groups for Account Owned API Tokens
认证
需要 Connected AccountTags
List TokensCLOUDFLARE_ACCOUNT_API_TOKENS_LIST_TOKENSList all Account Owned API tokens created for this account. Results include active, disabled, and recently-expired tokens when include_expired is set to true.需要连接
List all Account Owned API tokens created for this account. Results include active, disabled, and recently-expired tokens when include_expired is set to true.
认证
需要 Connected AccountTags
Roll TokenCLOUDFLARE_ACCOUNT_API_TOKENS_ROLL_TOKENRoll the Account Owned API token secret.需要连接
Roll the Account Owned API token secret.
认证
需要 Connected AccountTags
Token DetailsCLOUDFLARE_ACCOUNT_API_TOKENS_TOKEN_DETAILSGet information about a specific Account Owned API token.需要连接
Get information about a specific Account Owned API token.
认证
需要 Connected AccountTags
Update TokenCLOUDFLARE_ACCOUNT_API_TOKENS_UPDATE_TOKENUpdate an existing token.需要连接
Update an existing token.
认证
需要 Connected AccountTags
Verify TokenCLOUDFLARE_ACCOUNT_API_TOKENS_VERIFY_TOKENTest whether a token works.需要连接
Test whether a token works.
认证
需要 Connected AccountTags
Billing Profile DetailsCLOUDFLARE_ACCOUNT_BILLING_PROFILE_DEPRECATED_BILLING_PROFILE_DETAILSGets the current billing profile for the account.需要连接
Gets the current billing profile for the account.
认证
需要 Connected AccountTags
Create an accountCLOUDFLARE_ACCOUNT_CREATIONCreate an account (only available for tenant admins at this time)需要连接
Create an account (only available for tenant admins at this time)
认证
需要 Connected AccountTags
Delete a specific accountCLOUDFLARE_ACCOUNT_DELETIONDelete a specific account (only available for tenant admins at this time). This is a permanent operation that will delete any zones or other resources under the account需要连接
Delete a specific account (only available for tenant admins at this time). This is a permanent operation that will delete any zones or other resources under the account
认证
需要 Connected AccountTags
Add Account Custom NameserverCLOUDFLARE_ACCOUNT_LEVEL_CUSTOM_NAMESERVERS_ADD_ACCOUNT_CUSTOM_NAMESERVERAdds a custom nameserver to the account for use as a vanity nameserver on zones.需要连接
Adds a custom nameserver to the account for use as a vanity nameserver on zones.
认证
需要 Connected AccountTags
Delete Account Custom NameserverCLOUDFLARE_ACCOUNT_LEVEL_CUSTOM_NAMESERVERS_DELETE_ACCOUNT_CUSTOM_NAMESERVERRemoves a custom nameserver from the account.需要连接
Removes a custom nameserver from the account.
认证
需要 Connected AccountTags
List Account Custom NameserversCLOUDFLARE_ACCOUNT_LEVEL_CUSTOM_NAMESERVERS_LIST_ACCOUNT_CUSTOM_NAMESERVERSList an account's custom nameservers.需要连接
List an account's custom nameservers.
认证
需要 Connected AccountTags
Get Account Custom Nameserver Related Zone MetadataCLOUDFLARE_ACCOUNT_LEVEL_CUSTOM_NAMESERVERS_USAGE_FOR_A_ZONE_GET_ACCOUNT_CUSTOM_NAMESERVER_RELATED_ZONE_METADATAGet metadata for account-level custom nameservers on a zone. Deprecated in favor of [Show DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-a-zone-list-dns-settings).需要连接
Get metadata for account-level custom nameservers on a zone. Deprecated in favor of [Show DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-a-zone-list-dns-settings).
认证
需要 Connected AccountTags
Set Account Custom Nameserver Related Zone MetadataCLOUDFLARE_ACCOUNT_LEVEL_CUSTOM_NAMESERVERS_USAGE_FOR_A_ZONE_SET_ACCOUNT_CUSTOM_NAMESERVER_RELATED_ZONE_METADATASet metadata for account-level custom nameservers on a zone. If you would like new zones in the account to use account custom nameservers by default, use PUT /accounts/:identifier to set the account setting use_account_custom_ns_by_default to true. Deprecated in favor of [Update DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-a-zone-update-dns-settings).需要连接
Set metadata for account-level custom nameservers on a zone. If you would like new zones in the account to use account custom nameservers by default, use PUT /accounts/:identifier to set the account setting use_account_custom_ns_by_default to true. Deprecated in favor of [Update DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-a-zone-update-dns-settings).
认证
需要 Connected AccountTags
Create Monitor GroupCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_CREATE_MONITOR_GROUPCreate a new monitor group.需要连接
Create a new monitor group.
认证
需要 Connected AccountTags
Delete Monitor GroupCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_DELETE_MONITOR_GROUPDelete a configured monitor group.需要连接
Delete a configured monitor group.
认证
需要 Connected AccountTags
List Monitor Group ReferencesCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_LIST_MONITOR_GROUP_REFERENCESGet the list of resources that reference the provided monitor group.需要连接
Get the list of resources that reference the provided monitor group.
认证
需要 Connected AccountTags
List Monitor GroupsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_LIST_MONITOR_GROUPSList configured monitor groups.需要连接
List configured monitor groups.
认证
需要 Connected AccountTags
Monitor Group DetailsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_MONITOR_GROUP_DETAILSFetch a single configured monitor group.需要连接
Fetch a single configured monitor group.
认证
需要 Connected AccountTags
Patch Monitor GroupCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_PATCH_MONITOR_GROUPApply changes to an existing monitor group, overwriting the supplied properties.需要连接
Apply changes to an existing monitor group, overwriting the supplied properties.
认证
需要 Connected AccountTags
Update Monitor GroupCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITOR_GROUPS_UPDATE_MONITOR_GROUPModify a configured monitor group.需要连接
Modify a configured monitor group.
认证
需要 Connected AccountTags
Create MonitorCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_CREATE_MONITORCreate a configured monitor.需要连接
Create a configured monitor.
认证
需要 Connected AccountTags
Delete MonitorCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_DELETE_MONITORDelete a configured monitor.需要连接
Delete a configured monitor.
认证
需要 Connected AccountTags
List Monitor ReferencesCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_LIST_MONITOR_REFERENCESGet the list of resources that reference the provided monitor.需要连接
Get the list of resources that reference the provided monitor.
认证
需要 Connected AccountTags
List MonitorsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_LIST_MONITORSList configured monitors for an account.需要连接
List configured monitors for an account.
认证
需要 Connected AccountTags
Monitor DetailsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_MONITOR_DETAILSList a single configured monitor for an account.需要连接
List a single configured monitor for an account.
认证
需要 Connected AccountTags
Patch MonitorCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_PATCH_MONITORApply changes to an existing monitor, overwriting the supplied properties.需要连接
Apply changes to an existing monitor, overwriting the supplied properties.
认证
需要 Connected AccountTags
Preview MonitorCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_PREVIEW_MONITORPreview pools using the specified monitor with provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.需要连接
Preview pools using the specified monitor with provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.
认证
需要 Connected AccountTags
Preview ResultCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_PREVIEW_RESULTGet the result of a previous preview operation using the provided preview_id.需要连接
Get the result of a previous preview operation using the provided preview_id.
认证
需要 Connected AccountTags
Update MonitorCLOUDFLARE_ACCOUNT_LOAD_BALANCER_MONITORS_UPDATE_MONITORModify a configured monitor.需要连接
Modify a configured monitor.
认证
需要 Connected AccountTags
Create PoolCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_CREATE_POOLCreate a new pool.需要连接
Create a new pool.
认证
需要 Connected AccountTags
Delete PoolCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_DELETE_POOLDelete a configured pool.需要连接
Delete a configured pool.
认证
需要 Connected AccountTags
List Pool ReferencesCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_LIST_POOL_REFERENCESGet the list of resources that reference the provided pool.需要连接
Get the list of resources that reference the provided pool.
认证
需要 Connected AccountTags
List PoolsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_LIST_POOLSList configured pools.需要连接
List configured pools.
认证
需要 Connected AccountTags
Patch PoolCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_PATCH_POOLApply changes to an existing pool, overwriting the supplied properties.需要连接
Apply changes to an existing pool, overwriting the supplied properties.
认证
需要 Connected AccountTags
Patch PoolsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_PATCH_POOLSApply changes to a number of existing pools, overwriting the supplied properties. Pools are ordered by ascending `name`. Returns the list of affected pools. Supports the standard pagination query parameters, either `limit`/`offset` or `per_page`/`page`.需要连接
Apply changes to a number of existing pools, overwriting the supplied properties. Pools are ordered by ascending `name`. Returns the list of affected pools. Supports the standard pagination query parameters, either `limit`/`offset` or `per_page`/`page`.
认证
需要 Connected AccountTags
Pool DetailsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_POOL_DETAILSFetch a single configured pool.需要连接
Fetch a single configured pool.
认证
需要 Connected AccountTags
Pool Health DetailsCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_POOL_HEALTH_DETAILSFetch the latest pool health status for a single pool.需要连接
Fetch the latest pool health status for a single pool.
认证
需要 Connected AccountTags
Preview PoolCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_PREVIEW_POOLPreview pool health using provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.需要连接
Preview pool health using provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.
认证
需要 Connected AccountTags
Update PoolCLOUDFLARE_ACCOUNT_LOAD_BALANCER_POOLS_UPDATE_POOLModify a configured pool.需要连接
Modify a configured pool.
认证
需要 Connected AccountTags
Search ResourcesCLOUDFLARE_ACCOUNT_LOAD_BALANCER_SEARCH_SEARCH_RESOURCESSearch for Load Balancing resources.需要连接
Search for Load Balancing resources.
认证
需要 Connected AccountTags
Account Load Balancer DetailsCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_ACCOUNT_LOAD_BALANCER_DETAILSFetch a single configured account-scoped load balancer.需要连接
Fetch a single configured account-scoped load balancer.
认证
需要 Connected AccountTags
Create Account Load BalancerCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_CREATE_ACCOUNT_LOAD_BALANCERCreate a new account-scoped load balancer.需要连接
Create a new account-scoped load balancer.
认证
需要 Connected AccountTags
Delete Account Load BalancerCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_DELETE_ACCOUNT_LOAD_BALANCERDelete a configured account-scoped load balancer.需要连接
Delete a configured account-scoped load balancer.
认证
需要 Connected AccountTags
List Account Load BalancersCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_LIST_ACCOUNT_LOAD_BALANCERSList configured account-scoped load balancers.需要连接
List configured account-scoped load balancers.
认证
需要 Connected AccountTags
List Load Balancer UsageCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_LIST_LOAD_BALANCER_USAGEGet current load balancer resource usage counts for an account.需要连接
Get current load balancer resource usage counts for an account.
认证
需要 Connected AccountTags
Patch Account Load BalancerCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_PATCH_ACCOUNT_LOAD_BALANCERApply changes to an existing account-scoped load balancer, overwriting the supplied properties.需要连接
Apply changes to an existing account-scoped load balancer, overwriting the supplied properties.
认证
需要 Connected AccountTags
Update Account Load BalancerCLOUDFLARE_ACCOUNT_LOAD_BALANCERS_UPDATE_ACCOUNT_LOAD_BALANCERUpdate a configured account-scoped load balancer.需要连接
Update a configured account-scoped load balancer.
认证
需要 Connected AccountTags
Add MemberCLOUDFLARE_ACCOUNT_MEMBERS_ADD_MEMBERAdd a user to the list of members for this account.需要连接
Add a user to the list of members for this account.
认证
需要 Connected AccountTags
List MembersCLOUDFLARE_ACCOUNT_MEMBERS_LIST_MEMBERSList all members of an account.需要连接
List all members of an account.
认证
需要 Connected AccountTags
Member DetailsCLOUDFLARE_ACCOUNT_MEMBERS_MEMBER_DETAILSGet information about a specific member of an account.需要连接
Get information about a specific member of an account.
认证
需要 Connected AccountTags
Remove MemberCLOUDFLARE_ACCOUNT_MEMBERS_REMOVE_MEMBERRemove a member from an account.需要连接
Remove a member from an account.
认证
需要 Connected AccountTags
Update MemberCLOUDFLARE_ACCOUNT_MEMBERS_UPDATE_MEMBERModify an account member.需要连接
Modify an account member.
认证
需要 Connected AccountTags
Permission Group DetailsCLOUDFLARE_ACCOUNT_PERMISSION_GROUP_DETAILSGet information about a specific permission group in an account.需要连接
Get information about a specific permission group in an account.
认证
需要 Connected AccountTags
List Account Permission GroupsCLOUDFLARE_ACCOUNT_PERMISSION_GROUP_LISTList all the permissions groups for an account.需要连接
List all the permissions groups for an account.
认证
需要 Connected AccountTags
Request TraceCLOUDFLARE_ACCOUNT_REQUEST_TRACER_REQUEST_TRACETraces a simulated HTTP request through Cloudflare's edge to analyze how rules, settings, and configurations would process the request. Useful for debugging firewall rules, page rules, and other request transformations without sending actual traffic. Supports custom headers, cookies, body content, and geolocation context.需要连接
Traces a simulated HTTP request through Cloudflare's edge to analyze how rules, settings, and configurations would process the request. Useful for debugging firewall rules, page rules, and other request transformations without sending actual traffic. Supports custom headers, cookies, body content, and geolocation context.
认证
需要 Connected AccountTags
Create Resource GroupCLOUDFLARE_ACCOUNT_RESOURCE_GROUP_CREATECreate a new Resource Group under the specified account.需要连接
Create a new Resource Group under the specified account.
认证
需要 Connected AccountTags
Remove Resource GroupCLOUDFLARE_ACCOUNT_RESOURCE_GROUP_DELETERemove a resource group from an account.需要连接
Remove a resource group from an account.
认证
需要 Connected AccountTags
Resource Group DetailsCLOUDFLARE_ACCOUNT_RESOURCE_GROUP_DETAILSGet information about a specific resource group in an account.需要连接
Get information about a specific resource group in an account.
认证
需要 Connected AccountTags
List Resource GroupsCLOUDFLARE_ACCOUNT_RESOURCE_GROUP_LISTList all the resource groups for an account.需要连接
List all the resource groups for an account.
认证
需要 Connected AccountTags
Update Resource GroupCLOUDFLARE_ACCOUNT_RESOURCE_GROUP_UPDATEModify an existing resource group.需要连接
Modify an existing resource group.
认证
需要 Connected AccountTags
List RolesCLOUDFLARE_ACCOUNT_ROLES_LIST_ROLESGet all available roles for an account.需要连接
Get all available roles for an account.
认证
需要 Connected AccountTags
Role DetailsCLOUDFLARE_ACCOUNT_ROLES_ROLE_DETAILSGet information about a specific role for an account.需要连接
Get information about a specific role for an account.
认证
需要 Connected AccountTags
Append Subscription ActionCLOUDFLARE_ACCOUNT_SUBSCRIPTIONS_ACTION_APPEND_SUBSCRIPTIONSmartly applies the incoming subscription into the lifecycle of the subscription.需要连接
Smartly applies the incoming subscription into the lifecycle of the subscription.
认证
需要 Connected AccountTags
Create SubscriptionsCLOUDFLARE_ACCOUNT_SUBSCRIPTIONS_BULK_CREATE_SUBSCRIPTIONCreates multiple subscriptions for an account in a single request.需要连接
Creates multiple subscriptions for an account in a single request.
认证
需要 Connected AccountTags
Create SubscriptionCLOUDFLARE_ACCOUNT_SUBSCRIPTIONS_CREATE_SUBSCRIPTIONCreates an account subscription.需要连接
Creates an account subscription.
认证
需要 Connected AccountTags
Delete SubscriptionCLOUDFLARE_ACCOUNT_SUBSCRIPTIONS_DELETE_SUBSCRIPTIONDeletes an account's subscription.需要连接
Deletes an account's subscription.
认证
需要 Connected AccountTags
List SubscriptionsCLOUDFLARE_ACCOUNT_SUBSCRIPTIONS_LIST_SUBSCRIPTIONSLists all of an account's subscriptions.需要连接
Lists all of an account's subscriptions.
认证
需要 Connected AccountTags
Update SubscriptionCLOUDFLARE_ACCOUNT_SUBSCRIPTIONS_UPDATE_SUBSCRIPTIONUpdates an account subscription.需要连接
Updates an account subscription.
认证
需要 Connected AccountTags
Create User GroupCLOUDFLARE_ACCOUNT_USER_GROUP_CREATECreate a new user group under the specified account.需要连接
Create a new user group under the specified account.
认证
需要 Connected AccountTags
Remove User GroupCLOUDFLARE_ACCOUNT_USER_GROUP_DELETERemove a user group from an account.需要连接
Remove a user group from an account.
认证
需要 Connected AccountTags
User Group DetailsCLOUDFLARE_ACCOUNT_USER_GROUP_DETAILSGet information about a specific user group in an account.需要连接
Get information about a specific user group in an account.
认证
需要 Connected AccountTags
List User GroupsCLOUDFLARE_ACCOUNT_USER_GROUP_LISTList all the user groups for an account.需要连接
List all the user groups for an account.
认证
需要 Connected AccountTags
Add User Group MembersCLOUDFLARE_ACCOUNT_USER_GROUP_MEMBER_CREATEAdd members to a User Group.需要连接
Add members to a User Group.
认证
需要 Connected AccountTags
Remove User Group MemberCLOUDFLARE_ACCOUNT_USER_GROUP_MEMBER_DELETERemove a member from User Group需要连接
Remove a member from User Group
认证
需要 Connected AccountTags
Get User Group MemberCLOUDFLARE_ACCOUNT_USER_GROUP_MEMBER_GETGet details of a specific member in a user group.需要连接
Get details of a specific member in a user group.
认证
需要 Connected AccountTags
List User Group MembersCLOUDFLARE_ACCOUNT_USER_GROUP_MEMBER_LISTList all the members attached to a user group.需要连接
List all the members attached to a user group.
认证
需要 Connected AccountTags
Update User Group MembersCLOUDFLARE_ACCOUNT_USER_GROUP_MEMBERS_UPDATEReplace the set of members attached to a User Group.需要连接
Replace the set of members attached to a User Group.
认证
需要 Connected AccountTags
Update User GroupCLOUDFLARE_ACCOUNT_USER_GROUP_UPDATEModify an existing user group.需要连接
Modify an existing user group.
认证
需要 Connected AccountTags
Account DetailsCLOUDFLARE_ACCOUNTS_ACCOUNT_DETAILSGet information about a specific account that you are a member of.需要连接
Get information about a specific account that you are a member of.
认证
需要 Connected AccountTags
Batch move accountsCLOUDFLARE_ACCOUNTS_BATCH_MOVE_ACCOUNTSBatch move a collection of accounts to a specific organization. ⚠️ Not implemented.需要连接
Batch move a collection of accounts to a specific organization. ⚠️ Not implemented.
认证
需要 Connected AccountTags
Get browser extension configurationCLOUDFLARE_ACCOUNTS_BROWSER_EXTENSION_CONFIG_GETReturns the browser extension configuration for an account. This endpoint is currently backed by the scaffolded service response while the runtime configuration surface is being implemented.需要连接
Returns the browser extension configuration for an account. This endpoint is currently backed by the scaffolded service response while the runtime configuration surface is being implemented.
认证
需要 Connected AccountTags
Get account profileCLOUDFLARE_ACCOUNTS_GET_ACCOUNT_PROFILERetrieves the profile information for a specific Cloudflare account, including organization details, settings, and metadata. This endpoint is commonly used to verify account access and retrieve account-level configuration.需要连接
Retrieves the profile information for a specific Cloudflare account, including organization details, settings, and metadata. This endpoint is commonly used to verify account access and retrieve account-level configuration.
认证
需要 Connected AccountTags
List account organizationsCLOUDFLARE_ACCOUNTS_LIST_ACCOUNT_ORGANIZATIONSRetrieve a list of the organizations that "contain" this account or are managing it. The returned list will be in order from "root" to "leaf", where the "leaf" will be the organization that _immediately_ contains the specified account.需要连接
Retrieve a list of the organizations that "contain" this account or are managing it. The returned list will be in order from "root" to "leaf", where the "leaf" will be the organization that _immediately_ contains the specified account.
认证
需要 Connected AccountTags
List AccountsCLOUDFLARE_ACCOUNTS_LIST_ACCOUNTSList all accounts you have ownership or verified access to.需要连接
List all accounts you have ownership or verified access to.
认证
需要 Connected AccountTags
List available account datasetsCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_DATASETS_AVAILABLE_LISTReturns all dataset types that this account can create. Each entry includes the dataset schema and timestamp field. The schema shows all possible fields for a dataset. However, not all fields may be available for your account. When creating or updating a dataset, only fields available to your account can be enabled. If you request a field that is not available, you will receive an error.需要连接
Returns all dataset types that this account can create. Each entry includes the dataset schema and timestamp field. The schema shows all possible fields for a dataset. However, not all fields may be available for your account. When creating or updating a dataset, only fields available to your account can be enabled. If you request a field that is not available, you will receive an error.
认证
需要 Connected AccountTags
Create an account datasetCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_DATASETS_CREATECreate a new Log Explorer dataset for the account. List available account datasets to see the dataset types and fields you can use. The `fields` property is optional. If not specified, all available fields will be enabled. For dataset field definitions, see: https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/需要连接
Create a new Log Explorer dataset for the account. List available account datasets to see the dataset types and fields you can use. The `fields` property is optional. If not specified, all available fields will be enabled. For dataset field definitions, see: https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/
认证
需要 Connected AccountTags
Get an account datasetCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_DATASETS_GETRetrieve a single Log Explorer dataset by ID for the account.需要连接
Retrieve a single Log Explorer dataset by ID for the account.
认证
需要 Connected AccountTags
List account datasetsCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_DATASETS_LISTReturns all Log Explorer datasets configured for the account. Pass `include_zones=true` to also include zone-level datasets that belong to this account. List responses omit the `fields` property; use the single-dataset endpoint to retrieve field configuration.需要连接
Returns all Log Explorer datasets configured for the account. Pass `include_zones=true` to also include zone-level datasets that belong to this account. List responses omit the `fields` property; use the single-dataset endpoint to retrieve field configuration.
认证
需要 Connected AccountTags
Update an account datasetCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_DATASETS_UPDATEUpdates the enabled state and/or field configuration of an account dataset.需要连接
Updates the enabled state and/or field configuration of an account dataset.
认证
需要 Connected AccountTags
Run a log queryCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_QUERY_GETRun a SQL query against account-level datasets. The SQL query is passed as the `query` query parameter. Because the query appears in the URL, it is subject to gateway and proxy URL-length limits and may be recorded in access logs. This endpoint is deprecated in favour of the POST variant which sends the query in the request body.需要连接
Run a SQL query against account-level datasets. The SQL query is passed as the `query` query parameter. Because the query appears in the URL, it is subject to gateway and proxy URL-length limits and may be recorded in access logs. This endpoint is deprecated in favour of the POST variant which sends the query in the request body.
认证
需要 Connected AccountTags
Run a log queryCLOUDFLARE_ACCOUNTS_LOGS_EXPLORER_QUERY_POSTRun a SQL query against account-level datasets. Timestamp fields are RFC3339 strings. Filter with: WHERE {timestamp_field} >= now() - INTERVAL '30' DAY WHERE {timestamp_field} >= '2026-04-01T00:00:00Z' WHERE {timestamp_field} BETWEEN '2026-04-01T00:00:00Z' AND '2026-04-30T23:59:59Z' List configured account datasets to see enabled account-level datasets. Zone-level datasets will not appear here. List available account datasets to inspect their schemas and timestamp fields. For more information about the datasets, and the meaning of each field, check out https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/需要连接
Run a SQL query against account-level datasets. Timestamp fields are RFC3339 strings. Filter with: WHERE {timestamp_field} >= now() - INTERVAL '30' DAY WHERE {timestamp_field} >= '2026-04-01T00:00:00Z' WHERE {timestamp_field} BETWEEN '2026-04-01T00:00:00Z' AND '2026-04-30T23:59:59Z' List configured account datasets to see enabled account-level datasets. Zone-level datasets will not appear here. List available account datasets to inspect their schemas and timestamp fields. For more information about the datasets, and the meaning of each field, check out https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/
认证
需要 Connected AccountTags
Modify account profileCLOUDFLARE_ACCOUNTS_MODIFY_ACCOUNT_PROFILEUpdates the profile information for a Cloudflare account. Allows modification of account-level settings and organizational details. Requires Account Settings Write permission.需要连接
Updates the profile information for a Cloudflare account. Allows modification of account-level settings and organizational details. Requires Account Settings Write permission.
认证
需要 Connected AccountTags
Move accountCLOUDFLARE_ACCOUNTS_MOVE_ACCOUNTSMove an account within an organization hierarchy or an account outside an organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Move an account within an organization hierarchy or an account outside an organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Create a Turnstile WidgetCLOUDFLARE_ACCOUNTS_TURNSTILE_WIDGET_CREATELists challenge widgets.需要连接
Lists challenge widgets.
认证
需要 Connected AccountTags
Delete a Turnstile WidgetCLOUDFLARE_ACCOUNTS_TURNSTILE_WIDGET_DELETEDestroy a Turnstile Widget.需要连接
Destroy a Turnstile Widget.
认证
需要 Connected AccountTags
Turnstile Widget DetailsCLOUDFLARE_ACCOUNTS_TURNSTILE_WIDGET_GETShow a single challenge widget configuration.需要连接
Show a single challenge widget configuration.
认证
需要 Connected AccountTags
Rotate Secret for a Turnstile WidgetCLOUDFLARE_ACCOUNTS_TURNSTILE_WIDGET_ROTATE_SECRETGenerate a new secret key for this widget. If `invalidate_immediately` is set to `false`, the previous secret remains valid for 2 hours. Note that secrets cannot be rotated again during the grace period.需要连接
Generate a new secret key for this widget. If `invalidate_immediately` is set to `false`, the previous secret remains valid for 2 hours. Note that secrets cannot be rotated again during the grace period.
认证
需要 Connected AccountTags
Update a Turnstile WidgetCLOUDFLARE_ACCOUNTS_TURNSTILE_WIDGET_UPDATEUpdate the configuration of a widget.需要连接
Update the configuration of a widget.
认证
需要 Connected AccountTags
List Turnstile WidgetsCLOUDFLARE_ACCOUNTS_TURNSTILE_WIDGETS_LISTLists all turnstile widgets of an account.需要连接
Lists all turnstile widgets of an account.
认证
需要 Connected AccountTags
Update AccountCLOUDFLARE_ACCOUNTS_UPDATE_ACCOUNTUpdate an existing account.需要连接
Update an existing account.
认证
需要 Connected AccountTags
Add audio tracks to a videoCLOUDFLARE_ADD_AUDIO_TRACKAdds an additional audio track to a video using the provided audio track URL.需要连接
Adds an additional audio track to a video using the provided audio track URL.
认证
需要 Connected AccountTags
Add a participantCLOUDFLARE_ADD_PARTICIPANTAdds a participant to the given meeting ID.需要连接
Adds a participant to the given meeting ID.
认证
需要 Connected AccountTags
Add a webhookCLOUDFLARE_ADD_WEBHOOKAdds a new webhook to an App.需要连接
Adds a new webhook to an App.
认证
需要 Connected AccountTags
Ingest messagesCLOUDFLARE_AGENT_MEMORY_INGESTProcesses a conversation and extracts structured memories from it. Agent Memory identifies facts, events, instructions, and tasks automatically.需要连接
Processes a conversation and extracts structured memories from it. Agent Memory identifies facts, events, instructions, and tasks automatically.
认证
需要 Connected AccountTags
Delete a memoryCLOUDFLARE_AGENT_MEMORY_MEMORY_DELETEDeletes a memory by ID. Removes the memory and any source messages linked to it. Returns the deleted memory.需要连接
Deletes a memory by ID. Removes the memory and any source messages linked to it. Returns the deleted memory.
认证
需要 Connected AccountTags
Get a memoryCLOUDFLARE_AGENT_MEMORY_MEMORY_GETRetrieves a memory by ID.需要连接
Retrieves a memory by ID.
认证
需要 Connected AccountTags
List memoriesCLOUDFLARE_AGENT_MEMORY_MEMORY_LISTList memories stored in a profile.需要连接
List memories stored in a profile.
认证
需要 Connected AccountTags
Create a namespaceCLOUDFLARE_AGENT_MEMORY_NAMESPACE_CREATECreates a new memory namespace owned by the account.需要连接
Creates a new memory namespace owned by the account.
认证
需要 Connected AccountTags
Delete a namespaceCLOUDFLARE_AGENT_MEMORY_NAMESPACE_DELETEDeletes a namespace.需要连接
Deletes a namespace.
认证
需要 Connected AccountTags
Get a namespaceCLOUDFLARE_AGENT_MEMORY_NAMESPACE_GETGets a namespace by name.需要连接
Gets a namespace by name.
认证
需要 Connected AccountTags
List namespacesCLOUDFLARE_AGENT_MEMORY_NAMESPACE_LISTLists all namespaces for the given account. Results are paginated.需要连接
Lists all namespaces for the given account. Results are paginated.
认证
需要 Connected AccountTags
Delete a profileCLOUDFLARE_AGENT_MEMORY_PROFILE_DELETEMarks a profile for deletion.需要连接
Marks a profile for deletion.
认证
需要 Connected AccountTags
Recall memoriesCLOUDFLARE_AGENT_MEMORY_RECALLRetrieves memories relevant to the query and returns a synthesized answer.需要连接
Retrieves memories relevant to the query and returns a synthesized answer.
认证
需要 Connected AccountTags
Remember a memoryCLOUDFLARE_AGENT_MEMORY_REMEMBERStores a single memory explicitly.需要连接
Stores a single memory explicitly.
认证
需要 Connected AccountTags
Delete a sessionCLOUDFLARE_AGENT_MEMORY_SESSION_DELETEMarks all memories and messages in a profile that are tagged with the given session ID for deletion.需要连接
Marks all memories and messages in a profile that are tagged with the given session ID for deletion.
认证
需要 Connected AccountTags
Get a profile summaryCLOUDFLARE_AGENT_MEMORY_SUMMARYGenerates a structured Markdown summary of everything stored in a memory profile.需要连接
Generates a structured Markdown summary of everything stored in a memory profile.
认证
需要 Connected AccountTags
Bulk get robots.txt rulesCLOUDFLARE_AI_AUDIT_BULK_GET_ROBOTSFetches and parses robots.txt files for multiple domains within a zone in a single request. Each domain must belong to the specified zone. Results are keyed by hostname.需要连接
Fetches and parses robots.txt files for multiple domains within a zone in a single request. Each domain must belong to the specified zone. Results are keyed by hostname.
认证
需要 Connected AccountTags
Get robots.txt rulesCLOUDFLARE_AI_AUDIT_GET_ROBOTSFetches and parses the robots.txt file for a zone or a specific subdomain within the zone. Returns parsed user-agent rules, content signals, and sitemaps.需要连接
Fetches and parses the robots.txt file for a zone or a specific subdomain within the zone. Returns parsed user-agent rules, content signals, and sitemaps.
认证
需要 Connected AccountTags
Create an AI Search instance.CLOUDFLARE_AI_SEARCH_CREATE_INSTANCECreate a new AI Search instance with the given configuration.需要连接
Create a new AI Search instance with the given configuration.
认证
需要 Connected AccountTags
Create a namespaceCLOUDFLARE_AI_SEARCH_CREATE_NAMESPACECreate a namespace for organizing AI Search instances.需要连接
Create a namespace for organizing AI Search instances.
认证
需要 Connected AccountTags
Create a tokenCLOUDFLARE_AI_SEARCH_CREATE_TOKENSCreate a stored Cloudflare credential for an AI Search instance to access its data source.需要连接
Create a stored Cloudflare credential for an AI Search instance to access its data source.
认证
需要 Connected AccountTags
Delete an AI Search instance.CLOUDFLARE_AI_SEARCH_DELETE_INSTANCEPermanently delete an AI Search instance and all its indexed data.需要连接
Permanently delete an AI Search instance and all its indexed data.
认证
需要 Connected AccountTags
Delete a namespaceCLOUDFLARE_AI_SEARCH_DELETE_NAMESPACEPermanently delete a namespace. The namespace must be empty (no instances), and the default namespace cannot be deleted.需要连接
Permanently delete a namespace. The namespace must be empty (no instances), and the default namespace cannot be deleted.
认证
需要 Connected AccountTags
Delete a tokenCLOUDFLARE_AI_SEARCH_DELETE_TOKENSPermanently delete a stored AI Search credential. Credentials in use by an instance cannot be deleted.需要连接
Permanently delete a stored AI Search credential. Credentials in use by an instance cannot be deleted.
认证
需要 Connected AccountTags
Get an AI Search instance.CLOUDFLARE_AI_SEARCH_FETCH_INSTANCERetrieve the configuration and status of an AI Search instance.需要连接
Retrieve the configuration and status of an AI Search instance.
认证
需要 Connected AccountTags
Get a namespaceCLOUDFLARE_AI_SEARCH_FETCH_NAMESPACERetrieve a namespace and its description.需要连接
Retrieve a namespace and its description.
认证
需要 Connected AccountTags
Get a tokenCLOUDFLARE_AI_SEARCH_FETCH_TOKENSRetrieve a stored AI Search credential without exposing its secret.需要连接
Retrieve a stored AI Search credential without exposing its secret.
认证
需要 Connected AccountTags
Cancel an indexing job.CLOUDFLARE_AI_SEARCH_INSTANCE_CHANGE_JOB_STATUSCancel an in-progress indexing job for an AI Search instance.需要连接
Cancel an in-progress indexing job for an AI Search instance.
认证
需要 Connected AccountTags
Chat CompletionsCLOUDFLARE_AI_SEARCH_INSTANCE_CHAT_COMPLETIONPerforms a chat completion request against an AI Search instance, using indexed content as context for generating responses.需要连接
Performs a chat completion request against an AI Search instance, using indexed content as context for generating responses.
认证
需要 Connected AccountTags
Create new jobCLOUDFLARE_AI_SEARCH_INSTANCE_CREATE_JOBCreates a new indexing job for an AI Search instance.需要连接
Creates a new indexing job for an AI Search instance.
认证
需要 Connected AccountTags
Get a Job DetailsCLOUDFLARE_AI_SEARCH_INSTANCE_GET_JOBRetrieves details for a specific AI Search indexing job.需要连接
Retrieves details for a specific AI Search indexing job.
认证
需要 Connected AccountTags
List Job LogsCLOUDFLARE_AI_SEARCH_INSTANCE_LIST_JOB_LOGSLists log entries for an AI Search indexing job.需要连接
Lists log entries for an AI Search indexing job.
认证
需要 Connected AccountTags
List JobsCLOUDFLARE_AI_SEARCH_INSTANCE_LIST_JOBSLists indexing jobs for an AI Search instance.需要连接
Lists indexing jobs for an AI Search instance.
认证
需要 Connected AccountTags
SearchCLOUDFLARE_AI_SEARCH_INSTANCE_SEARCHExecutes a semantic search query against an AI Search instance to find relevant indexed content.需要连接
Executes a semantic search query against an AI Search instance to find relevant indexed content.
认证
需要 Connected AccountTags
List AI Search instances.CLOUDFLARE_AI_SEARCH_LIST_INSTANCESList all AI Search instances in the account.需要连接
List all AI Search instances in the account.
认证
需要 Connected AccountTags
List namespacesCLOUDFLARE_AI_SEARCH_LIST_NAMESPACESList namespaces in the account, including their descriptions and creation times.需要连接
List namespaces in the account, including their descriptions and creation times.
认证
需要 Connected AccountTags
List tokensCLOUDFLARE_AI_SEARCH_LIST_TOKENSList stored AI Search credentials in the account without exposing their secrets.需要连接
List stored AI Search credentials in the account without exposing their secrets.
认证
需要 Connected AccountTags
Move an instance to a different namespace.CLOUDFLARE_AI_SEARCH_MOVE_INSTANCEMoves an instance from its current namespace to the specified target namespace. Use 'default' with --destination-namespace to move the instance back to the default namespace. Fails with 400 if the target namespace already has an instance with the same id (ids must be unique within a namespace — the same id can exist in different namespaces).需要连接
Moves an instance from its current namespace to the specified target namespace. Use 'default' with --destination-namespace to move the instance back to the default namespace. Fails with 400 if the target namespace already has an instance with the same id (ids must be unique within a namespace — the same id can exist in different namespaces).
认证
需要 Connected AccountTags
Create an AI Search instance.CLOUDFLARE_AI_SEARCH_NAMESPACE_CREATE_INSTANCECreate a new AI Search instance with the given configuration.需要连接
Create a new AI Search instance with the given configuration.
认证
需要 Connected AccountTags
Delete an AI Search instance.CLOUDFLARE_AI_SEARCH_NAMESPACE_DELETE_INSTANCEPermanently delete an AI Search instance and all its indexed data.需要连接
Permanently delete an AI Search instance and all its indexed data.
认证
需要 Connected AccountTags
Get an AI Search instance.CLOUDFLARE_AI_SEARCH_NAMESPACE_FETCH_INSTANCERetrieve the configuration and status of an AI Search instance.需要连接
Retrieve the configuration and status of an AI Search instance.
认证
需要 Connected AccountTags
Cancel an indexing job.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_CHANGE_JOB_STATUSCancel an in-progress indexing job for an AI Search instance.需要连接
Cancel an in-progress indexing job for an AI Search instance.
认证
需要 Connected AccountTags
Chat CompletionsCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_CHAT_COMPLETIONPerforms a chat completion request against an AI Search instance, using indexed content as context for generating responses.需要连接
Performs a chat completion request against an AI Search instance, using indexed content as context for generating responses.
认证
需要 Connected AccountTags
Create new jobCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_CREATE_JOBCreates a new indexing job for an AI Search instance.需要连接
Creates a new indexing job for an AI Search instance.
认证
需要 Connected AccountTags
Create or Update Item.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_CREATE_OR_UPDATE_ITEMCreates or updates an indexed item in an AI Search instance.需要连接
Creates or updates an indexed item in an AI Search instance.
认证
需要 Connected AccountTags
Delete Item.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_DELETE_ITEMDeletes a file from a managed AI Search instance and triggers a reindex.需要连接
Deletes a file from a managed AI Search instance and triggers a reindex.
认证
需要 Connected AccountTags
Get Item.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_GET_ITEMRetrieves a specific indexed item from an AI Search instance.需要连接
Retrieves a specific indexed item from an AI Search instance.
认证
需要 Connected AccountTags
Download Item Content.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_GET_ITEM_CONTENTDownloads the raw file content for a specific item from the managed AI Search instance storage.需要连接
Downloads the raw file content for a specific item from the managed AI Search instance storage.
认证
需要 Connected AccountTags
Get a Job DetailsCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_GET_JOBRetrieves details for a specific AI Search indexing job.需要连接
Retrieves details for a specific AI Search indexing job.
认证
需要 Connected AccountTags
List Item Chunks.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_LIST_ITEM_CHUNKSLists chunks for a specific item in an AI Search instance, including their text content.需要连接
Lists chunks for a specific item in an AI Search instance, including their text content.
认证
需要 Connected AccountTags
Items List.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_LIST_ITEMSLists indexed items in an AI Search instance.需要连接
Lists indexed items in an AI Search instance.
认证
需要 Connected AccountTags
List Job LogsCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_LIST_JOB_LOGSLists log entries for an AI Search indexing job.需要连接
Lists log entries for an AI Search indexing job.
认证
需要 Connected AccountTags
List JobsCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_LIST_JOBSLists indexing jobs for an AI Search instance.需要连接
Lists indexing jobs for an AI Search instance.
认证
需要 Connected AccountTags
Item Logs.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_LOGS_ITEMLists processing logs for a specific item in an AI Search instance.需要连接
Lists processing logs for a specific item in an AI Search instance.
认证
需要 Connected AccountTags
SearchCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_SEARCHExecutes a semantic search query against an AI Search instance to find relevant indexed content.需要连接
Executes a semantic search query against an AI Search instance to find relevant indexed content.
认证
需要 Connected AccountTags
Sync Item.CLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_SYNC_ITEMSyncs an item to an AI Search instance index.需要连接
Syncs an item to an AI Search instance index.
认证
需要 Connected AccountTags
Upload AI Search item from URLCLOUDFLARE_AI_SEARCH_NAMESPACE_INSTANCE_UPLOAD_ITEMDownloads a file from a public HTTPS URL with redirect, timeout, and size guards, then uploads it to a Cloudflare AI Search instance as multipart/form-data.需要连接
Downloads a file from a public HTTPS URL with redirect, timeout, and size guards, then uploads it to a Cloudflare AI Search instance as multipart/form-data.
认证
需要 Connected AccountTags
List AI Search instances.CLOUDFLARE_AI_SEARCH_NAMESPACE_LIST_INSTANCESList all AI Search instances in the account.需要连接
List all AI Search instances in the account.
认证
需要 Connected AccountTags
Multi-Instance Chat CompletionsCLOUDFLARE_AI_SEARCH_NAMESPACE_MULTI_INSTANCE_CHAT_COMPLETIONPerforms a chat completion request against multiple AI Search instances in parallel, merging retrieved content as context for generating a response.需要连接
Performs a chat completion request against multiple AI Search instances in parallel, merging retrieved content as context for generating a response.
认证
需要 Connected AccountTags
Multi-Instance SearchCLOUDFLARE_AI_SEARCH_NAMESPACE_MULTI_INSTANCE_SEARCHPerforms a semantic search query against multiple AI Search instances in parallel, merging the retrieved results into a single ranked response.需要连接
Performs a semantic search query against multiple AI Search instances in parallel, merging the retrieved results into a single ranked response.
认证
需要 Connected AccountTags
Purge search cache.CLOUDFLARE_AI_SEARCH_NAMESPACE_PURGE_INSTANCE_CACHEPurges all cached search results for an AI Search instance. A new internal cache key is generated, immediately orphaning all prior cached entries.需要连接
Purges all cached search results for an AI Search instance. A new internal cache key is generated, immediately orphaning all prior cached entries.
认证
需要 Connected AccountTags
Get instance statistics.CLOUDFLARE_AI_SEARCH_NAMESPACE_STATSRetrieve usage and indexing statistics for an AI Search instance.需要连接
Retrieve usage and indexing statistics for an AI Search instance.
认证
需要 Connected AccountTags
Update an AI Search instance.CLOUDFLARE_AI_SEARCH_NAMESPACE_UPDATE_INSTANCEUpdate the configuration of an AI Search instance.需要连接
Update the configuration of an AI Search instance.
认证
需要 Connected AccountTags
Get instance statistics.CLOUDFLARE_AI_SEARCH_STATSRetrieve usage and indexing statistics for an AI Search instance.需要连接
Retrieve usage and indexing statistics for an AI Search instance.
认证
需要 Connected AccountTags
Update an AI Search instance.CLOUDFLARE_AI_SEARCH_UPDATE_INSTANCEUpdate the configuration of an AI Search instance.需要连接
Update the configuration of an AI Search instance.
认证
需要 Connected AccountTags
Update a namespaceCLOUDFLARE_AI_SEARCH_UPDATE_NAMESPACEUpdate the description of an existing namespace. The default namespace cannot be modified.需要连接
Update the description of an existing namespace. The default namespace cannot be modified.
认证
需要 Connected AccountTags
Update a tokenCLOUDFLARE_AI_SEARCH_UPDATE_TOKENSReplace a stored AI Search credential and invalidate cached credentials for instances that use it.需要连接
Replace a stored AI Search credential and invalidate cached credentials for instances that use it.
认证
需要 Connected AccountTags
Get AI Security for Apps Custom TopicsCLOUDFLARE_AI_SECURITY_CUSTOM_TOPICS_GETGet the AI Security for Apps custom topic categories for a zone.需要连接
Get the AI Security for Apps custom topic categories for a zone.
认证
需要 Connected AccountTags
Set AI Security for Apps Custom TopicsCLOUDFLARE_AI_SECURITY_CUSTOM_TOPICS_PUTSet the AI Security for Apps custom topic categories for a zone. A maximum of 20 custom topics can be configured per zone. Each topic label must be 2–20 characters using only lowercase letters (a–z), digits (0–9), and hyphens. Each topic description must be 2–50 printable ASCII characters. Changes can take up to a minute to propagate to the zone.需要连接
Set the AI Security for Apps custom topic categories for a zone. A maximum of 20 custom topics can be configured per zone. Each topic label must be 2–20 characters using only lowercase letters (a–z), digits (0–9), and hyphens. Each topic description must be 2–50 printable ASCII characters. Changes can take up to a minute to propagate to the zone.
认证
需要 Connected AccountTags
Get AI Security for Apps StatusCLOUDFLARE_AI_SECURITY_SETTINGS_GETGet whether AI Security for Apps is enabled or disabled for a zone.需要连接
Get whether AI Security for Apps is enabled or disabled for a zone.
认证
需要 Connected AccountTags
Set AI Security for Apps StatusCLOUDFLARE_AI_SECURITY_SETTINGS_PUTEnable or disable AI Security for Apps for a zone. Changes can take up to a minute to propagate to the zone.需要连接
Enable or disable AI Security for Apps for a zone. Changes can take up to a minute to propagate to the zone.
认证
需要 Connected AccountTags
Check top-up statusCLOUDFLARE_AIG_BILLING_CHECK_TOPUP_STATUSGet the payment processing status of a top-up by its invoice ID.需要连接
Get the payment processing status of a top-up by its invoice ID.
认证
需要 Connected AccountTags
Create a top-upCLOUDFLARE_AIG_BILLING_CREATE_TOPUPCreate a credit top-up via Stripe PaymentIntent for the given account.需要连接
Create a credit top-up via Stripe PaymentIntent for the given account.
认证
需要 Connected AccountTags
Delete spending limitCLOUDFLARE_AIG_BILLING_DELETE_SPENDING_LIMITRemove the spending limit for the account.需要连接
Remove the spending limit for the account.
认证
需要 Connected AccountTags
Delete auto top-up configurationCLOUDFLARE_AIG_BILLING_DELETE_TOPUP_CONFIGRemove the auto top-up configuration for the account.需要连接
Remove the auto top-up configuration for the account.
认证
需要 Connected AccountTags
Get credit balanceCLOUDFLARE_AIG_BILLING_GET_CREDIT_BALANCERetrieve the current credit balance, payment method info, and top-up configuration.需要连接
Retrieve the current credit balance, payment method info, and top-up configuration.
认证
需要 Connected AccountTags
Get invoice historyCLOUDFLARE_AIG_BILLING_GET_INVOICE_HISTORYRetrieve a list of past invoices with pagination, optionally filtered by type.需要连接
Retrieve a list of past invoices with pagination, optionally filtered by type.
认证
需要 Connected AccountTags
Get invoice previewCLOUDFLARE_AIG_BILLING_GET_INVOICE_PREVIEWRetrieve a preview of the upcoming invoice including line items and tax.需要连接
Retrieve a preview of the upcoming invoice including line items and tax.
认证
需要 Connected AccountTags
Get spending limitCLOUDFLARE_AIG_BILLING_GET_SPENDING_LIMITRetrieve the current spending limit configuration for the account.需要连接
Retrieve the current spending limit configuration for the account.
认证
需要 Connected AccountTags
Get auto top-up configurationCLOUDFLARE_AIG_BILLING_GET_TOPUP_CONFIGRetrieve the current auto top-up threshold, amount, and any error state.需要连接
Retrieve the current auto top-up threshold, amount, and any error state.
认证
需要 Connected AccountTags
Get account top-up limitsCLOUDFLARE_AIG_BILLING_GET_TOPUP_LIMITSRetrieve the minimum and maximum allowed top-up amounts (in cents) for this account.需要连接
Retrieve the minimum and maximum allowed top-up amounts (in cents) for this account.
认证
需要 Connected AccountTags
Get usage historyCLOUDFLARE_AIG_BILLING_GET_USAGE_HISTORYRetrieve aggregated usage meter event summaries for the given time range.需要连接
Retrieve aggregated usage meter event summaries for the given time range.
认证
需要 Connected AccountTags
Set spending limit (deprecated)CLOUDFLARE_AIG_BILLING_SET_SPENDING_LIMITDeprecated: spending limits can no longer be created, enabled, or modified and this endpoint always responds 403. Use the new AI Gateway spend limits instead: https://developers.cloudflare.com/ai-gateway/features/spend-limits/. Existing limits can be removed via DELETE /spending-limit.需要连接
Deprecated: spending limits can no longer be created, enabled, or modified and this endpoint always responds 403. Use the new AI Gateway spend limits instead: https://developers.cloudflare.com/ai-gateway/features/spend-limits/. Existing limits can be removed via DELETE /spending-limit.
认证
需要 Connected AccountTags
Set auto top-up configurationCLOUDFLARE_AIG_BILLING_SET_TOPUP_CONFIGConfigure auto top-up with a balance threshold and top-up amount.需要连接
Configure auto top-up with a balance threshold and top-up amount.
认证
需要 Connected AccountTags
Create a new Account ProviderCLOUDFLARE_AIG_CONFIG_CREATE_ACCOUNT_PROVIDERCreates a new AI Gateway.需要连接
Creates a new AI Gateway.
认证
需要 Connected AccountTags
Create a new Account Provider CostCLOUDFLARE_AIG_CONFIG_CREATE_ACCOUNT_PROVIDER_COSTCreates a new AI Gateway.需要连接
Creates a new AI Gateway.
认证
需要 Connected AccountTags
Create a new DatasetCLOUDFLARE_AIG_CONFIG_CREATE_DATASETCreates a new AI Gateway.需要连接
Creates a new AI Gateway.
认证
需要 Connected AccountTags
Create a new EvaluationCLOUDFLARE_AIG_CONFIG_CREATE_EVALUATIONSCreates a new AI Gateway.需要连接
Creates a new AI Gateway.
认证
需要 Connected AccountTags
Create a new GatewayCLOUDFLARE_AIG_CONFIG_CREATE_GATEWAYCreates a new AI Gateway.需要连接
Creates a new AI Gateway.
认证
需要 Connected AccountTags
Create a new Provider ConfigsCLOUDFLARE_AIG_CONFIG_CREATE_PROVIDERSCreates a new AI Gateway.需要连接
Creates a new AI Gateway.
认证
需要 Connected AccountTags
Delete a Account ProviderCLOUDFLARE_AIG_CONFIG_DELETE_ACCOUNT_PROVIDERDeletes an AI Gateway dataset.需要连接
Deletes an AI Gateway dataset.
认证
需要 Connected AccountTags
Delete a Account Provider CostCLOUDFLARE_AIG_CONFIG_DELETE_ACCOUNT_PROVIDER_COSTDeletes an AI Gateway dataset.需要连接
Deletes an AI Gateway dataset.
认证
需要 Connected AccountTags
Delete a DatasetCLOUDFLARE_AIG_CONFIG_DELETE_DATASETDeletes an AI Gateway dataset.需要连接
Deletes an AI Gateway dataset.
认证
需要 Connected AccountTags
Delete a EvaluationCLOUDFLARE_AIG_CONFIG_DELETE_EVALUATIONSDeletes an AI Gateway dataset.需要连接
Deletes an AI Gateway dataset.
认证
需要 Connected AccountTags
Delete a GatewayCLOUDFLARE_AIG_CONFIG_DELETE_GATEWAYDeletes an AI Gateway dataset.需要连接
Deletes an AI Gateway dataset.
认证
需要 Connected AccountTags
Delete an AI Gateway Dynamic Route.CLOUDFLARE_AIG_CONFIG_DELETE_GATEWAY_DYNAMIC_ROUTEDelete an AI Gateway Dynamic Route.需要连接
Delete an AI Gateway Dynamic Route.
认证
需要 Connected AccountTags
Delete Gateway LogsCLOUDFLARE_AIG_CONFIG_DELETE_GATEWAY_LOGSDeletes gateway log entries matching the specified criteria.需要连接
Deletes gateway log entries matching the specified criteria.
认证
需要 Connected AccountTags
Delete a Provider ConfigsCLOUDFLARE_AIG_CONFIG_DELETE_PROVIDERSDeletes an AI Gateway dataset.需要连接
Deletes an AI Gateway dataset.
认证
需要 Connected AccountTags
Fetch a Account ProviderCLOUDFLARE_AIG_CONFIG_FETCH_ACCOUNT_PROVIDERRetrieves details for a specific AI Gateway dataset.需要连接
Retrieves details for a specific AI Gateway dataset.
认证
需要 Connected AccountTags
Fetch a Account Provider CostCLOUDFLARE_AIG_CONFIG_FETCH_ACCOUNT_PROVIDER_COSTRetrieves details for a specific AI Gateway dataset.需要连接
Retrieves details for a specific AI Gateway dataset.
认证
需要 Connected AccountTags
Fetch a DatasetCLOUDFLARE_AIG_CONFIG_FETCH_DATASETRetrieves details for a specific AI Gateway dataset.需要连接
Retrieves details for a specific AI Gateway dataset.
认证
需要 Connected AccountTags
Fetch a EvaluationCLOUDFLARE_AIG_CONFIG_FETCH_EVALUATIONSRetrieves details for a specific AI Gateway dataset.需要连接
Retrieves details for a specific AI Gateway dataset.
认证
需要 Connected AccountTags
Fetch a GatewayCLOUDFLARE_AIG_CONFIG_FETCH_GATEWAYRetrieves details for a specific AI Gateway dataset.需要连接
Retrieves details for a specific AI Gateway dataset.
认证
需要 Connected AccountTags
Get an AI Gateway Dynamic Route.CLOUDFLARE_AIG_CONFIG_GET_GATEWAY_DYNAMIC_ROUTEGet an AI Gateway Dynamic Route.需要连接
Get an AI Gateway Dynamic Route.
认证
需要 Connected AccountTags
Get an AI Gateway Dynamic Route Version.CLOUDFLARE_AIG_CONFIG_GET_GATEWAY_DYNAMIC_ROUTE_VERSIONGet an AI Gateway Dynamic Route Version.需要连接
Get an AI Gateway Dynamic Route Version.
认证
需要 Connected AccountTags
Get Gateway Log DetailCLOUDFLARE_AIG_CONFIG_GET_GATEWAY_LOG_DETAILRetrieves detailed information for a specific AI Gateway log entry.需要连接
Retrieves detailed information for a specific AI Gateway log entry.
认证
需要 Connected AccountTags
Get Gateway Log RequestCLOUDFLARE_AIG_CONFIG_GET_GATEWAY_LOG_REQUESTRetrieves the original request payload for an AI Gateway log entry.需要连接
Retrieves the original request payload for an AI Gateway log entry.
认证
需要 Connected AccountTags
Get Gateway Log ResponseCLOUDFLARE_AIG_CONFIG_GET_GATEWAY_LOG_RESPONSERetrieves the response payload for an AI Gateway log entry.需要连接
Retrieves the response payload for an AI Gateway log entry.
认证
需要 Connected AccountTags
Get Gateway URLCLOUDFLARE_AIG_CONFIG_GET_GATEWAY_URLRetrieves the endpoint URL for an AI Gateway.需要连接
Retrieves the endpoint URL for an AI Gateway.
认证
需要 Connected AccountTags
List Account ProvidersCLOUDFLARE_AIG_CONFIG_LIST_ACCOUNT_PROVIDERLists all AI Gateway evaluator types configured for the account.需要连接
Lists all AI Gateway evaluator types configured for the account.
认证
需要 Connected AccountTags
List Account Provider CostsCLOUDFLARE_AIG_CONFIG_LIST_ACCOUNT_PROVIDER_COSTLists all AI Gateway evaluator types configured for the account.需要连接
Lists all AI Gateway evaluator types configured for the account.
认证
需要 Connected AccountTags
List DatasetsCLOUDFLARE_AIG_CONFIG_LIST_DATASETLists all AI Gateway evaluator types configured for the account.需要连接
Lists all AI Gateway evaluator types configured for the account.
认证
需要 Connected AccountTags
List EvaluationsCLOUDFLARE_AIG_CONFIG_LIST_EVALUATIONSLists all AI Gateway evaluator types configured for the account.需要连接
Lists all AI Gateway evaluator types configured for the account.
认证
需要 Connected AccountTags
List EvaluatorsCLOUDFLARE_AIG_CONFIG_LIST_EVALUATORSLists all available evaluator types for scoring AI gateway responses.需要连接
Lists all available evaluator types for scoring AI gateway responses.
认证
需要 Connected AccountTags
List GatewaysCLOUDFLARE_AIG_CONFIG_LIST_GATEWAYLists all AI Gateway evaluator types configured for the account.需要连接
Lists all AI Gateway evaluator types configured for the account.
认证
需要 Connected AccountTags
List all AI Gateway Dynamic Route Deployments.CLOUDFLARE_AIG_CONFIG_LIST_GATEWAY_DYNAMIC_ROUTE_DEPLOYMENTSList all AI Gateway Dynamic Route Deployments.需要连接
List all AI Gateway Dynamic Route Deployments.
认证
需要 Connected AccountTags
List all AI Gateway Dynamic Route Versions.CLOUDFLARE_AIG_CONFIG_LIST_GATEWAY_DYNAMIC_ROUTE_VERSIONSList all AI Gateway Dynamic Route Versions.需要连接
List all AI Gateway Dynamic Route Versions.
认证
需要 Connected AccountTags
List all AI Gateway Dynamic Routes.CLOUDFLARE_AIG_CONFIG_LIST_GATEWAY_DYNAMIC_ROUTESList all AI Gateway Dynamic Routes.需要连接
List all AI Gateway Dynamic Routes.
认证
需要 Connected AccountTags
List Gateway LogsCLOUDFLARE_AIG_CONFIG_LIST_GATEWAY_LOGSLists request/response log entries for the AI gateway with filtering and pagination.需要连接
Lists request/response log entries for the AI gateway with filtering and pagination.
认证
需要 Connected AccountTags
List Provider ConfigsCLOUDFLARE_AIG_CONFIG_LIST_PROVIDERSLists all AI Gateway evaluator types configured for the account.需要连接
Lists all AI Gateway evaluator types configured for the account.
认证
需要 Connected AccountTags
Patch Gateway LogCLOUDFLARE_AIG_CONFIG_PATCH_GATEWAY_LOGUpdates metadata for an AI Gateway log entry.需要连接
Updates metadata for an AI Gateway log entry.
认证
需要 Connected AccountTags
Create a new AI Gateway Dynamic Route.CLOUDFLARE_AIG_CONFIG_POST_GATEWAY_DYNAMIC_ROUTECreate a new AI Gateway Dynamic Route.需要连接
Create a new AI Gateway Dynamic Route.
认证
需要 Connected AccountTags
Create a new AI Gateway Dynamic Route Deployment.CLOUDFLARE_AIG_CONFIG_POST_GATEWAY_DYNAMIC_ROUTE_DEPLOYMENTCreate a new AI Gateway Dynamic Route Deployment.需要连接
Create a new AI Gateway Dynamic Route Deployment.
认证
需要 Connected AccountTags
Create a new AI Gateway Dynamic Route Version.CLOUDFLARE_AIG_CONFIG_POST_GATEWAY_DYNAMIC_ROUTE_VERSIONCreate a new AI Gateway Dynamic Route Version.需要连接
Create a new AI Gateway Dynamic Route Version.
认证
需要 Connected AccountTags
Update a Account ProviderCLOUDFLARE_AIG_CONFIG_UPDATE_ACCOUNT_PROVIDERUpdates an existing AI Gateway dataset.需要连接
Updates an existing AI Gateway dataset.
认证
需要 Connected AccountTags
Update a Account Provider CostCLOUDFLARE_AIG_CONFIG_UPDATE_ACCOUNT_PROVIDER_COSTUpdates an existing AI Gateway dataset.需要连接
Updates an existing AI Gateway dataset.
认证
需要 Connected AccountTags
Update a DatasetCLOUDFLARE_AIG_CONFIG_UPDATE_DATASETUpdates an existing AI Gateway dataset.需要连接
Updates an existing AI Gateway dataset.
认证
需要 Connected AccountTags
Update a GatewayCLOUDFLARE_AIG_CONFIG_UPDATE_GATEWAYUpdates an existing AI Gateway dataset.需要连接
Updates an existing AI Gateway dataset.
认证
需要 Connected AccountTags
Update an AI Gateway Dynamic Route.CLOUDFLARE_AIG_CONFIG_UPDATE_GATEWAY_DYNAMIC_ROUTEUpdate an AI Gateway Dynamic Route.需要连接
Update an AI Gateway Dynamic Route.
认证
需要 Connected AccountTags
Update a Provider ConfigsCLOUDFLARE_AIG_CONFIG_UPDATE_PROVIDERSUpdates an existing AI Gateway dataset.需要连接
Updates an existing AI Gateway dataset.
认证
需要 Connected AccountTags
Execute an Analytics Engine SQL query via query parameterCLOUDFLARE_ANALYTICS_ENGINE_SQL_QUERY_GETExecutes a SQL query against Workers Analytics Engine data. Pass the SQL query as a query parameter. The response uses newline-delimited JSON (NDJSON) by default, or a single JSON object when the query includes a FORMAT JSON clause. Use the POST method for longer queries that may exceed URL length limits.需要连接
Executes a SQL query against Workers Analytics Engine data. Pass the SQL query as a query parameter. The response uses newline-delimited JSON (NDJSON) by default, or a single JSON object when the query includes a FORMAT JSON clause. Use the POST method for longer queries that may exceed URL length limits.
认证
需要 Connected AccountTags
Execute an Analytics Engine SQL query via request bodyCLOUDFLARE_ANALYTICS_ENGINE_SQL_QUERY_POSTExecutes a SQL query against Workers Analytics Engine data. Pass the SQL query in the request body as plain text. The response uses newline-delimited JSON (NDJSON) by default, or a single JSON object when the query includes a FORMAT JSON clause. Prefer this method for longer queries that may exceed URL length limits.需要连接
Executes a SQL query against Workers Analytics Engine data. Pass the SQL query in the request body as plain text. The response uses newline-delimited JSON (NDJSON) by default, or a single JSON object when the query includes a FORMAT JSON clause. Prefer this method for longer queries that may exceed URL length limits.
认证
需要 Connected AccountTags
Analyze CertificateCLOUDFLARE_ANALYZE_CERTIFICATE_ANALYZE_CERTIFICATEReturns the set of hostnames, the signature algorithm, and the expiration date of the certificate.需要连接
Returns the set of hostnames, the signature algorithm, and the expiration date of the certificate.
认证
需要 Connected AccountTags
Retrieve a discovered operationCLOUDFLARE_API_SHIELD_API_DISCOVERY_RETRIEVE_DISCOVERED_OPERATION_BY_IDRetrieve a single discovered operation by ID需要连接
Retrieve a single discovered operation by ID
认证
需要 Connected AccountTags
Retrieve discovered operations on a zoneCLOUDFLARE_API_SHIELD_API_DISCOVERY_RETRIEVE_DISCOVERED_OPERATIONS_ON_A_ZONERetrieve the most up to date view of discovered operations需要连接
Retrieve the most up to date view of discovered operations
认证
需要 Connected AccountTags
Retrieve discovered operations on a zone rendered as OpenAPI schemasCLOUDFLARE_API_SHIELD_API_DISCOVERY_RETRIEVE_DISCOVERED_OPERATIONS_ON_A_ZONE_AS_OPENAPIRetrieve the most up to date view of discovered operations, rendered as OpenAPI schemas需要连接
Retrieve the most up to date view of discovered operations, rendered as OpenAPI schemas
认证
需要 Connected AccountTags
Patch discovered operationCLOUDFLARE_API_SHIELD_API_PATCH_DISCOVERED_OPERATIONUpdate the `state` on a discovered operation需要连接
Update the `state` on a discovered operation
认证
需要 Connected AccountTags
Patch discovered operationsCLOUDFLARE_API_SHIELD_API_PATCH_DISCOVERED_OPERATIONSUpdate the `state` on one or more discovered operations需要连接
Update the `state` on one or more discovered operations
认证
需要 Connected AccountTags
Delete user labelCLOUDFLARE_API_SHIELD_DELETE_USER_LABELDelete user label需要连接
Delete user label
认证
需要 Connected AccountTags
Add one operation to a zoneCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_ADD_OPERATION_TO_A_ZONEAdd one operation to a zone. Endpoints can contain path variables. Host, method, endpoint will be normalized to a canoncial form when creating an operation and must be unique on the zone. Inserting an operation that matches an existing one will return the record of the already existing operation and update its last_updated date.需要连接
Add one operation to a zone. Endpoints can contain path variables. Host, method, endpoint will be normalized to a canoncial form when creating an operation and must be unique on the zone. Inserting an operation that matches an existing one will return the record of the already existing operation and update its last_updated date.
认证
需要 Connected AccountTags
Add operations to a zoneCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_ADD_OPERATIONS_TO_A_ZONEAdd one or more operations to a zone. Endpoints can contain path variables. Host, method, endpoint will be normalized to a canoncial form when creating an operation and must be unique on the zone. Inserting an operation that matches an existing one will return the record of the already existing operation and update its last_updated date.需要连接
Add one or more operations to a zone. Endpoints can contain path variables. Host, method, endpoint will be normalized to a canoncial form when creating an operation and must be unique on the zone. Inserting an operation that matches an existing one will return the record of the already existing operation and update its last_updated date.
认证
需要 Connected AccountTags
Delete an operationCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_DELETE_AN_OPERATIONRemoves a single API operation from API Shield endpoint management. The operation will no longer be tracked or protected by API Shield rules.需要连接
Removes a single API operation from API Shield endpoint management. The operation will no longer be tracked or protected by API Shield rules.
认证
需要 Connected AccountTags
Delete multiple operationsCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_DELETE_MULTIPLE_OPERATIONSBulk removes multiple API operations from API Shield endpoint management in a single request. Efficient for cleaning up unused endpoints.需要连接
Bulk removes multiple API operations from API Shield endpoint management in a single request. Efficient for cleaning up unused endpoints.
认证
需要 Connected AccountTags
Retrieve information about all operations on a zoneCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_RETRIEVE_INFORMATION_ABOUT_ALL_OPERATIONS_ON_A_ZONELists all API operations tracked by API Shield for a zone with pagination. Returns operation details including method, path, and feature configurations.需要连接
Lists all API operations tracked by API Shield for a zone with pagination. Returns operation details including method, path, and feature configurations.
认证
需要 Connected AccountTags
Retrieve information about an operationCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_RETRIEVE_INFORMATION_ABOUT_AN_OPERATIONGets detailed information about a specific API operation in API Shield, including its schema validation settings and traffic statistics.需要连接
Gets detailed information about a specific API operation in API Shield, including its schema validation settings and traffic statistics.
认证
需要 Connected AccountTags
Retrieve operations and features as OpenAPI schemasCLOUDFLARE_API_SHIELD_ENDPOINT_MANAGEMENT_RETRIEVE_OPERATIONS_AND_FEATURES_AS_OPEN_API_SCHEMASRetrieves API operations and their features exported as OpenAPI schemas.需要连接
Retrieves API operations and their features exported as OpenAPI schemas.
认证
需要 Connected AccountTags
Generate fallthrough WAF expression template from a set of API hostsCLOUDFLARE_API_SHIELD_EXPRESSION_TEMPLATES_FALLTHROUGHCreates an expression template fallthrough rule for API Shield. Used for configuring default behavior when no other expression templates match.需要连接
Creates an expression template fallthrough rule for API Shield. Used for configuring default behavior when no other expression templates match.
认证
需要 Connected AccountTags
Create user labelsCLOUDFLARE_API_SHIELD_LABELS_CREATE_USER_LABELSCreate user labels需要连接
Create user labels
认证
需要 Connected AccountTags
Delete user labelsCLOUDFLARE_API_SHIELD_LABELS_DELETE_USER_LABELSDelete user labels需要连接
Delete user labels
认证
需要 Connected AccountTags
Retrieve all labelsCLOUDFLARE_API_SHIELD_LABELS_GET_LABELSRetrieve all labels需要连接
Retrieve all labels
认证
需要 Connected AccountTags
Retrieve managed labelCLOUDFLARE_API_SHIELD_LABELS_GET_MANAGED_LABELRetrieve managed label需要连接
Retrieve managed label
认证
需要 Connected AccountTags
Retrieve user labelCLOUDFLARE_API_SHIELD_LABELS_GET_USER_LABELRetrieve user label需要连接
Retrieve user label
认证
需要 Connected AccountTags
Replace operation(s) attached to a managed labelCLOUDFLARE_API_SHIELD_LABELS_REPLACE_OPERATIONS_ATTACHED_TO_MANAGED_LABELReplace all operations(s) attached to a managed label需要连接
Replace all operations(s) attached to a managed label
认证
需要 Connected AccountTags
Replace operation(s) attached to a user labelCLOUDFLARE_API_SHIELD_LABELS_REPLACE_OPERATIONS_ATTACHED_TO_USER_LABELReplace all operations(s) attached to a user label需要连接
Replace all operations(s) attached to a user label
认证
需要 Connected AccountTags
Bulk remove label(s) on operation(s) in endpoint managementCLOUDFLARE_API_SHIELD_OPERATIONS_BULK_DELETE_LABELS_TO_OPERATIONSBulk remove label(s) on operation(s) in endpoint management需要连接
Bulk remove label(s) on operation(s) in endpoint management
认证
需要 Connected AccountTags
Bulk attach label(s) on operation(s) in endpoint managementCLOUDFLARE_API_SHIELD_OPERATIONS_BULK_POST_LABELS_TO_OPERATIONSBulk attach label(s) on operation(s) in endpoint management需要连接
Bulk attach label(s) on operation(s) in endpoint management
认证
需要 Connected AccountTags
Bulk replace label(s) on operation(s) in endpoint managementCLOUDFLARE_API_SHIELD_OPERATIONS_BULK_PUT_LABELS_TO_OPERATIONSBulk replace label(s) on operation(s) in endpoint management需要连接
Bulk replace label(s) on operation(s) in endpoint management
认证
需要 Connected AccountTags
Remove label(s) on an operation in endpoint managementCLOUDFLARE_API_SHIELD_OPERATIONS_DELETE_LABELS_FROM_OPERATIONRemove label(s) on an operation in endpoint management需要连接
Remove label(s) on an operation in endpoint management
认证
需要 Connected AccountTags
Attach label(s) on an operation in endpoint managementCLOUDFLARE_API_SHIELD_OPERATIONS_POST_LABELS_TO_OPERATIONAttach label(s) on an operation in endpoint management需要连接
Attach label(s) on an operation in endpoint management
认证
需要 Connected AccountTags
Replace label(s) on an operation in endpoint managementCLOUDFLARE_API_SHIELD_OPERATIONS_PUT_LABELS_TO_OPERATIONReplace label(s) on an operation in endpoint management需要连接
Replace label(s) on an operation in endpoint management
认证
需要 Connected AccountTags
Patch user labelCLOUDFLARE_API_SHIELD_PATCH_USER_LABELUpdate certain fields on a label需要连接
Update certain fields on a label
认证
需要 Connected AccountTags
Update user labelCLOUDFLARE_API_SHIELD_PUT_USER_LABELUpdate all fields on a label需要连接
Update all fields on a label
认证
需要 Connected AccountTags
Delete a schemaCLOUDFLARE_API_SHIELD_SCHEMA_DELETE_A_SCHEMAPermanently removes an uploaded OpenAPI schema from API Shield schema validation. Operations using this schema will lose their validation rules.需要连接
Permanently removes an uploaded OpenAPI schema from API Shield schema validation. Operations using this schema will lose their validation rules.
认证
需要 Connected AccountTags
Enable validation for a schemaCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_ENABLE_VALIDATION_FOR_A_SCHEMAActivates schema validation for an uploaded OpenAPI schema. Requests to matching endpoints will be validated against the schema definitions.需要连接
Activates schema validation for an uploaded OpenAPI schema. Requests to matching endpoints will be validated against the schema definitions.
认证
需要 Connected AccountTags
Retrieve all operations from a schema.CLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_EXTRACT_OPERATIONS_FROM_SCHEMARetrieves all operations from the schema. Operations that already exist in API Shield Endpoint Management will be returned as full operations.需要连接
Retrieves all operations from the schema. Operations that already exist in API Shield Endpoint Management will be returned as full operations.
认证
需要 Connected AccountTags
Update zone level schema validation settingsCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_PATCH_ZONE_LEVEL_SETTINGSUpdates zone level schema validation settings on the zone需要连接
Updates zone level schema validation settings on the zone
认证
需要 Connected AccountTags
Retrieve information about all schemas on a zoneCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_RETRIEVE_INFORMATION_ABOUT_ALL_SCHEMASLists all OpenAPI schemas uploaded to API Shield for the zone, including their validation status and associated operations.需要连接
Lists all OpenAPI schemas uploaded to API Shield for the zone, including their validation status and associated operations.
认证
需要 Connected AccountTags
Retrieve information about a specific schema on a zoneCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_RETRIEVE_INFORMATION_ABOUT_SPECIFIC_SCHEMAGets detailed information about a specific uploaded OpenAPI schema, including its contents and validation configuration.需要连接
Gets detailed information about a specific uploaded OpenAPI schema, including its contents and validation configuration.
认证
需要 Connected AccountTags
Retrieve operation-level schema validation settingsCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_RETRIEVE_OPERATION_LEVEL_SETTINGSRetrieves operation-level schema validation settings on the zone需要连接
Retrieves operation-level schema validation settings on the zone
认证
需要 Connected AccountTags
Retrieve schema hosts in a zoneCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_RETRIEVE_USER_SCHEMA_HOSTSLists all unique hosts found in uploaded OpenAPI schemas for the zone. Useful for understanding which domains have schema coverage.需要连接
Lists all unique hosts found in uploaded OpenAPI schemas for the zone. Useful for understanding which domains have schema coverage.
认证
需要 Connected AccountTags
Retrieve zone level schema validation settingsCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_RETRIEVE_ZONE_LEVEL_SETTINGSRetrieves zone level schema validation settings currently set on the zone需要连接
Retrieves zone level schema validation settings currently set on the zone
认证
需要 Connected AccountTags
Update multiple operation-level schema validation settingsCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_UPDATE_MULTIPLE_OPERATION_LEVEL_SETTINGSUpdates multiple operation-level schema validation settings on the zone需要连接
Updates multiple operation-level schema validation settings on the zone
认证
需要 Connected AccountTags
Update operation-level schema validation settingsCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_UPDATE_OPERATION_LEVEL_SETTINGSUpdates operation-level schema validation settings on the zone需要连接
Updates operation-level schema validation settings on the zone
认证
需要 Connected AccountTags
Update zone level schema validation settingsCLOUDFLARE_API_SHIELD_SCHEMA_VALIDATION_UPDATE_ZONE_LEVEL_SETTINGSUpdates zone level schema validation settings on the zone需要连接
Updates zone level schema validation settings on the zone
认证
需要 Connected AccountTags
Retrieve information about specific configuration propertiesCLOUDFLARE_API_SHIELD_SETTINGS_RETRIEVE_INFORMATION_ABOUT_SPECIFIC_CONFIGURATION_PROPERTIESGets the current API Shield configuration settings for a zone, including validation behavior and enforcement mode.需要连接
Gets the current API Shield configuration settings for a zone, including validation behavior and enforcement mode.
认证
需要 Connected AccountTags
Update configuration propertiesCLOUDFLARE_API_SHIELD_SETTINGS_SET_CONFIGURATION_PROPERTIESUpdates API Shield configuration settings for a zone. Can modify validation strictness, enforcement mode, and other global settings.需要连接
Updates API Shield configuration settings for a zone. Can modify validation strictness, enforcement mode, and other global settings.
认证
需要 Connected AccountTags
Archive a findingCLOUDFLARE_ARCHIVE_FINDING_INSTANCEArchive one or more finding instances.需要连接
Archive one or more finding instances.
认证
需要 Connected AccountTags
Archives Security Center InsightCLOUDFLARE_ARCHIVE_SECURITY_CENTER_INSIGHTArchives a Security Center insight for an account, removing it from the active insights list while preserving historical data.需要连接
Archives a Security Center insight for an account, removing it from the active insights list while preserving historical data.
认证
需要 Connected AccountTags
Archives Security Center InsightCLOUDFLARE_ARCHIVE_SECURITY_CENTER_INSIGHT_DEPRECATEDDeprecated endpoint for archiving Security Center insights. Use the newer archive-security-center-insight endpoint instead.需要连接
Deprecated endpoint for archiving Security Center insights. Use the newer archive-security-center-insight endpoint instead.
认证
需要 Connected AccountTags
Archives Zone Security Center InsightCLOUDFLARE_ARCHIVE_ZONE_SECURITY_CENTER_INSIGHTArchives a zone-specific Security Center insight, removing it from the active zone insights while preserving historical data.需要连接
Archives a zone-specific Security Center insight, removing it from the active zone insights while preserving historical data.
认证
需要 Connected AccountTags
Argo Analytics for a zone at different PoPsCLOUDFLARE_ARGO_ANALYTICS_FOR_GEOLOCATION_ARGO_ANALYTICS_FOR_A_ZONE_AT_DIFFERENT_PO_PSRetrieves Argo Smart Routing analytics broken down by geographic points of presence (PoPs). Shows latency improvements and routing efficiency per location.需要连接
Retrieves Argo Smart Routing analytics broken down by geographic points of presence (PoPs). Shows latency improvements and routing efficiency per location.
认证
需要 Connected AccountTags
Argo Analytics for a zoneCLOUDFLARE_ARGO_ANALYTICS_FOR_ZONE_ARGO_ANALYTICS_FOR_A_ZONERetrieves aggregate Argo Smart Routing analytics for a zone, including latency improvements, bandwidth savings, and routing statistics.需要连接
Retrieves aggregate Argo Smart Routing analytics for a zone, including latency improvements, bandwidth savings, and routing statistics.
认证
需要 Connected AccountTags
Get Argo Smart Routing settingCLOUDFLARE_ARGO_SMART_ROUTING_GET_ARGO_SMART_ROUTING_SETTINGRetrieves the value of Argo Smart Routing enablement setting.需要连接
Retrieves the value of Argo Smart Routing enablement setting.
认证
需要 Connected AccountTags
Patch Argo Smart Routing settingCLOUDFLARE_ARGO_SMART_ROUTING_PATCH_ARGO_SMART_ROUTING_SETTINGConfigures the value of the Argo Smart Routing enablement setting.需要连接
Configures the value of the Argo Smart Routing enablement setting.
认证
需要 Connected AccountTags
Query analytics summaryCLOUDFLARE_ART_ANALYTICS_QUERY_SUMMARYReturns aggregate summary stats for a dataset. Includes current-period and previous-period totals for trend comparison.需要连接
Returns aggregate summary stats for a dataset. Includes current-period and previous-period totals for trend comparison.
认证
需要 Connected AccountTags
Query analytics timeseriesCLOUDFLARE_ART_ANALYTICS_QUERY_TIMESERIESReturns time-bucketed analytics data for a dataset. Includes time slots, each containing the requested stats, group-by dimensions, and resolution-controlled bucket size (e.g. `hour`, `day`).需要连接
Returns time-bucketed analytics data for a dataset. Includes time slots, each containing the requested stats, group-by dimensions, and resolution-controlled bucket size (e.g. `hour`, `day`).
认证
需要 Connected AccountTags
Query analytics top-NCLOUDFLARE_ART_ANALYTICS_QUERY_TOP_NReturns the top N results for a dataset by a specified stat. Includes an array of result rows, each containing the requested stats and group-by dimensions.需要连接
Returns the top N results for a dataset by a specified stat. Includes an array of result rows, each containing the requested stats and group-by dimensions.
认证
需要 Connected AccountTags
Get a namespaceCLOUDFLARE_ARTIFACTS_NAMESPACES_GETReturns an Artifacts namespace summary.需要连接
Returns an Artifacts namespace summary.
认证
需要 Connected AccountTags
List namespacesCLOUDFLARE_ARTIFACTS_NAMESPACES_LISTLists Artifacts namespaces for an account.需要连接
Lists Artifacts namespaces for an account.
认证
需要 Connected AccountTags
List repository tokensCLOUDFLARE_ARTIFACTS_REPO_TOKENS_LISTLists tokens for a repository.需要连接
Lists tokens for a repository.
认证
需要 Connected AccountTags
Read a Git blobCLOUDFLARE_ARTIFACTS_REPOS_BLOB_GETReturns raw bytes for an immutable Git blob object. Blob responses are cacheable forever by hash.需要连接
Returns raw bytes for an immutable Git blob object. Blob responses are cacheable forever by hash.
认证
需要 Connected AccountTags
Read a Git commitCLOUDFLARE_ARTIFACTS_REPOS_COMMIT_GETReturns decoded metadata for an immutable Git commit object. Commit responses are cacheable forever by hash.需要连接
Returns decoded metadata for an immutable Git commit object. Commit responses are cacheable forever by hash.
认证
需要 Connected AccountTags
Create a repositoryCLOUDFLARE_ARTIFACTS_REPOS_CREATECreates a Git-compatible Artifacts repository in a namespace.需要连接
Creates a Git-compatible Artifacts repository in a namespace.
认证
需要 Connected AccountTags
Delete a repositoryCLOUDFLARE_ARTIFACTS_REPOS_DELETEDeletes a repository and schedules cleanup of its backing data.需要连接
Deletes a repository and schedules cleanup of its backing data.
认证
需要 Connected AccountTags
Read a fileCLOUDFLARE_ARTIFACTS_REPOS_FILE_GETReturns raw bytes for a file resolved by ref and path.需要连接
Returns raw bytes for a file resolved by ref and path.
认证
需要 Connected AccountTags
Fork a repositoryCLOUDFLARE_ARTIFACTS_REPOS_FORKForks a source repository into a new repository.需要连接
Forks a source repository into a new repository.
认证
需要 Connected AccountTags
Get a repositoryCLOUDFLARE_ARTIFACTS_REPOS_GETReturns repository metadata.需要连接
Returns repository metadata.
认证
需要 Connected AccountTags
Import a repositoryCLOUDFLARE_ARTIFACTS_REPOS_IMPORTImports an HTTPS Git repository into an Artifacts repository.需要连接
Imports an HTTPS Git repository into an Artifacts repository.
认证
需要 Connected AccountTags
List repositoriesCLOUDFLARE_ARTIFACTS_REPOS_LISTLists repositories in a namespace.需要连接
Lists repositories in a namespace.
认证
需要 Connected AccountTags
Read commit historyCLOUDFLARE_ARTIFACTS_REPOS_LOG_GETReturns commit metadata walking backwards from a ref, branch, tag, or HEAD.需要连接
Returns commit metadata walking backwards from a ref, branch, tag, or HEAD.
认证
需要 Connected AccountTags
Read a raw file with content typeCLOUDFLARE_ARTIFACTS_REPOS_RAW_GETReturns file bytes resolved by ref and path, with a sniffed content type and browser-safe response headers.需要连接
Returns file bytes resolved by ref and path, with a sniffed content type and browser-safe response headers.
认证
需要 Connected AccountTags
Read a Git treeCLOUDFLARE_ARTIFACTS_REPOS_TREE_GETReturns decoded entries for an immutable Git tree object. Tree responses are cacheable forever by hash.需要连接
Returns decoded entries for an immutable Git tree object. Tree responses are cacheable forever by hash.
认证
需要 Connected AccountTags
Create a repository tokenCLOUDFLARE_ARTIFACTS_TOKENS_CREATECreates a scoped Git token for a repository.需要连接
Creates a scoped Git token for a repository.
认证
需要 Connected AccountTags
Revoke a tokenCLOUDFLARE_ARTIFACTS_TOKENS_REVOKERevokes an Artifacts repository token.需要连接
Revokes an Artifacts repository token.
认证
需要 Connected AccountTags
Get ASN Overview.CLOUDFLARE_ASN_INTELLIGENCE_GET_ASN_OVERVIEWGets an overview of the Autonomous System Number (ASN) and a list of subnets for it.需要连接
Gets an overview of the Autonomous System Number (ASN) and a list of subnets for it.
认证
需要 Connected AccountTags
Get ASN SubnetsCLOUDFLARE_ASN_INTELLIGENCE_GET_ASN_SUBNETSGet ASN Subnets.需要连接
Get ASN Subnets.
认证
需要 Connected AccountTags
Get account audit logsCLOUDFLARE_AUDIT_LOGS_GET_ACCOUNT_AUDIT_LOGSGets a list of audit logs for an account. Can be filtered by who made the change, on which zone, and the timeframe of the change.需要连接
Gets a list of audit logs for an account. Can be filtered by who made the change, on which zone, and the timeframe of the change.
认证
需要 Connected AccountTags
Get user audit logsCLOUDFLARE_AUDIT_LOGS_GET_USER_AUDIT_LOGSGets a list of audit logs for a user account. Can be filtered by who made the change, on which zone, and the timeframe of the change.需要连接
Gets a list of audit logs for a user account. Can be filtered by who made the change, on which zone, and the timeframe of the change.
认证
需要 Connected AccountTags
Get resource change history from an account audit log entry (Version 2)CLOUDFLARE_AUDIT_LOGS_V2_GET_ACCOUNT_AUDIT_LOG_HISTORYReturns the chronological change history for the resource identified by the given audit log entry. The endpoint first locates the source audit log entry by `id` (using `action_time` to narrow the lookup window), derives identifying filters from that entry, and then returns matching audit logs within the `since`/`before` window. The `result_info.history_status` field indicates the quality of the resource identification used: - `exact`: Resource was identified by the resource URI. - `approximate`: Resource was identified without the resource URI. - `unavailable`: The source audit log entry did not contain enough information to identify the resource; an empty result is returned.需要连接
Returns the chronological change history for the resource identified by the given audit log entry. The endpoint first locates the source audit log entry by `id` (using `action_time` to narrow the lookup window), derives identifying filters from that entry, and then returns matching audit logs within the `since`/`before` window. The `result_info.history_status` field indicates the quality of the resource identification used: - `exact`: Resource was identified by the resource URI. - `approximate`: Resource was identified without the resource URI. - `unavailable`: The source audit log entry did not contain enough information to identify the resource; an empty result is returned.
认证
需要 Connected AccountTags
Get account audit logs (Version 2)CLOUDFLARE_AUDIT_LOGS_V2_GET_ACCOUNT_AUDIT_LOGSGets a list of audit logs for an account.需要连接
Gets a list of audit logs for an account.
认证
需要 Connected AccountTags
Get resource change history from an organization audit log entry (Version 2)CLOUDFLARE_AUDIT_LOGS_V2_GET_ORGANIZATION_AUDIT_LOG_HISTORYReturns the chronological change history for the resource identified by the given organization-scoped audit log entry. The endpoint first locates the source audit log entry by `id` (using `action_time` to narrow the lookup window), derives identifying filters from that entry, and then returns matching audit logs within the `since`/`before` window. The `result_info.history_status` field indicates the quality of the resource identification used: - `exact`: Resource was identified by the resource URI. - `approximate`: Resource was identified without the resource URI. - `unavailable`: The source audit log entry did not contain enough information to identify the resource; an empty result is returned.需要连接
Returns the chronological change history for the resource identified by the given organization-scoped audit log entry. The endpoint first locates the source audit log entry by `id` (using `action_time` to narrow the lookup window), derives identifying filters from that entry, and then returns matching audit logs within the `since`/`before` window. The `result_info.history_status` field indicates the quality of the resource identification used: - `exact`: Resource was identified by the resource URI. - `approximate`: Resource was identified without the resource URI. - `unavailable`: The source audit log entry did not contain enough information to identify the resource; an empty result is returned.
认证
需要 Connected AccountTags
Get organization audit logs (Version 2)CLOUDFLARE_AUDIT_LOGS_V2_GET_ORGANIZATION_AUDIT_LOGSGets a list of audit logs for an organization.需要连接
Gets a list of audit logs for an organization.
认证
需要 Connected AccountTags
List account audit log product categories (Version 2)CLOUDFLARE_AUDIT_LOGS_V2_LIST_ACCOUNT_PRODUCT_CATEGORIESLists the available audit log product categories and the resource products each one expands to. Use these values with the product_category filter on the account audit logs endpoint.需要连接
Lists the available audit log product categories and the resource products each one expands to. Use these values with the product_category filter on the account audit logs endpoint.
认证
需要 Connected AccountTags
AI SearchCLOUDFLARE_AUTORAG_CONFIG_AI_SEARCHRuns an AI Search query against an AutoRAG.需要连接
Runs an AI Search query against an AutoRAG.
认证
需要 Connected AccountTags
FilesCLOUDFLARE_AUTORAG_CONFIG_FILESLists files indexed by an AutoRAG.需要连接
Lists files indexed by an AutoRAG.
认证
需要 Connected AccountTags
Get a Job DetailsCLOUDFLARE_AUTORAG_CONFIG_GET_JOBReturns details for an AutoRAG job.需要连接
Returns details for an AutoRAG job.
认证
需要 Connected AccountTags
List Job LogsCLOUDFLARE_AUTORAG_CONFIG_LIST_JOB_LOGSLists logs for an AutoRAG job.需要连接
Lists logs for an AutoRAG job.
认证
需要 Connected AccountTags
List JobsCLOUDFLARE_AUTORAG_CONFIG_LIST_JOBSLists jobs for an AutoRAG.需要连接
Lists jobs for an AutoRAG.
认证
需要 Connected AccountTags
SearchCLOUDFLARE_AUTORAG_CONFIG_SEARCHSearches an AutoRAG.需要连接
Searches an AutoRAG.
认证
需要 Connected AccountTags
SyncCLOUDFLARE_AUTORAG_CONFIG_SYNCStarts synchronization for an AutoRAG.需要连接
Starts synchronization for an AutoRAG.
认证
需要 Connected AccountTags
List available Page Rules settingsCLOUDFLARE_AVAILABLE_PAGE_RULES_SETTINGS_LIST_AVAILABLE_PAGE_RULES_SETTINGSReturns a list of settings (and their details) that Page Rules can apply to matching requests.需要连接
Returns a list of settings (and their details) that Page Rules can apply to matching requests.
认证
需要 Connected AccountTags
Begin SSO connector verificationCLOUDFLARE_BEGIN_SSO_CONNECTOR_VERIFICATIONValidates the user has added the DNS TXT record required for validating ownership of the domain they are trying to set up a connector for.需要连接
Validates the user has added the DNS TXT record required for validating ownership of the domain they are trying to set up a connector for.
认证
需要 Connected AccountTags
Get PayGo Account Billable Usage (Version 1, Alpha)CLOUDFLARE_BILLABLE_USAGE_GET_PAYGO_ACCOUNT_USAGEReturns billable usage data for PayGo (self-serve) accounts. When no query parameters are provided, returns usage for the current billing period.需要连接
Returns billable usage data for PayGo (self-serve) accounts. When no query parameters are provided, returns usage for the current billing period.
认证
需要 Connected AccountTags
Get PayGo Account Billable Usage Info (Version 1, Alpha)CLOUDFLARE_BILLABLE_USAGE_GET_PAYGO_ACCOUNT_USAGE_INFOReturns high-level usage information for the account, including coverage, and subscription metadata.需要连接
Returns high-level usage information for the account, including coverage, and subscription metadata.
认证
需要 Connected AccountTags
Get Account Usage (Version 2, Alpha, Restricted)CLOUDFLARE_BILLABLE_USAGE_V2_GET_ACCOUNT_USAGEReturns cost and usage data for a single Cloudflare account, aligned with the [FinOps FOCUS v1.3](https://focus.finops.org/focus-specification/v1-3/) Cost and Usage dataset specification. Each record represents one billable metric for one account on one day. This includes all metered usage, including usage that falls within free-tier allowances and may result in zero cost. **Note:** Cost and pricing fields are not yet populated and will be absent from responses until billing integration is complete. When `from` and `to` are omitted, defaults to the start of the current month through today. The maximum date range is 31 days.需要连接
Returns cost and usage data for a single Cloudflare account, aligned with the [FinOps FOCUS v1.3](https://focus.finops.org/focus-specification/v1-3/) Cost and Usage dataset specification. Each record represents one billable metric for one account on one day. This includes all metered usage, including usage that falls within free-tier allowances and may result in zero cost. **Note:** Cost and pricing fields are not yet populated and will be absent from responses until billing integration is complete. When `from` and `to` are omitted, defaults to the start of the current month through today. The maximum date range is 31 days.
认证
需要 Connected AccountTags
Get Organization Usage (Version 2, Alpha, Restricted)CLOUDFLARE_BILLABLE_USAGE_V2_GET_ORGANIZATION_USAGEReturns cost and usage data for all accounts within an organization, aligned with the [FinOps FOCUS v1.3](https://focus.finops.org/focus-specification/v1-3/) Cost and Usage dataset specification. Each record represents one billable metric for one account on one day. This includes all metered usage, including usage that falls within free-tier allowances and may result in zero cost. The response includes usage for every account belonging to the specified organization. **Note:** Cost and pricing fields are not yet populated and will be absent from responses until billing integration is complete. When `from` and `to` are omitted, defaults to the start of the current month through today. The maximum date range is 31 days.需要连接
Returns cost and usage data for all accounts within an organization, aligned with the [FinOps FOCUS v1.3](https://focus.finops.org/focus-specification/v1-3/) Cost and Usage dataset specification. Each record represents one billable metric for one account on one day. This includes all metered usage, including usage that falls within free-tier allowances and may result in zero cost. The response includes usage for every account belonging to the specified organization. **Note:** Cost and pricing fields are not yet populated and will be absent from responses until billing integration is complete. When `from` and `to` are omitted, defaults to the start of the current month through today. The maximum date range is 31 days.
认证
需要 Connected AccountTags
Get Zone Bot Management ConfigCLOUDFLARE_BOT_MANAGEMENT_FOR_A_ZONE_GET_CONFIGRetrieve a zone's Bot Management Config需要连接
Retrieve a zone's Bot Management Config
认证
需要 Connected AccountTags
Update Zone Bot Management ConfigCLOUDFLARE_BOT_MANAGEMENT_FOR_A_ZONE_UPDATE_CONFIGUpdates the Bot Management configuration for a zone. This API is used to update: - **Bot Fight Mode** - **Super Bot Fight Mode** - **Bot Management for Enterprise** See [Bot Plans](https://developers.cloudflare.com/bots/plans/) for more information on the different plans \ If you recently upgraded or downgraded your plan, refer to the following examples to clean up old configurations. Copy and paste the example body to remove old zone configurations based on your current plan. #### Clean up configuration for Bot Fight Mode plan ```json { "sbfm_likely_automated": "allow", "sbfm_definitely_automated": "allow", "sbfm_verified_bots": "allow", "sbfm_static_resource_protection": false, "optimize_wordpress": false, "suppress_session_score": false } ``` #### Clean up configuration for SBFM Pro plan ```json { "sbfm_likely_automated": "allow", "fight_mode": false } ``` #### Clean up configuration for SBFM Biz plan ```json { "fight_mode": false } ``` #### Clean up configuration for BM Enterprise Subscription plan It is strongly recommended that you ensure you have [custom rules](https://developers.cloudflare.com/waf/custom-rules/) in place to protect your zone before disabling the SBFM rules. Without these protections, your zone is vulnerable to attacks. ```json { "sbfm_likely_automated": "allow", "sbfm_definitely_automated": "allow", "sbfm_verified_bots": "allow", "sbfm_static_resource_protection": false, "optimize_wordpress": false, "fight_mode": false } ```需要连接
Updates the Bot Management configuration for a zone. This API is used to update: - **Bot Fight Mode** - **Super Bot Fight Mode** - **Bot Management for Enterprise** See [Bot Plans](https://developers.cloudflare.com/bots/plans/) for more information on the different plans \ If you recently upgraded or downgraded your plan, refer to the following examples to clean up old configurations. Copy and paste the example body to remove old zone configurations based on your current plan. #### Clean up configuration for Bot Fight Mode plan ```json { "sbfm_likely_automated": "allow", "sbfm_definitely_automated": "allow", "sbfm_verified_bots": "allow", "sbfm_static_resource_protection": false, "optimize_wordpress": false, "suppress_session_score": false } ``` #### Clean up configuration for SBFM Pro plan ```json { "sbfm_likely_automated": "allow", "fight_mode": false } ``` #### Clean up configuration for SBFM Biz plan ```json { "fight_mode": false } ``` #### Clean up configuration for BM Enterprise Subscription plan It is strongly recommended that you ensure you have [custom rules](https://developers.cloudflare.com/waf/custom-rules/) in place to protect your zone before disabling the SBFM rules. Without these protections, your zone is vulnerable to attacks. ```json { "sbfm_likely_automated": "allow", "sbfm_definitely_automated": "allow", "sbfm_verified_bots": "allow", "sbfm_static_resource_protection": false, "optimize_wordpress": false, "fight_mode": false } ```
认证
需要 Connected AccountTags
Submit a feedback reportCLOUDFLARE_BOT_MANAGEMENT_ZONE_FEEDBACK_CREATESubmit a feedback report for the specified zone. Use `type` to indicate whether the report is a false positive (good traffic flagged as bot) or a false negative (bot traffic missed). Furthermore, you can also use `expression` as a wirefilter to identify the affected traffic sample. See more accepted API fields and expression types at https://developers.cloudflare.com/bots/concepts/feedback-loop/#api-fields and https://developers.cloudflare.com/bots/concepts/feedback-loop/#expression-fields, respectively.需要连接
Submit a feedback report for the specified zone. Use `type` to indicate whether the report is a false positive (good traffic flagged as bot) or a false negative (bot traffic missed). Furthermore, you can also use `expression` as a wirefilter to identify the affected traffic sample. See more accepted API fields and expression types at https://developers.cloudflare.com/bots/concepts/feedback-loop/#api-fields and https://developers.cloudflare.com/bots/concepts/feedback-loop/#expression-fields, respectively.
认证
需要 Connected AccountTags
List zone feedback reportsCLOUDFLARE_BOT_MANAGEMENT_ZONE_FEEDBACK_LISTReturns all feedback reports previously submitted for the specified zone. Feedback reports help improve detection by sharing samples of traffic that were misclassified as bots or humans.需要连接
Returns all feedback reports previously submitted for the specified zone. Feedback reports help improve detection by sharing samples of traffic that were misclassified as bots or humans.
认证
需要 Connected AccountTags
Delete an ASNCLOUDFLARE_BOTNET_THREAT_FEED_DELETE_ASNDelete an ASN from botnet threat feed for a given user.需要连接
Delete an ASN from botnet threat feed for a given user.
认证
需要 Connected AccountTags
Get daily reportCLOUDFLARE_BOTNET_THREAT_FEED_GET_DAY_REPORTGets all the data the botnet tracking database has for a given ASN registered to user account for given date. If no date is given, it will return results for the previous day.需要连接
Gets all the data the botnet tracking database has for a given ASN registered to user account for given date. If no date is given, it will return results for the previous day.
认证
需要 Connected AccountTags
Get full reportCLOUDFLARE_BOTNET_THREAT_FEED_GET_FULL_REPORTGets all the data the botnet threat feed tracking database has for a given ASN registered to user account.需要连接
Gets all the data the botnet threat feed tracking database has for a given ASN registered to user account.
认证
需要 Connected AccountTags
Get list of ASNsCLOUDFLARE_BOTNET_THREAT_FEED_LIST_ASNGets a list of all ASNs registered for a user for the DDoS Botnet Feed API.需要连接
Gets a list of all ASNs registered for a user for the DDoS Botnet Feed API.
认证
需要 Connected AccountTags
Cancel a crawl job.CLOUDFLARE_BRAPI_DELETE_CANCEL_CRAWLCancels an ongoing crawl job by setting its status to cancelled and stopping all queued URLs.需要连接
Cancels an ongoing crawl job by setting its status to cancelled and stopping all queued URLs.
认证
需要 Connected AccountTags
Close browser session.CLOUDFLARE_BRAPI_DELETE_DEVTOOLS_BROWSER_DELETECloses an existing browser session.需要连接
Closes an existing browser session.
认证
需要 Connected AccountTags
Get crawl result.CLOUDFLARE_BRAPI_GET_CRAWL_RESULTReturns the result of a crawl job.需要连接
Returns the result of a crawl job.
认证
需要 Connected AccountTags
Connect to browser session.CLOUDFLARE_BRAPI_GET_DEVTOOLS_BROWSEREstablishes a WebSocket connection to an existing browser session.需要连接
Establishes a WebSocket connection to an existing browser session.
认证
需要 Connected AccountTags
Acquire and connect to browser session.CLOUDFLARE_BRAPI_GET_DEVTOOLS_BROWSER_ACQUIREAcquires and establishes a WebSocket connection to a browser session.需要连接
Acquires and establishes a WebSocket connection to a browser session.
认证
需要 Connected AccountTags
List targets.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSONReturns a list of all debuggable targets including tabs, pages, service workers, and other browser contexts.需要连接
Returns a list of all debuggable targets including tabs, pages, service workers, and other browser contexts.
认证
需要 Connected AccountTags
Activate a browser target.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSON_ACTIVATEActivates (brings to front) a specific browser target by its ID.需要连接
Activates (brings to front) a specific browser target by its ID.
认证
需要 Connected AccountTags
Close a browser target.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSON_CLOSECloses a specific browser target (tab, page, etc.) by its ID. Returns 'Target is closing' on success or an error if the target is not found.需要连接
Closes a specific browser target (tab, page, etc.) by its ID. Returns 'Target is closing' on success or an error if the target is not found.
认证
需要 Connected AccountTags
List targets.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSON_LISTReturns a list of all debuggable targets including tabs, pages, service workers, and other browser contexts.需要连接
Returns a list of all debuggable targets including tabs, pages, service workers, and other browser contexts.
认证
需要 Connected AccountTags
Get Chrome DevTools Protocol schema.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSON_PROTOCOLReturns the complete Chrome DevTools Protocol schema including all domains, commands, events, and types. This schema describes the entire CDP API surface.需要连接
Returns the complete Chrome DevTools Protocol schema including all domains, commands, events, and types. This schema describes the entire CDP API surface.
认证
需要 Connected AccountTags
Get a target by ID.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSON_TARGETReturns the debuggable target with the given ID.需要连接
Returns the debuggable target with the given ID.
认证
需要 Connected AccountTags
Get browser version metadata.CLOUDFLARE_BRAPI_GET_DEVTOOLS_JSON_VERSIONGet browser version metadata.需要连接
Get browser version metadata.
认证
需要 Connected AccountTags
Connect to a specific Chrome DevTools page.CLOUDFLARE_BRAPI_GET_DEVTOOLS_PAGEEstablishes a WebSocket connection to a specific Chrome DevTools target or page.需要连接
Establishes a WebSocket connection to a specific Chrome DevTools target or page.
认证
需要 Connected AccountTags
Get session details.CLOUDFLARE_BRAPI_GET_DEVTOOLS_SESSION_DETAILSGet details for a specific browser session.需要连接
Get details for a specific browser session.
认证
需要 Connected AccountTags
List sessions.CLOUDFLARE_BRAPI_GET_DEVTOOLS_SESSION_LISTList active browser sessions.需要连接
List active browser sessions.
认证
需要 Connected AccountTags
Get accessibility tree pageCLOUDFLARE_BRAPI_POST_ACCESSIBILITY_TREEReturns the page's accessibility tree. Use `interestingOnly` to only return semantically meaningful nodes; use `root` to scope the tree to a CSS-selector-anchored subtree. Control page loading with `gotoOptions` and `waitFor*` options.需要连接
Returns the page's accessibility tree. Use `interestingOnly` to only return semantically meaningful nodes; use `root` to scope the tree to a CSS-selector-anchored subtree. Control page loading with `gotoOptions` and `waitFor*` options.
认证
需要 Connected AccountTags
Get HTML content.CLOUDFLARE_BRAPI_POST_CONTENTFetches rendered HTML content from provided URL or HTML. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour.需要连接
Fetches rendered HTML content from provided URL or HTML. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour.
认证
需要 Connected AccountTags
Crawl websites.CLOUDFLARE_BRAPI_POST_CRAWLStarts a crawl job for the provided URL and its children. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour.需要连接
Starts a crawl job for the provided URL and its children. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour.
认证
需要 Connected AccountTags
Get a browser session ID.CLOUDFLARE_BRAPI_POST_DEVTOOLS_ACQUIREAcquires a browser and returns its session ID and websocket URL.需要连接
Acquires a browser and returns its session ID and websocket URL.
认证
需要 Connected AccountTags
Get json.CLOUDFLARE_BRAPI_POST_JSONGets json from a webpage from a provided URL or HTML. Pass `prompt` or `schema` in the body. Control page loading with `gotoOptions` and `waitFor*` options.需要连接
Gets json from a webpage from a provided URL or HTML. Pass `prompt` or `schema` in the body. Control page loading with `gotoOptions` and `waitFor*` options.
认证
需要 Connected AccountTags
Get Links.CLOUDFLARE_BRAPI_POST_LINKSGet links from a web page.需要连接
Get links from a web page.
认证
需要 Connected AccountTags
Get markdown.CLOUDFLARE_BRAPI_POST_MARKDOWNGets markdown of a webpage from provided URL or HTML. Control page loading with `gotoOptions` and `waitFor*` options.需要连接
Gets markdown of a webpage from provided URL or HTML. Control page loading with `gotoOptions` and `waitFor*` options.
认证
需要 Connected AccountTags
Get PDF.CLOUDFLARE_BRAPI_POST_PDFFetches rendered PDF from provided URL or HTML. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour.需要连接
Fetches rendered PDF from provided URL or HTML. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour.
认证
需要 Connected AccountTags
Scrape elements.CLOUDFLARE_BRAPI_POST_SCRAPEGet meta attributes like height, width, text and others of selected elements.需要连接
Get meta attributes like height, width, text and others of selected elements.
认证
需要 Connected AccountTags
Get screenshot.CLOUDFLARE_BRAPI_POST_SCREENSHOTTakes a screenshot of a webpage from provided URL or HTML. Control page loading with `gotoOptions` and `waitFor*` options. Customize screenshots with `viewport`, `fullPage`, `clip` and others.需要连接
Takes a screenshot of a webpage from provided URL or HTML. Control page loading with `gotoOptions` and `waitFor*` options. Customize screenshots with `viewport`, `fullPage`, `clip` and others.
认证
需要 Connected AccountTags
Get HTML content and screenshot.CLOUDFLARE_BRAPI_POST_SNAPSHOTReturns the page's HTML content and screenshot. Control page loading with `gotoOptions` and `waitFor*` options. Customize screenshots with `viewport`, `fullPage`, `clip` and others.需要连接
Returns the page's HTML content and screenshot. Control page loading with `gotoOptions` and `waitFor*` options. Customize screenshots with `viewport`, `fullPage`, `clip` and others.
认证
需要 Connected AccountTags
Open a new browser tab.CLOUDFLARE_BRAPI_PUT_DEVTOOLS_JSON_NEWOpens a new tab in the browser. Optionally specify a URL to navigate to.需要连接
Opens a new tab in the browser. Optionally specify a URL to navigate to.
认证
需要 Connected AccountTags
Create multiple prefixes.CLOUDFLARE_BULK_CREATE_PREFIXESCreate multiple prefixes for an account.需要连接
Create multiple prefixes for an account.
认证
需要 Connected AccountTags
Create a new appCLOUDFLARE_CALLS_APPS_CREATE_A_NEW_APPCreates a new Cloudflare calls app. An app is an unique enviroment where each Session can access all Tracks within the app.需要连接
Creates a new Cloudflare calls app. An app is an unique enviroment where each Session can access all Tracks within the app.
认证
需要 Connected AccountTags
Delete appCLOUDFLARE_CALLS_APPS_DELETE_APPDeletes an app from Cloudflare Calls需要连接
Deletes an app from Cloudflare Calls
认证
需要 Connected AccountTags
List appsCLOUDFLARE_CALLS_APPS_LISTLists all apps in the Cloudflare account需要连接
Lists all apps in the Cloudflare account
认证
需要 Connected AccountTags
Retrieve app detailsCLOUDFLARE_CALLS_APPS_RETRIEVE_APP_DETAILSFetches details for a single Calls app.需要连接
Fetches details for a single Calls app.
认证
需要 Connected AccountTags
Edit app detailsCLOUDFLARE_CALLS_APPS_UPDATE_APP_DETAILSEdit details for a single app.需要连接
Edit details for a single app.
认证
需要 Connected AccountTags
Delete TURN keyCLOUDFLARE_CALLS_DELETE_TURN_KEYDeletes a TURN key from Cloudflare Calls需要连接
Deletes a TURN key from Cloudflare Calls
认证
需要 Connected AccountTags
Retrieve TURN key detailsCLOUDFLARE_CALLS_RETRIEVE_TURN_KEY_DETAILSFetches details for a single TURN key.需要连接
Fetches details for a single TURN key.
认证
需要 Connected AccountTags
Create a new TURN keyCLOUDFLARE_CALLS_TURN_KEY_CREATECreates a new Cloudflare Calls TURN key.需要连接
Creates a new Cloudflare Calls TURN key.
认证
需要 Connected AccountTags
List TURN KeysCLOUDFLARE_CALLS_TURN_KEY_LISTLists all TURN keys in the Cloudflare account需要连接
Lists all TURN keys in the Cloudflare account
认证
需要 Connected AccountTags
Edit TURN key detailsCLOUDFLARE_CALLS_UPDATE_TURN_KEYEdit details for a single TURN key.需要连接
Edit details for a single TURN key.
认证
需要 Connected AccountTags
Cancel buildCLOUDFLARE_CANCEL_BUILD_BY_UUIDCancel a running or queued build需要连接
Cancel a running or queued build
认证
需要 Connected AccountTags
Create Catalog SyncCLOUDFLARE_CATALOG_SYNCS_CREATECreate a new Catalog Sync (Closed Beta).需要连接
Create a new Catalog Sync (Closed Beta).
认证
需要 Connected AccountTags
Delete Catalog SyncCLOUDFLARE_CATALOG_SYNCS_DELETEDelete a Catalog Sync (Closed Beta).需要连接
Delete a Catalog Sync (Closed Beta).
认证
需要 Connected AccountTags
List Catalog SyncsCLOUDFLARE_CATALOG_SYNCS_LISTList Catalog Syncs (Closed Beta).需要连接
List Catalog Syncs (Closed Beta).
认证
需要 Connected AccountTags
Patch Catalog SyncCLOUDFLARE_CATALOG_SYNCS_PATCHUpdate a Catalog Sync (Closed Beta).需要连接
Update a Catalog Sync (Closed Beta).
认证
需要 Connected AccountTags
List Prebuilt PoliciesCLOUDFLARE_CATALOG_SYNCS_PREBUILT_POLICIES_LISTList prebuilt catalog sync policies (Closed Beta).需要连接
List prebuilt catalog sync policies (Closed Beta).
认证
需要 Connected AccountTags
Read Catalog SyncCLOUDFLARE_CATALOG_SYNCS_READRead a Catalog Sync (Closed Beta).需要连接
Read a Catalog Sync (Closed Beta).
认证
需要 Connected AccountTags
Run Catalog SyncCLOUDFLARE_CATALOG_SYNCS_REFRESHRefresh a Catalog Sync's destination by running the sync policy against latest resource catalog (Closed Beta).需要连接
Refresh a Catalog Sync's destination by running the sync policy against latest resource catalog (Closed Beta).
认证
需要 Connected AccountTags
Update Catalog SyncCLOUDFLARE_CATALOG_SYNCS_UPDATEUpdate a Catalog Sync (Closed Beta).需要连接
Update a Catalog Sync (Closed Beta).
认证
需要 Connected AccountTags
Delete Advanced Certificate Manager Certificate PackCLOUDFLARE_CERTIFICATE_PACKS_DELETE_ADVANCED_CERTIFICATE_MANAGER_CERTIFICATE_PACKFor a given zone, delete an advanced certificate pack.需要连接
For a given zone, delete an advanced certificate pack.
认证
需要 Connected AccountTags
Get Certificate PackCLOUDFLARE_CERTIFICATE_PACKS_GET_CERTIFICATE_PACKFor a given zone, get a certificate pack.需要连接
For a given zone, get a certificate pack.
认证
需要 Connected AccountTags
Get Certificate Pack QuotasCLOUDFLARE_CERTIFICATE_PACKS_GET_CERTIFICATE_PACK_QUOTASFor a given zone, list certificate pack quotas.需要连接
For a given zone, list certificate pack quotas.
认证
需要 Connected AccountTags
List Certificate PacksCLOUDFLARE_CERTIFICATE_PACKS_LIST_CERTIFICATE_PACKSFor a given zone, list all active certificate packs.需要连接
For a given zone, list all active certificate packs.
认证
需要 Connected AccountTags
Order Advanced Certificate Manager Certificate PackCLOUDFLARE_CERTIFICATE_PACKS_ORDER_ADVANCED_CERTIFICATE_MANAGER_CERTIFICATE_PACKFor a given zone, order an advanced certificate pack.需要连接
For a given zone, order an advanced certificate pack.
认证
需要 Connected AccountTags
Restart Validation or Update Advanced Certificate Manager Certificate PackCLOUDFLARE_CERTIFICATE_PACKS_RESTART_VALIDATION_FOR_ADVANCED_CERTIFICATE_MANAGER_CERTIFICATE_PACKFor a given zone, restart validation or add cloudflare branding for an advanced certificate pack. The former is only a validation operation for a Certificate Pack in a validation_timed_out status.需要连接
For a given zone, restart validation or add cloudflare branding for an advanced certificate pack. The former is only a validation operation for a Certificate Pack in a validation_timed_out status.
认证
需要 Connected AccountTags
Update the severity for a findingCLOUDFLARE_CHANGE_FINDING_SEVERITYUpdate the severity of a Finding. This will update the `severity_override` field on the Finding payload with the new severity value.需要连接
Update the severity of a Finding. This will update the `severity_override` field on the Finding payload with the new severity value.
认证
需要 Connected AccountTags
Check whether a report can be appealedCLOUDFLARE_CHECK_APPEAL_ELIGIBILITYReturns whether the report is currently appealable, along with the signals behind that decision: whether it already has an open appeal, how many appeals have been submitted against it, and whether it has at least one mitigation that an appeal could reverse.需要连接
Returns whether the report is currently appealable, along with the signals behind that decision: whether it already has an open appeal, how many appeals have been submitted against it, and whether it has at least one mitigation that an appeal could reverse.
认证
需要 Connected AccountTags
Client Certificate DetailsCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_CLIENT_CERTIFICATE_DETAILSGet Details for a single mTLS API Shield Client Certificate.需要连接
Get Details for a single mTLS API Shield Client Certificate.
认证
需要 Connected AccountTags
Create Client CertificateCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_CREATE_CLIENT_CERTIFICATECreate a new API Shield mTLS Client Certificate.需要连接
Create a new API Shield mTLS Client Certificate.
认证
需要 Connected AccountTags
Revoke Client CertificateCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_DELETE_CLIENT_CERTIFICATESet a API Shield mTLS Client Certificate to pending_revocation status for processing to revoked status.需要连接
Set a API Shield mTLS Client Certificate to pending_revocation status for processing to revoked status.
认证
需要 Connected AccountTags
Reactivate Client CertificateCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_EDIT_CLIENT_CERTIFICATEIf a API Shield mTLS Client Certificate is in a pending_revocation state, you may reactivate it with this endpoint.需要连接
If a API Shield mTLS Client Certificate is in a pending_revocation state, you may reactivate it with this endpoint.
认证
需要 Connected AccountTags
List Client CertificatesCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_LIST_CLIENT_CERTIFICATESList all of your Zone's API Shield mTLS Client Certificates by Status and/or using Pagination.需要连接
List all of your Zone's API Shield mTLS Client Certificates by Status and/or using Pagination.
认证
需要 Connected AccountTags
List Hostname AssociationsCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_LIST_HOSTNAME_ASSOCIATIONSList Hostname Associations.需要连接
List Hostname Associations.
认证
需要 Connected AccountTags
Replace Hostname AssociationsCLOUDFLARE_CLIENT_CERTIFICATE_FOR_A_ZONE_PUT_HOSTNAME_ASSOCIATIONSReplace Hostname Associations.需要连接
Replace Hostname Associations.
认证
需要 Connected AccountTags
Add patterns to exemption rulesCLOUDFLARE_CLOUDFORCE_ONE_ADD_ACCOUNT_EXEMPTIONSAdd regex patterns to per-account exemption rules (union semantics). Missing keys leave that type untouched; duplicates are silently deduped.需要连接
Add regex patterns to per-account exemption rules (union semantics). Missing keys leave that type untouched; duplicates are silently deduped.
认证
需要 Connected AccountTags
Create a ruleCLOUDFLARE_CLOUDFORCE_ONE_CREATE_RULECreate a new detection rule.需要连接
Create a new detection rule.
认证
需要 Connected AccountTags
Delete all rulesCLOUDFLARE_CLOUDFORCE_ONE_DELETE_ALL_RULESDelete all rules in an account.需要连接
Delete all rules in an account.
认证
需要 Connected AccountTags
Delete a ruleCLOUDFLARE_CLOUDFORCE_ONE_DELETE_RULEDelete an existing rule.需要连接
Delete an existing rule.
认证
需要 Connected AccountTags
Get exemption rules for an accountCLOUDFLARE_CLOUDFORCE_ONE_GET_EXEMPTIONSGet all exemption rule patterns for the account, grouped by type.需要连接
Get all exemption rule patterns for the account, grouped by type.
认证
需要 Connected AccountTags
Get managed rulesCLOUDFLARE_CLOUDFORCE_ONE_GET_MANAGED_RULESGet DFP managed rule metadata (name and description) from YARA rules.需要连接
Get DFP managed rule metadata (name and description) from YARA rules.
认证
需要 Connected AccountTags
Get a ruleCLOUDFLARE_CLOUDFORCE_ONE_GET_RULEGet a single rule by ID.需要连接
Get a single rule by ID.
认证
需要 Connected AccountTags
Get dashboard statsCLOUDFLARE_CLOUDFORCE_ONE_GET_RULE_STATSGet statistics about rules for the dashboard.需要连接
Get statistics about rules for the dashboard.
认证
需要 Connected AccountTags
Get folder tree structureCLOUDFLARE_CLOUDFORCE_ONE_GET_RULE_TREEGet the folder tree structure for rules navigation.需要连接
Get the folder tree structure for rules navigation.
认证
需要 Connected AccountTags
List rulesCLOUDFLARE_CLOUDFORCE_ONE_LIST_RULESList all rules for an account with optional filtering.需要连接
List all rules for an account with optional filtering.
认证
需要 Connected AccountTags
Delete a Priority Intelligence RequirementCLOUDFLARE_CLOUDFORCE_ONE_PRIORITY_DELETEDeletes a priority intelligence request from Cloudforce One.需要连接
Deletes a priority intelligence request from Cloudforce One.
认证
需要 Connected AccountTags
Get a Priority Intelligence RequirementCLOUDFLARE_CLOUDFORCE_ONE_PRIORITY_GETRetrieves a specific priority intelligence request from Cloudforce One.需要连接
Retrieves a specific priority intelligence request from Cloudforce One.
认证
需要 Connected AccountTags
List Priority Intelligence RequirementsCLOUDFLARE_CLOUDFORCE_ONE_PRIORITY_LISTLists priority intelligence requests in Cloudforce One.需要连接
Lists priority intelligence requests in Cloudforce One.
认证
需要 Connected AccountTags
Create a New Priority Intelligence RequirementCLOUDFLARE_CLOUDFORCE_ONE_PRIORITY_NEWCreates a new priority intelligence request in Cloudforce One.需要连接
Creates a new priority intelligence request in Cloudforce One.
认证
需要 Connected AccountTags
Get Priority Intelligence Requirement QuotaCLOUDFLARE_CLOUDFORCE_ONE_PRIORITY_QUOTARetrieves quota usage for Cloudforce One priority requests.需要连接
Retrieves quota usage for Cloudforce One priority requests.
认证
需要 Connected AccountTags
Update a Priority Intelligence RequirementCLOUDFLARE_CLOUDFORCE_ONE_PRIORITY_UPDATEUpdates a priority intelligence request in Cloudforce One.需要连接
Updates a priority intelligence request in Cloudforce One.
认证
需要 Connected AccountTags
Remove patterns from exemption rulesCLOUDFLARE_CLOUDFORCE_ONE_REMOVE_ACCOUNT_EXEMPTIONSRemove regex patterns from per-account exemption rules. Missing keys leave that type untouched; non-existent patterns are silently skipped.需要连接
Remove regex patterns from per-account exemption rules. Missing keys leave that type untouched; non-existent patterns are silently skipped.
认证
需要 Connected AccountTags
Delete a Request AssetCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_ASSET_DELETERemoves an asset from a Cloudforce One intelligence request.需要连接
Removes an asset from a Cloudforce One intelligence request.
认证
需要 Connected AccountTags
Get a Request AssetCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_ASSET_GETRetrieves an asset attached to a Cloudforce One intelligence request.需要连接
Retrieves an asset attached to a Cloudforce One intelligence request.
认证
需要 Connected AccountTags
List Request AssetsCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_ASSET_LISTLists assets attached to a Cloudforce One intelligence request.需要连接
Lists assets attached to a Cloudforce One intelligence request.
认证
需要 Connected AccountTags
Update a Request AssetCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_ASSET_UPDATEUpdates an asset in a Cloudforce One intelligence request.需要连接
Updates an asset in a Cloudforce One intelligence request.
认证
需要 Connected AccountTags
Get Request Priority, Status, and TLP constantsCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_CONSTANTSRetrieves constant values used in Cloudforce One requests, including valid statuses and types.需要连接
Retrieves constant values used in Cloudforce One requests, including valid statuses and types.
认证
需要 Connected AccountTags
Delete a RequestCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_DELETEDeletes a Cloudforce One intelligence request and all associated data.需要连接
Deletes a Cloudforce One intelligence request and all associated data.
认证
需要 Connected AccountTags
Get a RequestCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_GETRetrieves details for a specific Cloudforce One intelligence request.需要连接
Retrieves details for a specific Cloudforce One intelligence request.
认证
需要 Connected AccountTags
List RequestsCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_LISTLists Cloudforce One intelligence requests with filtering and pagination.需要连接
Lists Cloudforce One intelligence requests with filtering and pagination.
认证
需要 Connected AccountTags
Delete a Request MessageCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_MESSAGE_DELETERemoves a message from a Cloudforce One intelligence request thread.需要连接
Removes a message from a Cloudforce One intelligence request thread.
认证
需要 Connected AccountTags
List Request MessagesCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_MESSAGE_LISTLists messages in a Cloudforce One intelligence request conversation.需要连接
Lists messages in a Cloudforce One intelligence request conversation.
认证
需要 Connected AccountTags
Create a New Request MessageCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_MESSAGE_NEWAdds a message to a Cloudforce One intelligence request conversation.需要连接
Adds a message to a Cloudforce One intelligence request conversation.
认证
需要 Connected AccountTags
Update a Request MessageCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_MESSAGE_UPDATEUpdates a message in a Cloudforce One intelligence request thread.需要连接
Updates a message in a Cloudforce One intelligence request thread.
认证
需要 Connected AccountTags
Create a New Request.CLOUDFLARE_CLOUDFORCE_ONE_REQUEST_NEWCreating a request adds the request into the Cloudforce One queue for analysis. In addition to the content, a short title, type, priority, and releasability should be provided. If one is not provided, a default will be assigned.需要连接
Creating a request adds the request into the Cloudforce One queue for analysis. In addition to the content, a short title, type, priority, and releasability should be provided. If one is not provided, a default will be assigned.
认证
需要 Connected AccountTags
Get Request QuotaCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_QUOTARetrieves quota usage for Cloudforce One standard requests.需要连接
Retrieves quota usage for Cloudforce One standard requests.
认证
需要 Connected AccountTags
Get Request TypesCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_TYPESLists available request types for Cloudforce One intelligence requests.需要连接
Lists available request types for Cloudforce One intelligence requests.
认证
需要 Connected AccountTags
Update a RequestCLOUDFLARE_CLOUDFORCE_ONE_REQUEST_UPDATEUpdating a request alters the request in the Cloudforce One queue. This API may be used to update any attributes of the request after the initial submission. Only fields that you choose to update need to be add to the request body.需要连接
Updating a request alters the request in the Cloudforce One queue. This API may be used to update any attributes of the request after the initial submission. Only fields that you choose to update need to be add to the request body.
认证
需要 Connected AccountTags
Search rulesCLOUDFLARE_CLOUDFORCE_ONE_SEARCH_RULESSearch rules using hybrid, vector, keyword, or exact retrieval, backed by AI Search with a SQL fallback.需要连接
Search rules using hybrid, vector, keyword, or exact retrieval, backed by AI Search with a SQL fallback.
认证
需要 Connected AccountTags
Update exemption rule patternsCLOUDFLARE_CLOUDFORCE_ONE_UPDATE_ACCOUNT_EXEMPTIONSReplace existing exemption patterns with new values. Each key maps to an array of {old_pattern, new_pattern} entries. Missing keys leave that type untouched. Fails if any old pattern is not found or any new pattern already exists.需要连接
Replace existing exemption patterns with new values. Each key maps to an array of {old_pattern, new_pattern} entries. Missing keys leave that type untouched. Fails if any old pattern is not found or any new pattern already exists.
认证
需要 Connected AccountTags
Update a ruleCLOUDFLARE_CLOUDFORCE_ONE_UPDATE_RULEUpdate an existing rule.需要连接
Update an existing rule.
认证
需要 Connected AccountTags
Validate rule with contextCLOUDFLARE_CLOUDFORCE_ONE_VALIDATE_RULEValidate rule syntax, name uniqueness, namespace, and meta checks.需要连接
Validate rule syntax, name uniqueness, namespace, and meta checks.
认证
需要 Connected AccountTags
Configure DMARC ReportsCLOUDFLARE_CONFIGURE_DMARC_REPORTSUpdates the DMARC report configuration for a zone. At least one of `enabled` or `skip_wizard` must be provided. When enabling, the handler will ensure the DMARC RUA record exists in DNS.需要连接
Updates the DMARC report configuration for a zone. At least one of `enabled` or `skip_wizard` must be provided. When enabling, the handler will ensure the DMARC RUA record exists in DNS.
认证
需要 Connected AccountTags
Delete Workers VPC connectivity serviceCLOUDFLARE_CONNECTIVITY_SERVICES_DELETEDelete Workers VPC connectivity service需要连接
Delete Workers VPC connectivity service
认证
需要 Connected AccountTags
Get Workers VPC connectivity serviceCLOUDFLARE_CONNECTIVITY_SERVICES_GETGet Workers VPC connectivity service需要连接
Get Workers VPC connectivity service
认证
需要 Connected AccountTags
List Workers VPC connectivity servicesCLOUDFLARE_CONNECTIVITY_SERVICES_LISTList Workers VPC connectivity services需要连接
List Workers VPC connectivity services
认证
需要 Connected AccountTags
Create Workers VPC connectivity serviceCLOUDFLARE_CONNECTIVITY_SERVICES_POSTCreate Workers VPC connectivity service需要连接
Create Workers VPC connectivity service
认证
需要 Connected AccountTags
Update Workers VPC connectivity serviceCLOUDFLARE_CONNECTIVITY_SERVICES_PUTUpdate Workers VPC connectivity service需要连接
Update Workers VPC connectivity service
认证
需要 Connected AccountTags
Execute a command in a container instanceCLOUDFLARE_CONTAINER_INSTANCE_EXECExecutes a command in a running container instance and returns its buffered standard output, standard error, and exit code.需要连接
Executes a command in a running container instance and returns its buffered standard output, standard error, and exit code.
认证
需要 Connected AccountTags
Proxy a request to a container instanceCLOUDFLARE_CONTAINER_INSTANCE_FETCHForwards an HTTP request to a running container instance by invoking fetch on the backing Durable Object. The container must be running. The container response status, headers, and text body are returned in the API response body.需要连接
Forwards an HTTP request to a running container instance by invoking fetch on the backing Durable Object. The container must be running. The container response status, headers, and text body are returned in the API response body.
认证
需要 Connected AccountTags
Get credentials to SSH into a ContainerCLOUDFLARE_CONTAINER_WRANGLER_SSHGet a JWT to hit the SSH port on a given container.需要连接
Get a JWT to hit the SSH port on a given container.
认证
需要 Connected AccountTags
Create an account rulesetCLOUDFLARE_CREATE_ACCOUNT_RULESETCreates a ruleset at the account level.需要连接
Creates a ruleset at the account level.
认证
需要 Connected AccountTags
Create an account ruleset ruleCLOUDFLARE_CREATE_ACCOUNT_RULESET_RULEAdds a new rule to an account ruleset. The rule will be added to the end of the existing list of rules in the ruleset by default.需要连接
Adds a new rule to an account ruleset. The rule will be added to the end of the existing list of rules in the ruleset by default.
认证
需要 Connected AccountTags
Create allowlist prefix.CLOUDFLARE_CREATE_ALLOWLISTED_PREFIXCreate an allowlist prefix for an account.需要连接
Create an allowlist prefix for an account.
认证
需要 Connected AccountTags
Create AppCLOUDFLARE_CREATE_APPCreate new app for your account需要连接
Create new app for your account
认证
需要 Connected AccountTags
Create a new applicationCLOUDFLARE_CREATE_APPLICATIONCreate a new application. An Application represents an intent to run one or more containers, with the same image, dynamically scheduled based on constraints需要连接
Create a new application. An Application represents an intent to run one or more containers, with the same image, dynamically scheduled based on constraints
认证
需要 Connected AccountTags
Create a new rollout for an applicationCLOUDFLARE_CREATE_APPLICATION_ROLLOUTA rollout can be used to update the application's configuration across instances with minimal downtime.需要连接
A rollout can be used to update the application's configuration across instances with minimal downtime.
认证
需要 Connected AccountTags
Create build tokenCLOUDFLARE_CREATE_BUILD_TOKENCreate a new build authentication token需要连接
Create a new build authentication token
认证
需要 Connected AccountTags
Create a new CNI objectCLOUDFLARE_CREATE_CNICreate a new CNI object需要连接
Create a new CNI object
认证
需要 Connected AccountTags
Create a container instanceCLOUDFLARE_CREATE_CONTAINER_INSTANCECreates a new container instance within an application. The instance's container is started immediately by invoking startAndWaitForPorts on the backing Durable Object.需要连接
Creates a new container instance within an application. The instance's container is started immediately by invoking startAndWaitForPorts on the backing Durable Object.
认证
需要 Connected AccountTags
Create a content exportCLOUDFLARE_CREATE_CONTENT_EXPORTCreates a CSV export for content and accepts optional filters in the payload.需要连接
Creates a CSV export for content and accepts optional filters in the payload.
认证
需要 Connected AccountTags
Create CredentialCLOUDFLARE_CREATE_CREDENTIALCreates a new credential within a credential set.需要连接
Creates a new credential within a credential set.
认证
需要 Connected AccountTags
Create Credential SetCLOUDFLARE_CREATE_CREDENTIAL_SETCreates a new credential set.需要连接
Creates a new credential set.
认证
需要 Connected AccountTags
Create deploy hookCLOUDFLARE_CREATE_DEPLOY_HOOKCreate a new deploy hook for a worker script.需要连接
Create a new deploy hook for a worker script.
认证
需要 Connected AccountTags
Create deployment groupCLOUDFLARE_CREATE_DEPLOYMENT_GROUPCreates a new deployment group. Policy IDs must be unique across all deployment groups. This endpoint is in Beta.需要连接
Creates a new deployment group. Policy IDs must be unique across all deployment groups. This endpoint is in Beta.
认证
需要 Connected AccountTags
Create a DEX RuleCLOUDFLARE_CREATE_DEX_RULECreate a DEX Rule.需要连接
Create a DEX Rule.
认证
需要 Connected AccountTags
Create DNS Protection rule.CLOUDFLARE_CREATE_DNS_PROTECTION_RULECreate a DNS Protection rule for an account.需要连接
Create a DNS Protection rule for an account.
认证
需要 Connected AccountTags
Create new findings export requestCLOUDFLARE_CREATE_FINDING_EXPORT_CSVCreates a CSV export for findings and accepts optional filters in the payload.需要连接
Creates a CSV export for findings and accepts optional filters in the payload.
认证
需要 Connected AccountTags
Create a finding instances exportCLOUDFLARE_CREATE_FINDING_INSTANCES_EXPORT_CSVCreates a CSV export for Finding instances and accepts optional filters in the payload. The `storage_namespace_id` path parameter is derived from the finding ID by base64-decoding it (which yields `integration_id:finding_type_id`) and replacing the colon with a hyphen.需要连接
Creates a CSV export for Finding instances and accepts optional filters in the payload. The `storage_namespace_id` path parameter is derived from the finding ID by base64-decoding it (which yields `integration_id:finding_type_id`) and replacing the colon with a hyphen.
认证
需要 Connected AccountTags
Create HyperdriveCLOUDFLARE_CREATE_HYPERDRIVECreates and returns a new Hyperdrive configuration.需要连接
Creates and returns a new Hyperdrive configuration.
认证
需要 Connected AccountTags
Add a new image registry configurationCLOUDFLARE_CREATE_IMAGE_REGISTRYAdd a new image registry into your account, so then Cloudflare can pull docker images with public key JWT authentication需要连接
Add a new image registry into your account, so then Cloudflare can pull docker images with public key JWT authentication
认证
需要 Connected AccountTags
Create a new interconnectCLOUDFLARE_CREATE_INTERCONNECTCreate a new interconnect需要连接
Create a new interconnect
认证
需要 Connected AccountTags
Create IP profileCLOUDFLARE_CREATE_IP_PROFILECreates a WARP Device IP profile. Currently, only IPv4 Device subnets can be associated.需要连接
Creates a WARP Device IP profile. Currently, only IPv4 Device subnets can be associated.
认证
需要 Connected AccountTags
Create an independent livestreamCLOUDFLARE_CREATE_LIVESTREAMCreates a livestream for the given App ID and returns ingest server, stream key, and playback URL. You can pass custom input to the ingest server and stream key, and freely distribute the content using the playback URL on any player that supports HLS/LHLS.需要连接
Creates a livestream for the given App ID and returns ingest server, stream key, and playback URL. You can pass custom input to the ingest server and stream key, and freely distribute the content using the playback URL on any player that supports HLS/LHLS.
认证
需要 Connected AccountTags
Create manual buildCLOUDFLARE_CREATE_MANUAL_BUILDTrigger a manual build for a specific trigger需要连接
Trigger a manual build for a specific trigger
认证
需要 Connected AccountTags
Create a meetingCLOUDFLARE_CREATE_MEETINGCreate a meeting for the given App ID.需要连接
Create a meeting for the given App ID.
认证
需要 Connected AccountTags
Create a pollCLOUDFLARE_CREATE_POLLCreates a new poll in an active session for the given meeting ID.需要连接
Creates a new poll in an active session for the given meeting ID.
认证
需要 Connected AccountTags
Create prefix.CLOUDFLARE_CREATE_PREFIXCreate a prefix for an account.需要连接
Create a prefix for an account.
认证
需要 Connected AccountTags
Creates remediation jobsCLOUDFLARE_CREATE_REMEDIATION_JOBSCreate one or more remediation jobs tied to a specific Cloudflare Account.需要连接
Create one or more remediation jobs tied to a specific Cloudflare Account.
认证
需要 Connected AccountTags
Create a remediation jobs exportCLOUDFLARE_CREATE_REMEDIATION_JOBS_EXPORT_CSVCreates a CSV export for remediation jobs and accepts optional filters in the payload.需要连接
Creates a CSV export for remediation jobs and accepts optional filters in the payload.
认证
需要 Connected AccountTags
Create ScanCLOUDFLARE_CREATE_SCANCreates and starts a new vulnerability scan. The response may include non-fatal warnings in the `messages` array.需要连接
Creates and starts a new vulnerability scan. The response may include non-fatal warnings in the `messages` array.
认证
需要 Connected AccountTags
Create a SYN Protection filter.CLOUDFLARE_CREATE_SYN_PROTECTION_FILTERCreate a SYN Protection filter for an account.需要连接
Create a SYN Protection filter for an account.
认证
需要 Connected AccountTags
Create SYN Protection rule.CLOUDFLARE_CREATE_SYN_PROTECTION_RULECreate a SYN Protection rule for an account.需要连接
Create a SYN Protection rule for an account.
认证
需要 Connected AccountTags
Create Target EnvironmentCLOUDFLARE_CREATE_TARGET_ENVIRONMENTCreates a new target environment for the account.需要连接
Creates a new target environment for the account.
认证
需要 Connected AccountTags
Create a TCP Flow Protection filter.CLOUDFLARE_CREATE_TCP_FLOW_PROTECTION_FILTERCreate a TCP Flow Protection filter for an account.需要连接
Create a TCP Flow Protection filter for an account.
认证
需要 Connected AccountTags
Create TCP Flow Protection rule.CLOUDFLARE_CREATE_TCP_FLOW_PROTECTION_RULECreate a TCP Flow Protection rule for an account.需要连接
Create a TCP Flow Protection rule for an account.
认证
需要 Connected AccountTags
Create triggerCLOUDFLARE_CREATE_TRIGGERCreate a new CI/CD trigger需要连接
Create a new CI/CD trigger
认证
需要 Connected AccountTags
Create a new webhook configurationCLOUDFLARE_CREATE_WEBHOOKCreates a new webhook configuration for sending finding notifications to external endpoints.需要连接
Creates a new webhook configuration for sending finding notifications to external endpoints.
认证
需要 Connected AccountTags
Create webhook jobsCLOUDFLARE_CREATE_WEBHOOK_JOBSCreates webhook jobs to send a finding instance to one or more configured webhooks.需要连接
Creates webhook jobs to send a finding instance to one or more configured webhooks.
认证
需要 Connected AccountTags
Create WorkerCLOUDFLARE_CREATE_WORKERCreate a new Worker.需要连接
Create a new Worker.
认证
需要 Connected AccountTags
Create worker build configurationCLOUDFLARE_CREATE_WORKER_BUILDCreate a new build configuration for a Worker script, linking it to a git repository with CI/CD triggers.需要连接
Create a new build configuration for a Worker script, linking it to a git repository with CI/CD triggers.
认证
需要 Connected AccountTags
Create VersionCLOUDFLARE_CREATE_WORKER_VERSIONCreate a new version.需要连接
Create a new version.
认证
需要 Connected AccountTags
Create a zone rulesetCLOUDFLARE_CREATE_ZONE_RULESETCreates a ruleset at the zone level.需要连接
Creates a ruleset at the zone level.
认证
需要 Connected AccountTags
Create a zone ruleset ruleCLOUDFLARE_CREATE_ZONE_RULESET_RULEAdds a new rule to a zone ruleset. The rule will be added to the end of the existing list of rules in the ruleset by default.需要连接
Adds a new rule to a zone ruleset. The rule will be added to the end of the existing list of rules in the ruleset by default.
认证
需要 Connected AccountTags
Get CSAM Scanner settingCLOUDFLARE_CSAM_SCANNER_GET_SETTINGRetrieve the current CSAM Scanner configuration for a zone. The notification email is masked by default in responses.需要连接
Retrieve the current CSAM Scanner configuration for a zone. The notification email is masked by default in responses.
认证
需要 Connected AccountTags
Update CSAM Scanner settingCLOUDFLARE_CSAM_SCANNER_UPDATE_SETTINGUpdate the CSAM Scanner configuration for a zone. Allows enabling or disabling CSAM scanning, updating the notification email, and configuring scanning sources. When a new email is provided, email verification is triggered automatically. The `enabled` field is a toggle; the server may adjust it based on whether the notification email is verified. Returns 403 if the zone or account is locked by Trust & Safety.需要连接
Update the CSAM Scanner configuration for a zone. Allows enabling or disabling CSAM scanning, updating the notification email, and configuring scanning sources. When a new email is provided, email verification is triggered automatically. The `enabled` field is a toggle; the server may adjust it based on whether the notification email is verified. Returns 403 if the zone or account is locked by Trust & Safety.
认证
需要 Connected AccountTags
Get CT Alerting SubscriptionCLOUDFLARE_CT_ALERTING_GET_SUBSCRIPTIONRetrieve the Certificate Transparency alerting subscription settings for a zone. Returns whether CT monitoring is enabled and, for Business and Enterprise zones, the list of email addresses that receive alerts.需要连接
Retrieve the Certificate Transparency alerting subscription settings for a zone. Returns whether CT monitoring is enabled and, for Business and Enterprise zones, the list of email addresses that receive alerts.
认证
需要 Connected AccountTags
Update CT Alerting SubscriptionCLOUDFLARE_CT_ALERTING_UPDATE_SUBSCRIPTIONCreate or update the Certificate Transparency alerting subscription for a zone. Enables or disables email notifications when certificates are issued for the zone's domains. For Free and Pro zones, the subscription is toggled on or off using the enabled field. Notification emails are sent to all users with SSL permissions on the zone. For Business and Enterprise zones, the emails field is required and controls which addresses receive alerts. Setting emails to an empty list disables the subscription regardless of the enabled field. A maximum of 10 email addresses may be configured.需要连接
Create or update the Certificate Transparency alerting subscription for a zone. Enables or disables email notifications when certificates are issued for the zone's domains. For Free and Pro zones, the subscription is toggled on or off using the enabled field. Notification emails are sent to all users with SSL permissions on the zone. For Business and Enterprise zones, the emails field is required and controls which addresses receive alerts. Setting emails to an empty list disables the subscription regardless of the enabled field. A maximum of 10 email addresses may be configured.
认证
需要 Connected AccountTags
Create a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_A_ZONE_CREATE_A_CUSTOM_ASSETCreates a new custom asset at the zone level.需要连接
Creates a new custom asset at the zone level.
认证
需要 Connected AccountTags
Delete a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_A_ZONE_DELETE_A_CUSTOM_ASSETDeletes an existing custom asset.需要连接
Deletes an existing custom asset.
认证
需要 Connected AccountTags
Get a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_A_ZONE_GET_A_CUSTOM_ASSETFetches the details of a custom asset.需要连接
Fetches the details of a custom asset.
认证
需要 Connected AccountTags
List custom assetsCLOUDFLARE_CUSTOM_ASSETS_FOR_A_ZONE_LIST_CUSTOM_ASSETSFetches all the custom assets at the zone level.需要连接
Fetches all the custom assets at the zone level.
认证
需要 Connected AccountTags
Update a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_A_ZONE_UPDATE_A_CUSTOM_ASSETUpdates the configuration of an existing custom asset.需要连接
Updates the configuration of an existing custom asset.
认证
需要 Connected AccountTags
Create a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_AN_ACCOUNT_CREATE_A_CUSTOM_ASSETCreates a new custom asset at the account level.需要连接
Creates a new custom asset at the account level.
认证
需要 Connected AccountTags
Delete a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_AN_ACCOUNT_DELETE_A_CUSTOM_ASSETDeletes an existing custom asset.需要连接
Deletes an existing custom asset.
认证
需要 Connected AccountTags
Get a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_AN_ACCOUNT_GET_A_CUSTOM_ASSETFetches the details of a custom asset.需要连接
Fetches the details of a custom asset.
认证
需要 Connected AccountTags
List custom assetsCLOUDFLARE_CUSTOM_ASSETS_FOR_AN_ACCOUNT_LIST_CUSTOM_ASSETSFetches all the custom assets at the account level.需要连接
Fetches all the custom assets at the account level.
认证
需要 Connected AccountTags
Update a custom assetCLOUDFLARE_CUSTOM_ASSETS_FOR_AN_ACCOUNT_UPDATE_A_CUSTOM_ASSETUpdates the configuration of an existing custom asset.需要连接
Updates the configuration of an existing custom asset.
认证
需要 Connected AccountTags
Create Custom CSRCLOUDFLARE_CUSTOM_CSRS_FOR_A_ZONE_CREATE_CUSTOM_CSRGenerate a new custom Certificate Signing Request (CSR) for a zone. Cloudflare generates and securely stores the private key associated with the CSR. The CSR can then be provided to a Certificate Authority for signing. Once signed, the certificate is uploaded via the Custom SSL endpoint using the CSR ID.需要连接
Generate a new custom Certificate Signing Request (CSR) for a zone. Cloudflare generates and securely stores the private key associated with the CSR. The CSR can then be provided to a Certificate Authority for signing. Once signed, the certificate is uploaded via the Custom SSL endpoint using the CSR ID.
认证
需要 Connected AccountTags
Custom CSR DetailsCLOUDFLARE_CUSTOM_CSRS_FOR_A_ZONE_CUSTOM_CSR_DETAILSRetrieve details for a specific custom Certificate Signing Request (CSR).需要连接
Retrieve details for a specific custom Certificate Signing Request (CSR).
认证
需要 Connected AccountTags
Delete Custom CSRCLOUDFLARE_CUSTOM_CSRS_FOR_A_ZONE_DELETE_CUSTOM_CSRDelete a custom Certificate Signing Request (CSR) and its associated private key. A CSR cannot be deleted if any custom certificates still reference it.需要连接
Delete a custom Certificate Signing Request (CSR) and its associated private key. A CSR cannot be deleted if any custom certificates still reference it.
认证
需要 Connected AccountTags
List Custom CSRsCLOUDFLARE_CUSTOM_CSRS_FOR_A_ZONE_LIST_CUSTOM_CSRSList all custom Certificate Signing Requests (CSRs) for a zone.需要连接
List all custom Certificate Signing Requests (CSRs) for a zone.
认证
需要 Connected AccountTags
Create Custom CSRCLOUDFLARE_CUSTOM_CSRS_FOR_AN_ACCOUNT_CREATE_CUSTOM_CSRGenerate a new custom Certificate Signing Request (CSR) for an account. Cloudflare generates and securely stores the private key associated with the CSR.需要连接
Generate a new custom Certificate Signing Request (CSR) for an account. Cloudflare generates and securely stores the private key associated with the CSR.
认证
需要 Connected AccountTags
Custom CSR DetailsCLOUDFLARE_CUSTOM_CSRS_FOR_AN_ACCOUNT_CUSTOM_CSR_DETAILSRetrieve details for a specific custom Certificate Signing Request (CSR).需要连接
Retrieve details for a specific custom Certificate Signing Request (CSR).
认证
需要 Connected AccountTags
Delete Custom CSRCLOUDFLARE_CUSTOM_CSRS_FOR_AN_ACCOUNT_DELETE_CUSTOM_CSRDelete a custom Certificate Signing Request (CSR) and its associated private key.需要连接
Delete a custom Certificate Signing Request (CSR) and its associated private key.
认证
需要 Connected AccountTags
List Custom CSRsCLOUDFLARE_CUSTOM_CSRS_FOR_AN_ACCOUNT_LIST_CUSTOM_CSRSList all custom Certificate Signing Requests (CSRs) for an account.需要连接
List all custom Certificate Signing Requests (CSRs) for an account.
认证
需要 Connected AccountTags
Delete Fallback Origin for Custom HostnamesCLOUDFLARE_CUSTOM_HOSTNAME_FALLBACK_ORIGIN_FOR_A_ZONE_DELETE_FALLBACK_ORIGIN_FOR_CUSTOM_HOSTNAMESRemoves the fallback origin configuration for custom hostnames on a zone. Custom hostnames without specific origins will no longer have a fallback.需要连接
Removes the fallback origin configuration for custom hostnames on a zone. Custom hostnames without specific origins will no longer have a fallback.
认证
需要 Connected AccountTags
Get Fallback Origin for Custom HostnamesCLOUDFLARE_CUSTOM_HOSTNAME_FALLBACK_ORIGIN_FOR_A_ZONE_GET_FALLBACK_ORIGIN_FOR_CUSTOM_HOSTNAMESRetrieves the current fallback origin configuration for custom hostnames on a zone. The fallback origin handles traffic when specific custom hostname origins are unavailable.需要连接
Retrieves the current fallback origin configuration for custom hostnames on a zone. The fallback origin handles traffic when specific custom hostname origins are unavailable.
认证
需要 Connected AccountTags
Update Fallback Origin for Custom HostnamesCLOUDFLARE_CUSTOM_HOSTNAME_FALLBACK_ORIGIN_FOR_A_ZONE_UPDATE_FALLBACK_ORIGIN_FOR_CUSTOM_HOSTNAMESUpdates the fallback origin configuration for custom hostnames on a zone. Sets the default origin server for custom hostname traffic.需要连接
Updates the fallback origin configuration for custom hostnames on a zone. Sets the default origin server for custom hostname traffic.
认证
需要 Connected AccountTags
Create Custom HostnameCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_CREATE_CUSTOM_HOSTNAMEAdd a new custom hostname and request that an SSL certificate be issued for it. One of three validation methods—http, txt, email—should be used, with 'http' recommended if the CNAME is already in place (or will be soon). Specifying 'email' will send an email to the WHOIS contacts on file for the base domain plus hostmaster, postmaster, webmaster, admin, administrator. If http is used and the domain is not already pointing to the Managed CNAME host, the PATCH method must be used once it is (to complete validation). Enable bundling of certificates using the custom_cert_bundle field. The bundling process requires the following condition One certificate in the bundle must use an RSA, and the other must use an ECDSA.需要连接
Add a new custom hostname and request that an SSL certificate be issued for it. One of three validation methods—http, txt, email—should be used, with 'http' recommended if the CNAME is already in place (or will be soon). Specifying 'email' will send an email to the WHOIS contacts on file for the base domain plus hostmaster, postmaster, webmaster, admin, administrator. If http is used and the domain is not already pointing to the Managed CNAME host, the PATCH method must be used once it is (to complete validation). Enable bundling of certificates using the custom_cert_bundle field. The bundling process requires the following condition One certificate in the bundle must use an RSA, and the other must use an ECDSA.
认证
需要 Connected AccountTags
Custom Hostname DetailsCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_CUSTOM_HOSTNAME_DETAILSRetrieves detailed information about a specific custom hostname, including SSL certificate status, ownership verification, and origin configuration.需要连接
Retrieves detailed information about a specific custom hostname, including SSL certificate status, ownership verification, and origin configuration.
认证
需要 Connected AccountTags
Delete Custom Hostname (and any issued SSL certificates)CLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_DELETE_CUSTOM_HOSTNAME_AND_ANY_ISSUED_SSL_CERTIFICATESPermanently deletes a custom hostname and revokes any SSL certificates that were issued for it. This action cannot be undone.需要连接
Permanently deletes a custom hostname and revokes any SSL certificates that were issued for it. This action cannot be undone.
认证
需要 Connected AccountTags
Delete Single Certificate And Key For Custom HostnameCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_DELETE_SINGLE_CERTIFICATE_AND_KEY_IN_A_CUSTOM_HOSTNAMEDelete a single custom certificate from a certificate pack that contains two bundled certificates. Deletion is subject to the following constraints. You cannot delete a certificate if it is the only remaining certificate in the pack. At least one certificate must remain in the pack.需要连接
Delete a single custom certificate from a certificate pack that contains two bundled certificates. Deletion is subject to the following constraints. You cannot delete a certificate if it is the only remaining certificate in the pack. At least one certificate must remain in the pack.
认证
需要 Connected AccountTags
Replace Custom Certificate and Custom Key In Custom HostnameCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_EDIT_CUSTOM_CERTIFICATE_CUSTOM_HOSTNAMEReplace a single custom certificate within a certificate pack that contains two bundled certificates. The replacement must adhere to the following constraints. You can only replace an RSA certificate with another RSA certificate or an ECDSA certificate with another ECDSA certificate.需要连接
Replace a single custom certificate within a certificate pack that contains two bundled certificates. The replacement must adhere to the following constraints. You can only replace an RSA certificate with another RSA certificate or an ECDSA certificate with another ECDSA certificate.
认证
需要 Connected AccountTags
Edit Custom HostnameCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_EDIT_CUSTOM_HOSTNAMEModify SSL configuration for a custom hostname. When sent with SSL config that matches existing config, used to indicate that hostname should pass domain control validation (DCV). Can also be used to change validation type, e.g., from 'http' to 'email'. Bundle an existing certificate with another certificate by using the "custom_cert_bundle" field. The bundling process supports combining certificates as long as the following condition is met. One certificate must use the RSA algorithm, and the other must use the ECDSA algorithm.需要连接
Modify SSL configuration for a custom hostname. When sent with SSL config that matches existing config, used to indicate that hostname should pass domain control validation (DCV). Can also be used to change validation type, e.g., from 'http' to 'email'. Bundle an existing certificate with another certificate by using the "custom_cert_bundle" field. The bundling process supports combining certificates as long as the following condition is met. One certificate must use the RSA algorithm, and the other must use the ECDSA algorithm.
认证
需要 Connected AccountTags
Get Custom Hostname QuotaCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_GET_CUSTOM_HOSTNAME_QUOTAReturns custom hostname quota usage for a zone. The allocated quota is a soft limit; creating custom hostnames after usage exceeds this limit can still succeed until the hard cap is reached. Use the exceeded and hard_cap fields to track when usage is above the soft limit and when new custom hostname creation will be rejected.需要连接
Returns custom hostname quota usage for a zone. The allocated quota is a soft limit; creating custom hostnames after usage exceeds this limit can still succeed until the hard cap is reached. Use the exceeded and hard_cap fields to track when usage is above the soft limit and when new custom hostname creation will be rejected.
认证
需要 Connected AccountTags
List Custom HostnamesCLOUDFLARE_CUSTOM_HOSTNAME_FOR_A_ZONE_LIST_CUSTOM_HOSTNAMESList, search, sort, and filter all of your custom hostnames.需要连接
List, search, sort, and filter all of your custom hostnames.
认证
需要 Connected AccountTags
Grant permission to indicator feedCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_ADD_PERMISSIONGrants access permissions for a custom threat indicator feed to other accounts.需要连接
Grants access permissions for a custom threat indicator feed to other accounts.
认证
需要 Connected AccountTags
Create new indicator feedCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_CREATE_INDICATOR_FEEDSCreates a new custom threat indicator feed for sharing threat intelligence data.需要连接
Creates a new custom threat indicator feed for sharing threat intelligence data.
认证
需要 Connected AccountTags
Create indicator feed providerCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_CREATE_PROVIDERCreates a new indicator feed provider for an account. Only available to Intel accounts.需要连接
Creates a new indicator feed provider for an account. Only available to Intel accounts.
认证
需要 Connected AccountTags
Download indicator feed dataCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_DOWNLOAD_INDICATOR_FEED_DATADownloads the content of a custom threat indicator feed.需要连接
Downloads the content of a custom threat indicator feed.
认证
需要 Connected AccountTags
Get indicator feed dataCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_GET_INDICATOR_FEED_DATARetrieves the raw data entries in a custom threat indicator feed.需要连接
Retrieves the raw data entries in a custom threat indicator feed.
认证
需要 Connected AccountTags
Get indicator feed metadataCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_GET_INDICATOR_FEED_METADATARetrieves details for a specific custom threat indicator feed.需要连接
Retrieves details for a specific custom threat indicator feed.
认证
需要 Connected AccountTags
Get indicator feeds owned by this accountCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_GET_INDICATOR_FEEDSRetrieves details for all accessible custom threat indicator feeds.需要连接
Retrieves details for all accessible custom threat indicator feeds.
认证
需要 Connected AccountTags
Revoke permission to indicator feedCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_REMOVE_PERMISSIONRevokes access permissions for a custom threat indicator feed.需要连接
Revokes access permissions for a custom threat indicator feed.
认证
需要 Connected AccountTags
Update indicator feed metadataCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_UPDATE_INDICATOR_FEED_METADATARevises details for a specific custom threat indicator feed.需要连接
Revises details for a specific custom threat indicator feed.
认证
需要 Connected AccountTags
List indicator feed permissionsCLOUDFLARE_CUSTOM_INDICATOR_FEEDS_VIEW_PERMISSIONSLists current access permissions for custom threat indicator feeds.需要连接
Lists current access permissions for custom threat indicator feeds.
认证
需要 Connected AccountTags
Upload Custom Origin Trust StoreCLOUDFLARE_CUSTOM_ORIGIN_TRUST_STORE_CREATEUpload a root CA certificate to the Custom Origin Trust Store for a Zone. Only root CA certificates are accepted.需要连接
Upload a root CA certificate to the Custom Origin Trust Store for a Zone. Only root CA certificates are accepted.
认证
需要 Connected AccountTags
Delete Custom Origin Trust StoreCLOUDFLARE_CUSTOM_ORIGIN_TRUST_STORE_DELETERemoves a root CA certificate from the custom origin trust store. Origins using certificates signed by this CA will no longer be trusted.需要连接
Removes a root CA certificate from the custom origin trust store. Origins using certificates signed by this CA will no longer be trusted.
认证
需要 Connected AccountTags
Custom Origin Trust Store DetailsCLOUDFLARE_CUSTOM_ORIGIN_TRUST_STORE_DETAILSRetrieves details about a specific root CA certificate in the custom origin trust store, including expiration and subject information.需要连接
Retrieves details about a specific root CA certificate in the custom origin trust store, including expiration and subject information.
认证
需要 Connected AccountTags
List Custom Origin Trust Store DetailsCLOUDFLARE_CUSTOM_ORIGIN_TRUST_STORE_LIST_DETAILSGet Custom Origin Trust Store for a Zone.需要连接
Get Custom Origin Trust Store for a Zone.
认证
需要 Connected AccountTags
Create a preview tokenCLOUDFLARE_CUSTOM_PAGES_FOR_A_ZONE_CREATE_PREVIEW_TOKENCreates a signed JWT token used to preview custom pages before they are published. The API gateway rewrites zone-scoped requests to the account-level service endpoint.需要连接
Creates a signed JWT token used to preview custom pages before they are published. The API gateway rewrites zone-scoped requests to the account-level service endpoint.
认证
需要 Connected AccountTags
Get a custom pageCLOUDFLARE_CUSTOM_PAGES_FOR_A_ZONE_GET_A_CUSTOM_PAGEFetches the details of a custom page.需要连接
Fetches the details of a custom page.
认证
需要 Connected AccountTags
List custom pagesCLOUDFLARE_CUSTOM_PAGES_FOR_A_ZONE_LIST_CUSTOM_PAGESFetches all the custom pages at the zone level.需要连接
Fetches all the custom pages at the zone level.
认证
需要 Connected AccountTags
Update a custom pageCLOUDFLARE_CUSTOM_PAGES_FOR_A_ZONE_UPDATE_A_CUSTOM_PAGEUpdates the configuration of an existing custom page.需要连接
Updates the configuration of an existing custom page.
认证
需要 Connected AccountTags
Create a preview tokenCLOUDFLARE_CUSTOM_PAGES_FOR_AN_ACCOUNT_CREATE_PREVIEW_TOKENCreates a signed JWT token used to preview custom pages before they are published.需要连接
Creates a signed JWT token used to preview custom pages before they are published.
认证
需要 Connected AccountTags
Get a custom pageCLOUDFLARE_CUSTOM_PAGES_FOR_AN_ACCOUNT_GET_A_CUSTOM_PAGEFetches the details of a custom page.需要连接
Fetches the details of a custom page.
认证
需要 Connected AccountTags
List custom pagesCLOUDFLARE_CUSTOM_PAGES_FOR_AN_ACCOUNT_LIST_CUSTOM_PAGESFetches all the custom pages at the account level.需要连接
Fetches all the custom pages at the account level.
认证
需要 Connected AccountTags
Update a custom pageCLOUDFLARE_CUSTOM_PAGES_FOR_AN_ACCOUNT_UPDATE_A_CUSTOM_PAGEUpdates the configuration of an existing custom page.需要连接
Updates the configuration of an existing custom page.
认证
需要 Connected AccountTags
Create SSL ConfigurationCLOUDFLARE_CUSTOM_SSL_FOR_A_ZONE_CREATE_SSL_CONFIGURATIONUpload a new SSL certificate for a zone.需要连接
Upload a new SSL certificate for a zone.
认证
需要 Connected AccountTags
Delete SSL ConfigurationCLOUDFLARE_CUSTOM_SSL_FOR_A_ZONE_DELETE_SSL_CONFIGURATIONRemove a SSL certificate from a zone.需要连接
Remove a SSL certificate from a zone.
认证
需要 Connected AccountTags
Edit SSL ConfigurationCLOUDFLARE_CUSTOM_SSL_FOR_A_ZONE_EDIT_SSL_CONFIGURATIONUpload a new private key and/or PEM/CRT for the SSL certificate. Note: PATCHing a configuration for sni_custom certificates will result in a new resource id being returned, and the previous one being deleted.需要连接
Upload a new private key and/or PEM/CRT for the SSL certificate. Note: PATCHing a configuration for sni_custom certificates will result in a new resource id being returned, and the previous one being deleted.
认证
需要 Connected AccountTags
List SSL ConfigurationsCLOUDFLARE_CUSTOM_SSL_FOR_A_ZONE_LIST_SSL_CONFIGURATIONSList, search, and filter all of your custom SSL certificates. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always supercede 'sni_custom' certificates.需要连接
List, search, and filter all of your custom SSL certificates. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always supercede 'sni_custom' certificates.
认证
需要 Connected AccountTags
Re-prioritize SSL CertificatesCLOUDFLARE_CUSTOM_SSL_FOR_A_ZONE_RE_PRIORITIZE_SSL_CERTIFICATESIf a zone has multiple SSL certificates, you can set the order in which they should be used during a request. The higher priority will break ties across overlapping 'legacy_custom' certificates.需要连接
If a zone has multiple SSL certificates, you can set the order in which they should be used during a request. The higher priority will break ties across overlapping 'legacy_custom' certificates.
认证
需要 Connected AccountTags
SSL Configuration DetailsCLOUDFLARE_CUSTOM_SSL_FOR_A_ZONE_SSL_CONFIGURATION_DETAILSRetrieves details for a specific custom SSL certificate, including certificate metadata, bundle method, geographic restrictions, and associated keyless server configuration.需要连接
Retrieves details for a specific custom SSL certificate, including certificate metadata, bundle method, geographic restrictions, and associated keyless server configuration.
认证
需要 Connected AccountTags
Create D1 DatabaseCLOUDFLARE_D1_CREATE_DATABASEReturns the created D1 database.需要连接
Returns the created D1 database.
认证
需要 Connected AccountTags
Delete D1 DatabaseCLOUDFLARE_D1_DELETE_DATABASEDeletes the specified D1 database.需要连接
Deletes the specified D1 database.
认证
需要 Connected AccountTags
Export D1 Database as SQLCLOUDFLARE_D1_EXPORT_DATABASEReturns a URL where the SQL contents of your D1 can be downloaded. Note: this process may take some time for larger DBs, during which your D1 will be unavailable to serve queries. To avoid blocking your DB unnecessarily, an in-progress export must be continually polled or will automatically cancel.需要连接
Returns a URL where the SQL contents of your D1 can be downloaded. Note: this process may take some time for larger DBs, during which your D1 will be unavailable to serve queries. To avoid blocking your DB unnecessarily, an in-progress export must be continually polled or will automatically cancel.
认证
需要 Connected AccountTags
Get D1 DatabaseCLOUDFLARE_D1_GET_DATABASEReturns the specified D1 database.需要连接
Returns the specified D1 database.
认证
需要 Connected AccountTags
Import SQL into your D1 DatabaseCLOUDFLARE_D1_IMPORT_DATABASEGenerates a temporary URL for uploading an SQL file to, then instructing the D1 to import it and polling it for status updates. Imports block the D1 for their duration.需要连接
Generates a temporary URL for uploading an SQL file to, then instructing the D1 to import it and polling it for status updates. Imports block the D1 for their duration.
认证
需要 Connected AccountTags
List D1 DatabasesCLOUDFLARE_D1_LIST_DATABASESReturns a list of D1 databases.需要连接
Returns a list of D1 databases.
认证
需要 Connected AccountTags
Query D1 DatabaseCLOUDFLARE_D1_QUERY_DATABASEReturns the query result as an object.需要连接
Returns the query result as an object.
认证
需要 Connected AccountTags
Raw D1 Database queryCLOUDFLARE_D1_RAW_DATABASE_QUERYReturns the query result rows as arrays rather than objects. This is a performance-optimized version of the /query endpoint.需要连接
Returns the query result rows as arrays rather than objects. This is a performance-optimized version of the /query endpoint.
认证
需要 Connected AccountTags
Get D1 database bookmarkCLOUDFLARE_D1_TIME_TRAVEL_GET_BOOKMARKRetrieves the current bookmark, or the nearest bookmark at or before a provided timestamp. Bookmarks can be used with the restore endpoint to revert the database to a previous point in time.需要连接
Retrieves the current bookmark, or the nearest bookmark at or before a provided timestamp. Bookmarks can be used with the restore endpoint to revert the database to a previous point in time.
认证
需要 Connected AccountTags
Restore D1 Database to a bookmark or point in timeCLOUDFLARE_D1_TIME_TRAVEL_RESTORERestores a D1 database to a previous point in time either via a bookmark or a timestamp.需要连接
Restores a D1 database to a previous point in time either via a bookmark or a timestamp.
认证
需要 Connected AccountTags
Update D1 DatabaseCLOUDFLARE_D1_UPDATE_DATABASEUpdates the specified D1 database.需要连接
Updates the specified D1 database.
认证
需要 Connected AccountTags
Update D1 Database partiallyCLOUDFLARE_D1_UPDATE_PARTIAL_DATABASEUpdates partially the specified D1 database.需要连接
Updates partially the specified D1 database.
认证
需要 Connected AccountTags
Top integrations by content findingsCLOUDFLARE_DATA_SECURITY_CONTENT_FINDINGS_TOP_NReturns the top N integrations ranked by total content findings.需要连接
Returns the top N integrations ranked by total content findings.
认证
需要 Connected AccountTags
Data security findings summaryCLOUDFLARE_DATA_SECURITY_FINDINGS_SUMMARYReturns aggregate current-period and previous-period totals for CASB findings.需要连接
Returns aggregate current-period and previous-period totals for CASB findings.
认证
需要 Connected AccountTags
Data security findings timeseriesCLOUDFLARE_DATA_SECURITY_FINDINGS_TIMESERIESReturns merged time-bucketed CASB findings.需要连接
Returns merged time-bucketed CASB findings.
认证
需要 Connected AccountTags
Retrieve the DCV Delegation unique identifier.CLOUDFLARE_DCV_DELEGATION_UUID_GETRetrieve the account and zone specific unique identifier used as part of the CNAME target for DCV Delegation.需要连接
Retrieve the account and zone specific unique identifier used as part of the CNAME target for DCV Delegation.
认证
需要 Connected AccountTags
Delete an account rulesetCLOUDFLARE_DELETE_ACCOUNT_RULESETDeletes all versions of an existing account ruleset.需要连接
Deletes all versions of an existing account ruleset.
认证
需要 Connected AccountTags
Delete an account ruleset ruleCLOUDFLARE_DELETE_ACCOUNT_RULESET_RULEDeletes an existing rule from an account ruleset.需要连接
Deletes an existing rule from an account ruleset.
认证
需要 Connected AccountTags
Delete an account ruleset versionCLOUDFLARE_DELETE_ACCOUNT_RULESET_VERSIONDeletes an existing version of an account ruleset.需要连接
Deletes an existing version of an account ruleset.
认证
需要 Connected AccountTags
Delete brands by IDCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_BRANDSReturn a success message after deleting brands by ID需要连接
Return a success message after deleting brands by ID
认证
需要 Connected AccountTags
Delete patterns for brands by IDCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_BRANDS_PATTERNSReturn a success message after deleting patterns for brands by ID需要连接
Return a success message after deleting patterns for brands by ID
认证
需要 Connected AccountTags
Delete saved logo queries by IDCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_LOGOS_LOGO_IDReturn a success message after deleting saved logo queries by ID需要连接
Return a success message after deleting saved logo queries by ID
认证
需要 Connected AccountTags
Delete saved string queries by IDCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_QUERIESReturn a success message after deleting saved string queries by ID需要连接
Return a success message after deleting saved string queries by ID
认证
需要 Connected AccountTags
Delete Logpush jobCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_LOGPUSH_JOBS_JOB_IDDeletes a Logpush job.需要连接
Deletes a Logpush job.
认证
需要 Connected AccountTags
Validate destinationCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_LOGPUSH_VALIDATE_DESTINATIONValidates destination.需要连接
Validates destination.
认证
需要 Connected AccountTags
Check destination existsCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_LOGPUSH_VALIDATE_DESTINATION_EXISTSChecks if there is an existing job with a destination.需要连接
Checks if there is an existing job with a destination.
认证
需要 Connected AccountTags
Delete CMB configCLOUDFLARE_DELETE_ACCOUNTS_ACCOUNT_ID_LOGS_CONTROL_CMB_CONFIGDeletes CMB config.需要连接
Deletes CMB config.
认证
需要 Connected AccountTags
Delete allowlist prefix.CLOUDFLARE_DELETE_ALLOWLIST_PREFIXDelete the allowlist prefix for an account given a UUID.需要连接
Delete the allowlist prefix for an account given a UUID.
认证
需要 Connected AccountTags
Delete all allowlist prefixes.CLOUDFLARE_DELETE_ALLOWLIST_PREFIXES_FOR_ACCOUNTDelete all allowlist prefixes for an account.需要连接
Delete all allowlist prefixes for an account.
认证
需要 Connected AccountTags
Delete a single application by idCLOUDFLARE_DELETE_APPLICATIONDeletes a single application by id需要连接
Deletes a single application by id
认证
需要 Connected AccountTags
Delete additional audio tracks on a videoCLOUDFLARE_DELETE_AUDIO_TRACKSDeletes additional audio tracks on a video. Deleting a default audio track is not allowed. You must assign another audio track as default prior to deletion.需要连接
Deletes additional audio tracks on a video. Deleting a default audio track is not allowed. You must assign another audio track as default prior to deletion.
认证
需要 Connected AccountTags
Delete build tokenCLOUDFLARE_DELETE_BUILD_TOKENRemove a build authentication token需要连接
Remove a build authentication token
认证
需要 Connected AccountTags
Deletes a categoryCLOUDFLARE_DELETE_CATEGORY_DELETEDelete a category by its identifier.需要连接
Delete a category by its identifier.
认证
需要 Connected AccountTags
Delete a specified CNI objectCLOUDFLARE_DELETE_CNIDelete a specified CNI object需要连接
Delete a specified CNI object
认证
需要 Connected AccountTags
Delete collectionCLOUDFLARE_DELETE_COLLECTION_DELETEDeletes a collection and all its items. This action cannot be undone. The Durable Object storage is deleted asynchronously.需要连接
Deletes a collection and all its items. This action cannot be undone. The Durable Object storage is deleted asynchronously.
认证
需要 Connected AccountTags
Delete columnCLOUDFLARE_DELETE_COLUMN_DELETEDelete a column from the collection schema. Data is preserved as orphaned UUID keys (forensic safety) and filtered from API responses.需要连接
Delete a column from the collection schema. Data is preserved as orphaned UUID keys (forensic safety) and filtered from API responses.
认证
需要 Connected AccountTags
Delete a container instanceCLOUDFLARE_DELETE_CONTAINER_INSTANCEStops the backing Durable Object container by sending SIGKILL. The instance remains visible until normal runtime lifecycle processing marks it asleep and eventually prunes it.需要连接
Stops the backing Durable Object container by sending SIGKILL. The instance remains visible until normal runtime lifecycle processing marks it asleep and eventually prunes it.
认证
需要 Connected AccountTags
Delete CredentialCLOUDFLARE_DELETE_CREDENTIALDeletes a credential.需要连接
Deletes a credential.
认证
需要 Connected AccountTags
Delete Credential SetCLOUDFLARE_DELETE_CREDENTIAL_SETDeletes a credential set and all of its credentials.需要连接
Deletes a credential set and all of its credentials.
认证
需要 Connected AccountTags
Delete a datasetCLOUDFLARE_DELETE_DATASET_DELETESoft-deletes a dataset given a datasetId.需要连接
Soft-deletes a dataset given a datasetId.
认证
需要 Connected AccountTags
Delete domain queryCLOUDFLARE_DELETE_DELETE_DOMAIN_QUERYDelete a saved brand protection domain query from the account_queries table. This operation will remove the query from the durable object database. Returns 404 if the query ID doesn't exist.需要连接
Delete a saved brand protection domain query from the account_queries table. This operation will remove the query from the durable object database. Returns 404 if the query ID doesn't exist.
认证
需要 Connected AccountTags
Delete logo queryCLOUDFLARE_DELETE_DELETE_LOGO_QUERYDelete a saved brand protection logo query. Returns 404 if the query ID doesn't exist.需要连接
Delete a saved brand protection logo query. Returns 404 if the query ID doesn't exist.
认证
需要 Connected AccountTags
Delete a Scan ConfigCLOUDFLARE_DELETE_DELETE_SCANSDelete a Scan Config需要连接
Delete a Scan Config
认证
需要 Connected AccountTags
Delete deploy hookCLOUDFLARE_DELETE_DEPLOY_HOOKDelete a deploy hook.需要连接
Delete a deploy hook.
认证
需要 Connected AccountTags
Delete deployment groupCLOUDFLARE_DELETE_DEPLOYMENT_GROUPDeletes a deployment group. Associated policies no longer apply and devices stop receiving version targets. This endpoint is in Beta.需要连接
Deletes a deployment group. Associated policies no longer apply and devices stop receiving version targets. This endpoint is in Beta.
认证
需要 Connected AccountTags
Delete deviceCLOUDFLARE_DELETE_DEVICEDeletes a WARP device.需要连接
Deletes a WARP device.
认证
需要 Connected AccountTags
Delete a DEX RuleCLOUDFLARE_DELETE_DEX_RULEDelete a DEX Rule.需要连接
Delete a DEX Rule.
认证
需要 Connected AccountTags
Delete DNS Protection rule.CLOUDFLARE_DELETE_DNS_PROTECTION_RULEDelete a DNS Protection rule specified by the given UUID.需要连接
Delete a DNS Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Delete all DNS Protection rules.CLOUDFLARE_DELETE_DNS_PROTECTION_RULES_FOR_ACCOUNTDelete all DNS Protection rules for an account.需要连接
Delete all DNS Protection rules for an account.
认证
需要 Connected AccountTags
Delete environment variableCLOUDFLARE_DELETE_ENVIRONMENT_VARIABLERemove a specific environment variable from a trigger需要连接
Remove a specific environment variable from a trigger
认证
需要 Connected AccountTags
Deletes one or more eventsCLOUDFLARE_DELETE_EVENT_DELETEDelete one or more events from a dataset.需要连接
Delete one or more events from a dataset.
认证
需要 Connected AccountTags
Delete a saved event queryCLOUDFLARE_DELETE_EVENT_QUERY_DELETEDelete a saved event query by its ID需要连接
Delete a saved event query by its ID
认证
需要 Connected AccountTags
Removes an event referenceCLOUDFLARE_DELETE_EVENT_REFERENCE_DELETERemove one or more references from an event.需要连接
Remove one or more references from an event.
认证
需要 Connected AccountTags
Removes a tag from an eventCLOUDFLARE_DELETE_EVENT_TAG_DELETERemove one or more tags from an event.需要连接
Remove one or more tags from an event.
认证
需要 Connected AccountTags
Delete a group for an accountCLOUDFLARE_DELETE_GROUP_DELETEDelete a group for an account需要连接
Delete a group for an account
认证
需要 Connected AccountTags
Delete a group memberCLOUDFLARE_DELETE_GROUP_MEMBER_DELETEDelete a group member需要连接
Delete a group member
认证
需要 Connected AccountTags
Delete HyperdriveCLOUDFLARE_DELETE_HYPERDRIVEDeletes the specified Hyperdrive.需要连接
Deletes the specified Hyperdrive.
认证
需要 Connected AccountTags
Delete a registry from the accountCLOUDFLARE_DELETE_IMAGE_REGISTRYDelete a registry from the account, this will make Cloudchamber unable to pull images from the registry需要连接
Delete a registry from the account, this will make Cloudchamber unable to pull images from the registry
认证
需要 Connected AccountTags
Deletes an indicatorCLOUDFLARE_DELETE_INDICATOR_DELETEDeletes a specific indicator by its UUID.需要连接
Deletes a specific indicator by its UUID.
认证
需要 Connected AccountTags
Delete integrationCLOUDFLARE_DELETE_INTEGRATION_V2Delete an integration by soft-deleting it.需要连接
Delete an integration by soft-deleting it.
认证
需要 Connected AccountTags
Delete an interconnect objectCLOUDFLARE_DELETE_INTERCONNECTDelete an interconnect object需要连接
Delete an interconnect object
认证
需要 Connected AccountTags
Delete IP profileCLOUDFLARE_DELETE_IP_PROFILEDelete a WARP Device IP profile.需要连接
Delete a WARP Device IP profile.
认证
需要 Connected AccountTags
Delete collection itemCLOUDFLARE_DELETE_ITEM_DELETEDelete an item from a collection by its identifier.需要连接
Delete an item from a collection by its identifier.
认证
需要 Connected AccountTags
Delete letter templateCLOUDFLARE_DELETE_LETTER_TEMPLATE_DELETEDelete a user-defined takedown letter template. System templates cannot be deleted.需要连接
Delete a user-defined takedown letter template. System templates cannot be deleted.
认证
需要 Connected AccountTags
Delete Managed TransformsCLOUDFLARE_DELETE_MANAGED_TRANSFORMSDisables all Managed Transforms.需要连接
Disables all Managed Transforms.
认证
需要 Connected AccountTags
Delete a participantCLOUDFLARE_DELETE_MEETING_PARTICIPANTDeletes a participant for the given meeting and participant ID.需要连接
Deletes a participant for the given meeting and participant ID.
认证
需要 Connected AccountTags
Delete a permission for datasetCLOUDFLARE_DELETE_PERMISSION_DELETEDelete a permission需要连接
Delete a permission
认证
需要 Connected AccountTags
Delete prefix.CLOUDFLARE_DELETE_PREFIXDelete the prefix for an account given a UUID.需要连接
Delete the prefix for an account given a UUID.
认证
需要 Connected AccountTags
Delete all prefixes.CLOUDFLARE_DELETE_PREFIXES_FOR_ACCOUNTDelete all prefixes for an account.需要连接
Delete all prefixes for an account.
认证
需要 Connected AccountTags
Delete a presetCLOUDFLARE_DELETE_PRESETS_PRESET_IDDeletes a preset using the provided preset ID需要连接
Deletes a preset using the provided preset ID
认证
需要 Connected AccountTags
Delete account Email Sending suppressionCLOUDFLARE_DELETE_PUBLIC_DELETE_SENDING_SUPPRESSIONDelete account Email Sending suppression需要连接
Delete account Email Sending suppression
认证
需要 Connected AccountTags
Delete account email suppressionCLOUDFLARE_DELETE_PUBLIC_DELETE_SUPPRESSION_ROUTINGDeletes an email suppression for the specified account.需要连接
Deletes an email suppression for the specified account.
认证
需要 Connected AccountTags
Delete account email suppressionCLOUDFLARE_DELETE_PUBLIC_DELETE_SUPPRESSION_SENDINGDeletes an email suppression for the specified account.需要连接
Deletes an email suppression for the specified account.
认证
需要 Connected AccountTags
Delete zone email suppressionCLOUDFLARE_DELETE_PUBLIC_DELETE_SUPPRESSION_ZONE_ROUTINGDeletes an email suppression for the specified zone.需要连接
Deletes an email suppression for the specified zone.
认证
需要 Connected AccountTags
Delete zone email suppressionCLOUDFLARE_DELETE_PUBLIC_DELETE_SUPPRESSION_ZONE_SENDINGDeletes an email suppression for the specified zone.需要连接
Deletes an email suppression for the specified zone.
认证
需要 Connected AccountTags
Delete registrationCLOUDFLARE_DELETE_REGISTRATIONDeletes a WARP registration.需要连接
Deletes a WARP registration.
认证
需要 Connected AccountTags
Delete registrationsCLOUDFLARE_DELETE_REGISTRATIONSDeletes a list of WARP registrations.需要连接
Deletes a list of WARP registrations.
认证
需要 Connected AccountTags
Delete repository connectionCLOUDFLARE_DELETE_REPO_CONNECTIONRemove a repository connection需要连接
Remove a repository connection
认证
需要 Connected AccountTags
Delete ScanCLOUDFLARE_DELETE_SCANDeletes a scan and all associated data. Only scans in a terminal state (`finished`, `failed`) may be deleted. Attempting to delete a scan that is still being created or executed (`created`, `scheduled`, `planning`, `running`) returns `400`.需要连接
Deletes a scan and all associated data. Only scans in a terminal state (`finished`, `failed`) may be deleted. Attempting to delete a scan that is still being created or executed (`created`, `scheduled`, `planning`, `running`) returns `400`.
认证
需要 Connected AccountTags
Deletes security.txtCLOUDFLARE_DELETE_SECURITY_TXTRemoves the security.txt file configuration for a zone. The /.well-known/security.txt endpoint will no longer be served.需要连接
Removes the security.txt file configuration for a zone. The /.well-known/security.txt endpoint will no longer be served.
认证
需要 Connected AccountTags
Delete SSO connectorCLOUDFLARE_DELETE_SSO_CONNECTORDeletes an SSO connector from the account.需要连接
Deletes an SSO connector from the account.
认证
需要 Connected AccountTags
Delete SYN Protection filter.CLOUDFLARE_DELETE_SYN_PROTECTION_FILTERDelete a SYN Protection filter specified by the given UUID.需要连接
Delete a SYN Protection filter specified by the given UUID.
认证
需要 Connected AccountTags
Delete all SYN Protection filters.CLOUDFLARE_DELETE_SYN_PROTECTION_FILTERS_FOR_ACCOUNTDelete all SYN Protection filters for an account.需要连接
Delete all SYN Protection filters for an account.
认证
需要 Connected AccountTags
Delete SYN Protection rule.CLOUDFLARE_DELETE_SYN_PROTECTION_RULEDelete a SYN Protection rule specified by the given UUID.需要连接
Delete a SYN Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Delete all SYN Protection rules.CLOUDFLARE_DELETE_SYN_PROTECTION_RULES_FOR_ACCOUNTDelete all SYN Protection rules for an account.需要连接
Delete all SYN Protection rules for an account.
认证
需要 Connected AccountTags
Deletes a tag category (SoT)CLOUDFLARE_DELETE_TAG_CATEGORY_DELETEDeletes a Source-of-Truth tag category by UUID.需要连接
Deletes a Source-of-Truth tag category by UUID.
认证
需要 Connected AccountTags
Deletes a tag (SoT)CLOUDFLARE_DELETE_TAG_DELETEDeletes a Source-of-Truth tag by UUID.需要连接
Deletes a Source-of-Truth tag by UUID.
认证
需要 Connected AccountTags
Delete takedown letterCLOUDFLARE_DELETE_TAKEDOWN_LETTER_DELETEDelete a specific takedown letter and its associated PDF from storage.需要连接
Delete a specific takedown letter and its associated PDF from storage.
认证
需要 Connected AccountTags
Delete takedown noticeCLOUDFLARE_DELETE_TAKEDOWN_NOTICE_DELETEDelete a takedown notice and all associated letters. PDFs are also removed from storage.需要连接
Delete a takedown notice and all associated letters. PDFs are also removed from storage.
认证
需要 Connected AccountTags
Delete Target EnvironmentCLOUDFLARE_DELETE_TARGET_ENVIRONMENTRemoves a target environment.需要连接
Removes a target environment.
认证
需要 Connected AccountTags
Delete TCP Flow Protection filter.CLOUDFLARE_DELETE_TCP_FLOW_PROTECTION_FILTERDelete a TCP Flow Protection filter specified by the given UUID.需要连接
Delete a TCP Flow Protection filter specified by the given UUID.
认证
需要 Connected AccountTags
Delete all TCP Flow Protection filters.CLOUDFLARE_DELETE_TCP_FLOW_PROTECTION_FILTERS_FOR_ACCOUNTDelete all TCP Flow Protection filters for an account.需要连接
Delete all TCP Flow Protection filters for an account.
认证
需要 Connected AccountTags
Delete TCP Flow Protection rule.CLOUDFLARE_DELETE_TCP_FLOW_PROTECTION_RULEDelete a TCP Flow Protection rule specified by the given UUID.需要连接
Delete a TCP Flow Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Delete all TCP Flow Protection rules.CLOUDFLARE_DELETE_TCP_FLOW_PROTECTION_RULES_FOR_ACCOUNTDelete all TCP Flow Protection rules for an account.需要连接
Delete all TCP Flow Protection rules for an account.
认证
需要 Connected AccountTags
Delete triggerCLOUDFLARE_DELETE_TRIGGERRemove a CI/CD trigger需要连接
Remove a CI/CD trigger
认证
需要 Connected AccountTags
Delete URL Normalization settingsCLOUDFLARE_DELETE_URL_NORMALIZATIONDeletes the URL Normalization settings.需要连接
Deletes the URL Normalization settings.
认证
需要 Connected AccountTags
[DEPRECATED] Delete PipelineCLOUDFLARE_DELETE_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_BY_PIPELINE_NAME_DEPRECATED[DEPRECATED] Delete a pipeline. Use the new /pipelines/v1/pipelines endpoint instead.需要连接
[DEPRECATED] Delete a pipeline. Use the new /pipelines/v1/pipelines endpoint instead.
认证
需要 Connected AccountTags
Delete PipelinesCLOUDFLARE_DELETE_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_PIPELINES_BY_PIPELINE_IDDelete Pipeline in Account.需要连接
Delete Pipeline in Account.
认证
需要 Connected AccountTags
Delete SinkCLOUDFLARE_DELETE_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_SINKS_BY_SINK_IDDelete Pipeline in Account.需要连接
Delete Pipeline in Account.
认证
需要 Connected AccountTags
Delete StreamCLOUDFLARE_DELETE_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_STREAMS_BY_STREAM_IDDelete Stream in Account.需要连接
Delete Stream in Account.
认证
需要 Connected AccountTags
Delete a webhook configurationCLOUDFLARE_DELETE_WEBHOOK_DELETE_ACCOUNTS_ACCOUNT_ID_DATA_SECURITY_POSTURE_WEBHOOKS_WEBHOOK_IDSoft deletes a webhook configuration by its unique identifier. The webhook will be marked as deleted and will no longer be available for use.需要连接
Soft deletes a webhook configuration by its unique identifier. The webhook will be marked as deleted and will no longer be available for use.
认证
需要 Connected AccountTags
Delete a webhookCLOUDFLARE_DELETE_WEBHOOK_DELETE_ACCOUNTS_ACCOUNT_ID_REALTIME_KIT_APP_ID_WEBHOOKS_WEBHOOK_IDRemoves a webhook for the given webhook ID.需要连接
Removes a webhook for the given webhook ID.
认证
需要 Connected AccountTags
Delete WorkerCLOUDFLARE_DELETE_WORKERDelete a Worker and all its associated resources (versions, deployments, etc.).需要连接
Delete a Worker and all its associated resources (versions, deployments, etc.).
认证
需要 Connected AccountTags
Delete worker build configurationCLOUDFLARE_DELETE_WORKER_BUILDDelete the build configuration for a Worker script.需要连接
Delete the build configuration for a Worker script.
认证
需要 Connected AccountTags
Delete VersionCLOUDFLARE_DELETE_WORKER_VERSIONDelete a version.需要连接
Delete a version.
认证
需要 Connected AccountTags
Delete a zone rulesetCLOUDFLARE_DELETE_ZONE_RULESETDeletes all versions of an existing zone ruleset.需要连接
Deletes all versions of an existing zone ruleset.
认证
需要 Connected AccountTags
Delete a zone ruleset ruleCLOUDFLARE_DELETE_ZONE_RULESET_RULEDeletes an existing rule from a zone ruleset.需要连接
Deletes an existing rule from a zone ruleset.
认证
需要 Connected AccountTags
Delete a zone ruleset versionCLOUDFLARE_DELETE_ZONE_RULESET_VERSIONDeletes an existing version of a zone ruleset.需要连接
Deletes an existing version of a zone ruleset.
认证
需要 Connected AccountTags
Delete a zone snippetCLOUDFLARE_DELETE_ZONE_SNIPPETDeletes a snippet belonging to the zone.需要连接
Deletes a snippet belonging to the zone.
认证
需要 Connected AccountTags
Delete zone snippet rulesCLOUDFLARE_DELETE_ZONE_SNIPPET_RULESDeletes all snippet rules belonging to the zone.需要连接
Deletes all snippet rules belonging to the zone.
认证
需要 Connected AccountTags
Delete Logpush jobCLOUDFLARE_DELETE_ZONES_ZONE_ID_LOGPUSH_JOBS_JOB_IDDeletes a Logpush job.需要连接
Deletes a Logpush job.
认证
需要 Connected AccountTags
Create DestinationCLOUDFLARE_DESTINATION_CREATECreate a new Workers Observability Telemetry Destination.需要连接
Create a new Workers Observability Telemetry Destination.
认证
需要 Connected AccountTags
Get DestinationsCLOUDFLARE_DESTINATION_LISTList your Workers Observability Telemetry Destinations.需要连接
List your Workers Observability Telemetry Destinations.
认证
需要 Connected AccountTags
Update DestinationCLOUDFLARE_DESTINATION_UPDATEUpdate an existing Workers Observability Telemetry Destination.需要连接
Update an existing Workers Observability Telemetry Destination.
认证
需要 Connected AccountTags
Delete DestinationCLOUDFLARE_DESTINATIONS_DELETEDelete a Workers Observability Telemetry Destination.需要连接
Delete a Workers Observability Telemetry Destination.
认证
需要 Connected AccountTags
Create Device DEX testCLOUDFLARE_DEVICE_DEX_TEST_CREATE_DEVICE_DEX_TESTCreate a DEX test.需要连接
Create a DEX test.
认证
需要 Connected AccountTags
Delete Device DEX testCLOUDFLARE_DEVICE_DEX_TEST_DELETE_DEVICE_DEX_TESTDelete a Device DEX test. Returns the remaining device dex tests for the account.需要连接
Delete a Device DEX test. Returns the remaining device dex tests for the account.
认证
需要 Connected AccountTags
List Device DEX testsCLOUDFLARE_DEVICE_DEX_TEST_DETAILSFetch all DEX tests.需要连接
Fetch all DEX tests.
认证
需要 Connected AccountTags
Get Device DEX testCLOUDFLARE_DEVICE_DEX_TEST_GET_DEVICE_DEX_TESTFetch a single DEX test.需要连接
Fetch a single DEX test.
认证
需要 Connected AccountTags
Update Device DEX testCLOUDFLARE_DEVICE_DEX_TEST_UPDATE_DEVICE_DEX_TESTUpdate a DEX test.需要连接
Update a DEX test.
认证
需要 Connected AccountTags
Create a device managed networkCLOUDFLARE_DEVICE_MANAGED_NETWORKS_CREATE_DEVICE_MANAGED_NETWORKCreates a new device managed network.需要连接
Creates a new device managed network.
认证
需要 Connected AccountTags
Delete a device managed networkCLOUDFLARE_DEVICE_MANAGED_NETWORKS_DELETE_DEVICE_MANAGED_NETWORKDeletes a device managed network and fetches a list of the remaining device managed networks for an account.需要连接
Deletes a device managed network and fetches a list of the remaining device managed networks for an account.
认证
需要 Connected AccountTags
Get device managed network detailsCLOUDFLARE_DEVICE_MANAGED_NETWORKS_DEVICE_MANAGED_NETWORK_DETAILSFetches details for a single managed network.需要连接
Fetches details for a single managed network.
认证
需要 Connected AccountTags
List your device managed networksCLOUDFLARE_DEVICE_MANAGED_NETWORKS_LIST_DEVICE_MANAGED_NETWORKSFetches a list of managed networks for an account.需要连接
Fetches a list of managed networks for an account.
认证
需要 Connected AccountTags
Update a device managed networkCLOUDFLARE_DEVICE_MANAGED_NETWORKS_UPDATE_DEVICE_MANAGED_NETWORKUpdates a configured device managed network.需要连接
Updates a configured device managed network.
认证
需要 Connected AccountTags
Create a device posture integrationCLOUDFLARE_DEVICE_POSTURE_INTEGRATIONS_CREATE_DEVICE_POSTURE_INTEGRATIONCreate a new device posture integration.需要连接
Create a new device posture integration.
认证
需要 Connected AccountTags
Delete a device posture integrationCLOUDFLARE_DEVICE_POSTURE_INTEGRATIONS_DELETE_DEVICE_POSTURE_INTEGRATIONDelete a configured device posture integration.需要连接
Delete a configured device posture integration.
认证
需要 Connected AccountTags
Get device posture integration detailsCLOUDFLARE_DEVICE_POSTURE_INTEGRATIONS_DEVICE_POSTURE_INTEGRATION_DETAILSFetches details for a single device posture integration.需要连接
Fetches details for a single device posture integration.
认证
需要 Connected AccountTags
List your device posture integrationsCLOUDFLARE_DEVICE_POSTURE_INTEGRATIONS_LIST_DEVICE_POSTURE_INTEGRATIONSFetches the list of device posture integrations for an account.需要连接
Fetches the list of device posture integrations for an account.
认证
需要 Connected AccountTags
Update a device posture integrationCLOUDFLARE_DEVICE_POSTURE_INTEGRATIONS_UPDATE_DEVICE_POSTURE_INTEGRATIONUpdates a configured device posture integration.需要连接
Updates a configured device posture integration.
认证
需要 Connected AccountTags
Create a device posture ruleCLOUDFLARE_DEVICE_POSTURE_RULES_CREATE_DEVICE_POSTURE_RULECreates a new device posture rule.需要连接
Creates a new device posture rule.
认证
需要 Connected AccountTags
Delete a device posture ruleCLOUDFLARE_DEVICE_POSTURE_RULES_DELETE_DEVICE_POSTURE_RULEDeletes a device posture rule.需要连接
Deletes a device posture rule.
认证
需要 Connected AccountTags
Get device posture rule detailsCLOUDFLARE_DEVICE_POSTURE_RULES_DEVICE_POSTURE_RULES_DETAILSFetches a single device posture rule.需要连接
Fetches a single device posture rule.
认证
需要 Connected AccountTags
List device posture rulesCLOUDFLARE_DEVICE_POSTURE_RULES_LIST_DEVICE_POSTURE_RULESFetches device posture rules for a Zero Trust account.需要连接
Fetches device posture rules for a Zero Trust account.
认证
需要 Connected AccountTags
Update a device posture ruleCLOUDFLARE_DEVICE_POSTURE_RULES_UPDATE_DEVICE_POSTURE_RULEUpdates a device posture rule.需要连接
Updates a device posture rule.
认证
需要 Connected AccountTags
Create a device settings profileCLOUDFLARE_DEVICES_CREATE_DEVICE_SETTINGS_POLICYCreates a device settings profile to be applied to certain devices matching the criteria.需要连接
Creates a device settings profile to be applied to certain devices matching the criteria.
认证
需要 Connected AccountTags
Delete a device settings profileCLOUDFLARE_DEVICES_DELETE_DEVICE_SETTINGS_POLICYDeletes a device settings profile and fetches a list of the remaining profiles for an account.需要连接
Deletes a device settings profile and fetches a list of the remaining profiles for an account.
认证
需要 Connected AccountTags
Get device (deprecated)CLOUDFLARE_DEVICES_DEVICE_DETAILSFetches a single WARP device. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled for the account. **Deprecated**: please use one of the following endpoints instead: - GET /accounts/{account_id}/devices/physical-devices/{device_id} - GET /accounts/{account_id}/devices/registrations/{registration_id}需要连接
Fetches a single WARP device. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled for the account. **Deprecated**: please use one of the following endpoints instead: - GET /accounts/{account_id}/devices/physical-devices/{device_id} - GET /accounts/{account_id}/devices/registrations/{registration_id}
认证
需要 Connected AccountTags
Get the default device settings profileCLOUDFLARE_DEVICES_GET_DEFAULT_DEVICE_SETTINGS_POLICYFetches the default device settings profile for an account.需要连接
Fetches the default device settings profile for an account.
认证
需要 Connected AccountTags
Get device settings profile by IDCLOUDFLARE_DEVICES_GET_DEVICE_SETTINGS_POLICY_BY_IDFetches a device settings profile by ID.需要连接
Fetches a device settings profile by ID.
认证
需要 Connected AccountTags
Get your Local Domain Fallback listCLOUDFLARE_DEVICES_GET_LOCAL_DOMAIN_FALLBACK_LISTFetches a list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead.需要连接
Fetches a list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead.
认证
需要 Connected AccountTags
Get the Local Domain Fallback list for a device settings profileCLOUDFLARE_DEVICES_GET_LOCAL_DOMAIN_FALLBACK_LIST_FOR_A_DEVICE_SETTINGS_POLICYFetches the list of domains to bypass Gateway DNS resolution from a specified device settings profile. These domains will use the specified local DNS resolver instead.需要连接
Fetches the list of domains to bypass Gateway DNS resolution from a specified device settings profile. These domains will use the specified local DNS resolver instead.
认证
需要 Connected AccountTags
Get device certificate provisioning statusCLOUDFLARE_DEVICES_GET_POLICY_CERTIFICATESFetches device certificate provisioning.需要连接
Fetches device certificate provisioning.
认证
需要 Connected AccountTags
Get the Split Tunnel exclude listCLOUDFLARE_DEVICES_GET_SPLIT_TUNNEL_EXCLUDE_LISTFetches the list of routes excluded from the WARP client's tunnel.需要连接
Fetches the list of routes excluded from the WARP client's tunnel.
认证
需要 Connected AccountTags
Get the Split Tunnel exclude list for a device settings profileCLOUDFLARE_DEVICES_GET_SPLIT_TUNNEL_EXCLUDE_LIST_FOR_A_DEVICE_SETTINGS_POLICYFetches the list of routes excluded from the WARP client's tunnel for a specific device settings profile.需要连接
Fetches the list of routes excluded from the WARP client's tunnel for a specific device settings profile.
认证
需要 Connected AccountTags
Get the Split Tunnel include listCLOUDFLARE_DEVICES_GET_SPLIT_TUNNEL_INCLUDE_LISTFetches the list of routes included in the WARP client's tunnel.需要连接
Fetches the list of routes included in the WARP client's tunnel.
认证
需要 Connected AccountTags
Get the Split Tunnel include list for a device settings profileCLOUDFLARE_DEVICES_GET_SPLIT_TUNNEL_INCLUDE_LIST_FOR_A_DEVICE_SETTINGS_POLICYFetches the list of routes included in the WARP client's tunnel for a specific device settings profile.需要连接
Fetches the list of routes included in the WARP client's tunnel for a specific device settings profile.
认证
需要 Connected AccountTags
Get override codes (deprecated)CLOUDFLARE_DEVICES_LIST_ADMIN_OVERRIDE_CODE_FOR_DEVICEFetches a one-time use admin override code for a device. This relies on the **Admin Override** setting being enabled in your device configuration. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled for the account. **Deprecated:** please use GET /accounts/{account_id}/devices/registrations/{registration_id}/override_codes instead.需要连接
Fetches a one-time use admin override code for a device. This relies on the **Admin Override** setting being enabled in your device configuration. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled for the account. **Deprecated:** please use GET /accounts/{account_id}/devices/registrations/{registration_id}/override_codes instead.
认证
需要 Connected AccountTags
List device settings profilesCLOUDFLARE_DEVICES_LIST_DEVICE_SETTINGS_POLICIESFetches a list of the device settings profiles for an account.需要连接
Fetches a list of the device settings profiles for an account.
认证
需要 Connected AccountTags
List devices (deprecated)CLOUDFLARE_DEVICES_LIST_DEVICESList WARP devices. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled for the account. **Deprecated**: please use one of the following endpoints instead: - GET /accounts/{account_id}/devices/physical-devices - GET /accounts/{account_id}/devices/registrations需要连接
List WARP devices. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled for the account. **Deprecated**: please use one of the following endpoints instead: - GET /accounts/{account_id}/devices/physical-devices - GET /accounts/{account_id}/devices/registrations
认证
需要 Connected AccountTags
Get the latest status of a device.CLOUDFLARE_DEVICES_LIVE_STATUSGet the latest status of a device given device_id from the device_state table.需要连接
Get the latest status of a device given device_id from the device_state table.
认证
需要 Connected AccountTags
Retrieve Global WARP override stateCLOUDFLARE_DEVICES_RESILIENCE_RETRIEVE_GLOBAL_WARP_OVERRIDEFetch the Global WARP override state.需要连接
Fetch the Global WARP override state.
认证
需要 Connected AccountTags
Set Global WARP override stateCLOUDFLARE_DEVICES_RESILIENCE_SET_GLOBAL_WARP_OVERRIDESets the Global WARP override state.需要连接
Sets the Global WARP override state.
认证
需要 Connected AccountTags
Revoke devices (deprecated)CLOUDFLARE_DEVICES_REVOKE_DEVICESRevokes a list of devices. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled. **Deprecated**: please use POST /accounts/{account_id}/devices/registrations/revoke instead.需要连接
Revokes a list of devices. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled. **Deprecated**: please use POST /accounts/{account_id}/devices/registrations/revoke instead.
认证
需要 Connected AccountTags
Set your Local Domain Fallback listCLOUDFLARE_DEVICES_SET_LOCAL_DOMAIN_FALLBACK_LISTSets the list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead.需要连接
Sets the list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead.
认证
需要 Connected AccountTags
Set the Local Domain Fallback list for a device settings profileCLOUDFLARE_DEVICES_SET_LOCAL_DOMAIN_FALLBACK_LIST_FOR_A_DEVICE_SETTINGS_POLICYSets the list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead. This will only apply to the specified device settings profile.需要连接
Sets the list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead. This will only apply to the specified device settings profile.
认证
需要 Connected AccountTags
Set the Split Tunnel exclude listCLOUDFLARE_DEVICES_SET_SPLIT_TUNNEL_EXCLUDE_LISTSets the list of routes excluded from the WARP client's tunnel.需要连接
Sets the list of routes excluded from the WARP client's tunnel.
认证
需要 Connected AccountTags
Set the Split Tunnel exclude list for a device settings profileCLOUDFLARE_DEVICES_SET_SPLIT_TUNNEL_EXCLUDE_LIST_FOR_A_DEVICE_SETTINGS_POLICYSets the list of routes excluded from the WARP client's tunnel for a specific device settings profile.需要连接
Sets the list of routes excluded from the WARP client's tunnel for a specific device settings profile.
认证
需要 Connected AccountTags
Set the Split Tunnel include listCLOUDFLARE_DEVICES_SET_SPLIT_TUNNEL_INCLUDE_LISTSets the list of routes included in the WARP client's tunnel.需要连接
Sets the list of routes included in the WARP client's tunnel.
认证
需要 Connected AccountTags
Set the Split Tunnel include list for a device settings profileCLOUDFLARE_DEVICES_SET_SPLIT_TUNNEL_INCLUDE_LIST_FOR_A_DEVICE_SETTINGS_POLICYSets the list of routes included in the WARP client's tunnel for a specific device settings profile.需要连接
Sets the list of routes included in the WARP client's tunnel for a specific device settings profile.
认证
需要 Connected AccountTags
Unrevoke devices (deprecated)CLOUDFLARE_DEVICES_UNREVOKE_DEVICESUnrevokes a list of devices. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled. **Deprecated**: please use POST /accounts/{account_id}/devices/registrations/unrevoke instead.需要连接
Unrevokes a list of devices. Not supported when [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) is enabled. **Deprecated**: please use POST /accounts/{account_id}/devices/registrations/unrevoke instead.
认证
需要 Connected AccountTags
Update the default device settings profileCLOUDFLARE_DEVICES_UPDATE_DEFAULT_DEVICE_SETTINGS_POLICYUpdates the default device settings profile for an account.需要连接
Updates the default device settings profile for an account.
认证
需要 Connected AccountTags
Update a device settings profileCLOUDFLARE_DEVICES_UPDATE_DEVICE_SETTINGS_POLICYUpdates a configured device settings profile.需要连接
Updates a configured device settings profile.
认证
需要 Connected AccountTags
Update device certificate provisioning statusCLOUDFLARE_DEVICES_UPDATE_POLICY_CERTIFICATESEnable Zero Trust Clients to provision a certificate, containing a x509 subject, and referenced by Access device posture policies when the client visits MTLS protected domains. This facilitates device posture without a WARP session.需要连接
Enable Zero Trust Clients to provision a certificate, containing a x509 subject, and referenced by Access device posture policies when the client visits MTLS protected domains. This facilitates device posture without a WARP session.
认证
需要 Connected AccountTags
Get the status over time for a deviceCLOUDFLARE_DEX_DEVICE_STATUS_OVER_TIMEGet time-bucketed status metrics for a specific device.需要连接
Get time-bucketed status metrics for a specific device.
认证
需要 Connected AccountTags
Get details and aggregate metrics for an http testCLOUDFLARE_DEX_ENDPOINTS_HTTP_TEST_DETAILSGet test details and aggregate performance metrics for an http test for a given time period between 1 hour and 7 days.需要连接
Get test details and aggregate performance metrics for an http test for a given time period between 1 hour and 7 days.
认证
需要 Connected AccountTags
Get percentiles for an http testCLOUDFLARE_DEX_ENDPOINTS_HTTP_TEST_PERCENTILESGet percentiles for an http test for a given time period between 1 hour and 7 days.需要连接
Get percentiles for an http test for a given time period between 1 hour and 7 days.
认证
需要 Connected AccountTags
List Cloudflare colosCLOUDFLARE_DEX_ENDPOINTS_LIST_COLOSList Cloudflare colos that account's devices were connected to during a time period, sorted by usage starting from the most used colo. Colos without traffic are also returned and sorted alphabetically.需要连接
List Cloudflare colos that account's devices were connected to during a time period, sorted by usage starting from the most used colo. Colos without traffic are also returned and sorted alphabetically.
认证
需要 Connected AccountTags
List device ISPsCLOUDFLARE_DEX_ENDPOINTS_LIST_DEVICE_ISPSList ISP information observed for a specific device during traceroute tests.需要连接
List ISP information observed for a specific device during traceroute tests.
认证
需要 Connected AccountTags
List DEX test analyticsCLOUDFLARE_DEX_ENDPOINTS_LIST_TESTS_OVERVIEWList DEX tests with overview metrics.需要连接
List DEX tests with overview metrics.
认证
需要 Connected AccountTags
Get count of devices targetedCLOUDFLARE_DEX_ENDPOINTS_TESTS_UNIQUE_DEVICESReturns unique count of devices that have run synthetic application monitoring tests in the past 7 days.需要连接
Returns unique count of devices that have run synthetic application monitoring tests in the past 7 days.
认证
需要 Connected AccountTags
Get details and aggregate metrics for a traceroute testCLOUDFLARE_DEX_ENDPOINTS_TRACEROUTE_TEST_DETAILSGet test details and aggregate performance metrics for a traceroute test for a given time period between 1 hour and 7 days.需要连接
Get test details and aggregate performance metrics for a traceroute test for a given time period between 1 hour and 7 days.
认证
需要 Connected AccountTags
Get network path breakdown for a traceroute testCLOUDFLARE_DEX_ENDPOINTS_TRACEROUTE_TEST_NETWORK_PATHGet a breakdown of metrics by hop for individual traceroute test runs.需要连接
Get a breakdown of metrics by hop for individual traceroute test runs.
认证
需要 Connected AccountTags
Get percentiles for a traceroute testCLOUDFLARE_DEX_ENDPOINTS_TRACEROUTE_TEST_PERCENTILESGet percentiles for a traceroute test for a given time period between 1 hour and 7 days.需要连接
Get percentiles for a traceroute test for a given time period between 1 hour and 7 days.
认证
需要 Connected AccountTags
Get details for a specific traceroute test runCLOUDFLARE_DEX_ENDPOINTS_TRACEROUTE_TEST_RESULT_NETWORK_PATHGet a breakdown of hops and performance metrics for a specific traceroute test run需要连接
Get a breakdown of hops and performance metrics for a specific traceroute test run
认证
需要 Connected AccountTags
List details of devices using WARP.CLOUDFLARE_DEX_FLEET_STATUS_DEVICESList details of devices using WARP.需要连接
List details of devices using WARP.
认证
需要 Connected AccountTags
Get live aggregate device details by dimensionCLOUDFLARE_DEX_FLEET_STATUS_LIVEGet details for live (up to 60 minutes) devices using WARP.需要连接
Get details for live (up to 60 minutes) devices using WARP.
认证
需要 Connected AccountTags
Get over time aggregate details for devices by dimensionCLOUDFLARE_DEX_FLEET_STATUS_OVER_TIMEGet aggregate details for devices using WARP, up to 7 days.需要连接
Get aggregate details for devices using WARP, up to 7 days.
认证
需要 Connected AccountTags
Endpoint Health CheckCLOUDFLARE_DIAGNOSTICS_ENDPOINT_HEALTHCHECK_CREATECreate Endpoint Health Check.需要连接
Create Endpoint Health Check.
认证
需要 Connected AccountTags
Delete Endpoint Health CheckCLOUDFLARE_DIAGNOSTICS_ENDPOINT_HEALTHCHECK_DELETEDelete Endpoint Health Check.需要连接
Delete Endpoint Health Check.
认证
需要 Connected AccountTags
Get Endpoint Health CheckCLOUDFLARE_DIAGNOSTICS_ENDPOINT_HEALTHCHECK_GETGet a single Endpoint Health Check.需要连接
Get a single Endpoint Health Check.
认证
需要 Connected AccountTags
List Endpoint Health ChecksCLOUDFLARE_DIAGNOSTICS_ENDPOINT_HEALTHCHECK_LISTList Endpoint Health Checks.需要连接
List Endpoint Health Checks.
认证
需要 Connected AccountTags
Update Endpoint Health CheckCLOUDFLARE_DIAGNOSTICS_ENDPOINT_HEALTHCHECK_UPDATEUpdate a Endpoint Health Check.需要连接
Update a Endpoint Health Check.
认证
需要 Connected AccountTags
TracerouteCLOUDFLARE_DIAGNOSTICS_TRACEROUTERun traceroutes from Cloudflare colos.需要连接
Run traceroutes from Cloudflare colos.
认证
需要 Connected AccountTags
Disable R2 catalogCLOUDFLARE_DISABLE_CATALOGDisable an R2 bucket as a catalog. This operation deactivates the catalog but preserves existing metadata and data files. The catalog can be re-enabled later.需要连接
Disable an R2 bucket as a catalog. This operation deactivates the catalog but preserves existing metadata and data files. The catalog can be re-enabled later.
认证
需要 Connected AccountTags
Create custom prompt topicCLOUDFLARE_DLP_CUSTOM_PROMPT_TOPICS_CREATECreates a DLP custom prompt topic entry.需要连接
Creates a DLP custom prompt topic entry.
认证
需要 Connected AccountTags
Delete custom prompt topicCLOUDFLARE_DLP_CUSTOM_PROMPT_TOPICS_DELETEDeletes a DLP custom prompt topic entry.需要连接
Deletes a DLP custom prompt topic entry.
认证
需要 Connected AccountTags
Get custom prompt topicCLOUDFLARE_DLP_CUSTOM_PROMPT_TOPICS_GETFetches a DLP custom prompt topic entry by ID.需要连接
Fetches a DLP custom prompt topic entry by ID.
认证
需要 Connected AccountTags
List custom prompt topicsCLOUDFLARE_DLP_CUSTOM_PROMPT_TOPICS_LISTLists all DLP custom prompt topic entries in an account.需要连接
Lists all DLP custom prompt topic entries in an account.
认证
需要 Connected AccountTags
Update custom prompt topicCLOUDFLARE_DLP_CUSTOM_PROMPT_TOPICS_UPDATEUpdates a DLP custom prompt topic entry.需要连接
Updates a DLP custom prompt topic entry.
认证
需要 Connected AccountTags
Creates a new data classCLOUDFLARE_DLP_DATA_CLASSES_CREATECreates a data class for use in DLP profiles.需要连接
Creates a data class for use in DLP profiles.
认证
需要 Connected AccountTags
Delete a single data classCLOUDFLARE_DLP_DATA_CLASSES_DELETEDeletes a data class from the account.需要连接
Deletes a data class from the account.
认证
需要 Connected AccountTags
Retrieve all data classes in an accountCLOUDFLARE_DLP_DATA_CLASSES_LISTLists data classes configured for the account.需要连接
Lists data classes configured for the account.
认证
需要 Connected AccountTags
Retrieve a specific data classCLOUDFLARE_DLP_DATA_CLASSES_READGets the configuration for a data class.需要连接
Gets the configuration for a data class.
认证
需要 Connected AccountTags
Update the attributes of a single data classCLOUDFLARE_DLP_DATA_CLASSES_UPDATEUpdates the configuration for a data class.需要连接
Updates the configuration for a data class.
认证
需要 Connected AccountTags
Creates a new data tag category.CLOUDFLARE_DLP_DATA_TAG_CATEGORIES_CREATECreates a data tag category, optionally from a template.需要连接
Creates a data tag category, optionally from a template.
认证
需要 Connected AccountTags
Delete a single data tag category.CLOUDFLARE_DLP_DATA_TAG_CATEGORIES_DELETEDeletes a data tag category and its tags.需要连接
Deletes a data tag category and its tags.
认证
需要 Connected AccountTags
Retrieve all data tag categories in an accountCLOUDFLARE_DLP_DATA_TAG_CATEGORIES_LISTLists data tag categories configured for the account.需要连接
Lists data tag categories configured for the account.
认证
需要 Connected AccountTags
Retrieve a specific data tag category.CLOUDFLARE_DLP_DATA_TAG_CATEGORIES_READGets a data tag category and its tags.需要连接
Gets a data tag category and its tags.
认证
需要 Connected AccountTags
Update the attributes of a single data tag category.CLOUDFLARE_DLP_DATA_TAG_CATEGORIES_UPDATEUpdates a data tag category and its tags.需要连接
Updates a data tag category and its tags.
认证
需要 Connected AccountTags
Retrieve a specific data tag category template.CLOUDFLARE_DLP_DATA_TAG_CATEGORY_TEMPLATE_READGets an available data tag category template.需要连接
Gets an available data tag category template.
认证
需要 Connected AccountTags
Retrieve all data tag category templates in an accountCLOUDFLARE_DLP_DATA_TAG_CATEGORY_TEMPLATES_LISTLists available data tag category templates.需要连接
Lists available data tag category templates.
认证
需要 Connected AccountTags
Creates a new data tag.CLOUDFLARE_DLP_DATA_TAGS_CREATECreates a data tag in a category.需要连接
Creates a data tag in a category.
认证
需要 Connected AccountTags
Delete a single data tag.CLOUDFLARE_DLP_DATA_TAGS_DELETEDeletes a data tag from a category.需要连接
Deletes a data tag from a category.
认证
需要 Connected AccountTags
Retrieve all data tags in a data tag categoryCLOUDFLARE_DLP_DATA_TAGS_LISTLists data tags in a category.需要连接
Lists data tags in a category.
认证
需要 Connected AccountTags
Retrieve a specific data tag.CLOUDFLARE_DLP_DATA_TAGS_READGets a data tag from a category.需要连接
Gets a data tag from a category.
认证
需要 Connected AccountTags
Update the attributes of a single data tag.CLOUDFLARE_DLP_DATA_TAGS_UPDATEUpdates a data tag in a category.需要连接
Updates a data tag in a category.
认证
需要 Connected AccountTags
Create a new datasetCLOUDFLARE_DLP_DATASETS_CREATECreates a new DLP (Data Loss Prevention) dataset for storing custom detection patterns. Datasets can contain exact match data, word lists, or EDM (Exact Data Match) configurations.需要连接
Creates a new DLP (Data Loss Prevention) dataset for storing custom detection patterns. Datasets can contain exact match data, word lists, or EDM (Exact Data Match) configurations.
认证
需要 Connected AccountTags
Prepare to upload a new version of a datasetCLOUDFLARE_DLP_DATASETS_CREATE_VERSIONCreates a new version of a DLP dataset, allowing you to stage changes before activation. Used for single-column EDM and custom word lists.需要连接
Creates a new version of a DLP dataset, allowing you to stage changes before activation. Used for single-column EDM and custom word lists.
认证
需要 Connected AccountTags
Sets the column information for a multi-column uploadCLOUDFLARE_DLP_DATASETS_DEFINE_COLUMNSThis is used for multi-column EDMv2 datasets. The EDMv2 format can only be created in the Cloudflare dashboard. The columns in the response appear in the same order as in the request.需要连接
This is used for multi-column EDMv2 datasets. The EDMv2 format can only be created in the Cloudflare dashboard. The columns in the response appear in the same order as in the request.
认证
需要 Connected AccountTags
Delete a datasetCLOUDFLARE_DLP_DATASETS_DELETEThis deletes all versions of the dataset.需要连接
This deletes all versions of the dataset.
认证
需要 Connected AccountTags
Fetch a specific datasetCLOUDFLARE_DLP_DATASETS_READGets a dataset and its latest upload status.需要连接
Gets a dataset and its latest upload status.
认证
需要 Connected AccountTags
Fetch all datasetsCLOUDFLARE_DLP_DATASETS_READ_ALLLists all DLP datasets configured for the account, including custom word lists and EDM datasets.需要连接
Lists all DLP datasets configured for the account, including custom word lists and EDM datasets.
认证
需要 Connected AccountTags
Update details about a datasetCLOUDFLARE_DLP_DATASETS_UPDATEUpdates the configuration of an existing DLP dataset, such as its name, description, or detection settings.需要连接
Updates the configuration of an existing DLP dataset, such as its name, description, or detection settings.
认证
需要 Connected AccountTags
Creates a new document fingerprint.CLOUDFLARE_DLP_DOCUMENT_FINGERPRINTS_CREATECreates a new document fingerprint for DLP scanning. Document fingerprints detect documents that are structurally similar to the uploaded sample.需要连接
Creates a new document fingerprint for DLP scanning. Document fingerprints detect documents that are structurally similar to the uploaded sample.
认证
需要 Connected AccountTags
Delete a single document fingerprint.CLOUDFLARE_DLP_DOCUMENT_FINGERPRINTS_DELETERemoves a document fingerprint from DLP configuration. Documents matching this fingerprint will no longer be detected.需要连接
Removes a document fingerprint from DLP configuration. Documents matching this fingerprint will no longer be detected.
认证
需要 Connected AccountTags
Retrieve data about a specific document fingerprint.CLOUDFLARE_DLP_DOCUMENT_FINGERPRINTS_READGets a document fingerprint and its latest upload status.需要连接
Gets a document fingerprint and its latest upload status.
认证
需要 Connected AccountTags
Retrieve data about all document fingerprints.CLOUDFLARE_DLP_DOCUMENT_FINGERPRINTS_READ_ALLLists all document fingerprints configured for DLP scanning in the account.需要连接
Lists all document fingerprints configured for DLP scanning in the account.
认证
需要 Connected AccountTags
Update the attributes of a single document fingerprint.CLOUDFLARE_DLP_DOCUMENT_FINGERPRINTS_UPDATEUpdates metadata for an existing document fingerprint, such as its name or description.需要连接
Updates metadata for an existing document fingerprint, such as its name or description.
认证
需要 Connected AccountTags
Create mappingCLOUDFLARE_DLP_EMAIL_SCANNER_CREATE_ACCOUNT_MAPPINGCreates a mapping between a Cloudflare account and an email provider for DLP email scanning integration.需要连接
Creates a mapping between a Cloudflare account and an email provider for DLP email scanning integration.
认证
需要 Connected AccountTags
Create email scanner ruleCLOUDFLARE_DLP_EMAIL_SCANNER_CREATE_RULECreates a new DLP email scanning rule that defines what content patterns to detect in email messages and what actions to take.需要连接
Creates a new DLP email scanning rule that defines what content patterns to detect in email messages and what actions to take.
认证
需要 Connected AccountTags
Delete email scanner ruleCLOUDFLARE_DLP_EMAIL_SCANNER_DELETE_RULERemoves a DLP email scanning rule. The rule will no longer be applied to email messages.需要连接
Removes a DLP email scanning rule. The rule will no longer be applied to email messages.
认证
需要 Connected AccountTags
Get mappingCLOUDFLARE_DLP_EMAIL_SCANNER_GET_ACCOUNT_MAPPINGRetrieves the email provider mapping configuration for DLP email scanning.需要连接
Retrieves the email provider mapping configuration for DLP email scanning.
认证
需要 Connected AccountTags
Get an email scanner ruleCLOUDFLARE_DLP_EMAIL_SCANNER_GET_RULEGets detailed configuration for a specific DLP email scanning rule, including detection patterns and actions.需要连接
Gets detailed configuration for a specific DLP email scanning rule, including detection patterns and actions.
认证
需要 Connected AccountTags
List all email scanner rulesCLOUDFLARE_DLP_EMAIL_SCANNER_LIST_ALL_RULESLists all email scanner rules for an account.需要连接
Lists all email scanner rules for an account.
认证
需要 Connected AccountTags
Update email scanner ruleCLOUDFLARE_DLP_EMAIL_SCANNER_UPDATE_RULEUpdates a DLP email scanning rule.需要连接
Updates a DLP email scanning rule.
认证
需要 Connected AccountTags
Update email scanner rule prioritiesCLOUDFLARE_DLP_EMAIL_SCANNER_UPDATE_RULE_PRIORITIESReorders DLP email scanning rules by updating their priority values. Higher priority rules are evaluated first.需要连接
Reorders DLP email scanning rules by updating their priority values. Higher priority rules are evaluated first.
认证
需要 Connected AccountTags
Create custom entryCLOUDFLARE_DLP_ENTRIES_CREATE_ENTRYCreates a DLP custom entry.需要连接
Creates a DLP custom entry.
认证
需要 Connected AccountTags
Create integration entryCLOUDFLARE_DLP_ENTRIES_CREATE_INTEGRATION_ENTRYIntegration entries can't be created, this will update an existing integration entry. This is needed for our generated terraform API.需要连接
Integration entries can't be created, this will update an existing integration entry. This is needed for our generated terraform API.
认证
需要 Connected AccountTags
Create predefined entryCLOUDFLARE_DLP_ENTRIES_CREATE_PREDEFINED_ENTRYPredefined entries can't be created, this will update an existing predefined entry. This is needed for our generated terraform API.需要连接
Predefined entries can't be created, this will update an existing predefined entry. This is needed for our generated terraform API.
认证
需要 Connected AccountTags
Delete custom entryCLOUDFLARE_DLP_ENTRIES_DELETE_ENTRYDeletes a DLP custom entry.需要连接
Deletes a DLP custom entry.
认证
需要 Connected AccountTags
Delete integration entryCLOUDFLARE_DLP_ENTRIES_DELETE_INTEGRATION_ENTRYThis is a no-op as integration entires can't be deleted but is needed for our generated terraform API.需要连接
This is a no-op as integration entires can't be deleted but is needed for our generated terraform API.
认证
需要 Connected AccountTags
Delete predefined entryCLOUDFLARE_DLP_ENTRIES_DELETE_PREDEFINED_ENTRYThis is a no-op as predefined entires can't be deleted but is needed for our generated terraform API.需要连接
This is a no-op as predefined entires can't be deleted but is needed for our generated terraform API.
认证
需要 Connected AccountTags
Get DLP EntryCLOUDFLARE_DLP_ENTRIES_GET_DLP_ENTRYFetches a DLP entry by ID.需要连接
Fetches a DLP entry by ID.
认证
需要 Connected AccountTags
List all entriesCLOUDFLARE_DLP_ENTRIES_LIST_ALL_ENTRIESLists all DLP entries in an account.需要连接
Lists all DLP entries in an account.
认证
需要 Connected AccountTags
Update custom entryCLOUDFLARE_DLP_ENTRIES_UPDATE_CUSTOM_ENTRYUpdates a DLP custom entry.需要连接
Updates a DLP custom entry.
认证
需要 Connected AccountTags
Update entryCLOUDFLARE_DLP_ENTRIES_UPDATE_ENTRYUpdates a DLP entry.需要连接
Updates a DLP entry.
认证
需要 Connected AccountTags
Update integration entryCLOUDFLARE_DLP_ENTRIES_UPDATE_INTEGRATION_ENTRYUpdates a DLP entry.需要连接
Updates a DLP entry.
认证
需要 Connected AccountTags
Update predefined entryCLOUDFLARE_DLP_ENTRIES_UPDATE_PREDEFINED_ENTRYUpdates a DLP entry.需要连接
Updates a DLP entry.
认证
需要 Connected AccountTags
Fetch limits associated with DLP for accountCLOUDFLARE_DLP_LIMITS_GETRetrieves current DLP usage limits and quotas for the account, including maximum allowed counts and current usage for custom entries, dataset cells, and document fingerprints.需要连接
Retrieves current DLP usage limits and quotas for the account, including maximum allowed counts and current usage for custom entries, dataset cells, and document fingerprints.
认证
需要 Connected AccountTags
Validate a DLP regex patternCLOUDFLARE_DLP_PATTERN_VALIDATEValidates whether this pattern is a valid regular expression. Rejects it if the regular expression is too complex or can match an unbounded-length string. The regex will be rejected if it uses `*` or `+`. Bound the maximum number of characters that can be matched using a range, e.g. `{1,100}`.需要连接
Validates whether this pattern is a valid regular expression. Rejects it if the regular expression is too complex or can match an unbounded-length string. The regex will be rejected if it uses `*` or `+`. Bound the maximum number of characters that can be matched using a range, e.g. `{1,100}`.
认证
需要 Connected AccountTags
Get payload log settingsCLOUDFLARE_DLP_PAYLOAD_LOG_GETGets the current payload logging configuration for DLP, showing whether matched content is being logged.需要连接
Gets the current payload logging configuration for DLP, showing whether matched content is being logged.
认证
需要 Connected AccountTags
Set payload log settingsCLOUDFLARE_DLP_PAYLOAD_LOG_PUTEnables or disables payload logging for DLP matches. When enabled, matched content is stored for review.需要连接
Enables or disables payload logging for DLP matches. When enabled, matched content is stored for review.
认证
需要 Connected AccountTags
Create custom profileCLOUDFLARE_DLP_PROFILES_CREATE_CUSTOM_PROFILESCreates a DLP custom profile.需要连接
Creates a DLP custom profile.
认证
需要 Connected AccountTags
Create predefined profileCLOUDFLARE_DLP_PROFILES_CREATE_PREDEFINED_PROFILECreates a DLP predefined profile. Only supports enabling/disabling entries.需要连接
Creates a DLP predefined profile. Only supports enabling/disabling entries.
认证
需要 Connected AccountTags
Create predefined profileCLOUDFLARE_DLP_PROFILES_CREATE_PREDEFINED_PROFILE_CONFIGThis is similar to `update_predefined` but only returns entries that are enabled. This is needed for our terraform API Creates a DLP predefined profile. Only supports enabling/disabling entries.需要连接
This is similar to `update_predefined` but only returns entries that are enabled. This is needed for our terraform API Creates a DLP predefined profile. Only supports enabling/disabling entries.
认证
需要 Connected AccountTags
Delete custom profileCLOUDFLARE_DLP_PROFILES_DELETE_CUSTOM_PROFILEDeletes a DLP custom profile.需要连接
Deletes a DLP custom profile.
认证
需要 Connected AccountTags
Delete predefined profileCLOUDFLARE_DLP_PROFILES_DELETE_PREDEFINED_PROFILEThis is a no-op as predefined profiles can't be deleted but is needed for our generated terraform API.需要连接
This is a no-op as predefined profiles can't be deleted but is needed for our generated terraform API.
认证
需要 Connected AccountTags
Get custom profileCLOUDFLARE_DLP_PROFILES_GET_CUSTOM_PROFILEFetches a custom DLP profile by id.需要连接
Fetches a custom DLP profile by id.
认证
需要 Connected AccountTags
Get DLP ProfileCLOUDFLARE_DLP_PROFILES_GET_DLP_PROFILEFetches a DLP profile by ID.需要连接
Fetches a DLP profile by ID.
认证
需要 Connected AccountTags
Get predefined profileCLOUDFLARE_DLP_PROFILES_GET_PREDEFINED_PROFILEFetches a predefined DLP profile by id.需要连接
Fetches a predefined DLP profile by id.
认证
需要 Connected AccountTags
Get predefined profile configCLOUDFLARE_DLP_PROFILES_GET_PREDEFINED_PROFILE_CONFIGThis is similar to `get_predefined` but only returns entries that are enabled. This is needed for our terraform API Fetches a predefined DLP profile by id.需要连接
This is similar to `get_predefined` but only returns entries that are enabled. This is needed for our terraform API Fetches a predefined DLP profile by id.
认证
需要 Connected AccountTags
List all custom profilesCLOUDFLARE_DLP_PROFILES_LIST_ALL_CUSTOM_PROFILESLists all DLP custom profiles in an account.需要连接
Lists all DLP custom profiles in an account.
认证
需要 Connected AccountTags
List all profilesCLOUDFLARE_DLP_PROFILES_LIST_ALL_PROFILESLists all DLP profiles in an account.需要连接
Lists all DLP profiles in an account.
认证
需要 Connected AccountTags
Update custom profileCLOUDFLARE_DLP_PROFILES_UPDATE_CUSTOM_PROFILEUpdates a DLP custom profile.需要连接
Updates a DLP custom profile.
认证
需要 Connected AccountTags
Update predefined profileCLOUDFLARE_DLP_PROFILES_UPDATE_PREDEFINED_PROFILEUpdates a DLP predefined profile. Only supports enabling/disabling entries.需要连接
Updates a DLP predefined profile. Only supports enabling/disabling entries.
认证
需要 Connected AccountTags
Update predefined profile configCLOUDFLARE_DLP_PROFILES_UPDATE_PREDEFINED_PROFILE_CONFIGThis is similar to `update_predefined` but only returns entries that are enabled. This is needed for our terraform API Updates a DLP predefined profile. Only supports enabling/disabling entries.需要连接
This is similar to `update_predefined` but only returns entries that are enabled. This is needed for our terraform API Updates a DLP predefined profile. Only supports enabling/disabling entries.
认证
需要 Connected AccountTags
Get all behaviors and associated configurationCLOUDFLARE_DLP_RISK_SCORE_BEHAVIORS_GETRetrieves configured risk score behaviors that define how user actions affect their overall risk score.需要连接
Retrieves configured risk score behaviors that define how user actions affect their overall risk score.
认证
需要 Connected AccountTags
Update configuration for risk behaviorsCLOUDFLARE_DLP_RISK_SCORE_BEHAVIORS_PUTUpdates risk score behavior configurations, defining weights and thresholds for risk calculation.需要连接
Updates risk score behavior configurations, defining weights and thresholds for risk calculation.
认证
需要 Connected AccountTags
Clear the risk score for a particular userCLOUDFLARE_DLP_RISK_SCORE_RESET_POSTResets risk scores for specified users, clearing their accumulated risk history.需要连接
Resets risk scores for specified users, clearing their accumulated risk history.
认证
需要 Connected AccountTags
Get risk score info for all users in the accountCLOUDFLARE_DLP_RISK_SCORE_SUMMARY_GETGets an aggregate summary of risk scores across the account, including distribution and trends.需要连接
Gets an aggregate summary of risk scores across the account, including distribution and trends.
认证
需要 Connected AccountTags
Get risk event/score information for a specific userCLOUDFLARE_DLP_RISK_SCORE_SUMMARY_GET_FOR_USERRetrieves the detailed risk score breakdown for a specific user, including contributing factors.需要连接
Retrieves the detailed risk score breakdown for a specific user, including contributing factors.
认证
需要 Connected AccountTags
Retrieve a specific sensitivity group template.CLOUDFLARE_DLP_SENSITIVITY_GROUP_TEMPLATE_READGets an available sensitivity group template.需要连接
Gets an available sensitivity group template.
认证
需要 Connected AccountTags
Retrieve all sensitivity group templates in an accountCLOUDFLARE_DLP_SENSITIVITY_GROUP_TEMPLATES_LISTLists available sensitivity group templates.需要连接
Lists available sensitivity group templates.
认证
需要 Connected AccountTags
Creates a new sensitivity group.CLOUDFLARE_DLP_SENSITIVITY_GROUPS_CREATECreates a sensitivity group, optionally from a template.需要连接
Creates a sensitivity group, optionally from a template.
认证
需要 Connected AccountTags
Delete a single sensitivity group.CLOUDFLARE_DLP_SENSITIVITY_GROUPS_DELETEDeletes a sensitivity group and its levels.需要连接
Deletes a sensitivity group and its levels.
认证
需要 Connected AccountTags
Retrieve the ordered list of level IDs for a sensitivity group.CLOUDFLARE_DLP_SENSITIVITY_GROUPS_GET_LEVEL_ORDERGets the current order of sensitivity levels in a group.需要连接
Gets the current order of sensitivity levels in a group.
认证
需要 Connected AccountTags
Retrieve all sensitivity groups in an accountCLOUDFLARE_DLP_SENSITIVITY_GROUPS_LISTLists sensitivity groups configured for the account.需要连接
Lists sensitivity groups configured for the account.
认证
需要 Connected AccountTags
Set the ordering of levels within a sensitivity group.CLOUDFLARE_DLP_SENSITIVITY_GROUPS_PUT_LEVEL_ORDERUpdates the order of sensitivity levels in a group.需要连接
Updates the order of sensitivity levels in a group.
认证
需要 Connected AccountTags
Retrieve a specific sensitivity group.CLOUDFLARE_DLP_SENSITIVITY_GROUPS_READGets a sensitivity group and its levels.需要连接
Gets a sensitivity group and its levels.
认证
需要 Connected AccountTags
Update the attributes of a single sensitivity group.CLOUDFLARE_DLP_SENSITIVITY_GROUPS_UPDATEUpdates a sensitivity group and its levels.需要连接
Updates a sensitivity group and its levels.
认证
需要 Connected AccountTags
Creates a new sensitivity level.CLOUDFLARE_DLP_SENSITIVITY_LEVELS_CREATECreates a sensitivity level in a group.需要连接
Creates a sensitivity level in a group.
认证
需要 Connected AccountTags
Delete a single sensitivity level.CLOUDFLARE_DLP_SENSITIVITY_LEVELS_DELETEDeletes a sensitivity level from a group.需要连接
Deletes a sensitivity level from a group.
认证
需要 Connected AccountTags
Retrieve all sensitivity levels in a sensitivity groupCLOUDFLARE_DLP_SENSITIVITY_LEVELS_LISTLists sensitivity levels in a sensitivity group.需要连接
Lists sensitivity levels in a sensitivity group.
认证
需要 Connected AccountTags
Retrieve a specific sensitivity level.CLOUDFLARE_DLP_SENSITIVITY_LEVELS_READGets a sensitivity level from a group.需要连接
Gets a sensitivity level from a group.
认证
需要 Connected AccountTags
Update the attributes of a single sensitivity level.CLOUDFLARE_DLP_SENSITIVITY_LEVELS_UPDATEUpdates a sensitivity level in a group.需要连接
Updates a sensitivity level in a group.
认证
需要 Connected AccountTags
Delete (reset) DLP account-level settings to initial values.CLOUDFLARE_DLP_SETTINGS_DELETEDeletes account-level DLP settings and returns the initial values.需要连接
Deletes account-level DLP settings and returns the initial values.
认证
需要 Connected AccountTags
Partially update DLP account-level settings.CLOUDFLARE_DLP_SETTINGS_EDITMissing fields keep their existing values.需要连接
Missing fields keep their existing values.
认证
需要 Connected AccountTags
Get DLP account-level settings.CLOUDFLARE_DLP_SETTINGS_GETGets the account-level DLP settings.需要连接
Gets the account-level DLP settings.
认证
需要 Connected AccountTags
Update DLP account-level settings (full replacement).CLOUDFLARE_DLP_SETTINGS_UPDATEMissing fields are reset to initial (unconfigured) values.需要连接
Missing fields are reset to initial (unconfigured) values.
认证
需要 Connected AccountTags
Create new risk score integration.CLOUDFLARE_DLP_ZT_RISK_SCORE_INTEGRATION_CREATECreates a new Zero Trust risk score integration, connecting external risk signals to Cloudflare's risk scoring system.需要连接
Creates a new Zero Trust risk score integration, connecting external risk signals to Cloudflare's risk scoring system.
认证
需要 Connected AccountTags
Delete a risk score integration.CLOUDFLARE_DLP_ZT_RISK_SCORE_INTEGRATION_DELETERemoves a Zero Trust risk score integration, disconnecting the external risk signal source.需要连接
Removes a Zero Trust risk score integration, disconnecting the external risk signal source.
认证
需要 Connected AccountTags
Get risk score integration by id.CLOUDFLARE_DLP_ZT_RISK_SCORE_INTEGRATION_GETGets a Zero Trust risk score integration by ID.需要连接
Gets a Zero Trust risk score integration by ID.
认证
需要 Connected AccountTags
Get risk score integration by reference id.CLOUDFLARE_DLP_ZT_RISK_SCORE_INTEGRATION_GET_BY_REFERENCE_IDRetrieves a Zero Trust risk score integration using its external reference ID.需要连接
Retrieves a Zero Trust risk score integration using its external reference ID.
认证
需要 Connected AccountTags
List all risk score integrations for the account.CLOUDFLARE_DLP_ZT_RISK_SCORE_INTEGRATION_LISTLists all configured Zero Trust risk score integrations for the account.需要连接
Lists all configured Zero Trust risk score integrations for the account.
认证
需要 Connected AccountTags
Update a risk score integration.CLOUDFLARE_DLP_ZT_RISK_SCORE_INTEGRATION_UPDATEOverwrite the reference_id, tenant_url, and active values with the ones provided.需要连接
Overwrite the reference_id, tenant_url, and active values with the ones provided.
认证
需要 Connected AccountTags
List RegionsCLOUDFLARE_DLS_ACCOUNT_REGIONAL_HOSTNAMES_LIST_REGIONSList all Regional Services regions available for use by this account.需要连接
List all Regional Services regions available for use by this account.
认证
需要 Connected AccountTags
Create Regional HostnameCLOUDFLARE_DLS_ZONE_REGIONAL_HOSTNAMES_CREATECreate a new Regional Hostname entry. Cloudflare will only use data centers that are physically located within the chosen region to decrypt and service HTTPS traffic. Learn more about [Regional Services](https://developers.cloudflare.com/data-localization/regional-services/get-started/).需要连接
Create a new Regional Hostname entry. Cloudflare will only use data centers that are physically located within the chosen region to decrypt and service HTTPS traffic. Learn more about [Regional Services](https://developers.cloudflare.com/data-localization/regional-services/get-started/).
认证
需要 Connected AccountTags
Delete Regional HostnameCLOUDFLARE_DLS_ZONE_REGIONAL_HOSTNAMES_DELETEDelete the region configuration for a specific Regional Hostname.需要连接
Delete the region configuration for a specific Regional Hostname.
认证
需要 Connected AccountTags
Fetch Regional HostnameCLOUDFLARE_DLS_ZONE_REGIONAL_HOSTNAMES_FETCHFetch the configuration for a specific Regional Hostname, within a zone.需要连接
Fetch the configuration for a specific Regional Hostname, within a zone.
认证
需要 Connected AccountTags
List Regional HostnamesCLOUDFLARE_DLS_ZONE_REGIONAL_HOSTNAMES_LISTList all Regional Hostnames within a zone.需要连接
List all Regional Hostnames within a zone.
认证
需要 Connected AccountTags
Update Regional HostnameCLOUDFLARE_DLS_ZONE_REGIONAL_HOSTNAMES_PATCHUpdate the configuration for a specific Regional Hostname. Only the region_key of a hostname is mutable.需要连接
Update the configuration for a specific Regional Hostname. Only the region_key of a hostname is mutable.
认证
需要 Connected AccountTags
By TimeCLOUDFLARE_DNS_ANALYTICS_BY_TIMERetrieves a list of aggregate metrics grouped by time interval. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.需要连接
Retrieves a list of aggregate metrics grouped by time interval. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.
认证
需要 Connected AccountTags
TableCLOUDFLARE_DNS_ANALYTICS_TABLERetrieves a list of summarised aggregate metrics over a given time period. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.需要连接
Retrieves a list of summarised aggregate metrics over a given time period. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.
认证
需要 Connected AccountTags
By TimeCLOUDFLARE_DNS_FIREWALL_ANALYTICS_BY_TIMERetrieves a list of aggregate metrics grouped by time interval. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.需要连接
Retrieves a list of aggregate metrics grouped by time interval. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.
认证
需要 Connected AccountTags
TableCLOUDFLARE_DNS_FIREWALL_ANALYTICS_TABLERetrieves a list of summarised aggregate metrics over a given time period. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.需要连接
Retrieves a list of summarised aggregate metrics over a given time period. See [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) for detailed information about the available query parameters.
认证
需要 Connected AccountTags
Create DNS Firewall ClusterCLOUDFLARE_DNS_FIREWALL_CREATE_DNS_FIREWALL_CLUSTERCreate a DNS Firewall cluster需要连接
Create a DNS Firewall cluster
认证
需要 Connected AccountTags
Delete DNS Firewall ClusterCLOUDFLARE_DNS_FIREWALL_DELETE_DNS_FIREWALL_CLUSTERDelete a DNS Firewall cluster需要连接
Delete a DNS Firewall cluster
认证
需要 Connected AccountTags
DNS Firewall Cluster DetailsCLOUDFLARE_DNS_FIREWALL_DNS_FIREWALL_CLUSTER_DETAILSShow a single DNS Firewall cluster for an account需要连接
Show a single DNS Firewall cluster for an account
认证
需要 Connected AccountTags
List DNS Firewall ClustersCLOUDFLARE_DNS_FIREWALL_LIST_DNS_FIREWALL_CLUSTERSList DNS Firewall clusters for an account需要连接
List DNS Firewall clusters for an account
认证
需要 Connected AccountTags
Show DNS Firewall Cluster Reverse DNSCLOUDFLARE_DNS_FIREWALL_SHOW_DNS_FIREWALL_CLUSTER_REVERSE_DNSShow reverse DNS configuration (PTR records) for a DNS Firewall cluster需要连接
Show reverse DNS configuration (PTR records) for a DNS Firewall cluster
认证
需要 Connected AccountTags
Update DNS Firewall ClusterCLOUDFLARE_DNS_FIREWALL_UPDATE_DNS_FIREWALL_CLUSTERModify the configuration of a DNS Firewall cluster需要连接
Modify the configuration of a DNS Firewall cluster
认证
需要 Connected AccountTags
Update DNS Firewall Cluster Reverse DNSCLOUDFLARE_DNS_FIREWALL_UPDATE_DNS_FIREWALL_CLUSTER_REVERSE_DNSUpdate reverse DNS configuration (PTR records) for a DNS Firewall cluster需要连接
Update reverse DNS configuration (PTR records) for a DNS Firewall cluster
认证
需要 Connected AccountTags
Review Scanned DNS RecordsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_APPLY_DNS_SCAN_RESULTSAccept or reject DNS records found by the DNS records scan. Accepted records will be permanently added to the zone, while rejected records will be permanently deleted.需要连接
Accept or reject DNS records found by the DNS records scan. Accepted records will be permanently added to the zone, while rejected records will be permanently deleted.
认证
需要 Connected AccountTags
Batch DNS RecordsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_BATCH_DNS_RECORDSSend a Batch of DNS Record API calls to be executed together. Notes: - Although Cloudflare will execute the batched operations in a single database transaction, Cloudflare's distributed KV store must treat each record change as a single key-value pair. This means that the propagation of changes is not atomic. See [the documentation](https://developers.cloudflare.com/dns/manage-dns-records/how-to/batch-record-changes/ "Batch DNS records") for more information. - The operations you specify within the /batch request body are always executed in the following order: - Deletes - Patches - Puts - Posts需要连接
Send a Batch of DNS Record API calls to be executed together. Notes: - Although Cloudflare will execute the batched operations in a single database transaction, Cloudflare's distributed KV store must treat each record change as a single key-value pair. This means that the propagation of changes is not atomic. See [the documentation](https://developers.cloudflare.com/dns/manage-dns-records/how-to/batch-record-changes/ "Batch DNS records") for more information. - The operations you specify within the /batch request body are always executed in the following order: - Deletes - Patches - Puts - Posts
认证
需要 Connected AccountTags
Create DNS RecordCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_CREATE_DNS_RECORDCreate a new DNS record for a zone. Notes: - A/AAAA records cannot exist on the same name as CNAME records. - NS records cannot exist on the same name as any other record type. - Domain names are always represented in Punycode, even if Unicode characters were used when creating the record.需要连接
Create a new DNS record for a zone. Notes: - A/AAAA records cannot exist on the same name as CNAME records. - NS records cannot exist on the same name as any other record type. - Domain names are always represented in Punycode, even if Unicode characters were used when creating the record.
认证
需要 Connected AccountTags
Delete DNS RecordCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_DELETE_DNS_RECORDPermanently removes a DNS record from the zone.需要连接
Permanently removes a DNS record from the zone.
认证
需要 Connected AccountTags
DNS Record DetailsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_DNS_RECORD_DETAILSRetrieves details for a specific DNS record in the zone.需要连接
Retrieves details for a specific DNS record in the zone.
认证
需要 Connected AccountTags
Export DNS RecordsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_EXPORT_DNS_RECORDSYou can export your [BIND config](https://en.wikipedia.org/wiki/Zone_file "Zone file") through this endpoint. See [the documentation](https://developers.cloudflare.com/dns/manage-dns-records/how-to/import-and-export/ "Import and export records") for more information.需要连接
You can export your [BIND config](https://en.wikipedia.org/wiki/Zone_file "Zone file") through this endpoint. See [the documentation](https://developers.cloudflare.com/dns/manage-dns-records/how-to/import-and-export/ "Import and export records") for more information.
认证
需要 Connected AccountTags
Get DNS Record UsageCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_GET_USAGEGet the current DNS record usage for a zone, including the number of records and the quota limit.需要连接
Get the current DNS record usage for a zone, including the number of records and the quota limit.
认证
需要 Connected AccountTags
List DNS RecordsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_LIST_DNS_RECORDSList, search, sort, and filter a zones' DNS records.需要连接
List, search, sort, and filter a zones' DNS records.
认证
需要 Connected AccountTags
Update DNS RecordCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_PATCH_DNS_RECORDUpdate an existing DNS record. Notes: - A/AAAA records cannot exist on the same name as CNAME records. - NS records cannot exist on the same name as any other record type. - Domain names are always represented in Punycode, even if Unicode characters were used when creating the record.需要连接
Update an existing DNS record. Notes: - A/AAAA records cannot exist on the same name as CNAME records. - NS records cannot exist on the same name as any other record type. - Domain names are always represented in Punycode, even if Unicode characters were used when creating the record.
认证
需要 Connected AccountTags
List Scanned DNS RecordsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_REVIEW_DNS_SCANRetrieves the list of DNS records discovered up to this point by the asynchronous scan. These records are temporary until explicitly accepted or rejected via `POST /scan/review`. Additional records may be discovered by the scan later.需要连接
Retrieves the list of DNS records discovered up to this point by the asynchronous scan. These records are temporary until explicitly accepted or rejected via `POST /scan/review`. Additional records may be discovered by the scan later.
认证
需要 Connected AccountTags
Scan DNS RecordsCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_SCAN_DNS_RECORDSScan for common DNS records on your domain and automatically add them to your zone. Useful if you haven't updated your nameservers yet.需要连接
Scan for common DNS records on your domain and automatically add them to your zone. Useful if you haven't updated your nameservers yet.
认证
需要 Connected AccountTags
Trigger DNS Record ScanCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_TRIGGER_DNS_SCANInitiates an asynchronous scan for common DNS records on your domain. Note that this **does not** automatically add records to your zone. The scan runs in the background, and results can be reviewed later using the `/scan/review` endpoints. Useful if you haven't updated your nameservers yet.需要连接
Initiates an asynchronous scan for common DNS records on your domain. Note that this **does not** automatically add records to your zone. The scan runs in the background, and results can be reviewed later using the `/scan/review` endpoints. Useful if you haven't updated your nameservers yet.
认证
需要 Connected AccountTags
Overwrite DNS RecordCLOUDFLARE_DNS_RECORDS_FOR_A_ZONE_UPDATE_DNS_RECORDOverwrite an existing DNS record. Notes: - A/AAAA records cannot exist on the same name as CNAME records. - NS records cannot exist on the same name as any other record type. - Domain names are always represented in Punycode, even if Unicode characters were used when creating the record.需要连接
Overwrite an existing DNS record. Notes: - A/AAAA records cannot exist on the same name as CNAME records. - NS records cannot exist on the same name as any other record type. - Domain names are always represented in Punycode, even if Unicode characters were used when creating the record.
认证
需要 Connected AccountTags
Get DNS Record Usage for AccountCLOUDFLARE_DNS_RECORDS_FOR_AN_ACCOUNT_GET_USAGEGet the current DNS record usage and quota for an account. May include internal DNS usage and quota.需要连接
Get the current DNS record usage and quota for an account. May include internal DNS usage and quota.
认证
需要 Connected AccountTags
Show DNS SettingsCLOUDFLARE_DNS_SETTINGS_FOR_A_ZONE_LIST_DNS_SETTINGSShow DNS settings for a zone需要连接
Show DNS settings for a zone
认证
需要 Connected AccountTags
Update DNS SettingsCLOUDFLARE_DNS_SETTINGS_FOR_A_ZONE_UPDATE_DNS_SETTINGSUpdate DNS settings for a zone需要连接
Update DNS settings for a zone
认证
需要 Connected AccountTags
Show DNS SettingsCLOUDFLARE_DNS_SETTINGS_FOR_AN_ACCOUNT_LIST_DNS_SETTINGSShow DNS settings for an account需要连接
Show DNS settings for an account
认证
需要 Connected AccountTags
Update DNS SettingsCLOUDFLARE_DNS_SETTINGS_FOR_AN_ACCOUNT_UPDATE_DNS_SETTINGSUpdate DNS settings for an account需要连接
Update DNS settings for an account
认证
需要 Connected AccountTags
Create Internal DNS ViewCLOUDFLARE_DNS_VIEWS_FOR_AN_ACCOUNT_CREATE_INTERNAL_DNS_VIEWSCreate Internal DNS View for an account需要连接
Create Internal DNS View for an account
认证
需要 Connected AccountTags
Delete Internal DNS ViewCLOUDFLARE_DNS_VIEWS_FOR_AN_ACCOUNT_DELETE_INTERNAL_DNS_VIEWDelete an existing Internal DNS View需要连接
Delete an existing Internal DNS View
认证
需要 Connected AccountTags
DNS Internal View DetailsCLOUDFLARE_DNS_VIEWS_FOR_AN_ACCOUNT_GET_INTERNAL_DNS_VIEWGet DNS Internal View需要连接
Get DNS Internal View
认证
需要 Connected AccountTags
List Internal DNS ViewsCLOUDFLARE_DNS_VIEWS_FOR_AN_ACCOUNT_LIST_INTERNAL_DNS_VIEWSList DNS Internal Views for an Account需要连接
List DNS Internal Views for an Account
认证
需要 Connected AccountTags
Update Internal DNS ViewCLOUDFLARE_DNS_VIEWS_FOR_AN_ACCOUNT_UPDATE_INTERNAL_DNS_VIEWUpdate an existing Internal DNS View需要连接
Update an existing Internal DNS View
认证
需要 Connected AccountTags
Delete DNSSEC recordsCLOUDFLARE_DNSSEC_DELETE_DNSSEC_RECORDSDelete DNSSEC.需要连接
Delete DNSSEC.
认证
需要 Connected AccountTags
DNSSEC DetailsCLOUDFLARE_DNSSEC_DNSSEC_DETAILSDetails about DNSSEC status and configuration.需要连接
Details about DNSSEC status and configuration.
认证
需要 Connected AccountTags
Edit DNSSEC StatusCLOUDFLARE_DNSSEC_EDIT_DNSSEC_STATUSEnable or disable DNSSEC.需要连接
Enable or disable DNSSEC.
认证
需要 Connected AccountTags
List DNSSEC ZSKsCLOUDFLARE_DNSSEC_LIST_DNSSEC_ZSKSList the Zone Signing Keys (ZSKs) that DNSSEC uses for the zone.需要连接
List the Zone Signing Keys (ZSKs) that DNSSEC uses for the zone.
认证
需要 Connected AccountTags
Get Domain HistoryCLOUDFLARE_DOMAIN_HISTORY_GET_DOMAIN_HISTORYGets historical security threat and content categories currently and previously assigned to a domain.需要连接
Gets historical security threat and content categories currently and previously assigned to a domain.
认证
需要 Connected AccountTags
Get Domain DetailsCLOUDFLARE_DOMAIN_INTELLIGENCE_GET_DOMAIN_DETAILSGets security details and statistics about a domain.需要连接
Gets security details and statistics about a domain.
认证
需要 Connected AccountTags
Get Multiple Domain DetailsCLOUDFLARE_DOMAIN_INTELLIGENCE_GET_MULTIPLE_DOMAIN_DETAILSReturns security details and statistics about multiple domains in a single request. **Behavior change — domain ranking is becoming opt-in.** This endpoint previously included domain ranking data in every response and accepted a `skip_ranking=true` query parameter to opt out. That parameter is being deprecated and ranking will no longer be returned by default. Callers that want ranking data must pass `include_ranking=true`. The `skip_ranking` parameter will be silently ignored once the change ships.需要连接
Returns security details and statistics about multiple domains in a single request. **Behavior change — domain ranking is becoming opt-in.** This endpoint previously included domain ranking data in every response and accepted a `skip_ranking=true` query parameter to opt out. That parameter is being deprecated and ranking will no longer be returned by default. Callers that want ranking data must pass `include_ranking=true`. The `skip_ranking` parameter will be silently ignored once the change ships.
认证
需要 Connected AccountTags
List NamespacesCLOUDFLARE_DURABLE_OBJECTS_NAMESPACE_LIST_NAMESPACESReturns the Durable Object namespaces owned by an account.需要连接
Returns the Durable Object namespaces owned by an account.
认证
需要 Connected AccountTags
List ObjectsCLOUDFLARE_DURABLE_OBJECTS_NAMESPACE_LIST_OBJECTSReturns the Durable Objects in a given namespace.需要连接
Returns the Durable Objects in a given namespace.
认证
需要 Connected AccountTags
Edit additional audio tracks on a videoCLOUDFLARE_EDIT_AUDIO_TRACKSEdits additional audio tracks on a video. Editing the default status of an audio track to `true` will mark all other audio tracks on the video default status to `false`.需要连接
Edits additional audio tracks on a video. Editing the default status of an audio track to `true` will mark all other audio tracks on the video default status to `false`.
认证
需要 Connected AccountTags
Edit CredentialCLOUDFLARE_EDIT_CREDENTIALUpdates a credential with only the provided fields; omitted fields remain unchanged.需要连接
Updates a credential with only the provided fields; omitted fields remain unchanged.
认证
需要 Connected AccountTags
Edit Credential SetCLOUDFLARE_EDIT_CREDENTIAL_SETUpdates a credential set with only the provided fields; omitted fields remain unchanged.需要连接
Updates a credential set with only the provided fields; omitted fields remain unchanged.
认证
需要 Connected AccountTags
Edit a participant's detailCLOUDFLARE_EDIT_PARTICIPANTUpdates a participant's details for the given meeting and participant ID.需要连接
Updates a participant's details for the given meeting and participant ID.
认证
需要 Connected AccountTags
Edit Target EnvironmentCLOUDFLARE_EDIT_TARGET_ENVIRONMENTUpdates a target environment with only the provided fields; omitted fields remain unchanged.需要连接
Updates a target environment with only the provided fields; omitted fields remain unchanged.
认证
需要 Connected AccountTags
Edit a webhookCLOUDFLARE_EDIT_WEBHOOKEdits the webhook details for the given webhook ID.需要连接
Edits the webhook details for the given webhook ID.
认证
需要 Connected AccountTags
Edit WorkerCLOUDFLARE_EDIT_WORKERPerform a partial update on a Worker, where omitted properties are left unchanged from their current values.需要连接
Perform a partial update on a Worker, where omitted properties are left unchanged from their current values.
认证
需要 Connected AccountTags
Create a destination addressCLOUDFLARE_EMAIL_ROUTING_DESTINATION_ADDRESSES_CREATE_A_DESTINATION_ADDRESSCreate a destination address to forward your emails to. Destination addresses need to be verified before they can be used.需要连接
Create a destination address to forward your emails to. Destination addresses need to be verified before they can be used.
认证
需要 Connected AccountTags
Delete destination addressCLOUDFLARE_EMAIL_ROUTING_DESTINATION_ADDRESSES_DELETE_DESTINATION_ADDRESSDeletes a specific destination address.需要连接
Deletes a specific destination address.
认证
需要 Connected AccountTags
Get a destination addressCLOUDFLARE_EMAIL_ROUTING_DESTINATION_ADDRESSES_GET_A_DESTINATION_ADDRESSGets information for a specific destination email already created.需要连接
Gets information for a specific destination email already created.
认证
需要 Connected AccountTags
List destination addressesCLOUDFLARE_EMAIL_ROUTING_DESTINATION_ADDRESSES_LIST_DESTINATION_ADDRESSESLists existing destination addresses.需要连接
Lists existing destination addresses.
认证
需要 Connected AccountTags
Update destination addressCLOUDFLARE_EMAIL_ROUTING_DESTINATION_ADDRESSES_UPDATE_DESTINATION_ADDRESSUpdates the status of a specific destination address.需要连接
Updates the status of a specific destination address.
认证
需要 Connected AccountTags
Create routing ruleCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_CREATE_ROUTING_RULERules consist of a set of criteria for matching emails (such as an email being sent to a specific custom email address) plus a set of actions to take on the email (like forwarding it to a specific destination address). Forward actions require exactly one verified destination address.需要连接
Rules consist of a set of criteria for matching emails (such as an email being sent to a specific custom email address) plus a set of actions to take on the email (like forwarding it to a specific destination address). Forward actions require exactly one verified destination address.
认证
需要 Connected AccountTags
Delete routing ruleCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_DELETE_ROUTING_RULEDelete a specific routing rule.需要连接
Delete a specific routing rule.
认证
需要 Connected AccountTags
Get catch-all ruleCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_GET_CATCH_ALL_RULEGet information on the default catch-all routing rule.需要连接
Get information on the default catch-all routing rule.
认证
需要 Connected AccountTags
Get routing ruleCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_GET_ROUTING_RULEGet information for a specific routing rule already created.需要连接
Get information for a specific routing rule already created.
认证
需要 Connected AccountTags
List account routing rulesCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_LIST_ACCOUNT_ROUTING_RULESLists existing routing rules across all zones in the account.需要连接
Lists existing routing rules across all zones in the account.
认证
需要 Connected AccountTags
List routing rulesCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_LIST_ROUTING_RULESLists existing routing rules.需要连接
Lists existing routing rules.
认证
需要 Connected AccountTags
Plan account routing rule changesCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_PLAN_ACCOUNT_ROUTING_RULESComputes the Email Routing rule changes that would be needed to reconcile a Wrangler-managed desired ruleset. This endpoint is read-only and does not create, update, or delete rules.需要连接
Computes the Email Routing rule changes that would be needed to reconcile a Wrangler-managed desired ruleset. This endpoint is read-only and does not create, update, or delete rules.
认证
需要 Connected AccountTags
Update catch-all ruleCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_UPDATE_CATCH_ALL_RULEEnable or disable catch-all routing rule, or change action to forward to a specific destination address. Forward actions require exactly one verified destination address.需要连接
Enable or disable catch-all routing rule, or change action to forward to a specific destination address. Forward actions require exactly one verified destination address.
认证
需要 Connected AccountTags
Update routing ruleCLOUDFLARE_EMAIL_ROUTING_ROUTING_RULES_UPDATE_ROUTING_RULEUpdate actions and matches, or enable/disable specific routing rules. Forward actions require exactly one verified destination address.需要连接
Update actions and matches, or enable/disable specific routing rules. Forward actions require exactly one verified destination address.
认证
需要 Connected AccountTags
Disable Email RoutingCLOUDFLARE_EMAIL_ROUTING_SETTINGS_DISABLE_EMAIL_ROUTINGDisable your Email Routing zone. Also removes additional MX records previously required for Email Routing to work.需要连接
Disable your Email Routing zone. Also removes additional MX records previously required for Email Routing to work.
认证
需要 Connected AccountTags
Disable Email RoutingCLOUDFLARE_EMAIL_ROUTING_SETTINGS_DISABLE_EMAIL_ROUTING_DNSDisable your Email Routing zone. Also removes additional MX records previously required for Email Routing to work.需要连接
Disable your Email Routing zone. Also removes additional MX records previously required for Email Routing to work.
认证
需要 Connected AccountTags
Email Routing - DNS settingsCLOUDFLARE_EMAIL_ROUTING_SETTINGS_EMAIL_ROUTING_DNS_SETTINGSShow the DNS records needed to configure your Email Routing zone.需要连接
Show the DNS records needed to configure your Email Routing zone.
认证
需要 Connected AccountTags
Enable Email RoutingCLOUDFLARE_EMAIL_ROUTING_SETTINGS_ENABLE_EMAIL_ROUTINGEnable you Email Routing zone. Add and lock the necessary MX and SPF records.需要连接
Enable you Email Routing zone. Add and lock the necessary MX and SPF records.
认证
需要 Connected AccountTags
Enable Email RoutingCLOUDFLARE_EMAIL_ROUTING_SETTINGS_ENABLE_EMAIL_ROUTING_DNSEnable you Email Routing zone. Add and lock the necessary MX and SPF records.需要连接
Enable you Email Routing zone. Add and lock the necessary MX and SPF records.
认证
需要 Connected AccountTags
Get Email Routing settingsCLOUDFLARE_EMAIL_ROUTING_SETTINGS_GET_EMAIL_ROUTING_SETTINGSGet information about the settings for your Email Routing zone.需要连接
Get information about the settings for your Email Routing zone.
认证
需要 Connected AccountTags
Update Email Routing settingsCLOUDFLARE_EMAIL_ROUTING_SETTINGS_REPLACE_EMAIL_ROUTING_SETTINGSUpdate the settings for your Email Routing zone.需要连接
Update the settings for your Email Routing zone.
认证
需要 Connected AccountTags
Unlock Email RoutingCLOUDFLARE_EMAIL_ROUTING_SETTINGS_UNLOCK_EMAIL_ROUTINGUnlock MX records previously locked by Email Routing. Deprecated - use PATCH /zones/{zone_id}/email/routing/dns instead.需要连接
Unlock MX records previously locked by Email Routing. Deprecated - use PATCH /zones/{zone_id}/email/routing/dns instead.
认证
需要 Connected AccountTags
Unlock Email RoutingCLOUDFLARE_EMAIL_ROUTING_SETTINGS_UNLOCK_EMAIL_ROUTING_DNSUnlock MX Records previously locked by Email Routing.需要连接
Unlock MX Records previously locked by Email Routing.
认证
需要 Connected AccountTags
Update Email Routing settingsCLOUDFLARE_EMAIL_ROUTING_SETTINGS_UPDATE_EMAIL_ROUTING_SETTINGSUpdate the settings for your Email Routing zone.需要连接
Update the settings for your Email Routing zone.
认证
需要 Connected AccountTags
Batch allow policies operationsCLOUDFLARE_EMAIL_SECURITY_BATCH_ALLOW_POLICIESExecutes multiple operations atomically. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.需要连接
Executes multiple operations atomically. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.
认证
需要 Connected AccountTags
Batch blocked senders operationsCLOUDFLARE_EMAIL_SECURITY_BATCH_BLOCKED_SENDERSExecutes multiple operations atomically. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.需要连接
Executes multiple operations atomically. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.
认证
需要 Connected AccountTags
Batch domain operationsCLOUDFLARE_EMAIL_SECURITY_BATCH_DOMAINSExecutes multiple domain operations in a single request. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.需要连接
Executes multiple domain operations in a single request. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.
认证
需要 Connected AccountTags
Batch sending domain restrictions operationsCLOUDFLARE_EMAIL_SECURITY_BATCH_SENDING_DOMAIN_RESTRICTIONSExecutes multiple delete operations on sending domain restrictions atomically. All operations succeed or fail together as a transaction. Currently only supports batch deletion. Removes TLS enforcement requirements for the specified domains.需要连接
Executes multiple delete operations on sending domain restrictions atomically. All operations succeed or fail together as a transaction. Currently only supports batch deletion. Removes TLS enforcement requirements for the specified domains.
认证
需要 Connected AccountTags
Batch trusted domains operationsCLOUDFLARE_EMAIL_SECURITY_BATCH_TRUSTED_DOMAINSExecutes multiple operations atomically. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.需要连接
Executes multiple operations atomically. All four operation arrays (deletes, patches, puts, posts) are required and executed in order. Send empty arrays for unused operations.
认证
需要 Connected AccountTags
Batch URL ignore patternsCLOUDFLARE_EMAIL_SECURITY_BATCH_URL_IGNORE_PATTERNSSends a batch of URL ignore patterns API calls to execute together.需要连接
Sends a batch of URL ignore patterns API calls to execute together.
认证
需要 Connected AccountTags
Cancel a bulk action jobCLOUDFLARE_EMAIL_SECURITY_CANCEL_BULK_JOBCancels the job, marking it as cancelled and stopping any pending message processing. The job record remains visible in list and detail endpoints.需要连接
Cancels the job, marking it as cancelled and stopping any pending message processing. The job record remains visible in list and detail endpoints.
认证
需要 Connected AccountTags
Create email allow policyCLOUDFLARE_EMAIL_SECURITY_CREATE_ALLOW_POLICYCreates a new allow policy that exempts matching emails from security detections. Use with caution as this bypasses email security scanning. Policies can match on sender patterns and apply to specific detections or all detections.需要连接
Creates a new allow policy that exempts matching emails from security detections. Use with caution as this bypasses email security scanning. Policies can match on sender patterns and apply to specific detections or all detections.
认证
需要 Connected AccountTags
Create blocked email senderCLOUDFLARE_EMAIL_SECURITY_CREATE_BLOCKED_SENDERCreates a new blocked sender pattern. Emails matching this pattern will be blocked from delivery. Patterns can be email addresses, domains, or IP addresses, and support regular expressions.需要连接
Creates a new blocked sender pattern. Emails matching this pattern will be blocked from delivery. Patterns can be email addresses, domains, or IP addresses, and support regular expressions.
认证
需要 Connected AccountTags
Create a bulk action jobCLOUDFLARE_EMAIL_SECURITY_CREATE_BULK_JOBCreates a new bulk action job to move or release messages that match the provided search parameters.需要连接
Creates a new bulk action job to move or release messages that match the provided search parameters.
认证
需要 Connected AccountTags
Add a new email domainCLOUDFLARE_EMAIL_SECURITY_CREATE_DOMAINSProtects a new email domain by adding it to Email Security. Accepts a flat configuration object covering all delivery modes. Returns the newly created domain configuration.需要连接
Protects a new email domain by adding it to Email Security. Accepts a flat configuration object covering all delivery modes. Returns the newly created domain configuration.
认证
需要 Connected AccountTags
Create impersonation registry entryCLOUDFLARE_EMAIL_SECURITY_CREATE_IMPERSONATION_REGISTRYCreates a new entry in the impersonation registry to protect against impersonation. Emails attempting to impersonate this identity will be flagged. Supports regex patterns for flexible email matching.需要连接
Creates a new entry in the impersonation registry to protect against impersonation. Emails attempting to impersonate this identity will be flagged. Supports regex patterns for flexible email matching.
认证
需要 Connected AccountTags
Create a sending domain restrictionCLOUDFLARE_EMAIL_SECURITY_CREATE_SENDING_DOMAIN_RESTRICTIONCreates a new sending domain restriction to enforce TLS requirements for a domain. Emails without TLS from this domain will be dropped unless the subdomain is in the exclude list.需要连接
Creates a new sending domain restriction to enforce TLS requirements for a domain. Emails without TLS from this domain will be dropped unless the subdomain is in the exclude list.
认证
需要 Connected AccountTags
Create trusted email domainCLOUDFLARE_EMAIL_SECURITY_CREATE_TRUSTED_DOMAINCreates a new trusted domain pattern. Use for partner domains or approved senders that should bypass recent domain registration and similarity checks. Configure whether it prevents recent domain or spoof dispositions.需要连接
Creates a new trusted domain pattern. Use for partner domains or approved senders that should bypass recent domain registration and similarity checks. Configure whether it prevents recent domain or spoof dispositions.
认证
需要 Connected AccountTags
Create a URL ignore patternCLOUDFLARE_EMAIL_SECURITY_CREATE_URL_IGNORE_PATTERNCreates a new URL rewrite ignore pattern. URLs matching this pattern will not be rewritten.需要连接
Creates a new URL rewrite ignore pattern. URLs matching this pattern will not be rewritten.
认证
需要 Connected AccountTags
Delete an email allow policyCLOUDFLARE_EMAIL_SECURITY_DELETE_ALLOW_POLICYRemoves an allow policy. After deletion, emails matching this pattern will be subject to normal security scanning and disposition actions.需要连接
Removes an allow policy. After deletion, emails matching this pattern will be subject to normal security scanning and disposition actions.
认证
需要 Connected AccountTags
Delete a blocked email senderCLOUDFLARE_EMAIL_SECURITY_DELETE_BLOCKED_SENDERRemoves a blocked sender pattern. After deletion, emails from this sender will no longer be automatically blocked based on this rule.需要连接
Removes a blocked sender pattern. After deletion, emails from this sender will no longer be automatically blocked based on this rule.
认证
需要 Connected AccountTags
Delete a bulk action jobCLOUDFLARE_EMAIL_SECURITY_DELETE_BULK_JOBDeletes the job, removing it from all list and detail endpoints. Only jobs in a terminal state (`COMPLETED`, `CANCELLED`, `FAILED`, or `SKIPPED`) can be deleted. To stop an in-progress job without removing it, use the cancel endpoint instead.需要连接
Deletes the job, removing it from all list and detail endpoints. Only jobs in a terminal state (`COMPLETED`, `CANCELLED`, `FAILED`, or `SKIPPED`) can be deleted. To stop an in-progress job without removing it, use the cancel endpoint instead.
认证
需要 Connected AccountTags
Unprotect an email domainCLOUDFLARE_EMAIL_SECURITY_DELETE_DOMAINRemoves email security protection from a domain. After deletion, emails for this domain will no longer be processed by Email Security. This action cannot be undone.需要连接
Removes email security protection from a domain. After deletion, emails for this domain will no longer be processed by Email Security. This action cannot be undone.
认证
需要 Connected AccountTags
Unprotect multiple email domainsCLOUDFLARE_EMAIL_SECURITY_DELETE_DOMAINSRemoves protection from multiple email domains. Deprecated; use the batch endpoint instead.需要连接
Removes protection from multiple email domains. Deprecated; use the batch endpoint instead.
认证
需要 Connected AccountTags
Delete an impersonation registry entryCLOUDFLARE_EMAIL_SECURITY_DELETE_IMPERSONATION_REGISTRYRemoves an entry from the impersonation registry. After deletion, this identity will no longer be protected from impersonation.需要连接
Removes an entry from the impersonation registry. After deletion, this identity will no longer be protected from impersonation.
认证
需要 Connected AccountTags
Delete a sending domain restrictionCLOUDFLARE_EMAIL_SECURITY_DELETE_SENDING_DOMAIN_RESTRICTIONRemoves a sending domain restriction. After deletion, TLS will no longer be enforced for emails from this domain.需要连接
Removes a sending domain restriction. After deletion, TLS will no longer be enforced for emails from this domain.
认证
需要 Connected AccountTags
Delete a trusted email domainCLOUDFLARE_EMAIL_SECURITY_DELETE_TRUSTED_DOMAINRemoves a trusted domain pattern. After deletion, emails from this domain will be subject to normal recent domain and similarity checks.需要连接
Removes a trusted domain pattern. After deletion, emails from this domain will be subject to normal recent domain and similarity checks.
认证
需要 Connected AccountTags
Delete a URL ignore patternCLOUDFLARE_EMAIL_SECURITY_DELETE_URL_IGNORE_PATTERNRemoves a URL rewrite ignore pattern. After deletion, URLs matching this pattern will be rewritten again.需要连接
Removes a URL rewrite ignore pattern. After deletion, URLs matching this pattern will be rewritten again.
认证
需要 Connected AccountTags
Get an email allow policyCLOUDFLARE_EMAIL_SECURITY_GET_ALLOW_POLICYRetrieves details for a specific allow policy including its pattern, dispositions that are exempted, and whether it applies to all detections.需要连接
Retrieves details for a specific allow policy including its pattern, dispositions that are exempted, and whether it applies to all detections.
认证
需要 Connected AccountTags
Get a blocked email senderCLOUDFLARE_EMAIL_SECURITY_GET_BLOCKED_SENDERRetrieves details for a specific blocked sender pattern including its pattern type, value, and metadata.需要连接
Retrieves details for a specific blocked sender pattern including its pattern type, value, and metadata.
认证
需要 Connected AccountTags
Get bulk action job detailsCLOUDFLARE_EMAIL_SECURITY_GET_BULK_JOBReturns the status and details of a specific bulk action job.需要连接
Returns the status and details of a specific bulk action job.
认证
需要 Connected AccountTags
List messages for a bulk action jobCLOUDFLARE_EMAIL_SECURITY_GET_BULK_JOB_MESSAGESReturns the individual messages associated with a bulk action job, including their processing status.需要连接
Returns the individual messages associated with a bulk action job, including their processing status.
认证
需要 Connected AccountTags
List bulk action jobsCLOUDFLARE_EMAIL_SECURITY_GET_BULK_JOBSReturns a paginated list of bulk action jobs for the account.需要连接
Returns a paginated list of bulk action jobs for the account.
认证
需要 Connected AccountTags
Get an email domainCLOUDFLARE_EMAIL_SECURITY_GET_DOMAINRetrieves detailed information for a specific protected email domain including its delivery configuration, SPF/DMARC status, and authorization state.需要连接
Retrieves detailed information for a specific protected email domain including its delivery configuration, SPF/DMARC status, and authorization state.
认证
需要 Connected AccountTags
Get domain verification detailsCLOUDFLARE_EMAIL_SECURITY_GET_DOMAIN_VERIFICATIONReturns DNS TXT verification details for a domain created through the Terraform API. Returns `200 OK` with the TXT record name and value when the domain uses `dns_txt` verification. Returns `204 No Content` for pre-existing domains or domains verified by other means (Cloudflare zone ownership, CASB integration).需要连接
Returns DNS TXT verification details for a domain created through the Terraform API. Returns `200 OK` with the TXT record name and value when the domain uses `dns_txt` verification. Returns `204 No Content` for pre-existing domains or domains verified by other means (Cloudflare zone ownership, CASB integration).
认证
需要 Connected AccountTags
Get an impersonation registry entryCLOUDFLARE_EMAIL_SECURITY_GET_IMPERSONATION_REGISTRYRetrieves details for a specific impersonation registry entry including the protected identity, email pattern, and synchronization source if directory-synced.需要连接
Retrieves details for a specific impersonation registry entry including the protected identity, email pattern, and synchronization source if directory-synced.
认证
需要 Connected AccountTags
Get message detailsCLOUDFLARE_EMAIL_SECURITY_GET_MESSAGERetrieves comprehensive details for a specific email message including headers, recipients, sender information, and current quarantine status. Use the investigate_id from search results to fetch detailed information.需要连接
Retrieves comprehensive details for a specific email message including headers, recipients, sender information, and current quarantine status. Use the investigate_id from search results to fetch detailed information.
认证
需要 Connected AccountTags
Get action log for a messageCLOUDFLARE_EMAIL_SECURITY_GET_MESSAGE_ACTION_LOGReturns the list of post-delivery actions (moves, quarantine releases, previews, etc.) that have been applied to a specific email message.需要连接
Returns the list of post-delivery actions (moves, quarantine releases, previews, etc.) that have been applied to a specific email message.
认证
需要 Connected AccountTags
Get message detection detailsCLOUDFLARE_EMAIL_SECURITY_GET_MESSAGE_DETECTIONSReturns detection details such as threat categories and sender information for non-benign messages.需要连接
Returns detection details such as threat categories and sender information for non-benign messages.
认证
需要 Connected AccountTags
Get email previewCLOUDFLARE_EMAIL_SECURITY_GET_MESSAGE_PREVIEWReturns a preview of the message body as a base64 encoded PNG image for non-benign messages.需要连接
Returns a preview of the message body as a base64 encoded PNG image for non-benign messages.
认证
需要 Connected AccountTags
Get raw email contentCLOUDFLARE_EMAIL_SECURITY_GET_MESSAGE_RAWReturns the raw eml of any non-benign message.需要连接
Returns the raw eml of any non-benign message.
认证
需要 Connected AccountTags
Get email traceCLOUDFLARE_EMAIL_SECURITY_GET_MESSAGE_TRACERetrieves delivery and processing trace information for an email message. Shows the delivery path, retraction history, and move operations performed on the message. Useful for debugging delivery issues.需要连接
Retrieves delivery and processing trace information for an email message. Shows the delivery path, retraction history, and move operations performed on the message. Useful for debugging delivery issues.
认证
需要 Connected AccountTags
Get PhishGuard reportsCLOUDFLARE_EMAIL_SECURITY_GET_PHISHGUARD_REPORTSRetrieves PhishGuard security alert reports for a specified date range. Reports include detected threats, dispositions, and contextual information. Use for security monitoring and threat analysis.需要连接
Retrieves PhishGuard security alert reports for a specified date range. Reports include detected threats, dispositions, and contextual information. Use for security monitoring and threat analysis.
认证
需要 Connected AccountTags
Get a sending domain restrictionCLOUDFLARE_EMAIL_SECURITY_GET_SENDING_DOMAIN_RESTRICTIONRetrieves details for a specific sending domain restriction including the domain requiring TLS and any excluded subdomains exempt from the TLS requirement.需要连接
Retrieves details for a specific sending domain restriction including the domain requiring TLS and any excluded subdomains exempt from the TLS requirement.
认证
需要 Connected AccountTags
Get a trusted email domainCLOUDFLARE_EMAIL_SECURITY_GET_TRUSTED_DOMAINRetrieves details for a specific trusted domain pattern including its pattern value, whether it uses regex matching, and which detection types it affects.需要连接
Retrieves details for a specific trusted domain pattern including its pattern value, whether it uses regex matching, and which detection types it affects.
认证
需要 Connected AccountTags
Get a URL ignore patternCLOUDFLARE_EMAIL_SECURITY_GET_URL_IGNORE_PATTERNReturns a single URL rewrite ignore pattern by its identifier.需要连接
Returns a single URL rewrite ignore pattern by its identifier.
认证
需要 Connected AccountTags
Search email messagesCLOUDFLARE_EMAIL_SECURITY_INVESTIGATEReturns information for each email that matches the search parameter(s).需要连接
Returns information for each email that matches the search parameter(s).
认证
需要 Connected AccountTags
List email allow policiesCLOUDFLARE_EMAIL_SECURITY_LIST_ALLOW_POLICIESReturns a paginated list of email allow policies. These policies exempt matching emails from security detection, allowing them to bypass disposition actions. Supports filtering by pattern type and policy attributes.需要连接
Returns a paginated list of email allow policies. These policies exempt matching emails from security detection, allowing them to bypass disposition actions. Supports filtering by pattern type and policy attributes.
认证
需要 Connected AccountTags
List blocked email sendersCLOUDFLARE_EMAIL_SECURITY_LIST_BLOCKED_SENDERSReturns a paginated list of blocked email sender patterns. These patterns prevent emails from matching senders from being delivered. Supports filtering by pattern type and searching across patterns.需要连接
Returns a paginated list of blocked email sender patterns. These patterns prevent emails from matching senders from being delivered. Supports filtering by pattern type and searching across patterns.
认证
需要 Connected AccountTags
List protected email domainsCLOUDFLARE_EMAIL_SECURITY_LIST_DOMAINSReturns a paginated list of email domains protected by Email Security. Includes domain configuration, delivery modes, and authorization status. Supports filtering by delivery mode and integration ID.需要连接
Returns a paginated list of email domains protected by Email Security. Includes domain configuration, delivery modes, and authorization status. Supports filtering by delivery mode and integration ID.
认证
需要 Connected AccountTags
List entries in impersonation registryCLOUDFLARE_EMAIL_SECURITY_LIST_IMPERSONATION_REGISTRYReturns a paginated list of protected identities in the impersonation registry. These entries define identities and email addresses to protect from impersonation attacks. Can be manually added or automatically synced from directory integrations.需要连接
Returns a paginated list of protected identities in the impersonation registry. These entries define identities and email addresses to protect from impersonation attacks. Can be manually added or automatically synced from directory integrations.
认证
需要 Connected AccountTags
List sending domain restrictionsCLOUDFLARE_EMAIL_SECURITY_LIST_SENDING_DOMAIN_RESTRICTIONSReturns a paginated list of sending domain restrictions. These restrictions enforce TLS requirements for emails from specific domains. Mail without TLS from restricted domains will be dropped unless the subdomain is in the exclude list. Supports sorting and searching.需要连接
Returns a paginated list of sending domain restrictions. These restrictions enforce TLS requirements for emails from specific domains. Mail without TLS from restricted domains will be dropped unless the subdomain is in the exclude list. Supports sorting and searching.
认证
需要 Connected AccountTags
List trusted email domainsCLOUDFLARE_EMAIL_SECURITY_LIST_TRUSTED_DOMAINSReturns a paginated list of trusted domain patterns. Trusted domains prevent false positives for recently registered domains and lookalike domain detections. Patterns can use regular expressions for flexible matching.需要连接
Returns a paginated list of trusted domain patterns. Trusted domains prevent false positives for recently registered domains and lookalike domain detections. Patterns can use regular expressions for flexible matching.
认证
需要 Connected AccountTags
List URL ignore patternsCLOUDFLARE_EMAIL_SECURITY_LIST_URL_IGNORE_PATTERNSReturns a paginated list of URL rewrite ignore patterns for the account. URLs matching these patterns will not be rewritten.需要连接
Returns a paginated list of URL rewrite ignore patterns for the account. URLs matching these patterns will not be rewritten.
认证
需要 Connected AccountTags
Move multiple messagesCLOUDFLARE_EMAIL_SECURITY_POST_BULK_MOVEMoves multiple messages to a specified mailbox folder (Inbox, JunkEmail, DeletedItems, RecoverableItemsDeletions, or RecoverableItemsPurges). Requires active integration.需要连接
Moves multiple messages to a specified mailbox folder (Inbox, JunkEmail, DeletedItems, RecoverableItemsDeletions, or RecoverableItemsPurges). Requires active integration.
认证
需要 Connected AccountTags
Move a messageCLOUDFLARE_EMAIL_SECURITY_POST_MESSAGE_MOVEMoves a single message to a specified mailbox folder (Inbox, JunkEmail, DeletedItems, RecoverableItemsDeletions, or RecoverableItemsPurges). Requires active integration.需要连接
Moves a single message to a specified mailbox folder (Inbox, JunkEmail, DeletedItems, RecoverableItemsDeletions, or RecoverableItemsPurges). Requires active integration.
认证
需要 Connected AccountTags
Preview for non-detection messagesCLOUDFLARE_EMAIL_SECURITY_POST_PREVIEWGenerates a preview image for a message that was not flagged as a detection. Useful for investigating benign messages. Returns a base64-encoded PNG screenshot of the email body.需要连接
Generates a preview image for a message that was not flagged as a detection. Useful for investigating benign messages. Returns a base64-encoded PNG screenshot of the email body.
认证
需要 Connected AccountTags
Change email classificationCLOUDFLARE_EMAIL_SECURITY_POST_RECLASSIFYSubmits a request to reclassify an email's disposition. Use for reporting false positives or false negatives. Optionally provide the raw EML content for reanalysis. The reclassification is processed asynchronously.需要连接
Submits a request to reclassify an email's disposition. Use for reporting false positives or false negatives. Optionally provide the raw EML content for reanalysis. The reclassification is processed asynchronously.
认证
需要 Connected AccountTags
Release messages from quarantineCLOUDFLARE_EMAIL_SECURITY_POST_RELEASEDelivers one or more quarantined messages to their intended recipients, for cases where a message was incorrectly quarantined. The response includes delivery status for each recipient.需要连接
Delivers one or more quarantined messages to their intended recipients, for cases where a message was incorrectly quarantined. The response includes delivery status for each recipient.
认证
需要 Connected AccountTags
Replace an email domainCLOUDFLARE_EMAIL_SECURITY_REPLACE_DOMAINReplaces all mutable fields of a protected email domain in a single atomic operation. Unlike PATCH, all non-computed fields are required.需要连接
Replaces all mutable fields of a protected email domain in a single atomic operation. Unlike PATCH, all non-computed fields are required.
认证
需要 Connected AccountTags
Get reclassify submissionsCLOUDFLARE_EMAIL_SECURITY_SUBMISSIONSReturns information for submissions made to reclassify emails. Shows the status, outcome, and disposition changes for reclassification requests made by users or the security team. Useful for tracking false positive/negative reports.需要连接
Returns information for submissions made to reclassify emails. Shows the status, outcome, and disposition changes for reclassification requests made by users or the security team. Useful for tracking false positive/negative reports.
认证
需要 Connected AccountTags
Update an email allow policyCLOUDFLARE_EMAIL_SECURITY_UPDATE_ALLOW_POLICYUpdates an existing allow policy. Only provided fields will be modified. Changes take effect for new emails matching the pattern.需要连接
Updates an existing allow policy. Only provided fields will be modified. Changes take effect for new emails matching the pattern.
认证
需要 Connected AccountTags
Update a blocked email senderCLOUDFLARE_EMAIL_SECURITY_UPDATE_BLOCKED_SENDERUpdates an existing blocked sender pattern. Only provided fields will be modified. The pattern will continue blocking emails until deleted.需要连接
Updates an existing blocked sender pattern. Only provided fields will be modified. The pattern will continue blocking emails until deleted.
认证
需要 Connected AccountTags
Update an email domainCLOUDFLARE_EMAIL_SECURITY_UPDATE_DOMAINUpdates configuration for a protected email domain. Only provided fields will be modified. Changes affect delivery mode, security settings, and regional processing.需要连接
Updates configuration for a protected email domain. Only provided fields will be modified. Changes affect delivery mode, security settings, and regional processing.
认证
需要 Connected AccountTags
Update an impersonation registry entryCLOUDFLARE_EMAIL_SECURITY_UPDATE_IMPERSONATION_REGISTRYUpdates an existing impersonation registry entry. Only provided fields will be modified. Directory-synced entries can't be updated.需要连接
Updates an existing impersonation registry entry. Only provided fields will be modified. Directory-synced entries can't be updated.
认证
需要 Connected AccountTags
Update a sending domain restrictionCLOUDFLARE_EMAIL_SECURITY_UPDATE_SENDING_DOMAIN_RESTRICTIONUpdates an existing sending domain restriction. Only provided fields will be modified. Changes affect which domains require TLS and which subdomains are excluded.需要连接
Updates an existing sending domain restriction. Only provided fields will be modified. Changes affect which domains require TLS and which subdomains are excluded.
认证
需要 Connected AccountTags
Update a trusted email domainCLOUDFLARE_EMAIL_SECURITY_UPDATE_TRUSTED_DOMAINUpdates an existing trusted domain pattern. Only provided fields will be modified. Changes take effect for new emails matching the pattern.需要连接
Updates an existing trusted domain pattern. Only provided fields will be modified. Changes take effect for new emails matching the pattern.
认证
需要 Connected AccountTags
Update a URL ignore patternCLOUDFLARE_EMAIL_SECURITY_UPDATE_URL_IGNORE_PATTERNUpdates an existing URL rewrite ignore pattern. Only provided fields will be modified.需要连接
Updates an existing URL rewrite ignore pattern. Only provided fields will be modified.
认证
需要 Connected AccountTags
Send an emailCLOUDFLARE_EMAIL_SENDING_ACCOUNT_SEND_BUILDERSend an email for the specified account using the structured builder. Provide the sender, recipients, subject, and at least one of text or html; attachments are optional.需要连接
Send an email for the specified account using the structured builder. Provide the sender, recipients, subject, and at least one of text or html; attachments are optional.
认证
需要 Connected AccountTags
Send a raw MIME emailCLOUDFLARE_EMAIL_SENDING_ACCOUNT_SEND_RAW_MESSAGESend a raw RFC 5322 (MIME) email for the specified account. Provide the full MIME message plus the SMTP envelope (from and recipients).需要连接
Send a raw RFC 5322 (MIME) email for the specified account. Provide the full MIME message plus the SMTP envelope (from and recipients).
认证
需要 Connected AccountTags
Fetch an email messageCLOUDFLARE_EMAIL_SENDING_GET_EMAIL_MESSAGEReturns the raw RFC 5322 MIME message for the given account and message id.需要连接
Returns the raw RFC 5322 MIME message for the given account and message id.
认证
需要 Connected AccountTags
Get sending limitsCLOUDFLARE_EMAIL_SENDING_GET_SENDING_LIMITSReturns the current daily sending quota for the account and, when a quota is resolved, the account's current usage against it. Quota is null when not yet available; usage is null when there is no resolved quota or usage is temporarily unavailable.需要连接
Returns the current daily sending quota for the account and, when a quota is resolved, the account's current usage against it. Quota is null when not yet available; usage is null when there is no resolved quota or usage is temporarily unavailable.
认证
需要 Connected AccountTags
Create a sending subdomainCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_CREATE_SENDING_SUBDOMAINCreates a new sending subdomain or re-enables sending on an existing subdomain that had it disabled. If zone-level Email Sending has not been enabled yet, the zone flag is automatically set when the entitlement is present.需要连接
Creates a new sending subdomain or re-enables sending on an existing subdomain that had it disabled. If zone-level Email Sending has not been enabled yet, the zone flag is automatically set when the entitlement is present.
认证
需要 Connected AccountTags
Delete a sending subdomainCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_DELETE_SENDING_SUBDOMAINDisables sending on a subdomain and removes its DNS records. If routing is still active on the subdomain, only sending is disabled.需要连接
Disables sending on a subdomain and removes its DNS records. If routing is still active on the subdomain, only sending is disabled.
认证
需要 Connected AccountTags
Fix sending subdomain DNS recordsCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_FIX_SENDING_SUBDOMAIN_DNSIdempotently re-applies the sending DNS records (creates missing records, re-applies the email_routing lock on records whose lock has been cleared). Refuses with a 409 if foreign MX, multiple SPF, multiple DMARC, or multiple DKIM records exist at the relevant DNS names — those require manual cleanup.需要连接
Idempotently re-applies the sending DNS records (creates missing records, re-applies the email_routing lock on records whose lock has been cleared). Refuses with a 409 if foreign MX, multiple SPF, multiple DMARC, or multiple DKIM records exist at the relevant DNS names — those require manual cleanup.
认证
需要 Connected AccountTags
Get a sending subdomainCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_GET_SENDING_SUBDOMAINGets information for a specific sending subdomain.需要连接
Gets information for a specific sending subdomain.
认证
需要 Connected AccountTags
Get sending subdomain DNS recordsCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_GET_SENDING_SUBDOMAIN_DNSReturns the expected DNS records for a sending subdomain.需要连接
Returns the expected DNS records for a sending subdomain.
认证
需要 Connected AccountTags
Get sending subdomain DNS statusCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_GET_SENDING_SUBDOMAIN_DNS_STATUSReturns the desired DNS records for a sending subdomain along with a live diff against actual DNS state. Use this to detect missing, unlocked, foreign, or multi-record conflicts before deciding whether to call the fix endpoint.需要连接
Returns the desired DNS records for a sending subdomain along with a live diff against actual DNS state. Use this to detect missing, unlocked, foreign, or multi-record conflicts before deciding whether to call the fix endpoint.
认证
需要 Connected AccountTags
List sending subdomainsCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_LIST_SENDING_SUBDOMAINSLists all sending-enabled subdomains for the zone.需要连接
Lists all sending-enabled subdomains for the zone.
认证
需要 Connected AccountTags
Preview sending subdomain DNSCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_PREVIEW_SENDING_SUBDOMAINReturns the DNS records that would be created for a sending subdomain, flags which records are missing, and reports any conflicts with existing DNS records. This is a read-only dry-run — no records are created or modified. Use before or after creating a subdomain to check DNS status.需要连接
Returns the DNS records that would be created for a sending subdomain, flags which records are missing, and reports any conflicts with existing DNS records. This is a read-only dry-run — no records are created or modified. Use before or after creating a subdomain to check DNS status.
认证
需要 Connected AccountTags
Update a sending subdomainCLOUDFLARE_EMAIL_SENDING_SUBDOMAINS_UPDATE_SENDING_SUBDOMAINUpdates the activity-log preview preference for a sending subdomain.需要连接
Updates the activity-log preview preference for a sending subdomain.
认证
需要 Connected AccountTags
Enable R2 bucket as a catalogCLOUDFLARE_ENABLE_CATALOGEnable an R2 bucket as an Apache Iceberg catalog. This operation creates the necessary catalog infrastructure and activates the bucket for storing Iceberg metadata and data files.需要连接
Enable an R2 bucket as an Apache Iceberg catalog. This operation creates the necessary catalog infrastructure and activates the bucket for storing Iceberg metadata and data files.
认证
需要 Connected AccountTags
Test an existing webhook configurationCLOUDFLARE_EVALUATE_EXISTING_WEBHOOKSends a test webhook event using an existing webhook configuration. This allows customers to verify their webhook endpoint is still reachable and properly configured after creating the webhook resource. The test payload includes: - event_type: "webhook.test" - timestamp: Current UTC timestamp - message: Test message indicating this is from Cloudflare CASB - data: Object with test: true需要连接
Sends a test webhook event using an existing webhook configuration. This allows customers to verify their webhook endpoint is still reachable and properly configured after creating the webhook resource. The test payload includes: - event_type: "webhook.test" - timestamp: Current UTC timestamp - message: Test message indicating this is from Cloudflare CASB - data: Object with test: true
认证
需要 Connected AccountTags
Test a webhook configuration before creating itCLOUDFLARE_EVALUATE_NEW_WEBHOOKSends a test webhook event to the specified destination URL to verify the webhook endpoint is reachable and properly configured. This allows customers to validate their webhook configuration before creating the actual webhook resource. The test payload includes: - event_type: "webhook.test" - timestamp: Current UTC timestamp - message: Test message indicating this is from Cloudflare CASB - data: Object with test: true需要连接
Sends a test webhook event to the specified destination URL to verify the webhook endpoint is reachable and properly configured. This allows customers to validate their webhook configuration before creating the actual webhook resource. The test payload includes: - event_type: "webhook.test" - timestamp: Current UTC timestamp - message: Test message indicating this is from Cloudflare CASB - data: Object with test: true
认证
需要 Connected AccountTags
Fetch all livestreamsCLOUDFLARE_FETCH_ALL_LIVESTREAMSReturns details of livestreams associated with the given App ID. It includes livestreams created by your App and RealtimeKit meetings that are livestreamed by your App. If you only want details of livestreams created by your App and not RealtimeKit meetings, you can use the `exclude_meetings` query parameter.需要连接
Returns details of livestreams associated with the given App ID. It includes livestreams created by your App and RealtimeKit meetings that are livestreamed by your App. If you only want details of livestreams created by your App and not RealtimeKit meetings, you can use the `exclude_meetings` query parameter.
认证
需要 Connected AccountTags
Create filtersCLOUDFLARE_FILTERS_CREATE_FILTERSCreates one or more filters.需要连接
Creates one or more filters.
认证
需要 Connected AccountTags
Delete a filterCLOUDFLARE_FILTERS_DELETE_A_FILTERDeletes an existing filter.需要连接
Deletes an existing filter.
认证
需要 Connected AccountTags
Delete filtersCLOUDFLARE_FILTERS_DELETE_FILTERSDeletes one or more existing filters.需要连接
Deletes one or more existing filters.
认证
需要 Connected AccountTags
Get a filterCLOUDFLARE_FILTERS_GET_A_FILTERFetches the details of a filter.需要连接
Fetches the details of a filter.
认证
需要 Connected AccountTags
List filtersCLOUDFLARE_FILTERS_LIST_FILTERSFetches filters in a zone. You can filter the results using several optional parameters.需要连接
Fetches filters in a zone. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update a filterCLOUDFLARE_FILTERS_UPDATE_A_FILTERUpdates an existing filter.需要连接
Updates an existing filter.
认证
需要 Connected AccountTags
Update filtersCLOUDFLARE_FILTERS_UPDATE_FILTERSUpdates one or more existing filters.需要连接
Updates one or more existing filters.
认证
需要 Connected AccountTags
Create firewall rulesCLOUDFLARE_FIREWALL_RULES_CREATE_FIREWALL_RULESCreate one or more firewall rules.需要连接
Create one or more firewall rules.
认证
需要 Connected AccountTags
Delete a firewall ruleCLOUDFLARE_FIREWALL_RULES_DELETE_A_FIREWALL_RULEDeletes an existing firewall rule.需要连接
Deletes an existing firewall rule.
认证
需要 Connected AccountTags
Delete firewall rulesCLOUDFLARE_FIREWALL_RULES_DELETE_FIREWALL_RULESDeletes existing firewall rules.需要连接
Deletes existing firewall rules.
认证
需要 Connected AccountTags
Get a firewall ruleCLOUDFLARE_FIREWALL_RULES_GET_A_FIREWALL_RULEFetches the details of a firewall rule.需要连接
Fetches the details of a firewall rule.
认证
需要 Connected AccountTags
List firewall rulesCLOUDFLARE_FIREWALL_RULES_LIST_FIREWALL_RULESFetches firewall rules in a zone. You can filter the results using several optional parameters.需要连接
Fetches firewall rules in a zone. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update a firewall ruleCLOUDFLARE_FIREWALL_RULES_UPDATE_A_FIREWALL_RULEUpdates an existing firewall rule.需要连接
Updates an existing firewall rule.
认证
需要 Connected AccountTags
Update firewall rulesCLOUDFLARE_FIREWALL_RULES_UPDATE_FIREWALL_RULESUpdates one or more existing firewall rules.需要连接
Updates one or more existing firewall rules.
认证
需要 Connected AccountTags
Update priority of a firewall ruleCLOUDFLARE_FIREWALL_RULES_UPDATE_PRIORITY_OF_A_FIREWALL_RULEUpdates the priority of an existing firewall rule.需要连接
Updates the priority of an existing firewall rule.
认证
需要 Connected AccountTags
Update priority of firewall rulesCLOUDFLARE_FIREWALL_RULES_UPDATE_PRIORITY_OF_FIREWALL_RULESUpdates the priority of existing firewall rules.需要连接
Updates the priority of existing firewall rules.
认证
需要 Connected AccountTags
Create appCLOUDFLARE_FLAGSHIP_CREATE_APPCreates an app. The returned `id` is used in all subsequent flag, changelog, and evaluation requests.需要连接
Creates an app. The returned `id` is used in all subsequent flag, changelog, and evaluation requests.
认证
需要 Connected AccountTags
Create flagCLOUDFLARE_FLAGSHIP_CREATE_FLAGCreates a flag. Returns 409 if the key already exists. `type` is inferred from variation values and may be omitted.需要连接
Creates a flag. Returns 409 if the key already exists. `type` is inferred from variation values and may be omitted.
认证
需要 Connected AccountTags
Delete appCLOUDFLARE_FLAGSHIP_DELETE_APPDeletes an app and all its flags and changelog history. Returns 409 if any Worker still references this app via a Flagship binding.需要连接
Deletes an app and all its flags and changelog history. Returns 409 if any Worker still references this app via a Flagship binding.
认证
需要 Connected AccountTags
Delete flagCLOUDFLARE_FLAGSHIP_DELETE_FLAGDeletes a flag permanently. Subsequent evaluations fall back to the caller-supplied default. Cannot be undone.需要连接
Deletes a flag permanently. Subsequent evaluations fall back to the caller-supplied default. Cannot be undone.
认证
需要 Connected AccountTags
Evaluate flagCLOUDFLARE_FLAGSHIP_EVALUATE_FLAGEvaluates a flag against the provided context. Pass context attributes as query parameters; values are forwarded as strings. For low-latency in-Worker evaluation, prefer the Flagship binding over this endpoint.需要连接
Evaluates a flag against the provided context. Pass context attributes as query parameters; values are forwarded as strings. For low-latency in-Worker evaluation, prefer the Flagship binding over this endpoint.
认证
需要 Connected AccountTags
Evaluate flag (POST)CLOUDFLARE_FLAGSHIP_EVALUATE_FLAG_POSTEvaluates a flag against the provided context, passed as a JSON request body (OFREP-shaped) rather than query parameters. Returns the same response shape as the GET variant.需要连接
Evaluates a flag against the provided context, passed as a JSON request body (OFREP-shaped) rather than query parameters. Returns the same response shape as the GET variant.
认证
需要 Connected AccountTags
Get appCLOUDFLARE_FLAGSHIP_GET_APPReturns an app's name and audit fields. Flag definitions are not included.需要连接
Returns an app's name and audit fields. Flag definitions are not included.
认证
需要 Connected AccountTags
Get flagCLOUDFLARE_FLAGSHIP_GET_FLAGReturns the full flag definition including rules, variations, and audit fields.需要连接
Returns the full flag definition including rules, variations, and audit fields.
认证
需要 Connected AccountTags
Get flag changelogCLOUDFLARE_FLAGSHIP_GET_FLAG_CHANGELOGReturns the audit history for a flag, newest first. Each entry includes the event type and full flag state after the change; `update` entries include a field-level diff. Capped at 200 entries per flag.需要连接
Returns the audit history for a flag, newest first. Each entry includes the event type and full flag state after the change; `update` entries include a field-level diff. Capped at 200 entries per flag.
认证
需要 Connected AccountTags
List appsCLOUDFLARE_FLAGSHIP_LIST_APPSLists all apps in the account. Returns identity and audit fields only — flag definitions are not included.需要连接
Lists all apps in the account. Returns identity and audit fields only — flag definitions are not included.
认证
需要 Connected AccountTags
List flagsCLOUDFLARE_FLAGSHIP_LIST_FLAGSLists an app's flags ordered by key. Pass `cursor` from `result_info` to page forward; a null cursor indicates the last page.需要连接
Lists an app's flags ordered by key. Pass `cursor` from `result_info` to page forward; a null cursor indicates the last page.
认证
需要 Connected AccountTags
Update appCLOUDFLARE_FLAGSHIP_UPDATE_APPUpdates an app. Only `name` is mutable.需要连接
Updates an app. Only `name` is mutable.
认证
需要 Connected AccountTags
Update flagCLOUDFLARE_FLAGSHIP_UPDATE_FLAGReplaces the entire flag definition. Omitted fields are dropped, not preserved — read before writing. Each update appends a changelog entry.需要连接
Replaces the entire flag definition. Omitted fields are dropped, not preserved — read before writing. Each update appends a changelog entry.
认证
需要 Connected AccountTags
Get Fraud Detection SettingsCLOUDFLARE_FRAUD_DETECTION_ZONE_GET_SETTINGSRetrieve Fraud Detection settings for a zone.需要连接
Retrieve Fraud Detection settings for a zone.
认证
需要 Connected AccountTags
Update Fraud Detection SettingsCLOUDFLARE_FRAUD_DETECTION_ZONE_UPDATE_SETTINGSUpdate Fraud Detection settings for a zone. Notes on `username_expressions` behavior: - If omitted or set to null, expressions are not modified. - If provided as an empty array `[]`, all expressions will be cleared.需要连接
Update Fraud Detection settings for a zone. Notes on `username_expressions` behavior: - If omitted or set to null, expressions are not modified. - If provided as an empty array `[]`, all expressions will be cleared.
认证
需要 Connected AccountTags
Generate a JWT to interact with the specified image registry.CLOUDFLARE_GENERATE_IMAGE_REGISTRY_CREDENTIALSGenerates temporary credentials for accessing Cloudflare's container image registry. Used for pulling and pushing container images.需要连接
Generates temporary credentials for accessing Cloudflare's container image registry. Used for pulling and pushing container images.
认证
需要 Connected AccountTags
Abuse Report DetailsCLOUDFLARE_GET_ABUSE_REPORTRetrieve the details of an abuse report.需要连接
Retrieve the details of an abuse report.
认证
需要 Connected AccountTags
Get an account entry point rulesetCLOUDFLARE_GET_ACCOUNT_ENTRYPOINT_RULESETFetches the latest version of the account entry point ruleset for a given phase.需要连接
Fetches the latest version of the account entry point ruleset for a given phase.
认证
需要 Connected AccountTags
Get an account entry point ruleset versionCLOUDFLARE_GET_ACCOUNT_ENTRYPOINT_RULESET_VERSIONFetches a specific version of an account entry point ruleset.需要连接
Fetches a specific version of an account entry point ruleset.
认证
需要 Connected AccountTags
Get account limitsCLOUDFLARE_GET_ACCOUNT_LIMITSRetrieve account limits and usage information需要连接
Retrieve account limits and usage information
认证
需要 Connected AccountTags
Get an account rulesetCLOUDFLARE_GET_ACCOUNT_RULESETFetches the latest version of an account ruleset.需要连接
Fetches the latest version of an account ruleset.
认证
需要 Connected AccountTags
Get an account ruleset versionCLOUDFLARE_GET_ACCOUNT_RULESET_VERSIONFetches a specific version of an account ruleset.需要连接
Fetches a specific version of an account ruleset.
认证
需要 Connected AccountTags
Read all alerts on submitted domainsCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_ALERTSReturn all alerts on submitted domains需要连接
Return all alerts on submitted domains
认证
需要 Connected AccountTags
Read all brandsCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_BRANDSReturn all brands需要连接
Return all brands
认证
需要 Connected AccountTags
Read patterns for brands by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_BRANDS_PATTERNSReturn patterns for brands based on ID需要连接
Return patterns for brands based on ID
认证
需要 Connected AccountTags
Read submitted domains by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_DOMAIN_INFOReturn submitted domains based on ID需要连接
Return submitted domains based on ID
认证
需要 Connected AccountTags
Read matches for logo queries by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_LOGO_MATCHESReturn matches for logo queries based on ID需要连接
Return matches for logo queries based on ID
认证
需要 Connected AccountTags
Download matches for logo queries by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_LOGO_MATCHES_DOWNLOADReturn matches as CSV for logo queries based on ID需要连接
Return matches as CSV for logo queries based on ID
认证
需要 Connected AccountTags
Read all saved logo queriesCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_LOGOSReturn all saved logo queries需要连接
Return all saved logo queries
认证
需要 Connected AccountTags
Read saved logo queries by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_LOGOS_LOGO_IDReturn saved logo queries based on ID需要连接
Return saved logo queries based on ID
认证
需要 Connected AccountTags
Read matches for string queries by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_MATCHESReturn matches for string queries based on ID需要连接
Return matches for string queries based on ID
认证
需要 Connected AccountTags
Download matches for string queries by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_MATCHES_DOWNLOADReturn matches as CSV for string queries based on ID需要连接
Return matches as CSV for string queries based on ID
认证
需要 Connected AccountTags
Read string queries by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_QUERIESReturn string queries based on ID需要连接
Return string queries based on ID
认证
需要 Connected AccountTags
Read recent URL submissionsCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_RECENT_SUBMISSIONSReturn recent URL submissions需要连接
Return recent URL submissions
认证
需要 Connected AccountTags
Read URL submissions by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_SUBMISSION_INFOReturn URL submissions based on ID需要连接
Return URL submissions based on ID
认证
需要 Connected AccountTags
Read the total number of saved string queriesCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_TOTAL_QUERIESReturn the total number of saved string queries需要连接
Return the total number of saved string queries
认证
需要 Connected AccountTags
Read submitted domains by patternCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_TRACKED_DOMAINSReturn submitted domains based on pattern需要连接
Return submitted domains based on pattern
认证
需要 Connected AccountTags
Read submitted URLs by IDCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_URL_INFOReturn submitted URLs based on ID需要连接
Return submitted URLs based on ID
认证
需要 Connected AccountTags
List fieldsCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_LOGPUSH_DATASETS_DATASET_ID_FIELDSLists all fields available for a dataset. The response result is. an object with key-value pairs, where keys are field names, and values are descriptions.需要连接
Lists all fields available for a dataset. The response result is. an object with key-value pairs, where keys are field names, and values are descriptions.
认证
需要 Connected AccountTags
List Logpush jobs for a datasetCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_LOGPUSH_DATASETS_DATASET_ID_JOBSLists Logpush jobs for an account for a dataset.需要连接
Lists Logpush jobs for an account for a dataset.
认证
需要 Connected AccountTags
List Logpush jobsCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_LOGPUSH_JOBSLists Logpush jobs for an account.需要连接
Lists Logpush jobs for an account.
认证
需要 Connected AccountTags
Get Logpush job detailsCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_LOGPUSH_JOBS_JOB_IDGets the details of a Logpush job.需要连接
Gets the details of a Logpush job.
认证
需要 Connected AccountTags
Get CMB configCLOUDFLARE_GET_ACCOUNTS_ACCOUNT_ID_LOGS_CONTROL_CMB_CONFIGGets CMB config.需要连接
Gets CMB config.
认证
需要 Connected AccountTags
Fetch active recordingCLOUDFLARE_GET_ACTIVE_RECORDINGReturns the active recording details for the given meeting ID.需要连接
Returns the active recording details for the given meeting ID.
认证
需要 Connected AccountTags
Fetch details of an active sessionCLOUDFLARE_GET_ACTIVE_SESSIONReturns details of an ongoing active session for the given meeting ID.需要连接
Returns details of an ongoing active session for the given meeting ID.
认证
需要 Connected AccountTags
Fetch all meetings for an AppCLOUDFLARE_GET_ALL_MEETINGSReturns all meetings for the given App ID.需要连接
Returns all meetings for the given App ID.
认证
需要 Connected AccountTags
Fetch all recordings for an AppCLOUDFLARE_GET_ALL_RECORDINGSReturns all recordings for an App. If the `meeting_id` parameter is passed, returns all recordings for the given meeting ID.需要连接
Returns all recordings for an App. If the `meeting_id` parameter is passed, returns all recordings for the given meeting ID.
认证
需要 Connected AccountTags
Get all SSO connectorsCLOUDFLARE_GET_ALL_SSO_CONNECTORSLists all SSO connectors configured for the account.需要连接
Lists all SSO connectors configured for the account.
认证
需要 Connected AccountTags
Fetch all supported webhook eventsCLOUDFLARE_GET_ALL_WEBHOOK_EVENTSReturns the list of webhook event names supported by RealtimeKit.需要连接
Returns the list of webhook event names supported by RealtimeKit.
认证
需要 Connected AccountTags
Fetch all webhooks detailsCLOUDFLARE_GET_ALL_WEBHOOKSReturns details of all webhooks for an App.需要连接
Returns details of all webhooks for an App.
认证
需要 Connected AccountTags
Get allowlist prefix.CLOUDFLARE_GET_ALLOWLIST_PREFIXGet an allowlist prefix specified by the given UUID.需要连接
Get an allowlist prefix specified by the given UUID.
认证
需要 Connected AccountTags
Fetch app detailsCLOUDFLARE_GET_APPFetch details for an app in your account.需要连接
Fetch details for an app in your account.
认证
需要 Connected AccountTags
Get a single application by idCLOUDFLARE_GET_APPLICATIONReturns a single application by id需要连接
Returns a single application by id
认证
需要 Connected AccountTags
Get auth methodsCLOUDFLARE_GET_APPLICATION_AUTH_METHODS_V2Returns available auth methods for the specified vendor, including credential schema, instructions, and example payloads. Use this to understand what credentials are required before calling POST /v2/integrations.需要连接
Returns available auth methods for the specified vendor, including credential schema, instructions, and example payloads. Use this to understand what credentials are required before calling POST /v2/integrations.
认证
需要 Connected AccountTags
Get applicationCLOUDFLARE_GET_APPLICATION_BY_IDGet application by ID.需要连接
Get application by ID.
认证
需要 Connected AccountTags
Get application setup flowsCLOUDFLARE_GET_APPLICATION_SETUP_FLOWS_V2Returns all available setup flows for the application, one per auth method.需要连接
Returns all available setup flows for the application, one per auth method.
认证
需要 Connected AccountTags
Get application detailsCLOUDFLARE_GET_APPLICATION_V2Returns full application details including auth methods, use cases, and permissions.需要连接
Returns full application details including auth methods, use cases, and permissions.
认证
需要 Connected AccountTags
List applicationsCLOUDFLARE_GET_APPLICATIONSList applications with different filters.需要连接
List applications with different filters.
认证
需要 Connected AccountTags
Fetch all appsCLOUDFLARE_GET_APPSFetch all apps for your account需要连接
Fetch all apps for your account
认证
需要 Connected AccountTags
Lists attackers across multiple datasetsCLOUDFLARE_GET_ATTACKER_LISTList attacker names referenced in events across one or more datasets.需要连接
List attacker names referenced in events across one or more datasets.
认证
需要 Connected AccountTags
Retrieves a file from Binary StorageCLOUDFLARE_GET_BIN_DBGET_BINARYRetrieves a binary file from the Cloudforce One binary storage for analysis.需要连接
Retrieves a binary file from the Cloudforce One binary storage for analysis.
认证
需要 Connected AccountTags
Get build by UUIDCLOUDFLARE_GET_BUILD_BY_UUIDRetrieve detailed information about a specific build需要连接
Retrieve detailed information about a specific build
认证
需要 Connected AccountTags
Get build logsCLOUDFLARE_GET_BUILD_LOGSRetrieve logs for a specific build with cursor-based pagination需要连接
Retrieve logs for a specific build with cursor-based pagination
认证
需要 Connected AccountTags
Get builds by version IDsCLOUDFLARE_GET_BUILDS_BY_VERSION_IDSRetrieve builds for specific version IDs需要连接
Retrieve builds for specific version IDs
认证
需要 Connected AccountTags
Get R2 catalog detailsCLOUDFLARE_GET_CATALOG_DETAILSRetrieve detailed information about a specific R2 catalog by bucket name. Returns catalog status, maintenance configuration, and credential status.需要连接
Retrieve detailed information about a specific R2 catalog by bucket name. Returns catalog status, maintenance configuration, and credential status.
认证
需要 Connected AccountTags
List application categoriesCLOUDFLARE_GET_CATEGORIESList application categories.需要连接
List application categories.
认证
需要 Connected AccountTags
Get application categoryCLOUDFLARE_GET_CATEGORY_BY_IDGet application category by ID.需要连接
Get application category by ID.
认证
需要 Connected AccountTags
Lists categories across multiple datasetsCLOUDFLARE_GET_CATEGORY_LISTList categories across one or more datasets for the account.需要连接
List categories across one or more datasets for the account.
认证
需要 Connected AccountTags
Lists categoriesCLOUDFLARE_GET_CATEGORY_LIST_COMPLETEList all categories stored in the account catalog.需要连接
List all categories stored in the account catalog.
认证
需要 Connected AccountTags
Reads a categoryCLOUDFLARE_GET_CATEGORY_READRetrieve a single category by its identifier.需要连接
Retrieve a single category by its identifier.
认证
需要 Connected AccountTags
Get information about a CNI objectCLOUDFLARE_GET_CNIGet information about a CNI object需要连接
Get information about a CNI object
认证
需要 Connected AccountTags
Export collection to CSV, JSONL, or MarkdownCLOUDFLARE_GET_COLLECTION_EXPORT_ENDPOINTStreams collection data in the requested format. Supports CSV (default), JSONL, or Markdown via Accept header. Queries items in batches of 1000 to avoid memory/timeout limits.需要连接
Streams collection data in the requested format. Supports CSV (default), JSONL, or Markdown via Accept header. Queries items in batches of 1000 to avoid memory/timeout limits.
认证
需要 Connected AccountTags
Get collectionCLOUDFLARE_GET_COLLECTION_GETRetrieves a single collection by ID with its schema and metadata需要连接
Retrieves a single collection by ID with its schema and metadata
认证
需要 Connected AccountTags
List collectionsCLOUDFLARE_GET_COLLECTION_LISTRetrieves all collections for an account with pagination需要连接
Retrieves all collections for an account with pagination
认证
需要 Connected AccountTags
List account commandsCLOUDFLARE_GET_COMMANDSRetrieves a paginated list of commands issued to devices under the specified account, optionally filtered by time range, device, or other parameters需要连接
Retrieves a paginated list of commands issued to devices under the specified account, optionally filtered by time range, device, or other parameters
认证
需要 Connected AccountTags
Download command output fileCLOUDFLARE_GET_COMMANDS_COMMAND_ID_DOWNLOADS_FILENAMEDownloads artifacts for an executed command. Bulk downloads are not supported需要连接
Downloads artifacts for an executed command. Bulk downloads are not supported
认证
需要 Connected AccountTags
List devices eligible for remote capturesCLOUDFLARE_GET_COMMANDS_ELIGIBLE_DEVICESList devices with WARP client support for remote captures which have been connected in the last 1 hour.需要连接
List devices with WARP client support for remote captures which have been connected in the last 1 hour.
认证
需要 Connected AccountTags
Returns account commands usage, quota, and reset timeCLOUDFLARE_GET_COMMANDS_QUOTARetrieves the current quota usage and limits for device commands within a specific account, including the time when the quota will reset需要连接
Retrieves the current quota usage and limits for device commands within a specific account, including the time when the quota will reset
认证
需要 Connected AccountTags
List Scan ConfigsCLOUDFLARE_GET_CONFIG_FETCHList Scan Configs需要连接
List Scan Configs
认证
需要 Connected AccountTags
Get a container instanceCLOUDFLARE_GET_CONTAINER_INSTANCEReturns control-plane details for a single container instance and any associated deployment/placement information.需要连接
Returns control-plane details for a single container instance and any associated deployment/placement information.
认证
需要 Connected AccountTags
Retrieves countries information for all countriesCLOUDFLARE_GET_COUNTRY_READRetrieve country code information for all supported countries.需要连接
Retrieve country code information for all supported countries.
认证
需要 Connected AccountTags
Get CredentialCLOUDFLARE_GET_CREDENTIALReturns a single credential by ID.需要连接
Returns a single credential by ID.
认证
需要 Connected AccountTags
Get Credential SetCLOUDFLARE_GET_CREDENTIAL_SETReturns a single credential set by ID.需要连接
Returns a single credential set by ID.
认证
需要 Connected AccountTags
Lists all datasets in an accountCLOUDFLARE_GET_DATASET_LISTList all datasets accessible to the account.需要连接
List all datasets accessible to the account.
认证
需要 Connected AccountTags
Reads a datasetCLOUDFLARE_GET_DATASET_READRetrieve metadata for a specific dataset.需要连接
Retrieve metadata for a specific dataset.
认证
需要 Connected AccountTags
List indicators related to a tag within a dataset (deprecated)CLOUDFLARE_GET_DATASET_TAG_INDICATORS_LISTThis endpoint is deprecated. Use GET /:account_id/events/tags/:tag_uuid/indicators with the optional datasetIds query parameter instead. Returns indicators associated with the provided tag UUID within a single dataset's indicator shards, with pagination.需要连接
This endpoint is deprecated. Use GET /:account_id/events/tags/:tag_uuid/indicators with the optional datasetIds query parameter instead. Returns indicators associated with the provided tag UUID within a single dataset's indicator shards, with pagination.
认证
需要 Connected AccountTags
Get deploy hookCLOUDFLARE_GET_DEPLOY_HOOKGet details of a specific deploy hook.需要连接
Get details of a specific deploy hook.
认证
需要 Connected AccountTags
Get deployment groupCLOUDFLARE_GET_DEPLOYMENT_GROUPFetches a single deployment group by its ID. This endpoint is in Beta.需要连接
Fetches a single deployment group by its ID. This endpoint is in Beta.
认证
需要 Connected AccountTags
Get deviceCLOUDFLARE_GET_DEVICEFetches a single WARP device.需要连接
Fetches a single WARP device.
认证
需要 Connected AccountTags
Get DEX RuleCLOUDFLARE_GET_DEX_RULEGet details for a DEX Rule.需要连接
Get details for a DEX Rule.
认证
需要 Connected AccountTags
Get DMARC Report StatusCLOUDFLARE_GET_DMARC_REPORTS_STATUSRetrieves the current DMARC report configuration and status for a zone. Returns the RUA prefix, enabled status, approved sources, and DNS records.需要连接
Retrieves the current DMARC report configuration and status for a zone. Returns the RUA prefix, enabled status, approved sources, and DNS records.
认证
需要 Connected AccountTags
Get DNS Protection rule.CLOUDFLARE_GET_DNS_PROTECTION_RULEGet a DNS Protection rule specified by the given UUID.需要连接
Get a DNS Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
List saved query matchesCLOUDFLARE_GET_DOMAIN_MATCH_LISTGet paginated list of domain matches for one or more brand protection queries. When multiple query_ids are provided (comma-separated), matches are deduplicated across queries and each match includes a match_details array with per-match query metadata and individual dismissed state.需要连接
Get paginated list of domain matches for one or more brand protection queries. When multiple query_ids are provided (comma-separated), matches are deduplicated across queries and each match includes a match_details array with per-match query metadata and individual dismissed state.
认证
需要 Connected AccountTags
Aggregate events by single or multiple columns with optional date filteringCLOUDFLARE_GET_EVENT_AGGREGATEAggregate threat events by one or more columns (e.g., attacker, targetIndustry) with optional date filtering and daily grouping. Supports multi-dimensional aggregation for cross-analysis.需要连接
Aggregate threat events by one or more columns (e.g., attacker, targetIndustry) with optional date filtering and daily grouping. Supports multi-dimensional aggregation for cross-analysis.
认证
需要 Connected AccountTags
Query graph neighborhood from R2 Data CatalogCLOUDFLARE_GET_EVENT_GRAPHExpands the single-level relationship neighborhood of one or more seed nodes (event, indicator, or tag) from R2 Data Catalog. Seeds use compact id format (type:uuid), e.g. "event:550e8400-...". Multi-seed requests merge and deduplicate results server-side. Hydrates neighbor entities with summary data from Durable Objects. Supports filtering by relationship type and dataset scope.需要连接
Expands the single-level relationship neighborhood of one or more seed nodes (event, indicator, or tag) from R2 Data Catalog. Seeds use compact id format (type:uuid), e.g. "event:550e8400-...". Multi-seed requests merge and deduplicate results server-side. Hydrates neighbor entities with summary data from Durable Objects. Supports filtering by relationship type and dataset scope.
认证
需要 Connected AccountTags
Filter and list eventsCLOUDFLARE_GET_EVENT_LIST_GETUse `datasetId=all` or `datasetId=*` to query all event datasets for the account (limited to 50). When `datasetId` is unspecified, events are listed from the default Cloudforce One Threat Events dataset. To list existing datasets, use the [`List Datasets`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/subresources/datasets/methods/list/) endpoint.需要连接
Use `datasetId=all` or `datasetId=*` to query all event datasets for the account (limited to 50). When `datasetId` is unspecified, events are listed from the default Cloudforce One Threat Events dataset. To list existing datasets, use the [`List Datasets`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/subresources/datasets/methods/list/) endpoint.
认证
需要 Connected AccountTags
List all saved event queriesCLOUDFLARE_GET_EVENT_QUERY_LISTRetrieve all saved event queries for the account需要连接
Retrieve all saved event queries for the account
认证
需要 Connected AccountTags
Read a saved event queryCLOUDFLARE_GET_EVENT_QUERY_READRetrieve a saved event query by its ID需要连接
Retrieve a saved event query by its ID
认证
需要 Connected AccountTags
Reads data for a raw eventCLOUDFLARE_GET_EVENT_RAW_READRetrieve raw data for a specific event.需要连接
Retrieve raw data for a specific event.
认证
需要 Connected AccountTags
Reads raw data for an event by UUIDCLOUDFLARE_GET_EVENT_RAW_READ_DSRetrieves the raw data associated with an event. Searches across all shards in the dataset.需要连接
Retrieves the raw data associated with an event. Searches across all shards in the dataset.
认证
需要 Connected AccountTags
Reads an eventCLOUDFLARE_GET_EVENT_READRetrieves a specific event by its UUID.需要连接
Retrieves a specific event by its UUID.
认证
需要 Connected AccountTags
Reads an eventCLOUDFLARE_GET_EVENT_READ_DEPRECATEDThis Method is deprecated. Please use /events/dataset/:dataset_id/events/:event_id instead.需要连接
This Method is deprecated. Please use /events/dataset/:dataset_id/events/:event_id instead.
认证
需要 Connected AccountTags
Filter and list events related to specific eventCLOUDFLARE_GET_EVENT_RELATIONSHIPSThe `event_id` must be defined (to list existing events (and their IDs), use the [`Filter and List Events`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/methods/list/) endpoint). Also, must provide query parameters.需要连接
The `event_id` must be defined (to list existing events (and their IDs), use the [`Filter and List Events`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/methods/list/) endpoint). Also, must provide query parameters.
认证
需要 Connected AccountTags
Get a single export jobCLOUDFLARE_GET_EXPORT_JOBRetrieves a single export job by its unique identifier需要连接
Retrieves a single export job by its unique identifier
认证
需要 Connected AccountTags
Get a finding typeCLOUDFLARE_GET_FINDINGGets a security Finding that has been identified as being problematic.需要连接
Gets a security Finding that has been identified as being problematic.
认证
需要 Connected AccountTags
Get a finding instance using an instance IDCLOUDFLARE_GET_FINDING_INSTANCEGets a security Finding instance by id.需要连接
Gets a security Finding instance by id.
认证
需要 Connected AccountTags
Get finding by IDCLOUDFLARE_GET_FINDING_TYPERetrieve a specific finding type by its unique identifier.需要连接
Retrieve a specific finding type by its unique identifier.
认证
需要 Connected AccountTags
Get queriesCLOUDFLARE_GET_GET_DOMAIN_QUERIESGet all saved brand protection queries for an account需要连接
Get all saved brand protection queries for an account
认证
需要 Connected AccountTags
Get logo queriesCLOUDFLARE_GET_GET_LOGO_QUERIESGet all saved brand protection logo queries for an account. Optionally specify id to get a single query. Set download=true to include base64-encoded image data.需要连接
Get all saved brand protection logo queries for an account. Optionally specify id to get a single query. Set download=true to include base64-encoded image data.
认证
需要 Connected AccountTags
Get the Latest Scan ResultCLOUDFLARE_GET_GET_OPEN_PORTSGet the Latest Scan Result需要连接
Get the Latest Scan Result
认证
需要 Connected AccountTags
List groups for an accountCLOUDFLARE_GET_GROUP_LISTList groups for an account需要连接
List groups for an account
认证
需要 Connected AccountTags
List group membersCLOUDFLARE_GET_GROUP_MEMBER_LISTList group members需要连接
List group members
认证
需要 Connected AccountTags
Read a group for an accountCLOUDFLARE_GET_GROUP_READRead a group for an account需要连接
Read a group for an account
认证
需要 Connected AccountTags
Get HyperdriveCLOUDFLARE_GET_HYPERDRIVEReturns the specified Hyperdrive configuration.需要连接
Returns the specified Hyperdrive configuration.
认证
需要 Connected AccountTags
Aggregate indicators by column(s)CLOUDFLARE_GET_INDICATOR_AGGREGATEAggregate threat indicators by one or more columns (e.g., indicatorType, value) across datasets. Returns top-N groups ordered by count.需要连接
Aggregate threat indicators by one or more columns (e.g., indicatorType, value) across datasets. Returns top-N groups ordered by count.
认证
需要 Connected AccountTags
Lists indicators across multiple datasetsCLOUDFLARE_GET_INDICATOR_LISTRetrieves a paginated list of indicators across specified datasets. Use datasetIds=all or datasetIds=* to query all datasets for the account. If no datasetIds provided, uses the default dataset.需要连接
Retrieves a paginated list of indicators across specified datasets. Use datasetIds=all or datasetIds=* to query all datasets for the account. If no datasetIds provided, uses the default dataset.
认证
需要 Connected AccountTags
Lists indicatorsCLOUDFLARE_GET_INDICATOR_LIST_LEGACYThis method is deprecated. Please use /events/indicators to retrieve a paginated list of indicators.需要连接
This method is deprecated. Please use /events/indicators to retrieve a paginated list of indicators.
认证
需要 Connected AccountTags
Reads an indicatorCLOUDFLARE_GET_INDICATOR_READRetrieves a specific indicator by its UUID.需要连接
Retrieves a specific indicator by its UUID.
认证
需要 Connected AccountTags
List mirrored tags for an indicator datasetCLOUDFLARE_GET_INDICATOR_TAGS_LISTReturns all mirrored tags from the indicator dataset (DO mirror table). No pagination.需要连接
Returns all mirrored tags from the indicator dataset (DO mirror table). No pagination.
认证
需要 Connected AccountTags
Lists indicator types across multiple datasetsCLOUDFLARE_GET_INDICATOR_TYPES_LISTList indicator types across one or more datasets for the account.需要连接
List indicator types across one or more datasets for the account.
认证
需要 Connected AccountTags
Get integration detailsCLOUDFLARE_GET_INTEGRATION_V2Returns full integration details including use cases and permissions.需要连接
Returns full integration details including use cases and permissions.
认证
需要 Connected AccountTags
Get information about an interconnect objectCLOUDFLARE_GET_INTERCONNECTGet information about an interconnect object需要连接
Get information about an interconnect object
认证
需要 Connected AccountTags
Generate the Letter of Authorization (LOA) for a given interconnectCLOUDFLARE_GET_INTERCONNECT_LOAGenerate the Letter of Authorization (LOA) for a given interconnect需要连接
Generate the Letter of Authorization (LOA) for a given interconnect
认证
需要 Connected AccountTags
Get the current status of an interconnect objectCLOUDFLARE_GET_INTERCONNECT_STATUSGet the current status of an interconnect object需要连接
Get the current status of an interconnect object
认证
需要 Connected AccountTags
Get IP profileCLOUDFLARE_GET_IP_PROFILEFetches a single WARP Device IP profile.需要连接
Fetches a single WARP Device IP profile.
认证
需要 Connected AccountTags
Get collection itemCLOUDFLARE_GET_ITEM_GETRetrieve a single item from a collection by its identifier.需要连接
Retrieve a single item from a collection by its identifier.
认证
需要 Connected AccountTags
Query collection itemsCLOUDFLARE_GET_ITEM_QUERYRetrieves items from a collection with keyset pagination and optional column-based filters需要连接
Retrieves items from a collection with keyset pagination and optional column-based filters
认证
需要 Connected AccountTags
Get latest builds by script IDsCLOUDFLARE_GET_LATEST_BUILDS_BY_SCRIPTSRetrieve the most recent builds for multiple worker scripts需要连接
Retrieve the most recent builds for multiple worker scripts
认证
需要 Connected AccountTags
Lists all indicator typesCLOUDFLARE_GET_LEGACY_INDICATOR_TYPES_LISTThis Method is deprecated. Please use /events/dataset/:dataset_id/indicatorTypes instead.需要连接
This Method is deprecated. Please use /events/dataset/:dataset_id/indicatorTypes instead.
认证
需要 Connected AccountTags
List example letter templatesCLOUDFLARE_GET_LETTER_TEMPLATE_EXAMPLESList system-provided example templates that can be used as starting points when creating custom templates. These templates cannot be used directly for letter generation.需要连接
List system-provided example templates that can be used as starting points when creating custom templates. These templates cannot be used directly for letter generation.
认证
需要 Connected AccountTags
Get letter templateCLOUDFLARE_GET_LETTER_TEMPLATE_GETGet a specific user-defined takedown letter template by ID. System example templates are available via the /templates/examples endpoint.需要连接
Get a specific user-defined takedown letter template by ID. System example templates are available via the /templates/examples endpoint.
认证
需要 Connected AccountTags
List letter templatesCLOUDFLARE_GET_LETTER_TEMPLATE_LISTList user-defined takedown letter templates. System example templates are available via the /templates/examples endpoint.需要连接
List user-defined takedown letter templates. System example templates are available via the /templates/examples endpoint.
认证
需要 Connected AccountTags
Run liveness checksCLOUDFLARE_GET_LIVEReturn a success message after running liveness checks需要连接
Return a success message after running liveness checks
认证
需要 Connected AccountTags
Fetch complete analytics data for your livestreamsCLOUDFLARE_GET_LIVESTREAM_ANALYTICS_COMPLETEReturns livestream analytics for the specified time range.需要连接
Returns livestream analytics for the specified time range.
认证
需要 Connected AccountTags
Fetch day-wise analytics data for your livestreamsCLOUDFLARE_GET_LIVESTREAM_ANALYTICS_DAYWISEReturns day-wise livestream analytics for the specified time range.需要连接
Returns day-wise livestream analytics for the specified time range.
认证
需要 Connected AccountTags
List logo matchesCLOUDFLARE_GET_LOGO_MATCH_LISTGet paginated list of logo matches for a specific brand protection logo query需要连接
Get paginated list of logo matches for a specific brand protection logo query
认证
需要 Connected AccountTags
Get catalog maintenance configurationCLOUDFLARE_GET_MAINTENANCE_CONFIGRetrieve the maintenance configuration for a specific catalog, including compaction settings and credential status.需要连接
Retrieve the maintenance configuration for a specific catalog, including compaction settings and credential status.
认证
需要 Connected AccountTags
Fetch a meeting for an AppCLOUDFLARE_GET_MEETINGReturns a meeting details in an App for the given meeting ID.需要连接
Returns a meeting details in an App for the given meeting ID.
认证
需要 Connected AccountTags
Fetch a participant's detailCLOUDFLARE_GET_MEETING_PARTICIPANTReturns a participant details for the given meeting and participant ID.需要连接
Returns a participant details for the given meeting and participant ID.
认证
需要 Connected AccountTags
Fetch all participants of a meetingCLOUDFLARE_GET_MEETING_PARTICIPANTSReturns all participants detail for the given meeting ID.需要连接
Returns all participants detail for the given meeting ID.
认证
需要 Connected AccountTags
Fetch details of a recordingCLOUDFLARE_GET_ONE_RECORDINGReturns details of a recording for the given recording ID.需要连接
Returns details of a recording for the given recording ID.
认证
需要 Connected AccountTags
Fetch day-wise session and recording analytics data for an AppCLOUDFLARE_GET_ORG_ANALYTICSReturns day-wise session and recording analytics data of an App for the specified time range start_date to end_date. If start_date and end_date are not provided, the default time range is set from 30 days ago to the current date.需要连接
Returns day-wise session and recording analytics data of an App for the specified time range start_date to end_date. If start_date and end_date are not provided, the default time range is set from 30 days ago to the current date.
认证
需要 Connected AccountTags
Fetch details of peerCLOUDFLARE_GET_PARTICIPANT_DATA_FROM_PEER_IDReturns participant details for the given peer ID along with call statistics.需要连接
Returns participant details for the given peer ID along with call statistics.
认证
需要 Connected AccountTags
Fetch details of a participantCLOUDFLARE_GET_PARTICIPANT_DETAILSReturns details of the given participant ID along with call statistics for the given session ID.需要连接
Returns details of the given participant ID along with call statistics for the given session ID.
认证
需要 Connected AccountTags
List permissions for datasetCLOUDFLARE_GET_PERMISSION_LISTList permissions需要连接
List permissions
认证
需要 Connected AccountTags
Get prefix.CLOUDFLARE_GET_PREFIXGet a prefix specified by the given UUID.需要连接
Get a prefix specified by the given UUID.
认证
需要 Connected AccountTags
Fetch all presetsCLOUDFLARE_GET_PRESETSFetches all the presets belonging to an App.需要连接
Fetches all the presets belonging to an App.
认证
需要 Connected AccountTags
Fetch details of a presetCLOUDFLARE_GET_PRESETS_PRESET_IDFetches details of a preset using the provided preset ID需要连接
Fetches details of a preset using the provided preset ID
认证
需要 Connected AccountTags
Get protection status.CLOUDFLARE_GET_PROTECTION_STATUSGet the protection status of the account.需要连接
Get the protection status of the account.
认证
需要 Connected AccountTags
Get feedback emails statisticsCLOUDFLARE_GET_PUBLIC_FEEDBACK_STATUSReturns the count of feedback emails received for the specified account and date range.需要连接
Returns the count of feedback emails received for the specified account and date range.
认证
需要 Connected AccountTags
Get account Email Sending suppressionCLOUDFLARE_GET_PUBLIC_GET_SENDING_SUPPRESSIONGet account Email Sending suppression需要连接
Get account Email Sending suppression
认证
需要 Connected AccountTags
Get account email suppressionCLOUDFLARE_GET_PUBLIC_GET_SUPPRESSION_ROUTINGRetrieves a single email suppression for the specified account.需要连接
Retrieves a single email suppression for the specified account.
认证
需要 Connected AccountTags
Get account email suppressionCLOUDFLARE_GET_PUBLIC_GET_SUPPRESSION_SENDINGRetrieves a single email suppression for the specified account.需要连接
Retrieves a single email suppression for the specified account.
认证
需要 Connected AccountTags
Get zone email suppressionCLOUDFLARE_GET_PUBLIC_GET_SUPPRESSION_ZONE_ROUTINGRetrieves a single email suppression for the specified zone.需要连接
Retrieves a single email suppression for the specified zone.
认证
需要 Connected AccountTags
Get zone email suppressionCLOUDFLARE_GET_PUBLIC_GET_SUPPRESSION_ZONE_SENDINGRetrieves a single email suppression for the specified zone.需要连接
Retrieves a single email suppression for the specified zone.
认证
需要 Connected AccountTags
List account Email Sending suppressionsCLOUDFLARE_GET_PUBLIC_LIST_SENDING_SUPPRESSIONSList account Email Sending suppressions需要连接
List account Email Sending suppressions
认证
需要 Connected AccountTags
List account email suppressionsCLOUDFLARE_GET_PUBLIC_LIST_SUPPRESSION_ROUTINGLists email suppressions for the specified account.需要连接
Lists email suppressions for the specified account.
认证
需要 Connected AccountTags
List account email suppressionsCLOUDFLARE_GET_PUBLIC_LIST_SUPPRESSION_SENDINGLists email suppressions for the specified account.需要连接
Lists email suppressions for the specified account.
认证
需要 Connected AccountTags
List zone email suppressionsCLOUDFLARE_GET_PUBLIC_LIST_SUPPRESSION_ZONE_ROUTINGLists email suppressions for the specified zone.需要连接
Lists email suppressions for the specified zone.
认证
需要 Connected AccountTags
List zone email suppressionsCLOUDFLARE_GET_PUBLIC_LIST_SUPPRESSION_ZONE_SENDINGLists email suppressions for the specified zone.需要连接
Lists email suppressions for the specified zone.
认证
需要 Connected AccountTags
Run readiness checksCLOUDFLARE_GET_READYReturn a success message after running readiness checks需要连接
Return a success message after running readiness checks
认证
需要 Connected AccountTags
Get registrationCLOUDFLARE_GET_REGISTRATIONFetches a single WARP registration.需要连接
Fetches a single WARP registration.
认证
需要 Connected AccountTags
Get override codesCLOUDFLARE_GET_REGISTRATION_OVERRIDE_CODESFetches one-time use admin override codes for a registration. This relies on the **Admin Override** setting being enabled in your device configuration.需要连接
Fetches one-time use admin override codes for a registration. This relies on the **Admin Override** setting being enabled in your device configuration.
认证
需要 Connected AccountTags
List remediation types for a finding typeCLOUDFLARE_GET_REMEDIATION_TYPES_FOR_FINDING_TYPEList all remediation types for a given finding type. This endpoint supports both cursor and offset pagination. Note that `cursor` and `page` are mutually exclusive.需要连接
List all remediation types for a given finding type. This endpoint supports both cursor and offset pagination. Note that `cursor` and `page` are mutually exclusive.
认证
需要 Connected AccountTags
Get ScanCLOUDFLARE_GET_SCANReturns a single scan by ID.需要连接
Returns a single scan by ID.
认证
需要 Connected AccountTags
Retrieves Account Audit LogCLOUDFLARE_GET_SECURITY_CENTER_ACCOUNT_AUDIT_LOGLists audit log entries for all Security Center insights in the account, showing changes to insight status and classification.需要连接
Lists audit log entries for all Security Center insights in the account, showing changes to insight status and classification.
认证
需要 Connected AccountTags
Get Recent Account ScansCLOUDFLARE_GET_SECURITY_CENTER_ACCOUNT_SCANSReturns the most recent on-demand scans for the account, up to a maximum of 5. Each scan includes its ID, start time, and current status. This includes both account-wide and zone-scoped scans. Also returns quota information showing how many scans have been used and how many remain in the current 24-hour window.需要连接
Returns the most recent on-demand scans for the account, up to a maximum of 5. Each scan includes its ID, start time, and current status. This includes both account-wide and zone-scoped scans. Also returns quota information showing how many scans have been used and how many remain in the current 24-hour window.
认证
需要 Connected AccountTags
Retrieves Security Center Insight ContextCLOUDFLARE_GET_SECURITY_CENTER_INSIGHT_CONTEXTReturns the full context payload for an insight. This endpoint is used for insights with large payloads that are not included inline in the list response.需要连接
Returns the full context payload for an insight. This endpoint is used for insights with large payloads that are not included inline in the list response.
认证
需要 Connected AccountTags
Retrieves Security Center Insight Counts by ClassCLOUDFLARE_GET_SECURITY_CENTER_INSIGHT_COUNTS_BY_CLASSRetrieves Security Center insight counts aggregated by classification class.需要连接
Retrieves Security Center insight counts aggregated by classification class.
认证
需要 Connected AccountTags
Retrieves Security Center Insight Counts by SeverityCLOUDFLARE_GET_SECURITY_CENTER_INSIGHT_COUNTS_BY_SEVERITYRetrieves Security Center insight counts aggregated by severity level (critical, high, medium, low).需要连接
Retrieves Security Center insight counts aggregated by severity level (critical, high, medium, low).
认证
需要 Connected AccountTags
Retrieves Security Center Insight Counts by TypeCLOUDFLARE_GET_SECURITY_CENTER_INSIGHT_COUNTS_BY_TYPERetrieves Security Center insight counts aggregated by insight type.需要连接
Retrieves Security Center insight counts aggregated by insight type.
认证
需要 Connected AccountTags
Retrieves Security Center InsightsCLOUDFLARE_GET_SECURITY_CENTER_INSIGHTSLists all Security Center insights for the account, showing security findings and recommendations.需要连接
Lists all Security Center insights for the account, showing security findings and recommendations.
认证
需要 Connected AccountTags
Retrieves Issue Audit LogCLOUDFLARE_GET_SECURITY_CENTER_ISSUE_AUDIT_LOGLists audit log entries for a specific Security Center insight, showing changes to its status and classification over time.需要连接
Lists audit log entries for a specific Security Center insight, showing changes to its status and classification over time.
认证
需要 Connected AccountTags
Retrieves Security Center Issue Counts by ClassCLOUDFLARE_GET_SECURITY_CENTER_ISSUE_COUNTS_BY_CLASSRetrieves Security Center issue counts aggregated by classification class.需要连接
Retrieves Security Center issue counts aggregated by classification class.
认证
需要 Connected AccountTags
Retrieves Security Center Issue Counts by SeverityCLOUDFLARE_GET_SECURITY_CENTER_ISSUE_COUNTS_BY_SEVERITYRetrieves Security Center issue counts aggregated by severity level.需要连接
Retrieves Security Center issue counts aggregated by severity level.
认证
需要 Connected AccountTags
Retrieves Security Center Issue Counts by TypeCLOUDFLARE_GET_SECURITY_CENTER_ISSUE_COUNTS_BY_TYPERetrieves Security Center issue counts aggregated by issue type.需要连接
Retrieves Security Center issue counts aggregated by issue type.
认证
需要 Connected AccountTags
Retrieves Security Center Issues TypesCLOUDFLARE_GET_SECURITY_CENTER_ISSUE_TYPESLists all available issue types in Security Center, describing categories of security issues.需要连接
Lists all available issue types in Security Center, describing categories of security issues.
认证
需要 Connected AccountTags
Retrieves Security Center IssuesCLOUDFLARE_GET_SECURITY_CENTER_ISSUESLists all Security Center issues for the account, showing active security problems requiring attention.需要连接
Lists all Security Center issues for the account, showing active security problems requiring attention.
认证
需要 Connected AccountTags
Get Recent Zone ScansCLOUDFLARE_GET_SECURITY_CENTER_ZONE_SCANSReturns the most recent on-demand scans for a specific zone, up to a maximum of 5. Each scan includes its ID, start time, and current status. Results include both zone-specific scans and account-wide scans (which cover all zones). Also returns quota information showing how many scans have been used and how many remain in the current 24-hour window.需要连接
Returns the most recent on-demand scans for a specific zone, up to a maximum of 5. Each scan includes its ID, start time, and current status. Results include both zone-specific scans and account-wide scans (which cover all zones). Also returns quota information showing how many scans have been used and how many remain in the current 24-hour window.
认证
需要 Connected AccountTags
Retrieves security.txtCLOUDFLARE_GET_SECURITY_TXTRetrieves the current security.txt file configuration for a zone, used for security vulnerability reporting.需要连接
Retrieves the current security.txt file configuration for a zone, used for security vulnerability reporting.
认证
需要 Connected AccountTags
Fetch all chat messages of a sessionCLOUDFLARE_GET_SESSION_CHATReturns a URL to download all chat messages of the session ID in CSV format.需要连接
Returns a URL to download all chat messages of the session ID in CSV format.
认证
需要 Connected AccountTags
Fetch details of a sessionCLOUDFLARE_GET_SESSION_DETAILSReturns data of the given session ID including recording details.需要连接
Returns data of the given session ID including recording details.
认证
需要 Connected AccountTags
Fetch participants list of a sessionCLOUDFLARE_GET_SESSION_PARTICIPANTSReturns a list of participants for the given session ID.需要连接
Returns a list of participants for the given session ID.
认证
需要 Connected AccountTags
Fetch summary of transcripts for a sessionCLOUDFLARE_GET_SESSION_SUMMARYReturns a Summary URL to download the Summary of Transcripts for the session ID as plain text.需要连接
Returns a Summary URL to download the Summary of Transcripts for the session ID as plain text.
认证
需要 Connected AccountTags
Fetch the complete transcript for a sessionCLOUDFLARE_GET_SESSION_TRANSCRIPTReturns a URL to download the transcript for the session ID in CSV format.需要连接
Returns a URL to download the transcript for the session ID in CSV format.
认证
需要 Connected AccountTags
Fetch all sessions of an AppCLOUDFLARE_GET_SESSIONSReturns details of all sessions of an App.需要连接
Returns details of all sessions of an App.
认证
需要 Connected AccountTags
Get the current settings for the active accountCLOUDFLARE_GET_SETTINGSGet the current settings for the active account需要连接
Get the current settings for the active account
认证
需要 Connected AccountTags
Internal route for testing signed URLsCLOUDFLARE_GET_SIGNED_URLInternal route for testing signed URLs.需要连接
Internal route for testing signed URLs.
认证
需要 Connected AccountTags
Get information about the specified slotCLOUDFLARE_GET_SLOTGet information about the specified slot需要连接
Get information about the specified slot
认证
需要 Connected AccountTags
Get single SSO connectorCLOUDFLARE_GET_SSO_CONNECTORRetrieves details for a specific SSO connector.需要连接
Retrieves details for a specific SSO connector.
认证
需要 Connected AccountTags
Get SYN Protection filter.CLOUDFLARE_GET_SYN_PROTECTION_FILTERGet a SYN Protection filter specified by the given UUID.需要连接
Get a SYN Protection filter specified by the given UUID.
认证
需要 Connected AccountTags
Get SYN Protection rule.CLOUDFLARE_GET_SYN_PROTECTION_RULEGet a SYN Protection rule specified by the given UUID.需要连接
Get a SYN Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Get table detailsCLOUDFLARE_GET_TABLEReturns full Apache Iceberg metadata for a single table: schema, partition specs, sort orders, properties, and recent snapshot history. Designed for catalog introspection UIs that need per-table details without holding R2 credentials. The `metadata.snapshots`, `metadata.snapshot-log`, and `metadata.metadata-log` arrays are pruned to the most recent 10 entries by `timestamp-ms`. Use `total_snapshots` and `returned_snapshots` to surface the truncation to end users.需要连接
Returns full Apache Iceberg metadata for a single table: schema, partition specs, sort orders, properties, and recent snapshot history. Designed for catalog introspection UIs that need per-table details without holding R2 credentials. The `metadata.snapshots`, `metadata.snapshot-log`, and `metadata.metadata-log` arrays are pruned to the most recent 10 entries by `timestamp-ms`. Use `total_snapshots` and `returned_snapshots` to surface the truncation to end users.
认证
需要 Connected AccountTags
Get table maintenance configurationCLOUDFLARE_GET_TABLE_MAINTENANCE_CONFIGRetrieve the maintenance configuration for a specific table, including compaction settings.需要连接
Retrieve the maintenance configuration for a specific table, including compaction settings.
认证
需要 Connected AccountTags
Lists all tag categories (SoT)CLOUDFLARE_GET_TAG_CATEGORY_LISTReturns all Source-of-Truth tag categories for an account.需要连接
Returns all Source-of-Truth tag categories for an account.
认证
需要 Connected AccountTags
List indicators related to a tagCLOUDFLARE_GET_TAG_INDICATORS_LISTReturns indicators associated with the provided tag UUID, with pagination. By default fans out across every indicator dataset the account can read; pass datasetIds to scope to specific datasets.需要连接
Returns indicators associated with the provided tag UUID, with pagination. By default fans out across every indicator dataset the account can read; pass datasetIds to scope to specific datasets.
认证
需要 Connected AccountTags
Lists all tags (SoT)CLOUDFLARE_GET_TAG_LISTReturns all Source-of-Truth tags for an account. Supports legacy free-text `search` on tag value and `categoryUuid` exact match, plus a structured `filters` JSON array for filtering by metadata fields (originCountryISO, actorCategory, motive, priority, etc.). Country values may be passed as alpha-2, alpha-3, name, or common alias.需要连接
Returns all Source-of-Truth tags for an account. Supports legacy free-text `search` on tag value and `categoryUuid` exact match, plus a structured `filters` JSON array for filtering by metadata fields (originCountryISO, actorCategory, motive, priority, etc.). Country values may be passed as alpha-2, alpha-3, name, or common alias.
认证
需要 Connected AccountTags
Get takedown letterCLOUDFLARE_GET_TAKEDOWN_LETTER_GETGet a specific takedown letter by ID, including the rendered text.需要连接
Get a specific takedown letter by ID, including the rendered text.
认证
需要 Connected AccountTags
List takedown lettersCLOUDFLARE_GET_TAKEDOWN_LETTER_LISTList all letters for a specific takedown notice.需要连接
List all letters for a specific takedown notice.
认证
需要 Connected AccountTags
Download takedown letter PDFCLOUDFLARE_GET_TAKEDOWN_LETTER_PDF_GETDownload the PDF for a stored takedown letter. If no PDF exists yet, it is generated from the stored letter text and cached for future downloads.需要连接
Download the PDF for a stored takedown letter. If no PDF exists yet, it is generated from the stored letter text and cached for future downloads.
认证
需要 Connected AccountTags
Get takedown noticeCLOUDFLARE_GET_TAKEDOWN_NOTICE_GETGet a specific takedown notice by ID.需要连接
Get a specific takedown notice by ID.
认证
需要 Connected AccountTags
List takedown noticesCLOUDFLARE_GET_TAKEDOWN_NOTICE_LISTList all takedown notices for the account.需要连接
List all takedown notices for the account.
认证
需要 Connected AccountTags
Get Target EnvironmentCLOUDFLARE_GET_TARGET_ENVIRONMENTReturns a single target environment by ID.需要连接
Returns a single target environment by ID.
认证
需要 Connected AccountTags
Lists target industries across multiple datasetsCLOUDFLARE_GET_TARGET_INDUSTRY_LISTList target industries referenced in events across one or more datasets.需要连接
List target industries referenced in events across one or more datasets.
认证
需要 Connected AccountTags
Lists all target industries for a specific datasetCLOUDFLARE_GET_TARGET_INDUSTRY_LIST_BY_DATASETList all target industries referenced in events for a specific dataset.需要连接
List all target industries referenced in events for a specific dataset.
认证
需要 Connected AccountTags
Lists all target industries from industry map catalogCLOUDFLARE_GET_TARGET_INDUSTRY_LIST_COMPLETEList all predefined target industries from the industry map catalog.需要连接
List all predefined target industries from the industry map catalog.
认证
需要 Connected AccountTags
Get TCP Flow Protection filter.CLOUDFLARE_GET_TCP_FLOW_PROTECTION_FILTERGet a TCP Flow Protection filter specified by the given UUID.需要连接
Get a TCP Flow Protection filter specified by the given UUID.
认证
需要 Connected AccountTags
Get TCP Flow Protection rule.CLOUDFLARE_GET_TCP_FLOW_PROTECTION_RULEGet a TCP Flow Protection rule specified by the given UUID.需要连接
Get a TCP Flow Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Get total queriesCLOUDFLARE_GET_TOTAL_QUERIESGet the total number of saved brand protection queries (domain + logo) for an account需要连接
Get the total number of saved brand protection queries (domain + logo) for an account
认证
需要 Connected AccountTags
Get URL Normalization settingsCLOUDFLARE_GET_URL_NORMALIZATIONFetches the current URL Normalization settings.需要连接
Fetches the current URL Normalization settings.
认证
需要 Connected AccountTags
Fetch active livestream session detailsCLOUDFLARE_GET_V2_ACTIVE_LIVESTREAM_SESSION_DETAILSReturns details of all active livestreams for the given livestream ID. Retreive the livestream ID using the `Start livestreaming a meeting` API.需要连接
Returns details of all active livestreams for the given livestream ID. Retreive the livestream ID using the `Start livestreaming a meeting` API.
认证
需要 Connected AccountTags
Fetch livestream details using livestream IDCLOUDFLARE_GET_V2_LIVESTREAM_SESSION_LIVESTREAM_IDReturns details of a livestream with sessions for the given livestream ID. Retreive the livestream ID using the `Start livestreaming a meeting` API.需要连接
Returns details of a livestream with sessions for the given livestream ID. Retreive the livestream ID using the `Start livestreaming a meeting` API.
认证
需要 Connected AccountTags
Fetch livestream session details using livestream session IDCLOUDFLARE_GET_V2_LIVESTREAMS_LIVESTREAM_SESSION_IDReturns livestream session details for the given livestream session ID. Retrieve the `livestream_session_id`using the `Fetch livestream session details using a session ID` API.需要连接
Returns livestream session details for the given livestream session ID. Retrieve the `livestream_session_id`using the `Fetch livestream session details using a session ID` API.
认证
需要 Connected AccountTags
Fetch livestream session details using a session IDCLOUDFLARE_GET_V2_LIVESTREAMSESSION_SESSION_MEETING_ID_ACTIVE_LIVESTREAMReturns livestream session details for the given session ID. Retreive the session ID using the `Fetch all sessions of an App` API.需要连接
Returns livestream session details for the given session ID. Retreive the session ID using the `Fetch all sessions of an App` API.
认证
需要 Connected AccountTags
Fetch active livestreams for a meetingCLOUDFLARE_GET_V2_MEETINGS_MEETING_ID_ACTIVE_LIVESTREAMReturns details of all active livestreams for the given meeting ID.需要连接
Returns details of all active livestreams for the given meeting ID.
认证
需要 Connected AccountTags
[DEPRECATED] Get PipelineCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_BY_PIPELINE_NAME_DEPRECATED[DEPRECATED] Get configuration of a pipeline. Use the new /pipelines/v1/pipelines endpoint instead.需要连接
[DEPRECATED] Get configuration of a pipeline. Use the new /pipelines/v1/pipelines endpoint instead.
认证
需要 Connected AccountTags
[DEPRECATED] List PipelinesCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_DEPRECATED[DEPRECATED] List, filter, and paginate pipelines in an account. Use the new /pipelines/v1/pipelines endpoint instead.需要连接
[DEPRECATED] List, filter, and paginate pipelines in an account. Use the new /pipelines/v1/pipelines endpoint instead.
认证
需要 Connected AccountTags
List PipelinesCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_PIPELINESList/Filter Pipelines in Account.需要连接
List/Filter Pipelines in Account.
认证
需要 Connected AccountTags
Get Pipeline DetailsCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_PIPELINES_BY_PIPELINE_IDGet Pipelines Details.需要连接
Get Pipelines Details.
认证
需要 Connected AccountTags
List SinksCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_SINKSList/Filter Sinks in Account.需要连接
List/Filter Sinks in Account.
认证
需要 Connected AccountTags
Get Sink DetailsCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_SINKS_BY_SINK_IDGet Sink Details.需要连接
Get Sink Details.
认证
需要 Connected AccountTags
List StreamsCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_STREAMSList/Filter Streams in Account.需要连接
List/Filter Streams in Account.
认证
需要 Connected AccountTags
Get Stream DetailsCLOUDFLARE_GET_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_STREAMS_BY_STREAM_IDGet Stream Details.需要连接
Get Stream Details.
认证
需要 Connected AccountTags
Fetch details of a webhookCLOUDFLARE_GET_WEBHOOKReturns webhook details for the given webhook ID.需要连接
Returns webhook details for the given webhook ID.
认证
需要 Connected AccountTags
Get webhook configuration by IDCLOUDFLARE_GET_WEBHOOK_CONFIG_BY_IDRetrieves a specific webhook configuration by its unique identifier.需要连接
Retrieves a specific webhook configuration by its unique identifier.
认证
需要 Connected AccountTags
Get WorkerCLOUDFLARE_GET_WORKERGet details about a specific Worker.需要连接
Get details about a specific Worker.
认证
需要 Connected AccountTags
Get worker build configurationCLOUDFLARE_GET_WORKER_BUILDRetrieve the build configuration for a specific Worker script, including git repository details and production settings.需要连接
Retrieve the build configuration for a specific Worker script, including git repository details and production settings.
认证
需要 Connected AccountTags
Get repository configuration autofillCLOUDFLARE_GET_WORKER_CONFIG_AUTOFILLAnalyze repository for automatic configuration detection需要连接
Analyze repository for automatic configuration detection
认证
需要 Connected AccountTags
Get VersionCLOUDFLARE_GET_WORKER_VERSIONGet details about a specific version.需要连接
Get details about a specific version.
认证
需要 Connected AccountTags
Get a zone entry point rulesetCLOUDFLARE_GET_ZONE_ENTRYPOINT_RULESETFetches the latest version of the zone entry point ruleset for a given phase.需要连接
Fetches the latest version of the zone entry point ruleset for a given phase.
认证
需要 Connected AccountTags
Get a zone entry point ruleset versionCLOUDFLARE_GET_ZONE_ENTRYPOINT_RULESET_VERSIONFetches a specific version of a zone entry point ruleset.需要连接
Fetches a specific version of a zone entry point ruleset.
认证
需要 Connected AccountTags
Get a zone rulesetCLOUDFLARE_GET_ZONE_RULESETFetches the latest version of a zone ruleset.需要连接
Fetches the latest version of a zone ruleset.
认证
需要 Connected AccountTags
Get a zone ruleset versionCLOUDFLARE_GET_ZONE_RULESET_VERSIONFetches a specific version of a zone ruleset.需要连接
Fetches a specific version of a zone ruleset.
认证
需要 Connected AccountTags
Retrieves Zone Audit LogCLOUDFLARE_GET_ZONE_SECURITY_CENTER_AUDIT_LOGLists audit log entries for all Security Center insights in a specific zone, showing changes to insight status and classification.需要连接
Lists audit log entries for all Security Center insights in a specific zone, showing changes to insight status and classification.
认证
需要 Connected AccountTags
Retrieves Zone Security Center Insight Counts by ClassCLOUDFLARE_GET_ZONE_SECURITY_CENTER_INSIGHT_COUNTS_BY_CLASSRetrieves zone-specific Security Center insight counts aggregated by classification class.需要连接
Retrieves zone-specific Security Center insight counts aggregated by classification class.
认证
需要 Connected AccountTags
Retrieves Zone Security Center Insight Counts by SeverityCLOUDFLARE_GET_ZONE_SECURITY_CENTER_INSIGHT_COUNTS_BY_SEVERITYRetrieves zone-specific Security Center insight counts aggregated by severity level.需要连接
Retrieves zone-specific Security Center insight counts aggregated by severity level.
认证
需要 Connected AccountTags
Retrieves Zone Security Center Insight Counts by TypeCLOUDFLARE_GET_ZONE_SECURITY_CENTER_INSIGHT_COUNTS_BY_TYPERetrieves zone-specific Security Center insight counts aggregated by insight type.需要连接
Retrieves zone-specific Security Center insight counts aggregated by insight type.
认证
需要 Connected AccountTags
Retrieves Zone Security Center InsightsCLOUDFLARE_GET_ZONE_SECURITY_CENTER_INSIGHTSLists Security Center insights for a specific zone, showing zone-level security findings.需要连接
Lists Security Center insights for a specific zone, showing zone-level security findings.
认证
需要 Connected AccountTags
Retrieves Zone Issue Audit LogCLOUDFLARE_GET_ZONE_SECURITY_CENTER_ISSUE_AUDIT_LOGLists audit log entries for a specific Security Center insight within a zone, showing changes to its status and classification over time.需要连接
Lists audit log entries for a specific Security Center insight within a zone, showing changes to its status and classification over time.
认证
需要 Connected AccountTags
Get a zone snippetCLOUDFLARE_GET_ZONE_SNIPPETFetches a snippet belonging to the zone.需要连接
Fetches a snippet belonging to the zone.
认证
需要 Connected AccountTags
Get a zone snippet contentCLOUDFLARE_GET_ZONE_SNIPPET_CONTENTFetches the content of a snippet belonging to the zone.需要连接
Fetches the content of a snippet belonging to the zone.
认证
需要 Connected AccountTags
List fieldsCLOUDFLARE_GET_ZONES_ZONE_ID_LOGPUSH_DATASETS_DATASET_ID_FIELDSLists all fields available for a dataset. The response result is. an object with key-value pairs, where keys are field names, and values are descriptions.需要连接
Lists all fields available for a dataset. The response result is. an object with key-value pairs, where keys are field names, and values are descriptions.
认证
需要 Connected AccountTags
List Logpush jobs for a datasetCLOUDFLARE_GET_ZONES_ZONE_ID_LOGPUSH_DATASETS_DATASET_ID_JOBSLists Logpush jobs for a zone for a dataset.需要连接
Lists Logpush jobs for a zone for a dataset.
认证
需要 Connected AccountTags
List Instant Logs jobsCLOUDFLARE_GET_ZONES_ZONE_ID_LOGPUSH_EDGE_JOBSLists Instant Logs jobs for a zone.需要连接
Lists Instant Logs jobs for a zone.
认证
需要 Connected AccountTags
List Logpush jobsCLOUDFLARE_GET_ZONES_ZONE_ID_LOGPUSH_JOBSLists Logpush jobs for a zone.需要连接
Lists Logpush jobs for a zone.
认证
需要 Connected AccountTags
Get Logpush job detailsCLOUDFLARE_GET_ZONES_ZONE_ID_LOGPUSH_JOBS_JOB_IDGets the details of a Logpush job.需要连接
Gets the details of a Logpush job.
认证
需要 Connected AccountTags
Get log retention flagCLOUDFLARE_GET_ZONES_ZONE_ID_LOGS_CONTROL_RETENTION_FLAGGets log retention flag for Logpull API.需要连接
Gets log retention flag for Logpull API.
认证
需要 Connected AccountTags
Get logs RayIDsCLOUDFLARE_GET_ZONES_ZONE_ID_LOGS_RAYIDS_RAY_IDThe `/rayids` api route allows lookups by specific rayid. The rayids route will return zero, one, or more records (ray ids are not unique).需要连接
The `/rayids` api route allows lookups by specific rayid. The rayids route will return zero, one, or more records (ray ids are not unique).
认证
需要 Connected AccountTags
Get logs receivedCLOUDFLARE_GET_ZONES_ZONE_ID_LOGS_RECEIVEDThe `/received` api route allows customers to retrieve their edge HTTP logs. The basic access pattern is "give me all the logs for zone Z for minute M", where the minute M refers to the time records were received at Cloudflare's central data center. `start` is inclusive, and `end` is exclusive. Because of that, to get all data, at minutely cadence, starting at 10AM, the proper values are: `start=2018-05-20T10:00:00Z&end=2018-05-20T10:01:00Z`, then `start=2018-05-20T10:01:00Z&end=2018-05-20T10:02:00Z` and so on; the overlap will be handled properly.需要连接
The `/received` api route allows customers to retrieve their edge HTTP logs. The basic access pattern is "give me all the logs for zone Z for minute M", where the minute M refers to the time records were received at Cloudflare's central data center. `start` is inclusive, and `end` is exclusive. Because of that, to get all data, at minutely cadence, starting at 10AM, the proper values are: `start=2018-05-20T10:00:00Z&end=2018-05-20T10:01:00Z`, then `start=2018-05-20T10:01:00Z&end=2018-05-20T10:02:00Z` and so on; the overlap will be handled properly.
认证
需要 Connected AccountTags
List fieldsCLOUDFLARE_GET_ZONES_ZONE_ID_LOGS_RECEIVED_FIELDSLists all fields available. The response is json object with key-value pairs, where keys are field names, and values are descriptions.需要连接
Lists all fields available. The response is json object with key-value pairs, where keys are field names, and values are descriptions.
认证
需要 Connected AccountTags
Get Zaraz configurationCLOUDFLARE_GET_ZONES_ZONE_IDENTIFIER_ZARAZ_CONFIGGets latest Zaraz configuration for a zone. It can be preview or published configuration, whichever was the last updated. Secret variables values will not be included.需要连接
Gets latest Zaraz configuration for a zone. It can be preview or published configuration, whichever was the last updated. Secret variables values will not be included.
认证
需要 Connected AccountTags
Get Zaraz historical configurations by ID(s)CLOUDFLARE_GET_ZONES_ZONE_IDENTIFIER_ZARAZ_CONFIG_HISTORYGets a history of published Zaraz configurations by ID(s) for a zone.需要连接
Gets a history of published Zaraz configurations by ID(s) for a zone.
认证
需要 Connected AccountTags
Get default Zaraz configurationCLOUDFLARE_GET_ZONES_ZONE_IDENTIFIER_ZARAZ_DEFAULTGets default Zaraz configuration for a zone.需要连接
Gets default Zaraz configuration for a zone.
认证
需要 Connected AccountTags
Export Zaraz configurationCLOUDFLARE_GET_ZONES_ZONE_IDENTIFIER_ZARAZ_EXPORTExports full current published Zaraz configuration for a zone, secret variables included.需要连接
Exports full current published Zaraz configuration for a zone, secret variables included.
认证
需要 Connected AccountTags
List Zaraz historical configuration recordsCLOUDFLARE_GET_ZONES_ZONE_IDENTIFIER_ZARAZ_HISTORYLists a history of published Zaraz configuration records for a zone.需要连接
Lists a history of published Zaraz configuration records for a zone.
认证
需要 Connected AccountTags
Get Zaraz workflowCLOUDFLARE_GET_ZONES_ZONE_IDENTIFIER_ZARAZ_WORKFLOWGets Zaraz workflow for a zone.需要连接
Gets Zaraz workflow for a zone.
认证
需要 Connected AccountTags
Create Health CheckCLOUDFLARE_HEALTH_CHECKS_CREATE_HEALTH_CHECKCreate a new health check.需要连接
Create a new health check.
认证
需要 Connected AccountTags
Create Preview Health CheckCLOUDFLARE_HEALTH_CHECKS_CREATE_PREVIEW_HEALTH_CHECKCreate a new preview health check.需要连接
Create a new preview health check.
认证
需要 Connected AccountTags
Delete Health CheckCLOUDFLARE_HEALTH_CHECKS_DELETE_HEALTH_CHECKDelete a health check.需要连接
Delete a health check.
认证
需要 Connected AccountTags
Delete Preview Health CheckCLOUDFLARE_HEALTH_CHECKS_DELETE_PREVIEW_HEALTH_CHECKDelete a health check.需要连接
Delete a health check.
认证
需要 Connected AccountTags
Health Check DetailsCLOUDFLARE_HEALTH_CHECKS_HEALTH_CHECK_DETAILSFetch a single configured health check.需要连接
Fetch a single configured health check.
认证
需要 Connected AccountTags
Health Check Preview DetailsCLOUDFLARE_HEALTH_CHECKS_HEALTH_CHECK_PREVIEW_DETAILSFetch a single configured health check preview.需要连接
Fetch a single configured health check preview.
认证
需要 Connected AccountTags
List Health ChecksCLOUDFLARE_HEALTH_CHECKS_LIST_HEALTH_CHECKSList configured health checks.需要连接
List configured health checks.
认证
需要 Connected AccountTags
Patch Health CheckCLOUDFLARE_HEALTH_CHECKS_PATCH_HEALTH_CHECKPatch a configured health check.需要连接
Patch a configured health check.
认证
需要 Connected AccountTags
Update Health CheckCLOUDFLARE_HEALTH_CHECKS_UPDATE_HEALTH_CHECKUpdate a configured health check.需要连接
Update a configured health check.
认证
需要 Connected AccountTags
Mark a finding as ignoredCLOUDFLARE_IGNORE_FINDINGGiven a list of findings, mark as ignored. Does nothing if Finding is already ignored.需要连接
Given a list of findings, mark as ignored. Does nothing if Finding is already ignored.
认证
需要 Connected AccountTags
Download imageCLOUDFLARE_IMAGES_BASE_IMAGEDownload an image from CF Images. For most images this will be the originally uploaded file. For larger images it can be a near-lossless version of the original.需要连接
Download an image from CF Images. For most images this will be the originally uploaded file. For larger images it can be a near-lossless version of the original.
认证
需要 Connected AccountTags
Create authenticated direct upload URL V1CLOUDFLARE_IMAGES_CREATE_AUTHENTICATED_DIRECT_UPLOAD_URL_V_1Direct uploads allow users to upload images without API keys. A common use case are web apps, client-side applications, or mobile devices where users upload content directly to Cloudflare Images. This method creates a one-time upload URL. Use the V2 endpoint for additional features such as custom IDs and metadata.需要连接
Direct uploads allow users to upload images without API keys. A common use case are web apps, client-side applications, or mobile devices where users upload content directly to Cloudflare Images. This method creates a one-time upload URL. Use the V2 endpoint for additional features such as custom IDs and metadata.
认证
需要 Connected AccountTags
Delete imageCLOUDFLARE_IMAGES_DELETE_IMAGEDelete an image on Cloudflare Images. On success, all copies of the image are deleted and purged from cache.需要连接
Delete an image on Cloudflare Images. On success, all copies of the image are deleted and purged from cache.
认证
需要 Connected AccountTags
Image detailsCLOUDFLARE_IMAGES_IMAGE_DETAILSFetch details for a CF Images image.需要连接
Fetch details for a CF Images image.
认证
需要 Connected AccountTags
Images usage statisticsCLOUDFLARE_IMAGES_IMAGES_USAGE_STATISTICSFetch image statistics details for Cloudflare Images. The returned statistics detail storage usage, including the current image count vs this account's allowance.需要连接
Fetch image statistics details for Cloudflare Images. The returned statistics detail storage usage, including the current image count vs this account's allowance.
认证
需要 Connected AccountTags
Create a new Signing KeyCLOUDFLARE_IMAGES_KEYS_ADD_SIGNING_KEYCreate a new CF Images signing key with specified name. Returns all keys available.需要连接
Create a new CF Images signing key with specified name. Returns all keys available.
认证
需要 Connected AccountTags
Delete Signing KeyCLOUDFLARE_IMAGES_KEYS_DELETE_SIGNING_KEYDelete a CF Images signing key with specified name. Returns all keys available. When the last key is removed, a new default signing key will be generated.需要连接
Delete a CF Images signing key with specified name. Returns all keys available. When the last key is removed, a new default signing key will be generated.
认证
需要 Connected AccountTags
List Signing KeysCLOUDFLARE_IMAGES_KEYS_LIST_SIGNING_KEYSList your CF Images signing keys.需要连接
List your CF Images signing keys.
认证
需要 Connected AccountTags
List imagesCLOUDFLARE_IMAGES_LIST_IMAGESList up to 100 images with one request. Use the optional parameters below to get a specific range of images.需要连接
List up to 100 images with one request. Use the optional parameters below to get a specific range of images.
认证
需要 Connected AccountTags
List images V2CLOUDFLARE_IMAGES_LIST_IMAGES_V2List up to 10000 images from CF Images, with up to 1000 results per page. Use the optional parameters below to get a specific range of images. Pagination is supported via continuation_token. **Metadata Filtering (Optional):** You can optionally filter images by custom metadata fields using the `meta.<field>[<operator>]=<value>` syntax. **Supported Operators:** - `eq` / `eq:string` / `eq:number` / `eq:boolean` - Exact match - `gt` / `gt:number` - Greater than (number only) - `gte` / `gte:number` - Greater than or equal (number only) - `lt` / `lt:number` - Less than (number only) - `lte` / `lte:number` - Less than or equal (number only) - `in` / `in:string` / `in:number` - Match any value in list (pipe-separated) **Metadata Filter Constraints:** - Maximum 5 metadata filters per request - Maximum 5 levels of nesting (e.g., `meta.first.second.third.fourth.fifth`) - Maximum 10 elements for list operators (`in`) - Supports string, number, and boolean value types - Range operators (`gt`, `gte`, `lt`, `lte`) only accept numeric values **Filter Consistency:** Filters are combined with AND logic. The system does not validate whether filter combinations are logically consistent. For example, `meta.priority[eq:number]=5&meta.priority[lte:number]=3` will return zero results because no value can satisfy both conditions simultaneously. It is the caller's responsibility to ensure filter combinations make sense. **Examples:** ``` # List all images /images/v2 # Filter by metadata [eq] /images/v2?meta.status[eq:string]=active # Filter by metadata [in] /images/v2?meta.status[in]=pending|deleted|flagged # Filter by metadata [in:number] /images/v2?meta.ratings[in:number]=4|5 # Filter by metadata range [gte:number] /images/v2?meta.priority[gte:number]=1 # Filter by bounded range /images/v2?meta.priority[gte:number]=1&meta.priority[lte:number]=5 # Filter by nested metadata /images/v2?meta.region.name[eq]=eu-west # Combine metadata filters with creator /images/v2?meta.status[eq]=active&creator=user123 # Multiple metadata filters (AND logic) /images/v2?meta.status[eq]=active&meta.priority[eq:number]=5 ```需要连接
List up to 10000 images from CF Images, with up to 1000 results per page. Use the optional parameters below to get a specific range of images. Pagination is supported via continuation_token. **Metadata Filtering (Optional):** You can optionally filter images by custom metadata fields using the `meta.<field>[<operator>]=<value>` syntax. **Supported Operators:** - `eq` / `eq:string` / `eq:number` / `eq:boolean` - Exact match - `gt` / `gt:number` - Greater than (number only) - `gte` / `gte:number` - Greater than or equal (number only) - `lt` / `lt:number` - Less than (number only) - `lte` / `lte:number` - Less than or equal (number only) - `in` / `in:string` / `in:number` - Match any value in list (pipe-separated) **Metadata Filter Constraints:** - Maximum 5 metadata filters per request - Maximum 5 levels of nesting (e.g., `meta.first.second.third.fourth.fifth`) - Maximum 10 elements for list operators (`in`) - Supports string, number, and boolean value types - Range operators (`gt`, `gte`, `lt`, `lte`) only accept numeric values **Filter Consistency:** Filters are combined with AND logic. The system does not validate whether filter combinations are logically consistent. For example, `meta.priority[eq:number]=5&meta.priority[lte:number]=3` will return zero results because no value can satisfy both conditions simultaneously. It is the caller's responsibility to ensure filter combinations make sense. **Examples:** ``` # List all images /images/v2 # Filter by metadata [eq] /images/v2?meta.status[eq:string]=active # Filter by metadata [in] /images/v2?meta.status[in]=pending|deleted|flagged # Filter by metadata [in:number] /images/v2?meta.ratings[in:number]=4|5 # Filter by metadata range [gte:number] /images/v2?meta.priority[gte:number]=1 # Filter by bounded range /images/v2?meta.priority[gte:number]=1&meta.priority[lte:number]=5 # Filter by nested metadata /images/v2?meta.region.name[eq]=eu-west # Combine metadata filters with creator /images/v2?meta.status[eq]=active&creator=user123 # Multiple metadata filters (AND logic) /images/v2?meta.status[eq]=active&meta.priority[eq:number]=5 ```
认证
需要 Connected AccountTags
Abort a migrationCLOUDFLARE_IMAGES_SOURCINGKIT_ABORT_MIGRATIONAbort a running migration. Objects already imported will not be removed.需要连接
Abort a running migration. Objects already imported will not be removed.
认证
需要 Connected AccountTags
Create a sourcing kit migrationCLOUDFLARE_IMAGES_SOURCINGKIT_CREATE_MIGRATIONCreate a new migration from an existing source. The migration will import objects from the source bucket into Cloudflare Images.需要连接
Create a new migration from an existing source. The migration will import objects from the source bucket into Cloudflare Images.
认证
需要 Connected AccountTags
Create a sourcing kit sourceCLOUDFLARE_IMAGES_SOURCINGKIT_CREATE_SOURCECreate a new migration source by providing storage credentials. The service will verify connectivity to the bucket before accepting the source.需要连接
Create a new migration source by providing storage credentials. The service will verify connectivity to the bucket before accepting the source.
认证
需要 Connected AccountTags
Delete a sourcing kit migrationCLOUDFLARE_IMAGES_SOURCINGKIT_DELETE_MIGRATIONDelete an existing migration. Only completed, errored, or aborted migrations can be deleted.需要连接
Delete an existing migration. Only completed, errored, or aborted migrations can be deleted.
认证
需要 Connected AccountTags
Delete a sourcing kit sourceCLOUDFLARE_IMAGES_SOURCINGKIT_DELETE_SOURCEDelete an existing migration source. Sources with active migrations cannot be deleted.需要连接
Delete an existing migration source. Sources with active migrations cannot be deleted.
认证
需要 Connected AccountTags
Get sourcing kit migrationCLOUDFLARE_IMAGES_SOURCINGKIT_GET_MIGRATIONFetch details for a single migration.需要连接
Fetch details for a single migration.
认证
需要 Connected AccountTags
Get migration progressCLOUDFLARE_IMAGES_SOURCINGKIT_GET_MIGRATION_PROGRESSGet the current progress of a migration including counts of scanned, imported, skipped, and errored objects.需要连接
Get the current progress of a migration including counts of scanned, imported, skipped, and errored objects.
认证
需要 Connected AccountTags
Get sourcing kit sourceCLOUDFLARE_IMAGES_SOURCINGKIT_GET_SOURCEFetch details for a single migration source.需要连接
Fetch details for a single migration source.
认证
需要 Connected AccountTags
Get source connectivity statusCLOUDFLARE_IMAGES_SOURCINGKIT_GET_SOURCE_CONNECTIVITYCheck the current connectivity status of an existing migration source.需要连接
Check the current connectivity status of an existing migration source.
认证
需要 Connected AccountTags
List migration logsCLOUDFLARE_IMAGES_SOURCINGKIT_LIST_MIGRATION_LOGSList log entries for a specific migration.需要连接
List log entries for a specific migration.
认证
需要 Connected AccountTags
List sourcing kit migrationsCLOUDFLARE_IMAGES_SOURCINGKIT_LIST_MIGRATIONSList all migrations for the account.需要连接
List all migrations for the account.
认证
需要 Connected AccountTags
List sourcing kit sourcesCLOUDFLARE_IMAGES_SOURCINGKIT_LIST_SOURCESList all configured migration sources for the account.需要连接
List all configured migration sources for the account.
认证
需要 Connected AccountTags
Precheck source connectivityCLOUDFLARE_IMAGES_SOURCINGKIT_PRECHECK_SOURCE_CONNECTIVITYVerify connectivity to a storage bucket before creating a source. Returns connectivity status without persisting any state.需要连接
Verify connectivity to a storage bucket before creating a source. Returns connectivity status without persisting any state.
认证
需要 Connected AccountTags
Start a migrationCLOUDFLARE_IMAGES_SOURCINGKIT_START_MIGRATIONStart a pending migration. The migration will begin importing objects from the configured source.需要连接
Start a pending migration. The migration will begin importing objects from the configured source.
认证
需要 Connected AccountTags
Update a sourcing kit sourceCLOUDFLARE_IMAGES_SOURCINGKIT_UPDATE_SOURCEUpdate the name of an existing migration source.需要连接
Update the name of an existing migration source.
认证
需要 Connected AccountTags
Update imageCLOUDFLARE_IMAGES_UPDATE_IMAGEUpdate a CF Images image's metadata, creator, or access control. On access control change, all copies of the image are purged from cache.需要连接
Update a CF Images image's metadata, creator, or access control. On access control change, all copies of the image are purged from cache.
认证
需要 Connected AccountTags
Create a variantCLOUDFLARE_IMAGES_VARIANTS_CREATE_A_VARIANTCreate a CF Images variant that allows you to resize images for different use cases.需要连接
Create a CF Images variant that allows you to resize images for different use cases.
认证
需要 Connected AccountTags
Delete a variantCLOUDFLARE_IMAGES_VARIANTS_DELETE_A_VARIANTDelete a CF Images variant. This will purge the cache for all images associated with the variant.需要连接
Delete a CF Images variant. This will purge the cache for all images associated with the variant.
认证
需要 Connected AccountTags
List variantsCLOUDFLARE_IMAGES_VARIANTS_LIST_VARIANTSList existing CF Images variants.需要连接
List existing CF Images variants.
认证
需要 Connected AccountTags
Update a variantCLOUDFLARE_IMAGES_VARIANTS_UPDATE_A_VARIANTUpdate a CF Images variant. This will purge the cache for all images associated with the variant.需要连接
Update a CF Images variant. This will purge the cache for all images associated with the variant.
认证
需要 Connected AccountTags
Variant detailsCLOUDFLARE_IMAGES_VARIANTS_VARIANT_DETAILSFetch details for a CF Images variant.需要连接
Fetch details for a CF Images variant.
认证
需要 Connected AccountTags
Variant details (flat)CLOUDFLARE_IMAGES_VARIANTS_VARIANT_DETAILS_FLATFetch details for a single variant with properties at the top level of the result.需要连接
Fetch details for a single variant with properties at the top level of the result.
认证
需要 Connected AccountTags
Delete targetCLOUDFLARE_INFRA_TARGETS_DELETEDelete target需要连接
Delete target
认证
需要 Connected AccountTags
Delete targets (Deprecated)CLOUDFLARE_INFRA_TARGETS_DELETE_BATCHRemoves one or more targets.需要连接
Removes one or more targets.
认证
需要 Connected AccountTags
Delete targetsCLOUDFLARE_INFRA_TARGETS_DELETE_BATCH_POSTRemoves one or more targets.需要连接
Removes one or more targets.
认证
需要 Connected AccountTags
Get targetCLOUDFLARE_INFRA_TARGETS_GETGet target需要连接
Get target
认证
需要 Connected AccountTags
List all targetsCLOUDFLARE_INFRA_TARGETS_LISTLists and sorts an account’s targets. Filters are optional and are ANDed together.需要连接
Lists and sorts an account’s targets. Filters are optional and are ANDed together.
认证
需要 Connected AccountTags
Create new targetCLOUDFLARE_INFRA_TARGETS_POSTCreate new target需要连接
Create new target
认证
需要 Connected AccountTags
Update targetCLOUDFLARE_INFRA_TARGETS_PUTUpdate target需要连接
Update target
认证
需要 Connected AccountTags
Create new targetsCLOUDFLARE_INFRA_TARGETS_PUT_BATCHAdds one or more targets.需要连接
Adds one or more targets.
认证
需要 Connected AccountTags
Initialize new SSO connectorCLOUDFLARE_INIT_NEW_SSO_CONNECTORCreates a new SSO connector for logging into Cloudflare through an identity provider.需要连接
Creates a new SSO connector for logging into Cloudflare through an identity provider.
认证
需要 Connected AccountTags
Inspect SPF RecordCLOUDFLARE_INSPECT_SPFInspects a specific SPF TXT record and returns a parsed tree structure in the spflimit-worker format. The record ID must be provided via the `id` query parameter. Returns a recursive tree showing: - Parsed components with their qualifiers and types - Nested includes recursively resolved within components - Per-component and total lookup counts - Detailed error information with context需要连接
Inspects a specific SPF TXT record and returns a parsed tree structure in the spflimit-worker format. The record ID must be provided via the `id` query parameter. Returns a recursive tree showing: - Parsed components with their qualifiers and types - Nested includes recursively resolved within components - Per-component and total lookup counts - Detailed error information with context
认证
需要 Connected AccountTags
Create an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_USER_CREATE_AN_IP_ACCESS_RULECreates a new IP Access rule for all zones owned by the current user. Note: To create an IP Access rule that applies to a specific zone, refer to the [IP Access rules for a zone](#ip-access-rules-for-a-zone) endpoints.需要连接
Creates a new IP Access rule for all zones owned by the current user. Note: To create an IP Access rule that applies to a specific zone, refer to the [IP Access rules for a zone](#ip-access-rules-for-a-zone) endpoints.
认证
需要 Connected AccountTags
Delete an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_USER_DELETE_AN_IP_ACCESS_RULEDeletes an IP Access rule at the user level. Note: Deleting a user-level rule will affect all zones owned by the user.需要连接
Deletes an IP Access rule at the user level. Note: Deleting a user-level rule will affect all zones owned by the user.
认证
需要 Connected AccountTags
Get an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_USER_GET_AN_IP_ACCESS_RULEFetches the details of an IP Access rule defined at the user level.需要连接
Fetches the details of an IP Access rule defined at the user level.
认证
需要 Connected AccountTags
List IP Access rulesCLOUDFLARE_IP_ACCESS_RULES_FOR_A_USER_LIST_IP_ACCESS_RULESFetches IP Access rules of the user. You can filter the results using several optional parameters.需要连接
Fetches IP Access rules of the user. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_USER_UPDATE_AN_IP_ACCESS_RULEUpdates an IP Access rule defined at the user level. You can only update the rule action (`mode` parameter) and notes.需要连接
Updates an IP Access rule defined at the user level. You can only update the rule action (`mode` parameter) and notes.
认证
需要 Connected AccountTags
Create an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_ZONE_CREATE_AN_IP_ACCESS_RULECreates a new IP Access rule for a zone. Note: To create an IP Access rule that applies to multiple zones, refer to [IP Access rules for a user](#ip-access-rules-for-a-user) or [IP Access rules for an account](#ip-access-rules-for-an-account) as appropriate.需要连接
Creates a new IP Access rule for a zone. Note: To create an IP Access rule that applies to multiple zones, refer to [IP Access rules for a user](#ip-access-rules-for-a-user) or [IP Access rules for an account](#ip-access-rules-for-an-account) as appropriate.
认证
需要 Connected AccountTags
Delete an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_ZONE_DELETE_AN_IP_ACCESS_RULEDeletes an IP Access rule defined at the zone level. Optionally, you can use the `cascade` property to specify that you wish to delete similar rules in other zones managed by the same zone owner.需要连接
Deletes an IP Access rule defined at the zone level. Optionally, you can use the `cascade` property to specify that you wish to delete similar rules in other zones managed by the same zone owner.
认证
需要 Connected AccountTags
List IP Access rulesCLOUDFLARE_IP_ACCESS_RULES_FOR_A_ZONE_LIST_IP_ACCESS_RULESFetches IP Access rules of a zone. You can filter the results using several optional parameters.需要连接
Fetches IP Access rules of a zone. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_A_ZONE_UPDATE_AN_IP_ACCESS_RULEUpdates an IP Access rule defined at the zone level. You can only update the rule action (`mode` parameter) and notes.需要连接
Updates an IP Access rule defined at the zone level. You can only update the rule action (`mode` parameter) and notes.
认证
需要 Connected AccountTags
Create an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_AN_ACCOUNT_CREATE_AN_IP_ACCESS_RULECreates a new IP Access rule for an account. The rule will apply to all zones in the account. Note: To create an IP Access rule that applies to a single zone, refer to the [IP Access rules for a zone](#ip-access-rules-for-a-zone) endpoints.需要连接
Creates a new IP Access rule for an account. The rule will apply to all zones in the account. Note: To create an IP Access rule that applies to a single zone, refer to the [IP Access rules for a zone](#ip-access-rules-for-a-zone) endpoints.
认证
需要 Connected AccountTags
Delete an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_AN_ACCOUNT_DELETE_AN_IP_ACCESS_RULEDeletes an existing IP Access rule defined at the account level. Note: This operation will affect all zones in the account.需要连接
Deletes an existing IP Access rule defined at the account level. Note: This operation will affect all zones in the account.
认证
需要 Connected AccountTags
Get an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_AN_ACCOUNT_GET_AN_IP_ACCESS_RULEFetches the details of an IP Access rule defined at the account level.需要连接
Fetches the details of an IP Access rule defined at the account level.
认证
需要 Connected AccountTags
List IP Access rulesCLOUDFLARE_IP_ACCESS_RULES_FOR_AN_ACCOUNT_LIST_IP_ACCESS_RULESFetches IP Access rules of an account. These rules apply to all the zones in the account. You can filter the results using several optional parameters.需要连接
Fetches IP Access rules of an account. These rules apply to all the zones in the account. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update an IP Access ruleCLOUDFLARE_IP_ACCESS_RULES_FOR_AN_ACCOUNT_UPDATE_AN_IP_ACCESS_RULEUpdates an IP Access rule defined at the account level. Note: This operation will affect all zones in the account.需要连接
Updates an IP Access rule defined at the account level. Note: This operation will affect all zones in the account.
认证
需要 Connected AccountTags
Add a zone membership to an Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_ADD_A_ZONE_MEMBERSHIP_TO_AN_ADDRESS_MAPAdd a zone as a member of a particular address map.需要连接
Add a zone as a member of a particular address map.
认证
需要 Connected AccountTags
Add an account membership to an Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_ADD_AN_ACCOUNT_MEMBERSHIP_TO_AN_ADDRESS_MAPAdd an account as a member of a particular address map.需要连接
Add an account as a member of a particular address map.
认证
需要 Connected AccountTags
Add an IP to an Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_ADD_AN_IP_TO_AN_ADDRESS_MAPAdd an IP from a prefix owned by the account to a particular address map.需要连接
Add an IP from a prefix owned by the account to a particular address map.
认证
需要 Connected AccountTags
Address Map DetailsCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_ADDRESS_MAP_DETAILSShow a particular address map owned by the account.需要连接
Show a particular address map owned by the account.
认证
需要 Connected AccountTags
Create Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_CREATE_ADDRESS_MAPCreate a new address map under the account.需要连接
Create a new address map under the account.
认证
需要 Connected AccountTags
Delete Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_DELETE_ADDRESS_MAPDelete a particular address map owned by the account. An Address Map must be disabled before it can be deleted.需要连接
Delete a particular address map owned by the account. An Address Map must be disabled before it can be deleted.
认证
需要 Connected AccountTags
List Address MapsCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_LIST_ADDRESS_MAPSList all address maps owned by the account.需要连接
List all address maps owned by the account.
认证
需要 Connected AccountTags
Remove a zone membership from an Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_REMOVE_A_ZONE_MEMBERSHIP_FROM_AN_ADDRESS_MAPRemove a zone as a member of a particular address map.需要连接
Remove a zone as a member of a particular address map.
认证
需要 Connected AccountTags
Remove an account membership from an Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_REMOVE_AN_ACCOUNT_MEMBERSHIP_FROM_AN_ADDRESS_MAPRemove an account as a member of a particular address map.需要连接
Remove an account as a member of a particular address map.
认证
需要 Connected AccountTags
Remove an IP from an Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_REMOVE_AN_IP_FROM_AN_ADDRESS_MAPRemove an IP from a particular address map.需要连接
Remove an IP from a particular address map.
认证
需要 Connected AccountTags
Update Address MapCLOUDFLARE_IP_ADDRESS_MANAGEMENT_ADDRESS_MAPS_UPDATE_ADDRESS_MAPModify properties of an address map owned by the account.需要连接
Modify properties of an address map owned by the account.
认证
需要 Connected AccountTags
Get Advertisement StatusCLOUDFLARE_IP_ADDRESS_MANAGEMENT_DYNAMIC_ADVERTISEMENT_GET_ADVERTISEMENT_STATUSView the current advertisement state for a prefix. **Deprecated:** Prefer the BGP Prefixes endpoints, which additionally allow for advertising and withdrawing subnets of an IP prefix.需要连接
View the current advertisement state for a prefix. **Deprecated:** Prefer the BGP Prefixes endpoints, which additionally allow for advertising and withdrawing subnets of an IP prefix.
认证
需要 Connected AccountTags
Update Prefix Dynamic Advertisement StatusCLOUDFLARE_IP_ADDRESS_MANAGEMENT_DYNAMIC_ADVERTISEMENT_UPDATE_PREFIX_DYNAMIC_ADVERTISEMENT_STATUSAdvertise or withdraw the BGP route for a prefix. **Deprecated:** Prefer the BGP Prefixes endpoints, which additionally allow for advertising and withdrawing subnets of an IP prefix.需要连接
Advertise or withdraw the BGP route for a prefix. **Deprecated:** Prefer the BGP Prefixes endpoints, which additionally allow for advertising and withdrawing subnets of an IP prefix.
认证
需要 Connected AccountTags
List LeasesCLOUDFLARE_IP_ADDRESS_MANAGEMENT_LIST_LEASESList all leases owned by the account.需要连接
List all leases owned by the account.
认证
需要 Connected AccountTags
Create Prefix DelegationCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIX_DELEGATION_CREATE_PREFIX_DELEGATIONCreate a new account delegation for a given IP prefix.需要连接
Create a new account delegation for a given IP prefix.
认证
需要 Connected AccountTags
Delete Prefix DelegationCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIX_DELEGATION_DELETE_PREFIX_DELEGATIONDelete an account delegation for a given IP prefix.需要连接
Delete an account delegation for a given IP prefix.
认证
需要 Connected AccountTags
List Prefix DelegationsCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIX_DELEGATION_LIST_PREFIX_DELEGATIONSList all delegations for a given account IP prefix.需要连接
List all delegations for a given account IP prefix.
认证
需要 Connected AccountTags
Add PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_ADD_PREFIXAdd a new prefix under the account.需要连接
Add a new prefix under the account.
认证
需要 Connected AccountTags
Create BGP PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_CREATE_BGP_PREFIXCreate a BGP prefix, controlling the BGP advertisement status of a specific subnet. When created, BGP prefixes are initially withdrawn, and can be advertised with the Update BGP Prefix API.需要连接
Create a BGP prefix, controlling the BGP advertisement status of a specific subnet. When created, BGP prefixes are initially withdrawn, and can be advertised with the Update BGP Prefix API.
认证
需要 Connected AccountTags
Delete BGP PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_DELETE_BGP_PREFIXDelete a BGP Prefix associated with the specified IP Prefix. A BGP Prefix must be withdrawn before it can be deleted.需要连接
Delete a BGP Prefix associated with the specified IP Prefix. A BGP Prefix must be withdrawn before it can be deleted.
认证
需要 Connected AccountTags
Delete PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_DELETE_PREFIXDelete an unapproved prefix owned by the account.需要连接
Delete an unapproved prefix owned by the account.
认证
需要 Connected AccountTags
Download LOA DocumentCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_DOWNLOAD_LOA_DOCUMENTDownload specified LOA document under the account.需要连接
Download specified LOA document under the account.
认证
需要 Connected AccountTags
Fetch BGP PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_FETCH_BGP_PREFIXRetrieve a single BGP Prefix according to its identifier需要连接
Retrieve a single BGP Prefix according to its identifier
认证
需要 Connected AccountTags
List BGP PrefixesCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_LIST_BGP_PREFIXESList all BGP Prefixes within the specified IP Prefix. BGP Prefixes are used to control which specific subnets are advertised to the Internet. It is possible to advertise subnets more specific than an IP Prefix by creating more specific BGP Prefixes.需要连接
List all BGP Prefixes within the specified IP Prefix. BGP Prefixes are used to control which specific subnets are advertised to the Internet. It is possible to advertise subnets more specific than an IP Prefix by creating more specific BGP Prefixes.
认证
需要 Connected AccountTags
List PrefixesCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_LIST_PREFIXESList all prefixes owned by the account.需要连接
List all prefixes owned by the account.
认证
需要 Connected AccountTags
Prefix DetailsCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_PREFIX_DETAILSList a particular prefix owned by the account.需要连接
List a particular prefix owned by the account.
认证
需要 Connected AccountTags
Update BGP PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_UPDATE_BGP_PREFIXUpdate the properties of a BGP Prefix, such as the on demand advertisement status (advertised or withdrawn).需要连接
Update the properties of a BGP Prefix, such as the on demand advertisement status (advertised or withdrawn).
认证
需要 Connected AccountTags
Update Prefix DescriptionCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_UPDATE_PREFIX_DESCRIPTIONModify the description for a prefix owned by the account.需要连接
Modify the description for a prefix owned by the account.
认证
需要 Connected AccountTags
Validate PrefixCLOUDFLARE_IP_ADDRESS_MANAGEMENT_PREFIXES_VALIDATE_PREFIXTriggers a new prefix validation. The checks are run asynchronously and include IRR, RPKI, and prefix ownership.需要连接
Triggers a new prefix validation. The checks are run asynchronously and include IRR, RPKI, and prefix ownership.
认证
需要 Connected AccountTags
Create Service BindingCLOUDFLARE_IP_ADDRESS_MANAGEMENT_SERVICE_BINDINGS_CREATE_SERVICE_BINDINGCreates a new Service Binding, routing traffic to IPs within the given CIDR to a service running on Cloudflare's network. **NOTE:** The first Service Binding created for an IP Prefix must exactly match the IP Prefix's CIDR. Subsequent Service Bindings may be created with a more-specific CIDR. Refer to the [Service Bindings Documentation](https://developers.cloudflare.com/byoip/service-bindings/) for compatibility details.需要连接
Creates a new Service Binding, routing traffic to IPs within the given CIDR to a service running on Cloudflare's network. **NOTE:** The first Service Binding created for an IP Prefix must exactly match the IP Prefix's CIDR. Subsequent Service Bindings may be created with a more-specific CIDR. Refer to the [Service Bindings Documentation](https://developers.cloudflare.com/byoip/service-bindings/) for compatibility details.
认证
需要 Connected AccountTags
Delete Service BindingCLOUDFLARE_IP_ADDRESS_MANAGEMENT_SERVICE_BINDINGS_DELETE_SERVICE_BINDINGDelete a Service Binding需要连接
Delete a Service Binding
认证
需要 Connected AccountTags
Get Service BindingCLOUDFLARE_IP_ADDRESS_MANAGEMENT_SERVICE_BINDINGS_GET_SERVICE_BINDINGFetch a single Service Binding需要连接
Fetch a single Service Binding
认证
需要 Connected AccountTags
List Service BindingsCLOUDFLARE_IP_ADDRESS_MANAGEMENT_SERVICE_BINDINGS_LIST_SERVICE_BINDINGSList the Cloudflare services this prefix is currently bound to. Traffic sent to an address within an IP prefix will be routed to the Cloudflare service of the most-specific Service Binding matching the address. **Example:** binding `192.0.2.0/24` to Cloudflare Magic Transit and `192.0.2.1/32` to the Cloudflare CDN would route traffic for `192.0.2.1` to the CDN, and traffic for all other IPs in the prefix to Cloudflare Magic Transit.需要连接
List the Cloudflare services this prefix is currently bound to. Traffic sent to an address within an IP prefix will be routed to the Cloudflare service of the most-specific Service Binding matching the address. **Example:** binding `192.0.2.0/24` to Cloudflare Magic Transit and `192.0.2.1/32` to the Cloudflare CDN would route traffic for `192.0.2.1` to the CDN, and traffic for all other IPs in the prefix to Cloudflare Magic Transit.
认证
需要 Connected AccountTags
List ServicesCLOUDFLARE_IP_ADDRESS_MANAGEMENT_SERVICE_BINDINGS_LIST_SERVICESBring-Your-Own IP (BYOIP) prefixes onboarded to Cloudflare must be bound to a service running on the Cloudflare network to enable a Cloudflare product on the IP addresses. This endpoint can be used as a reference of available services on the Cloudflare network, and their service IDs.需要连接
Bring-Your-Own IP (BYOIP) prefixes onboarded to Cloudflare must be bound to a service running on the Cloudflare network to enable a Cloudflare product on the IP addresses. This endpoint can be used as a reference of available services on the Cloudflare network, and their service IDs.
认证
需要 Connected AccountTags
Get IP OverviewCLOUDFLARE_IP_INTELLIGENCE_GET_IP_OVERVIEWGets the geolocation, ASN, infrastructure type of the ASN, and any security threat categories of an IP address. **Must provide ip query parameters.** For example, `/intel/ip?ipv4=1.1.1.1` or `/intel/ip?ipv6=2001:db8::1`.需要连接
Gets the geolocation, ASN, infrastructure type of the ASN, and any security threat categories of an IP address. **Must provide ip query parameters.** For example, `/intel/ip?ipv4=1.1.1.1` or `/intel/ip?ipv6=2001:db8::1`.
认证
需要 Connected AccountTags
Get Available IP ListsCLOUDFLARE_IP_LIST_GET_IP_LISTSReturns a list of available IP list categories (e.g., anonymizer, botnetcc, malware, tor, vpn, open_proxies). This endpoint provides metadata about which IP lists are available in the system.需要连接
Returns a list of available IP list categories (e.g., anonymizer, botnetcc, malware, tor, vpn, open_proxies). This endpoint provides metadata about which IP lists are available in the system.
认证
需要 Connected AccountTags
Cloudflare/JD Cloud IP DetailsCLOUDFLARE_IPS_CLOUDFLARE_IP_DETAILSGet IPs used on the Cloudflare/JD Cloud network, see https://www.cloudflare.com/ips for Cloudflare IPs or https://developers.cloudflare.com/china-network/reference/infrastructure/ for JD Cloud IPs.需要连接
Get IPs used on the Cloudflare/JD Cloud network, see https://www.cloudflare.com/ips for Cloudflare IPs or https://developers.cloudflare.com/china-network/reference/infrastructure/ for JD Cloud IPs.
认证
需要 Connected AccountTags
Create Keyless SSL ConfigurationCLOUDFLARE_KEYLESS_SSL_FOR_A_ZONE_CREATE_KEYLESS_SSL_CONFIGURATIONCreates a Keyless SSL configuration that allows SSL/TLS termination without exposing private keys to Cloudflare. Keys remain on your infrastructure.需要连接
Creates a Keyless SSL configuration that allows SSL/TLS termination without exposing private keys to Cloudflare. Keys remain on your infrastructure.
认证
需要 Connected AccountTags
Delete Keyless SSL ConfigurationCLOUDFLARE_KEYLESS_SSL_FOR_A_ZONE_DELETE_KEYLESS_SSL_CONFIGURATIONRemoves a Keyless SSL configuration. SSL connections will no longer use the keyless server for cryptographic operations.需要连接
Removes a Keyless SSL configuration. SSL connections will no longer use the keyless server for cryptographic operations.
认证
需要 Connected AccountTags
Edit Keyless SSL ConfigurationCLOUDFLARE_KEYLESS_SSL_FOR_A_ZONE_EDIT_KEYLESS_SSL_CONFIGURATIONThis will update attributes of a Keyless SSL. Consists of one or more of the following: host,name,port.需要连接
This will update attributes of a Keyless SSL. Consists of one or more of the following: host,name,port.
认证
需要 Connected AccountTags
Get Keyless SSL ConfigurationCLOUDFLARE_KEYLESS_SSL_FOR_A_ZONE_GET_KEYLESS_SSL_CONFIGURATIONGet details for one Keyless SSL configuration.需要连接
Get details for one Keyless SSL configuration.
认证
需要 Connected AccountTags
List Keyless SSL ConfigurationsCLOUDFLARE_KEYLESS_SSL_FOR_A_ZONE_LIST_KEYLESS_SSL_CONFIGURATIONSList all Keyless SSL configurations for a given zone.需要连接
List all Keyless SSL configurations for a given zone.
认证
需要 Connected AccountTags
Kick all participantsCLOUDFLARE_KICK_ALL_PARTICIPANTSKicks all participants from an active session for the given meeting ID.需要连接
Kicks all participants from an active session for the given meeting ID.
认证
需要 Connected AccountTags
Kick participants from an active sessionCLOUDFLARE_KICK_PARTCIPANTSKicks one or more participants from an active session using user ID or custom participant ID.需要连接
Kicks one or more participants from an active session using user ID or custom participant ID.
认证
需要 Connected AccountTags
List abuse reportsCLOUDFLARE_LIST_ABUSE_REPORTSList the abuse reports for a given account需要连接
List the abuse reports for a given account
认证
需要 Connected AccountTags
List an account entry point ruleset's versionsCLOUDFLARE_LIST_ACCOUNT_ENTRYPOINT_RULESET_VERSIONSFetches the versions of an account entry point ruleset.需要连接
Fetches the versions of an account entry point ruleset.
认证
需要 Connected AccountTags
List an account ruleset version's rules by tagCLOUDFLARE_LIST_ACCOUNT_RULESET_VERSION_RULES_BY_TAGFetches the rules of a managed account ruleset version for a given tag.需要连接
Fetches the rules of a managed account ruleset version for a given tag.
认证
需要 Connected AccountTags
List an account ruleset's versionsCLOUDFLARE_LIST_ACCOUNT_RULESET_VERSIONSFetches the versions of an account ruleset.需要连接
Fetches the versions of an account ruleset.
认证
需要 Connected AccountTags
List account rulesetsCLOUDFLARE_LIST_ACCOUNT_RULESETSFetches all rulesets at the account level.需要连接
Fetches all rulesets at the account level.
认证
需要 Connected AccountTags
List all allowlist prefixes.CLOUDFLARE_LIST_ALLOWLIST_PREFIXES_FOR_ACCOUNTList all allowlist prefixes for an account.需要连接
List all allowlist prefixes for an account.
认证
需要 Connected AccountTags
List all application versionsCLOUDFLARE_LIST_APPLICATION_VERSIONSReturns all versions for this application需要连接
Returns all versions for this application
认证
需要 Connected AccountTags
List Applications associated with your accountCLOUDFLARE_LIST_APPLICATIONSLists all the applications that are associated with your account需要连接
Lists all the applications that are associated with your account
认证
需要 Connected AccountTags
List applicationsCLOUDFLARE_LIST_APPLICATIONS_V2Returns a list of available applications with use cases and permissions.需要连接
Returns a list of available applications with use cases and permissions.
认证
需要 Connected AccountTags
List additional audio tracks on a videoCLOUDFLARE_LIST_AUDIO_TRACKSLists additional audio tracks on a video. Note this API will not return information for audio attached to the video upload.需要连接
Lists additional audio tracks on a video. Note this API will not return information for audio attached to the video upload.
认证
需要 Connected AccountTags
List build tokensCLOUDFLARE_LIST_BUILD_TOKENSGet all build tokens with pagination需要连接
Get all build tokens with pagination
认证
需要 Connected AccountTags
List builds by scriptCLOUDFLARE_LIST_BUILDS_BY_SCRIPTGet all builds for a specific worker script with pagination需要连接
Get all builds for a specific worker script with pagination
认证
需要 Connected AccountTags
List R2 catalogsCLOUDFLARE_LIST_CATALOGSReturns a list of R2 buckets that have been enabled as Apache Iceberg catalogs for the specified account. Each catalog represents an R2 bucket configured to store Iceberg metadata and data files.需要连接
Returns a list of R2 buckets that have been enabled as Apache Iceberg catalogs for the specified account. Each catalog represents an R2 bucket configured to store Iceberg metadata and data files.
认证
需要 Connected AccountTags
List available target environmentsCLOUDFLARE_LIST_CLIENT_TARGET_ENVIRONMENTSRetrieves a list of all available target environments with their display names. This endpoint is in Beta.需要连接
Retrieves a list of all available target environments with their display names. This endpoint is in Beta.
认证
需要 Connected AccountTags
List client versionsCLOUDFLARE_LIST_CLIENT_VERSIONSLists available WARP client versions for a specific target environment and release track. This endpoint is in Beta.需要连接
Lists available WARP client versions for a specific target environment and release track. This endpoint is in Beta.
认证
需要 Connected AccountTags
List existing CNI objectsCLOUDFLARE_LIST_CNISList existing CNI objects需要连接
List existing CNI objects
认证
需要 Connected AccountTags
List container instancesCLOUDFLARE_LIST_CONTAINER_INSTANCESLists container instances for an application, including control-plane details and any associated deployment/placement information.需要连接
Lists container instances for an application, including control-plane details and any associated deployment/placement information.
认证
需要 Connected AccountTags
List DLP content findingsCLOUDFLARE_LIST_CONTENT_ASSETSList DLP content findings需要连接
List DLP content findings
认证
需要 Connected AccountTags
List Credential SetsCLOUDFLARE_LIST_CREDENTIAL_SETSReturns all credential sets for the account.需要连接
Returns all credential sets for the account.
认证
需要 Connected AccountTags
List CredentialsCLOUDFLARE_LIST_CREDENTIALSReturns all credentials within a credential set.需要连接
Returns all credentials within a credential set.
认证
需要 Connected AccountTags
List deploy hooksCLOUDFLARE_LIST_DEPLOY_HOOKSGet all deploy hooks for a specific worker script.需要连接
Get all deploy hooks for a specific worker script.
认证
需要 Connected AccountTags
List deployment groupsCLOUDFLARE_LIST_DEPLOYMENT_GROUPSLists all deployment groups for an account. Use deployment groups to assign target WARP client versions to specific devices. This endpoint is in Beta.需要连接
Lists all deployment groups for an account. Use deployment groups to assign target WARP client versions to specific devices. This endpoint is in Beta.
认证
需要 Connected AccountTags
List devicesCLOUDFLARE_LIST_DEVICESLists WARP devices.需要连接
Lists WARP devices.
认证
需要 Connected AccountTags
List DEX RulesCLOUDFLARE_LIST_DEX_RULESList DEX Rules.需要连接
List DEX Rules.
认证
需要 Connected AccountTags
List all DNS Protection rules.CLOUDFLARE_LIST_DNS_PROTECTION_RULES_FOR_ACCOUNTList all DNS Protection rules for an account.需要连接
List all DNS Protection rules for an account.
认证
需要 Connected AccountTags
List abuse report emailsCLOUDFLARE_LIST_EMAILSList emails sent to the customer for an abuse report. Returns all successful customer emails sent for the specified abuse report. Does not include emails sent to hosts or submitters.需要连接
List emails sent to the customer for an abuse report. Returns all successful customer emails sent for the specified abuse report. Does not include emails sent to hosts or submitters.
认证
需要 Connected AccountTags
List environment variablesCLOUDFLARE_LIST_ENVIRONMENT_VARIABLESGet all environment variables for a trigger需要连接
Get all environment variables for a trigger
认证
需要 Connected AccountTags
List all export jobsCLOUDFLARE_LIST_EXPORT_JOBSList all export jobs for a given requestor's organization需要连接
List all export jobs for a given requestor's organization
认证
需要 Connected AccountTags
List instances of a findingCLOUDFLARE_LIST_FINDING_INSTANCESLists all security finding instances for a given security finding.需要连接
Lists all security finding instances for a given security finding.
认证
需要 Connected AccountTags
List all finding typesCLOUDFLARE_LIST_FINDING_TYPESList all available finding types with pagination support.需要连接
List all available finding types with pagination support.
认证
需要 Connected AccountTags
List posture findingsCLOUDFLARE_LIST_FINDINGSList all security findings that have been identified as being problematic. This will return a list of findings regardless if they have been ignored or not.需要连接
List all security findings that have been identified as being problematic. This will return a list of findings regardless if they have been ignored or not.
认证
需要 Connected AccountTags
List HyperdrivesCLOUDFLARE_LIST_HYPERDRIVEReturns a list of Hyperdrives.需要连接
Returns a list of Hyperdrives.
认证
需要 Connected AccountTags
Get the list of configured registries in the accountCLOUDFLARE_LIST_IMAGE_REGISTRIESGet the list of configured registries in the account需要连接
Get the list of configured registries in the account
认证
需要 Connected AccountTags
List integrationsCLOUDFLARE_LIST_INTEGRATIONS_V2Returns a paginated list of integrations for the account.需要连接
Returns a paginated list of integrations for the account.
认证
需要 Connected AccountTags
List existing interconnectsCLOUDFLARE_LIST_INTERCONNECTSList existing interconnects需要连接
List existing interconnects
认证
需要 Connected AccountTags
List IP profilesCLOUDFLARE_LIST_IP_PROFILESLists WARP Device IP profiles.需要连接
Lists WARP Device IP profiles.
认证
需要 Connected AccountTags
List Managed TransformsCLOUDFLARE_LIST_MANAGED_TRANSFORMSFetches a list of all Managed Transforms.需要连接
Fetches a list of all Managed Transforms.
认证
需要 Connected AccountTags
List abuse report mitigationsCLOUDFLARE_LIST_MITIGATIONSList mitigations done to remediate the abuse report.需要连接
List mitigations done to remediate the abuse report.
认证
需要 Connected AccountTags
List namespaces in catalogCLOUDFLARE_LIST_NAMESPACESReturns a list of namespaces in the specified R2 catalog. Supports hierarchical filtering and pagination for efficient traversal of large namespace hierarchies.需要连接
Returns a list of namespaces in the specified R2 catalog. Supports hierarchical filtering and pagination for efficient traversal of large namespace hierarchies.
认证
需要 Connected AccountTags
List all prefixes.CLOUDFLARE_LIST_PREFIXES_FOR_ACCOUNTList all prefixes for an account.需要连接
List all prefixes for an account.
认证
需要 Connected AccountTags
List registrationsCLOUDFLARE_LIST_REGISTRATIONSLists WARP registrations.需要连接
Lists WARP registrations.
认证
需要 Connected AccountTags
List remediation jobsCLOUDFLARE_LIST_REMEDIATION_JOBSList all remediation jobs tied to a specific Cloudflare Account. Note that `cursor` and `page` are mutually exclusive.需要连接
List all remediation jobs tied to a specific Cloudflare Account. Note that `cursor` and `page` are mutually exclusive.
认证
需要 Connected AccountTags
List ScansCLOUDFLARE_LIST_SCANSReturns all scans for the account.需要连接
Returns all scans for the account.
认证
需要 Connected AccountTags
Retrieve a list of all slots matching the specified parametersCLOUDFLARE_LIST_SLOTSRetrieve a list of all slots matching the specified parameters需要连接
Retrieve a list of all slots matching the specified parameters
认证
需要 Connected AccountTags
List all SYN Protection filters.CLOUDFLARE_LIST_SYN_PROTECTION_FILTERS_FOR_ACCOUNTList all SYN Protection filters for an account.需要连接
List all SYN Protection filters for an account.
认证
需要 Connected AccountTags
List all SYN Protection rules.CLOUDFLARE_LIST_SYN_PROTECTION_RULES_FOR_ACCOUNTList all SYN Protection rules for an account.需要连接
List all SYN Protection rules for an account.
认证
需要 Connected AccountTags
List tables in namespaceCLOUDFLARE_LIST_TABLESReturns a list of tables in the specified namespace within an R2 catalog. Supports pagination for efficient traversal of large table collections.需要连接
Returns a list of tables in the specified namespace within an R2 catalog. Supports pagination for efficient traversal of large table collections.
认证
需要 Connected AccountTags
List Target EnvironmentsCLOUDFLARE_LIST_TARGET_ENVIRONMENTSReturns all target environments for the account.需要连接
Returns all target environments for the account.
认证
需要 Connected AccountTags
List all TCP Flow Protection filters.CLOUDFLARE_LIST_TCP_FLOW_PROTECTION_FILTERS_FOR_ACCOUNTList all TCP Flow Protection filters for an account.需要连接
List all TCP Flow Protection filters for an account.
认证
需要 Connected AccountTags
List all TCP Flow Protection rules.CLOUDFLARE_LIST_TCP_FLOW_PROTECTION_RULES_FOR_ACCOUNTList all TCP Flow Protection rules for an account.需要连接
List all TCP Flow Protection rules for an account.
认证
需要 Connected AccountTags
List triggers by scriptCLOUDFLARE_LIST_TRIGGERS_BY_SCRIPTGet all triggers for a specific worker script需要连接
Get all triggers for a specific worker script
认证
需要 Connected AccountTags
List WARP change events.CLOUDFLARE_LIST_WARP_CHANGE_EVENTSList WARP configuration and enablement toggle change events by device.需要连接
List WARP configuration and enablement toggle change events by device.
认证
需要 Connected AccountTags
List webhook configurationsCLOUDFLARE_LIST_WEBHOOKSRetrieves all webhook configurations for the authenticated account. Returns an array of webhook configurations that can be used to send finding notifications.需要连接
Retrieves all webhook configurations for the authenticated account. Returns an array of webhook configurations that can be used to send finding notifications.
认证
需要 Connected AccountTags
List VersionsCLOUDFLARE_LIST_WORKER_VERSIONSList all versions for a Worker.需要连接
List all versions for a Worker.
认证
需要 Connected AccountTags
List WorkersCLOUDFLARE_LIST_WORKERSList all Workers for an account.需要连接
List all Workers for an account.
认证
需要 Connected AccountTags
List a zone entry point ruleset's versionsCLOUDFLARE_LIST_ZONE_ENTRYPOINT_RULESET_VERSIONSFetches the versions of a zone entry point ruleset.需要连接
Fetches the versions of a zone entry point ruleset.
认证
需要 Connected AccountTags
List a zone ruleset version's rules by tagCLOUDFLARE_LIST_ZONE_RULESET_VERSION_RULES_BY_TAGFetches the rules of a managed zone ruleset version for a given tag.需要连接
Fetches the rules of a managed zone ruleset version for a given tag.
认证
需要 Connected AccountTags
List a zone ruleset's versionsCLOUDFLARE_LIST_ZONE_RULESET_VERSIONSFetches the versions of a zone ruleset.需要连接
Fetches the versions of a zone ruleset.
认证
需要 Connected AccountTags
List zone rulesetsCLOUDFLARE_LIST_ZONE_RULESETSFetches all rulesets at the zone level.需要连接
Fetches all rulesets at the zone level.
认证
需要 Connected AccountTags
List zone snippet rulesCLOUDFLARE_LIST_ZONE_SNIPPET_RULESFetches all snippet rules belonging to the zone.需要连接
Fetches all snippet rules belonging to the zone.
认证
需要 Connected AccountTags
List zone snippetsCLOUDFLARE_LIST_ZONE_SNIPPETSFetches all snippets belonging to the zone.需要连接
Fetches all snippets belonging to the zone.
认证
需要 Connected AccountTags
Create a listCLOUDFLARE_LISTS_CREATE_A_LISTCreates a new list of the specified kind.需要连接
Creates a new list of the specified kind.
认证
需要 Connected AccountTags
Create list itemsCLOUDFLARE_LISTS_CREATE_LIST_ITEMSAppends new items to the list. This operation is asynchronous. To get current the operation status, invoke the `Get bulk operation status` endpoint with the returned `operation_id`. There is a limit of 1 pending bulk operation per account. If an outstanding bulk operation is in progress, the request will be rejected.需要连接
Appends new items to the list. This operation is asynchronous. To get current the operation status, invoke the `Get bulk operation status` endpoint with the returned `operation_id`. There is a limit of 1 pending bulk operation per account. If an outstanding bulk operation is in progress, the request will be rejected.
认证
需要 Connected AccountTags
Delete a listCLOUDFLARE_LISTS_DELETE_A_LISTDeletes a specific list and all its items.需要连接
Deletes a specific list and all its items.
认证
需要 Connected AccountTags
Delete list itemsCLOUDFLARE_LISTS_DELETE_LIST_ITEMSRemoves one or more items from a list. This operation is asynchronous. To get current the operation status, invoke the `Get bulk operation status` endpoint with the returned `operation_id`. There is a limit of 1 pending bulk operation per account. If an outstanding bulk operation is in progress, the request will be rejected.需要连接
Removes one or more items from a list. This operation is asynchronous. To get current the operation status, invoke the `Get bulk operation status` endpoint with the returned `operation_id`. There is a limit of 1 pending bulk operation per account. If an outstanding bulk operation is in progress, the request will be rejected.
认证
需要 Connected AccountTags
Get a listCLOUDFLARE_LISTS_GET_A_LISTFetches the details of a list.需要连接
Fetches the details of a list.
认证
需要 Connected AccountTags
Get a list itemCLOUDFLARE_LISTS_GET_A_LIST_ITEMFetches a list item in the list.需要连接
Fetches a list item in the list.
认证
需要 Connected AccountTags
Get bulk operation statusCLOUDFLARE_LISTS_GET_BULK_OPERATION_STATUSGets the current status of an asynchronous operation on a list. The `status` property can have one of the following values: `pending`, `running`, `completed`, or `failed`. If the status is `failed`, the `error` property will contain a message describing the error.需要连接
Gets the current status of an asynchronous operation on a list. The `status` property can have one of the following values: `pending`, `running`, `completed`, or `failed`. If the status is `failed`, the `error` property will contain a message describing the error.
认证
需要 Connected AccountTags
Get list itemsCLOUDFLARE_LISTS_GET_LIST_ITEMSFetches all the items in the list.需要连接
Fetches all the items in the list.
认证
需要 Connected AccountTags
Get listsCLOUDFLARE_LISTS_GET_LISTSFetches all lists in the account.需要连接
Fetches all lists in the account.
认证
需要 Connected AccountTags
Update a listCLOUDFLARE_LISTS_UPDATE_A_LISTUpdates the description of a list.需要连接
Updates the description of a list.
认证
需要 Connected AccountTags
Update all list itemsCLOUDFLARE_LISTS_UPDATE_ALL_LIST_ITEMSRemoves all existing items from the list and adds the provided items to the list. This operation is asynchronous. To get current the operation status, invoke the `Get bulk operation status` endpoint with the returned `operation_id`. There is a limit of 1 pending bulk operation per account. If an outstanding bulk operation is in progress, the request will be rejected.需要连接
Removes all existing items from the list and adds the provided items to the list. This operation is asynchronous. To get current the operation status, invoke the `Get bulk operation status` endpoint with the returned `operation_id`. There is a limit of 1 pending bulk operation per account. If an outstanding bulk operation is in progress, the request will be rejected.
认证
需要 Connected AccountTags
Fetch livestream session details for a meetingCLOUDFLARE_LIVESTREAM_SESSION_DETAILSReturns livestream session details for the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.需要连接
Returns livestream session details for the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.
认证
需要 Connected AccountTags
List Healthcheck EventsCLOUDFLARE_LOAD_BALANCER_HEALTHCHECK_EVENTS_LIST_HEALTHCHECK_EVENTSList origin health changes.需要连接
List origin health changes.
认证
需要 Connected AccountTags
Create MonitorCLOUDFLARE_LOAD_BALANCER_MONITORS_CREATE_MONITORCreate a configured monitor.需要连接
Create a configured monitor.
认证
需要 Connected AccountTags
Delete MonitorCLOUDFLARE_LOAD_BALANCER_MONITORS_DELETE_MONITORDelete a configured monitor.需要连接
Delete a configured monitor.
认证
需要 Connected AccountTags
List Monitor ReferencesCLOUDFLARE_LOAD_BALANCER_MONITORS_LIST_MONITOR_REFERENCESGet the list of resources that reference the provided monitor.需要连接
Get the list of resources that reference the provided monitor.
认证
需要 Connected AccountTags
List MonitorsCLOUDFLARE_LOAD_BALANCER_MONITORS_LIST_MONITORSList configured monitors for a user.需要连接
List configured monitors for a user.
认证
需要 Connected AccountTags
Monitor DetailsCLOUDFLARE_LOAD_BALANCER_MONITORS_MONITOR_DETAILSList a single configured monitor for a user.需要连接
List a single configured monitor for a user.
认证
需要 Connected AccountTags
Patch MonitorCLOUDFLARE_LOAD_BALANCER_MONITORS_PATCH_MONITORApply changes to an existing monitor, overwriting the supplied properties.需要连接
Apply changes to an existing monitor, overwriting the supplied properties.
认证
需要 Connected AccountTags
Preview MonitorCLOUDFLARE_LOAD_BALANCER_MONITORS_PREVIEW_MONITORPreview pools using the specified monitor with provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.需要连接
Preview pools using the specified monitor with provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.
认证
需要 Connected AccountTags
Preview ResultCLOUDFLARE_LOAD_BALANCER_MONITORS_PREVIEW_RESULTGet the result of a previous preview operation using the provided preview_id.需要连接
Get the result of a previous preview operation using the provided preview_id.
认证
需要 Connected AccountTags
Update MonitorCLOUDFLARE_LOAD_BALANCER_MONITORS_UPDATE_MONITORModify a configured monitor.需要连接
Modify a configured monitor.
认证
需要 Connected AccountTags
Create PoolCLOUDFLARE_LOAD_BALANCER_POOLS_CREATE_POOLCreate a new pool.需要连接
Create a new pool.
认证
需要 Connected AccountTags
Delete PoolCLOUDFLARE_LOAD_BALANCER_POOLS_DELETE_POOLDelete a configured pool.需要连接
Delete a configured pool.
认证
需要 Connected AccountTags
List Pool ReferencesCLOUDFLARE_LOAD_BALANCER_POOLS_LIST_POOL_REFERENCESGet the list of resources that reference the provided pool.需要连接
Get the list of resources that reference the provided pool.
认证
需要 Connected AccountTags
List PoolsCLOUDFLARE_LOAD_BALANCER_POOLS_LIST_POOLSList configured pools.需要连接
List configured pools.
认证
需要 Connected AccountTags
Patch PoolCLOUDFLARE_LOAD_BALANCER_POOLS_PATCH_POOLApply changes to an existing pool, overwriting the supplied properties.需要连接
Apply changes to an existing pool, overwriting the supplied properties.
认证
需要 Connected AccountTags
Patch PoolsCLOUDFLARE_LOAD_BALANCER_POOLS_PATCH_POOLSApply changes to a number of existing pools, overwriting the supplied properties. Pools are ordered by ascending `name`. Returns the list of affected pools. Supports the standard pagination query parameters, either `limit`/`offset` or `per_page`/`page`.需要连接
Apply changes to a number of existing pools, overwriting the supplied properties. Pools are ordered by ascending `name`. Returns the list of affected pools. Supports the standard pagination query parameters, either `limit`/`offset` or `per_page`/`page`.
认证
需要 Connected AccountTags
Pool DetailsCLOUDFLARE_LOAD_BALANCER_POOLS_POOL_DETAILSFetch a single configured pool.需要连接
Fetch a single configured pool.
认证
需要 Connected AccountTags
Pool Health DetailsCLOUDFLARE_LOAD_BALANCER_POOLS_POOL_HEALTH_DETAILSFetch the latest pool health status for a single pool.需要连接
Fetch the latest pool health status for a single pool.
认证
需要 Connected AccountTags
Preview PoolCLOUDFLARE_LOAD_BALANCER_POOLS_PREVIEW_POOLPreview pool health using provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.需要连接
Preview pool health using provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results.
认证
需要 Connected AccountTags
Update PoolCLOUDFLARE_LOAD_BALANCER_POOLS_UPDATE_POOLModify a configured pool.需要连接
Modify a configured pool.
认证
需要 Connected AccountTags
Get RegionCLOUDFLARE_LOAD_BALANCER_REGIONS_GET_REGIONGet a single region mapping.需要连接
Get a single region mapping.
认证
需要 Connected AccountTags
List RegionsCLOUDFLARE_LOAD_BALANCER_REGIONS_LIST_REGIONSList all region mappings.需要连接
List all region mappings.
认证
需要 Connected AccountTags
Create Load BalancerCLOUDFLARE_LOAD_BALANCERS_CREATE_LOAD_BALANCERCreate a new load balancer.需要连接
Create a new load balancer.
认证
需要 Connected AccountTags
Delete Load BalancerCLOUDFLARE_LOAD_BALANCERS_DELETE_LOAD_BALANCERDelete a configured load balancer.需要连接
Delete a configured load balancer.
认证
需要 Connected AccountTags
List Load BalancersCLOUDFLARE_LOAD_BALANCERS_LIST_LOAD_BALANCERSList configured load balancers.需要连接
List configured load balancers.
认证
需要 Connected AccountTags
Load Balancer DetailsCLOUDFLARE_LOAD_BALANCERS_LOAD_BALANCER_DETAILSFetch a single configured load balancer.需要连接
Fetch a single configured load balancer.
认证
需要 Connected AccountTags
Patch Load BalancerCLOUDFLARE_LOAD_BALANCERS_PATCH_LOAD_BALANCERApply changes to an existing load balancer, overwriting the supplied properties.需要连接
Apply changes to an existing load balancer, overwriting the supplied properties.
认证
需要 Connected AccountTags
Update Load BalancerCLOUDFLARE_LOAD_BALANCERS_UPDATE_LOAD_BALANCERUpdate a configured load balancer.需要连接
Update a configured load balancer.
认证
需要 Connected AccountTags
List log filesCLOUDFLARE_LOGPULL_LIST_LOG_FILESLists R2 objects containing logs matching the provided query parameters.需要连接
Lists R2 objects containing logs matching the provided query parameters.
认证
需要 Connected AccountTags
Retrieve logsCLOUDFLARE_LOGPULL_RETRIEVE_LOGSReturns logs stored in R2 that match the provided query parameters.需要连接
Returns logs stored in R2 that match the provided query parameters.
认证
需要 Connected AccountTags
Delete mTLS certificateCLOUDFLARE_M_TLS_CERTIFICATE_MANAGEMENT_DELETE_M_TLS_CERTIFICATEDeletes the mTLS certificate unless the certificate is in use by one or more Cloudflare services.需要连接
Deletes the mTLS certificate unless the certificate is in use by one or more Cloudflare services.
认证
需要 Connected AccountTags
Get mTLS certificateCLOUDFLARE_M_TLS_CERTIFICATE_MANAGEMENT_GET_M_TLS_CERTIFICATEFetches a single mTLS certificate uploaded to your account. To get a certificate issued by the Cloudflare managed CA, use the [Client Certificate Details endpoint](/api/resources/client_certificates/methods/get/).需要连接
Fetches a single mTLS certificate uploaded to your account. To get a certificate issued by the Cloudflare managed CA, use the [Client Certificate Details endpoint](/api/resources/client_certificates/methods/get/).
认证
需要 Connected AccountTags
List mTLS certificate associationsCLOUDFLARE_M_TLS_CERTIFICATE_MANAGEMENT_LIST_M_TLS_CERTIFICATE_ASSOCIATIONSLists all active associations between the certificate and Cloudflare services.需要连接
Lists all active associations between the certificate and Cloudflare services.
认证
需要 Connected AccountTags
List mTLS certificatesCLOUDFLARE_M_TLS_CERTIFICATE_MANAGEMENT_LIST_M_TLS_CERTIFICATESLists all mTLS certificates uploaded to your account, such as Bring Your Own CA (BYO-CA) for mTLS. To list certificates issued by the Cloudflare managed CA, use the [List Client Certificates endpoint](/api/resources/client_certificates/methods/list/).需要连接
Lists all mTLS certificates uploaded to your account, such as Bring Your Own CA (BYO-CA) for mTLS. To list certificates issued by the Cloudflare managed CA, use the [List Client Certificates endpoint](/api/resources/client_certificates/methods/list/).
认证
需要 Connected AccountTags
Upload mTLS certificateCLOUDFLARE_M_TLS_CERTIFICATE_MANAGEMENT_UPLOAD_M_TLS_CERTIFICATEUpload a certificate that you want to use with mTLS-enabled Cloudflare services, such as Bring Your Own CA (BYO-CA) for mTLS. To create certificates issued by the Cloudflare managed CA, use the [Create Client Certificate endpoint](/api/resources/client_certificates/methods/create/).需要连接
Upload a certificate that you want to use with mTLS-enabled Cloudflare services, such as Bring Your Own CA (BYO-CA) for mTLS. To create certificates issued by the Cloudflare managed CA, use the [Create Client Certificate endpoint](/api/resources/client_certificates/methods/create/).
认证
需要 Connected AccountTags
Create a new AppCLOUDFLARE_MAGIC_ACCOUNT_APPS_ADD_APPCreates a new App for an account需要连接
Creates a new App for an account
认证
需要 Connected AccountTags
Delete Account AppCLOUDFLARE_MAGIC_ACCOUNT_APPS_DELETE_APPDeletes specific Account App.需要连接
Deletes specific Account App.
认证
需要 Connected AccountTags
List AppsCLOUDFLARE_MAGIC_ACCOUNT_APPS_LIST_APPSLists Apps associated with an account.需要连接
Lists Apps associated with an account.
认证
需要 Connected AccountTags
Update an AppCLOUDFLARE_MAGIC_ACCOUNT_APPS_PATCH_APPUpdates an Account App需要连接
Updates an Account App
认证
需要 Connected AccountTags
Update an AppCLOUDFLARE_MAGIC_ACCOUNT_APPS_UPDATE_APPUpdates an Account App需要连接
Updates an Account App
认证
需要 Connected AccountTags
Create BGP Filter ProfileCLOUDFLARE_MAGIC_BGP_CREATE_FILTER_PROFILECreates a new BGP filter profile for an account.需要连接
Creates a new BGP filter profile for an account.
认证
需要 Connected AccountTags
Delete BGP Filter ProfileCLOUDFLARE_MAGIC_BGP_DELETE_FILTER_PROFILEDeletes a BGP filter profile.需要连接
Deletes a BGP filter profile.
认证
需要 Connected AccountTags
Get BGP Filter ProfileCLOUDFLARE_MAGIC_BGP_GET_FILTER_PROFILEGets a specific BGP filter profile for an account.需要连接
Gets a specific BGP filter profile for an account.
认证
需要 Connected AccountTags
Get BGP SettingsCLOUDFLARE_MAGIC_BGP_GET_SETTINGSGets the BGP settings for an account, including the default ASN and redistribution configuration.需要连接
Gets the BGP settings for an account, including the default ASN and redistribution configuration.
认证
需要 Connected AccountTags
List BGP Filter ProfilesCLOUDFLARE_MAGIC_BGP_LIST_FILTER_PROFILESLists all BGP filter profiles for an account.需要连接
Lists all BGP filter profiles for an account.
认证
需要 Connected AccountTags
Update BGP Filter ProfileCLOUDFLARE_MAGIC_BGP_UPDATE_FILTER_PROFILEUpdates a BGP filter profile. Omitted properties are left unchanged. To clear an existing description send `description: ""`.需要连接
Updates a BGP filter profile. Omitted properties are left unchanged. To clear an existing description send `description: ""`.
认证
需要 Connected AccountTags
Update BGP SettingsCLOUDFLARE_MAGIC_BGP_UPDATE_SETTINGSModifies the BGP settings for an account, including the default ASN and redistribution configuration.需要连接
Modifies the BGP settings for an account, including the default ASN and redistribution configuration.
认证
需要 Connected AccountTags
Create CF1 Site RampsCLOUDFLARE_MAGIC_CF1_SITES_CREATE_CF1_SITE_RAMPSCreates ramps (network connections) for a CF1 Site.需要连接
Creates ramps (network connections) for a CF1 Site.
认证
需要 Connected AccountTags
Create CF1 SitesCLOUDFLARE_MAGIC_CF1_SITES_CREATE_CF1_SITESCreates new CF1 Sites for an account. Each site must have a unique name within the account.需要连接
Creates new CF1 Sites for an account. Each site must have a unique name within the account.
认证
需要 Connected AccountTags
Delete CF1 SiteCLOUDFLARE_MAGIC_CF1_SITES_DELETE_CF1_SITEDeletes a specific CF1 Site for an account.需要连接
Deletes a specific CF1 Site for an account.
认证
需要 Connected AccountTags
Delete CF1 Site RampCLOUDFLARE_MAGIC_CF1_SITES_DELETE_CF1_SITE_RAMPDeletes a specific ramp from a CF1 Site.需要连接
Deletes a specific ramp from a CF1 Site.
认证
需要 Connected AccountTags
Get CF1 SiteCLOUDFLARE_MAGIC_CF1_SITES_GET_CF1_SITEGets a specific CF1 Site for an account.需要连接
Gets a specific CF1 Site for an account.
认证
需要 Connected AccountTags
Get CF1 Site RampCLOUDFLARE_MAGIC_CF1_SITES_GET_CF1_SITE_RAMPGets a specific ramp for a CF1 Site.需要连接
Gets a specific ramp for a CF1 Site.
认证
需要 Connected AccountTags
List CF1 Site RampsCLOUDFLARE_MAGIC_CF1_SITES_LIST_CF1_SITE_RAMPSLists ramps (network connections) associated with a CF1 Site. Ramps represent GRE tunnels, IPsec tunnels, interconnects, or MCONN links.需要连接
Lists ramps (network connections) associated with a CF1 Site. Ramps represent GRE tunnels, IPsec tunnels, interconnects, or MCONN links.
认证
需要 Connected AccountTags
List CF1 SitesCLOUDFLARE_MAGIC_CF1_SITES_LIST_CF1_SITESLists CF1 Sites associated with an account. A CF1 Site represents a physical customer network location with optional geographic coordinates.需要连接
Lists CF1 Sites associated with an account. A CF1 Site represents a physical customer network location with optional geographic coordinates.
认证
需要 Connected AccountTags
Update CF1 SiteCLOUDFLARE_MAGIC_CF1_SITES_UPDATE_CF1_SITEPartially updates a specific CF1 Site for an account. Only the fields included in the request body are modified; omitted fields retain their existing values.需要连接
Partially updates a specific CF1 Site for an account. Only the fields included in the request body are modified; omitted fields retain their existing values.
认证
需要 Connected AccountTags
Create a GRE tunnelCLOUDFLARE_MAGIC_GRE_TUNNELS_CREATE_GRE_TUNNELSCreates a new GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Creates a new GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Delete GRE TunnelCLOUDFLARE_MAGIC_GRE_TUNNELS_DELETE_GRE_TUNNELDisables and removes a specific static GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Disables and removes a specific static GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
List GRE Tunnel DetailsCLOUDFLARE_MAGIC_GRE_TUNNELS_LIST_GRE_TUNNEL_DETAILSLists informtion for a specific GRE tunnel.需要连接
Lists informtion for a specific GRE tunnel.
认证
需要 Connected AccountTags
List GRE tunnelsCLOUDFLARE_MAGIC_GRE_TUNNELS_LIST_GRE_TUNNELSLists GRE tunnels associated with an account.需要连接
Lists GRE tunnels associated with an account.
认证
需要 Connected AccountTags
Update GRE TunnelCLOUDFLARE_MAGIC_GRE_TUNNELS_UPDATE_GRE_TUNNELUpdates a specific GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Updates a specific GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Update multiple GRE tunnelsCLOUDFLARE_MAGIC_GRE_TUNNELS_UPDATE_MULTIPLE_GRE_TUNNELSUpdates multiple GRE tunnels. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Updates multiple GRE tunnels. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
List interconnect DetailsCLOUDFLARE_MAGIC_INTERCONNECTS_LIST_INTERCONNECT_DETAILSLists details for a specific interconnect.需要连接
Lists details for a specific interconnect.
认证
需要 Connected AccountTags
List interconnectsCLOUDFLARE_MAGIC_INTERCONNECTS_LIST_INTERCONNECTSLists interconnects associated with an account.需要连接
Lists interconnects associated with an account.
认证
需要 Connected AccountTags
Update interconnectCLOUDFLARE_MAGIC_INTERCONNECTS_UPDATE_INTERCONNECTUpdates a specific interconnect associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Updates a specific interconnect associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Update multiple interconnectsCLOUDFLARE_MAGIC_INTERCONNECTS_UPDATE_MULTIPLE_INTERCONNECTSUpdates multiple interconnects associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Updates multiple interconnects associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Create an IPsec tunnelCLOUDFLARE_MAGIC_IPSEC_TUNNELS_CREATE_IPSEC_TUNNELSCreates a new IPsec tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Creates a new IPsec tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Delete IPsec TunnelCLOUDFLARE_MAGIC_IPSEC_TUNNELS_DELETE_IPSEC_TUNNELDisables and removes a specific static IPsec Tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Disables and removes a specific static IPsec Tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Generate Pre-Shared Key (PSK) for IPsec tunnelsCLOUDFLARE_MAGIC_IPSEC_TUNNELS_GENERATE_PRE_SHARED_KEY_PSK_FOR_IPSEC_TUNNELSGenerates a Pre-Shared Key for a specific IPsec tunnel used in the IKE session. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes. After a PSK is generated, the PSK is immediately persisted to Cloudflare's edge and cannot be retrieved later. Store the PSK in a safe place.需要连接
Generates a Pre-Shared Key for a specific IPsec tunnel used in the IKE session. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes. After a PSK is generated, the PSK is immediately persisted to Cloudflare's edge and cannot be retrieved later. Store the PSK in a safe place.
认证
需要 Connected AccountTags
List IPsec tunnel detailsCLOUDFLARE_MAGIC_IPSEC_TUNNELS_LIST_IPSEC_TUNNEL_DETAILSLists details for a specific IPsec tunnel.需要连接
Lists details for a specific IPsec tunnel.
认证
需要 Connected AccountTags
List IPsec tunnelsCLOUDFLARE_MAGIC_IPSEC_TUNNELS_LIST_IPSEC_TUNNELSLists IPsec tunnels associated with an account.需要连接
Lists IPsec tunnels associated with an account.
认证
需要 Connected AccountTags
Set Pre-Shared Keys (PSK) for IPsec tunnelsCLOUDFLARE_MAGIC_IPSEC_TUNNELS_SET_PRE_SHARED_KEYS_FOR_IPSEC_TUNNELSSets Pre-Shared Keys for multiple IPsec tunnels associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes. After PSKs are applied, they are immediately persisted to Cloudflare's edge and cannot be retrieved later. Store the PSKs in a safe place.需要连接
Sets Pre-Shared Keys for multiple IPsec tunnels associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes. After PSKs are applied, they are immediately persisted to Cloudflare's edge and cannot be retrieved later. Store the PSKs in a safe place.
认证
需要 Connected AccountTags
Update IPsec TunnelCLOUDFLARE_MAGIC_IPSEC_TUNNELS_UPDATE_IPSEC_TUNNELUpdates a specific IPsec tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Updates a specific IPsec tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Update multiple IPsec tunnelsCLOUDFLARE_MAGIC_IPSEC_TUNNELS_UPDATE_MULTIPLE_IPSEC_TUNNELSUpdate multiple IPsec tunnels associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.需要连接
Update multiple IPsec tunnels associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes.
认证
需要 Connected AccountTags
Create account configurationCLOUDFLARE_MAGIC_NETWORK_MONITORING_CONFIGURATION_CREATE_ACCOUNT_CONFIGURATIONCreate a new network monitoring configuration.需要连接
Create a new network monitoring configuration.
认证
需要 Connected AccountTags
Delete account configurationCLOUDFLARE_MAGIC_NETWORK_MONITORING_CONFIGURATION_DELETE_ACCOUNT_CONFIGURATIONDelete an existing network monitoring configuration.需要连接
Delete an existing network monitoring configuration.
认证
需要 Connected AccountTags
List account configurationCLOUDFLARE_MAGIC_NETWORK_MONITORING_CONFIGURATION_LIST_ACCOUNT_CONFIGURATIONLists default sampling, router IPs and warp devices for account.需要连接
Lists default sampling, router IPs and warp devices for account.
认证
需要 Connected AccountTags
List rules and account configurationCLOUDFLARE_MAGIC_NETWORK_MONITORING_CONFIGURATION_LIST_RULES_AND_ACCOUNT_CONFIGURATIONLists default sampling, router IPs, warp devices, and rules for account.需要连接
Lists default sampling, router IPs, warp devices, and rules for account.
认证
需要 Connected AccountTags
Update account configuration fieldsCLOUDFLARE_MAGIC_NETWORK_MONITORING_CONFIGURATION_UPDATE_ACCOUNT_CONFIGURATION_FIELDSUpdate fields in an existing network monitoring configuration.需要连接
Update fields in an existing network monitoring configuration.
认证
需要 Connected AccountTags
Update an entire account configurationCLOUDFLARE_MAGIC_NETWORK_MONITORING_CONFIGURATION_UPDATE_AN_ENTIRE_ACCOUNT_CONFIGURATIONUpdate an existing network monitoring configuration, requires the entire configuration to be updated at once.需要连接
Update an existing network monitoring configuration, requires the entire configuration to be updated at once.
认证
需要 Connected AccountTags
Create rulesCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_CREATE_RULESCreate network monitoring rules for account. Currently only supports creating a single rule per API request.需要连接
Create network monitoring rules for account. Currently only supports creating a single rule per API request.
认证
需要 Connected AccountTags
Create rules in bulkCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_CREATE_RULES_BULKCreate multiple network monitoring rules for account in a single request. Supports up to 100 rules per request. All rules in a single request must be of the same type.需要连接
Create multiple network monitoring rules for account in a single request. Supports up to 100 rules per request. All rules in a single request must be of the same type.
认证
需要 Connected AccountTags
Delete ruleCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_DELETE_RULEDelete a network monitoring rule for account.需要连接
Delete a network monitoring rule for account.
认证
需要 Connected AccountTags
Get ruleCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_GET_RULEList a single network monitoring rule for account.需要连接
List a single network monitoring rule for account.
认证
需要 Connected AccountTags
List rulesCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_LIST_RULESLists network monitoring rules for account.需要连接
Lists network monitoring rules for account.
认证
需要 Connected AccountTags
Update advertisement for ruleCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_UPDATE_ADVERTISEMENT_FOR_RULEUpdate advertisement for rule.需要连接
Update advertisement for rule.
认证
需要 Connected AccountTags
Update ruleCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_UPDATE_RULEUpdate a network monitoring rule for account.需要连接
Update a network monitoring rule for account.
认证
需要 Connected AccountTags
Update rulesCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_UPDATE_RULESUpdate network monitoring rules for account.需要连接
Update network monitoring rules for account.
认证
需要 Connected AccountTags
Update rules in bulkCLOUDFLARE_MAGIC_NETWORK_MONITORING_RULES_UPDATE_RULES_BULKUpdate multiple network monitoring rules for account in a single request. Supports up to 100 rules per request. All rules in a single request must be of the same type.需要连接
Update multiple network monitoring rules for account in a single request. Supports up to 100 rules per request. All rules in a single request must be of the same type.
认证
需要 Connected AccountTags
Generate authentication token for VPC flow logs export.CLOUDFLARE_MAGIC_NETWORK_MONITORING_VPC_FLOWS_GENERATE_AUTHENTICATION_TOKENGenerate authentication token for VPC flow logs export.需要连接
Generate authentication token for VPC flow logs export.
认证
需要 Connected AccountTags
Add buckets for full packet capturesCLOUDFLARE_MAGIC_PCAP_COLLECTION_ADD_BUCKETS_FOR_FULL_PACKET_CAPTURESAdds an AWS or GCP bucket to use with full packet captures.需要连接
Adds an AWS or GCP bucket to use with full packet captures.
认证
需要 Connected AccountTags
Create PCAP requestCLOUDFLARE_MAGIC_PCAP_COLLECTION_CREATE_PCAP_REQUESTCreate new PCAP request for account.需要连接
Create new PCAP request for account.
认证
需要 Connected AccountTags
Delete buckets for full packet capturesCLOUDFLARE_MAGIC_PCAP_COLLECTION_DELETE_BUCKETS_FOR_FULL_PACKET_CAPTURESDeletes buckets added to the packet captures API.需要连接
Deletes buckets added to the packet captures API.
认证
需要 Connected AccountTags
Download Simple PCAPCLOUDFLARE_MAGIC_PCAP_COLLECTION_DOWNLOAD_SIMPLE_PCAPDownload PCAP information into a file. Response is a binary PCAP file.需要连接
Download PCAP information into a file. Response is a binary PCAP file.
认证
需要 Connected AccountTags
Get PCAP requestCLOUDFLARE_MAGIC_PCAP_COLLECTION_GET_PCAP_REQUESTGet information for a PCAP request by id.需要连接
Get information for a PCAP request by id.
认证
需要 Connected AccountTags
List packet capture requestsCLOUDFLARE_MAGIC_PCAP_COLLECTION_LIST_PACKET_CAPTURE_REQUESTSLists all packet capture requests for an account.需要连接
Lists all packet capture requests for an account.
认证
需要 Connected AccountTags
List PCAPs Bucket OwnershipCLOUDFLARE_MAGIC_PCAP_COLLECTION_LIST_PCA_PS_BUCKET_OWNERSHIPList all buckets configured for use with PCAPs API.需要连接
List all buckets configured for use with PCAPs API.
认证
需要 Connected AccountTags
Stop full PCAPCLOUDFLARE_MAGIC_PCAP_COLLECTION_STOP_FULL_PCAPStop full PCAP.需要连接
Stop full PCAP.
认证
需要 Connected AccountTags
Validate buckets for full packet capturesCLOUDFLARE_MAGIC_PCAP_COLLECTION_VALIDATE_BUCKETS_FOR_FULL_PACKET_CAPTURESValidates buckets added to the packet captures API.需要连接
Validates buckets added to the packet captures API.
认证
需要 Connected AccountTags
Create a Redundancy GroupCLOUDFLARE_MAGIC_REDUNDANCY_GROUPS_CREATE_REDUNDANCY_GROUPCreates a new redundancy group, optionally with tunnel members.需要连接
Creates a new redundancy group, optionally with tunnel members.
认证
需要 Connected AccountTags
Delete a Redundancy GroupCLOUDFLARE_MAGIC_REDUNDANCY_GROUPS_DELETE_REDUNDANCY_GROUPDeletes a redundancy group. Member tunnels are not deleted — their redundancy_group_id is cleared.需要连接
Deletes a redundancy group. Member tunnels are not deleted — their redundancy_group_id is cleared.
认证
需要 Connected AccountTags
Get Redundancy Group DetailsCLOUDFLARE_MAGIC_REDUNDANCY_GROUPS_GET_REDUNDANCY_GROUPGets details for a specific redundancy group, including full member tunnel data.需要连接
Gets details for a specific redundancy group, including full member tunnel data.
认证
需要 Connected AccountTags
List Redundancy GroupsCLOUDFLARE_MAGIC_REDUNDANCY_GROUPS_LIST_REDUNDANCY_GROUPSLists redundancy groups associated with an account, including full member tunnel data.需要连接
Lists redundancy groups associated with an account, including full member tunnel data.
认证
需要 Connected AccountTags
Update a Redundancy GroupCLOUDFLARE_MAGIC_REDUNDANCY_GROUPS_UPDATE_REDUNDANCY_GROUPReplaces the name, description, and full set of members for an existing redundancy group.需要连接
Replaces the name, description, and full set of members for an existing redundancy group.
认证
需要 Connected AccountTags
Site ACL DetailsCLOUDFLARE_MAGIC_SITE_ACLS_ACL_DETAILSGet a specific Site ACL.需要连接
Get a specific Site ACL.
认证
需要 Connected AccountTags
Create a new Site ACLCLOUDFLARE_MAGIC_SITE_ACLS_CREATE_ACLCreates a new Site ACL.需要连接
Creates a new Site ACL.
认证
需要 Connected AccountTags
Delete Site ACLCLOUDFLARE_MAGIC_SITE_ACLS_DELETE_ACLRemove a specific Site ACL.需要连接
Remove a specific Site ACL.
认证
需要 Connected AccountTags
List Site ACLsCLOUDFLARE_MAGIC_SITE_ACLS_LIST_ACLSLists Site ACLs associated with an account.需要连接
Lists Site ACLs associated with an account.
认证
需要 Connected AccountTags
Patch Site ACLCLOUDFLARE_MAGIC_SITE_ACLS_PATCH_ACLPatch a specific Site ACL.需要连接
Patch a specific Site ACL.
认证
需要 Connected AccountTags
Update Site ACLCLOUDFLARE_MAGIC_SITE_ACLS_UPDATE_ACLUpdate a specific Site ACL.需要连接
Update a specific Site ACL.
认证
需要 Connected AccountTags
Create a new App ConfigCLOUDFLARE_MAGIC_SITE_APP_CONFIGS_ADD_APP_CONFIGCreates a new App Config for a site需要连接
Creates a new App Config for a site
认证
需要 Connected AccountTags
Delete App ConfigCLOUDFLARE_MAGIC_SITE_APP_CONFIGS_DELETE_APP_CONFIGDeletes specific App Config associated with a site.需要连接
Deletes specific App Config associated with a site.
认证
需要 Connected AccountTags
List App ConfigsCLOUDFLARE_MAGIC_SITE_APP_CONFIGS_LIST_APP_CONFIGSLists App Configs associated with a site.需要连接
Lists App Configs associated with a site.
认证
需要 Connected AccountTags
Update an App ConfigCLOUDFLARE_MAGIC_SITE_APP_CONFIGS_PATCH_APP_CONFIGUpdates an App Config for a site需要连接
Updates an App Config for a site
认证
需要 Connected AccountTags
Update an App ConfigCLOUDFLARE_MAGIC_SITE_APP_CONFIGS_UPDATE_APP_CONFIGUpdates an App Config for a site需要连接
Updates an App Config for a site
认证
需要 Connected AccountTags
Create a new Site LANCLOUDFLARE_MAGIC_SITE_LANS_CREATE_LANCreates a new Site LAN. If the site is in high availability mode, static_addressing is required along with secondary and virtual address.需要连接
Creates a new Site LAN. If the site is in high availability mode, static_addressing is required along with secondary and virtual address.
认证
需要 Connected AccountTags
Delete Site LANCLOUDFLARE_MAGIC_SITE_LANS_DELETE_LANRemove a specific Site LAN.需要连接
Remove a specific Site LAN.
认证
需要 Connected AccountTags
Site LAN DetailsCLOUDFLARE_MAGIC_SITE_LANS_LAN_DETAILSGet a specific Site LAN.需要连接
Get a specific Site LAN.
认证
需要 Connected AccountTags
List Site LANsCLOUDFLARE_MAGIC_SITE_LANS_LIST_LANSLists Site LANs associated with an account.需要连接
Lists Site LANs associated with an account.
认证
需要 Connected AccountTags
Patch Site LANCLOUDFLARE_MAGIC_SITE_LANS_PATCH_LANPatch a specific Site LAN.需要连接
Patch a specific Site LAN.
认证
需要 Connected AccountTags
Update Site LANCLOUDFLARE_MAGIC_SITE_LANS_UPDATE_LANUpdate a specific Site LAN.需要连接
Update a specific Site LAN.
认证
需要 Connected AccountTags
Create NetFlow ConfigurationCLOUDFLARE_MAGIC_SITE_NETFLOW_CONFIG_CREATE_NETFLOW_CONFIGCreates a NetFlow configuration for a site.需要连接
Creates a NetFlow configuration for a site.
认证
需要 Connected AccountTags
Delete NetFlow ConfigurationCLOUDFLARE_MAGIC_SITE_NETFLOW_CONFIG_DELETE_NETFLOW_CONFIGRemove NetFlow configuration for a site.需要连接
Remove NetFlow configuration for a site.
认证
需要 Connected AccountTags
NetFlow Configuration DetailsCLOUDFLARE_MAGIC_SITE_NETFLOW_CONFIG_DETAILSGet NetFlow configuration for a site.需要连接
Get NetFlow configuration for a site.
认证
需要 Connected AccountTags
Update NetFlow ConfigurationCLOUDFLARE_MAGIC_SITE_NETFLOW_CONFIG_PATCH_NETFLOW_CONFIGUpdates NetFlow configuration for a site.需要连接
Updates NetFlow configuration for a site.
认证
需要 Connected AccountTags
Update NetFlow ConfigurationCLOUDFLARE_MAGIC_SITE_NETFLOW_CONFIG_UPDATE_NETFLOW_CONFIGUpdates NetFlow configuration for a site (partial update).需要连接
Updates NetFlow configuration for a site (partial update).
认证
需要 Connected AccountTags
Create a new Site WANCLOUDFLARE_MAGIC_SITE_WANS_CREATE_WANCreates a new Site WAN.需要连接
Creates a new Site WAN.
认证
需要 Connected AccountTags
Delete Site WANCLOUDFLARE_MAGIC_SITE_WANS_DELETE_WANRemove a specific Site WAN.需要连接
Remove a specific Site WAN.
认证
需要 Connected AccountTags
List Site WANsCLOUDFLARE_MAGIC_SITE_WANS_LIST_WANSLists Site WANs associated with an account.需要连接
Lists Site WANs associated with an account.
认证
需要 Connected AccountTags
Patch Site WANCLOUDFLARE_MAGIC_SITE_WANS_PATCH_WANPatch a specific Site WAN.需要连接
Patch a specific Site WAN.
认证
需要 Connected AccountTags
Update Site WANCLOUDFLARE_MAGIC_SITE_WANS_UPDATE_WANUpdate a specific Site WAN.需要连接
Update a specific Site WAN.
认证
需要 Connected AccountTags
Site WAN DetailsCLOUDFLARE_MAGIC_SITE_WANS_WAN_DETAILSGet a specific Site WAN.需要连接
Get a specific Site WAN.
认证
需要 Connected AccountTags
Create a new SiteCLOUDFLARE_MAGIC_SITES_CREATE_SITECreates a new Site需要连接
Creates a new Site
认证
需要 Connected AccountTags
Delete SiteCLOUDFLARE_MAGIC_SITES_DELETE_SITERemove a specific Site.需要连接
Remove a specific Site.
认证
需要 Connected AccountTags
List SitesCLOUDFLARE_MAGIC_SITES_LIST_SITESLists Sites associated with an account. Use connectorid query param to return sites where connectorid matches either site.ConnectorID or site.SecondaryConnectorID.需要连接
Lists Sites associated with an account. Use connectorid query param to return sites where connectorid matches either site.ConnectorID or site.SecondaryConnectorID.
认证
需要 Connected AccountTags
Patch SiteCLOUDFLARE_MAGIC_SITES_PATCH_SITEPatch a specific Site.需要连接
Patch a specific Site.
认证
需要 Connected AccountTags
Site DetailsCLOUDFLARE_MAGIC_SITES_SITE_DETAILSGet a specific Site.需要连接
Get a specific Site.
认证
需要 Connected AccountTags
Update SiteCLOUDFLARE_MAGIC_SITES_UPDATE_SITEUpdate a specific Site.需要连接
Update a specific Site.
认证
需要 Connected AccountTags
Create a RouteCLOUDFLARE_MAGIC_STATIC_ROUTES_CREATE_ROUTESCreates a new Magic static route. Use `?validate_only=true` as an optional query parameter to run validation only without persisting changes.需要连接
Creates a new Magic static route. Use `?validate_only=true` as an optional query parameter to run validation only without persisting changes.
认证
需要 Connected AccountTags
Delete Many RoutesCLOUDFLARE_MAGIC_STATIC_ROUTES_DELETE_MANY_ROUTESDelete multiple Magic static routes.需要连接
Delete multiple Magic static routes.
认证
需要 Connected AccountTags
Delete RouteCLOUDFLARE_MAGIC_STATIC_ROUTES_DELETE_ROUTEDisable and remove a specific Magic static route.需要连接
Disable and remove a specific Magic static route.
认证
需要 Connected AccountTags
List RoutesCLOUDFLARE_MAGIC_STATIC_ROUTES_LIST_ROUTESList all Magic static routes.需要连接
List all Magic static routes.
认证
需要 Connected AccountTags
Route DetailsCLOUDFLARE_MAGIC_STATIC_ROUTES_ROUTE_DETAILSGet a specific Magic static route.需要连接
Get a specific Magic static route.
认证
需要 Connected AccountTags
Update Many RoutesCLOUDFLARE_MAGIC_STATIC_ROUTES_UPDATE_MANY_ROUTESUpdate multiple Magic static routes. Use `?validate_only=true` as an optional query parameter to run validation only without persisting changes. Only fields for a route that need to be changed need be provided.需要连接
Update multiple Magic static routes. Use `?validate_only=true` as an optional query parameter to run validation only without persisting changes. Only fields for a route that need to be changed need be provided.
认证
需要 Connected AccountTags
Update RouteCLOUDFLARE_MAGIC_STATIC_ROUTES_UPDATE_ROUTEUpdate a specific Magic static route. Use `?validate_only=true` as an optional query parameter to run validation only without persisting changes.需要连接
Update a specific Magic static route. Use `?validate_only=true` as an optional query parameter to run validation only without persisting changes.
认证
需要 Connected AccountTags
Create InterruptCLOUDFLARE_MCONN_CONNECTOR_INTERRUPTS_CREATECreates an interrupt for a Magic WAN Connector.需要连接
Creates an interrupt for a Magic WAN Connector.
认证
需要 Connected AccountTags
List InterruptsCLOUDFLARE_MCONN_CONNECTOR_INTERRUPTS_LISTLists interrupts for a Magic WAN Connector.需要连接
Lists interrupts for a Magic WAN Connector.
认证
需要 Connected AccountTags
Get EventCLOUDFLARE_MCONN_CONNECTOR_TELEMETRY_EVENTS_GETGets Magic WAN Connector Telemetry Event需要连接
Gets Magic WAN Connector Telemetry Event
认证
需要 Connected AccountTags
Get latest EventsCLOUDFLARE_MCONN_CONNECTOR_TELEMETRY_EVENTS_LATEST_GETGets latest Magic WAN Connector Telemetry Events需要连接
Gets latest Magic WAN Connector Telemetry Events
认证
需要 Connected AccountTags
List EventsCLOUDFLARE_MCONN_CONNECTOR_TELEMETRY_EVENTS_LISTLists Magic WAN Connector Telemetry Events需要连接
Lists Magic WAN Connector Telemetry Events
认证
需要 Connected AccountTags
Get SnapshotCLOUDFLARE_MCONN_CONNECTOR_TELEMETRY_SNAPSHOTS_GETGets Magic WAN Connector Telemetry Snapshot需要连接
Gets Magic WAN Connector Telemetry Snapshot
认证
需要 Connected AccountTags
Get latest SnapshotsCLOUDFLARE_MCONN_CONNECTOR_TELEMETRY_SNAPSHOTS_LATEST_GETGets latest Magic WAN Connector Telemetry Snapshots需要连接
Gets latest Magic WAN Connector Telemetry Snapshots
认证
需要 Connected AccountTags
List SnapshotsCLOUDFLARE_MCONN_CONNECTOR_TELEMETRY_SNAPSHOTS_LISTLists Magic WAN Connector Telemetry Snapshots需要连接
Lists Magic WAN Connector Telemetry Snapshots
认证
需要 Connected AccountTags
Create ConnectorCLOUDFLARE_MCONN_CONNECTORS_CREATECreates a Magic WAN Connector.需要连接
Creates a Magic WAN Connector.
认证
需要 Connected AccountTags
Delete ConnectorCLOUDFLARE_MCONN_CONNECTORS_DELETEDeletes a Magic WAN Connector.需要连接
Deletes a Magic WAN Connector.
认证
需要 Connected AccountTags
Edit ConnectorCLOUDFLARE_MCONN_CONNECTORS_EDITEdits properties of a Magic WAN Connector. May be used to re-provision a license key.需要连接
Edits properties of a Magic WAN Connector. May be used to re-provision a license key.
认证
需要 Connected AccountTags
Get ConnectorCLOUDFLARE_MCONN_CONNECTORS_GETGets a Magic WAN Connector.需要连接
Gets a Magic WAN Connector.
认证
需要 Connected AccountTags
List ConnectorsCLOUDFLARE_MCONN_CONNECTORS_LISTLists Magic WAN Connectors.需要连接
Lists Magic WAN Connectors.
认证
需要 Connected AccountTags
Update ConnectorCLOUDFLARE_MCONN_CONNECTORS_UPDATEUpdates properties of a Magic WAN Connector. May be used to re-provision a license key.需要连接
Updates properties of a Magic WAN Connector. May be used to re-provision a license key.
认证
需要 Connected AccountTags
Create a new MCP PortalCLOUDFLARE_MCP_PORTALS_API_CREATE_PORTALSCreates a new MCP portal for managing AI tool access through Cloudflare Access.需要连接
Creates a new MCP portal for managing AI tool access through Cloudflare Access.
认证
需要 Connected AccountTags
Create a new MCP ServerCLOUDFLARE_MCP_PORTALS_API_CREATE_SERVERSCreates a new MCP portal for managing AI tool access through Cloudflare Access.需要连接
Creates a new MCP portal for managing AI tool access through Cloudflare Access.
认证
需要 Connected AccountTags
Delete a MCP PortalCLOUDFLARE_MCP_PORTALS_API_DELETE_PORTALSDeletes an MCP portal from the account.需要连接
Deletes an MCP portal from the account.
认证
需要 Connected AccountTags
Delete a MCP ServerCLOUDFLARE_MCP_PORTALS_API_DELETE_SERVERSDeletes an MCP portal from the account.需要连接
Deletes an MCP portal from the account.
认证
需要 Connected AccountTags
Resolve the OAuth redirect_uri the admin must register at the upstreamCLOUDFLARE_MCP_PORTALS_API_EFFECTIVE_REDIRECT_URIReturns the redirect URI the gateway will actually send to the upstream OAuth provider for this (portal, server) pair. Stable for the lifetime of the configuration unless MCP-22 rollout state changes. Use this value verbatim when registering the OAuth app at the upstream.需要连接
Returns the redirect URI the gateway will actually send to the upstream OAuth provider for this (portal, server) pair. Stable for the lifetime of the configuration unless MCP-22 rollout state changes. Use this value verbatim when registering the OAuth app at the upstream.
认证
需要 Connected AccountTags
Read details of an MCP PortalCLOUDFLARE_MCP_PORTALS_API_FETCH_GATEWAYSRead the details of a single MCP Portal, including its configured servers.需要连接
Read the details of a single MCP Portal, including its configured servers.
认证
需要 Connected AccountTags
Read the details of a MCP ServerCLOUDFLARE_MCP_PORTALS_API_FETCH_SERVERSRetrieves gateway configuration for MCP portals.需要连接
Retrieves gateway configuration for MCP portals.
认证
需要 Connected AccountTags
List MCP PortalsCLOUDFLARE_MCP_PORTALS_API_LIST_PORTALSLists all MCP portals configured for the account.需要连接
Lists all MCP portals configured for the account.
认证
需要 Connected AccountTags
List MCP ServersCLOUDFLARE_MCP_PORTALS_API_LIST_SERVERSLists all MCP portals configured for the account.需要连接
Lists all MCP portals configured for the account.
认证
需要 Connected AccountTags
Sync MCP Server CapabilitiesCLOUDFLARE_MCP_PORTALS_API_SYNC_SERVERSyncs an MCP server's capabilities and returns the updated server state, including any connection errors.需要连接
Syncs an MCP server's capabilities and returns the updated server state, including any connection errors.
认证
需要 Connected AccountTags
Update a MCP PortalCLOUDFLARE_MCP_PORTALS_API_UPDATE_PORTALSUpdates an MCP portal configuration.需要连接
Updates an MCP portal configuration.
认证
需要 Connected AccountTags
Update a MCP ServerCLOUDFLARE_MCP_PORTALS_API_UPDATE_SERVERSUpdates an MCP portal configuration.需要连接
Updates an MCP portal configuration.
认证
需要 Connected AccountTags
Batch create organization membersCLOUDFLARE_MEMBERS_BATCH_CREATEBatch create multiple memberships that grant access to a specific Organization.需要连接
Batch create multiple memberships that grant access to a specific Organization.
认证
需要 Connected AccountTags
Create organization memberCLOUDFLARE_MEMBERS_CREATECreate a membership that grants access to a specific Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Create a membership that grants access to a specific Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Delete organization memberCLOUDFLARE_MEMBERS_DELETEDelete a membership to a particular Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Delete a membership to a particular Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
List organization membersCLOUDFLARE_MEMBERS_LISTList memberships for an Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
List memberships for an Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Get organization memberCLOUDFLARE_MEMBERS_RETRIEVERetrieve a single membership from an Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Retrieve a single membership from an Organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Delete Metrics ExportCLOUDFLARE_METRICS_EXPORT_DELETEDelete one resource configured for Workers Observability metrics export.需要连接
Delete one resource configured for Workers Observability metrics export.
认证
需要 Connected AccountTags
List Metrics ExportsCLOUDFLARE_METRICS_EXPORT_LISTList resources configured for Workers Observability metrics export.需要连接
List resources configured for Workers Observability metrics export.
认证
需要 Connected AccountTags
Upsert Metrics ExportsCLOUDFLARE_METRICS_EXPORT_UPSERTCreate or replace resources configured for Workers Observability metrics export.需要连接
Create or replace resources configured for Workers Observability metrics export.
认证
需要 Connected AccountTags
Create MiscategorizationCLOUDFLARE_MISCATEGORIZATION_CREATE_MISCATEGORIZATIONAllows you to submit requests to change a domain’s category. Requests that include category `169` (New Domains) or category `177` (Newly Seen) in any of `content_adds`, `content_removes`, `security_adds`, or `security_removes` will be rejected with a `400 Bad Request`. These categories are automatically managed and fall off 30 days after they are applied.需要连接
Allows you to submit requests to change a domain’s category. Requests that include category `169` (New Domains) or category `177` (Newly Seen) in any of `content_adds`, `content_removes`, `security_adds`, or `security_removes` will be rejected with a `400 Bad Request`. These categories are automatically managed and fall off 30 days after they are applied.
认证
需要 Connected AccountTags
Modify an applicationCLOUDFLARE_MODIFY_APPLICATIONModifies a single application by id.需要连接
Modifies a single application by id.
认证
需要 Connected AccountTags
Create a relayCLOUDFLARE_MOQ_RELAYS_CREATEProvisions a new MoQ relay instance. Auto-creates a publish+subscribe token and a subscribe-only token. Token values are included in the response (shown once). Config is always set to defaults (upstreams off) and cannot be supplied here — sending a non-empty `config` is rejected (21014); `null` or `{}` is accepted as absent. Use PUT to configure the relay after it exists.需要连接
Provisions a new MoQ relay instance. Auto-creates a publish+subscribe token and a subscribe-only token. Token values are included in the response (shown once). Config is always set to defaults (upstreams off) and cannot be supplied here — sending a non-empty `config` is rejected (21014); `null` or `{}` is accepted as absent. Use PUT to configure the relay after it exists.
认证
需要 Connected AccountTags
Delete a relayCLOUDFLARE_MOQ_RELAYS_DELETESoft-deletes a MoQ relay. The relay ID goes in the URL path — `DELETE /accounts/{account_id}/moq/relays/{relay_id}` — not the request body; there is no collection-level delete endpoint.需要连接
Soft-deletes a MoQ relay. The relay ID goes in the URL path — `DELETE /accounts/{account_id}/moq/relays/{relay_id}` — not the request body; there is no collection-level delete endpoint.
认证
需要 Connected AccountTags
Get a relayCLOUDFLARE_MOQ_RELAYS_GETRetrieves a single MoQ relay including config and status. Tokens are NOT included.需要连接
Retrieves a single MoQ relay including config and status. Tokens are NOT included.
认证
需要 Connected AccountTags
List relaysCLOUDFLARE_MOQ_RELAYS_LISTLists all MoQ relays for the account. Returns only metadata. Config, status, and tokens are omitted. Results are cursor-paginated (keyset on the `created` timestamp). Use `created_before` / `created_after` with the `created` value of the first/last item in a page to fetch the adjacent page. `result_info` reports the page `count` and the `total` matching the cursor filters.需要连接
Lists all MoQ relays for the account. Returns only metadata. Config, status, and tokens are omitted. Results are cursor-paginated (keyset on the `created` timestamp). Use `created_before` / `created_after` with the `created` value of the first/last item in a page to fetch the adjacent page. `result_info` reports the page `count` and the `total` matching the cursor filters.
认证
需要 Connected AccountTags
Create a tokenCLOUDFLARE_MOQ_RELAYS_TOKENS_CREATEMints a new relay-scoped token and adds it to the relay's accepted-auth registry. The token value (secret) is shown once in the response. A relay may hold up to 10 tokens; creating an 11th is rejected.需要连接
Mints a new relay-scoped token and adds it to the relay's accepted-auth registry. The token value (secret) is shown once in the response. A relay may hold up to 10 tokens; creating an 11th is rejected.
认证
需要 Connected AccountTags
Revoke a tokenCLOUDFLARE_MOQ_RELAYS_TOKENS_DELETERevokes a token by removing it from the relay's registry. crique rejects the token within the cache TTL. Idempotent — revoking an unknown token succeeds.需要连接
Revokes a token by removing it from the relay's registry. crique rejects the token within the cache TTL. Idempotent — revoking an unknown token succeeds.
认证
需要 Connected AccountTags
List tokensCLOUDFLARE_MOQ_RELAYS_TOKENS_LISTReturns metadata for every token in the relay's registry. Secrets are never returned. The dashboard derives an `expired` flag by comparing each token's `expires` to the current time.需要连接
Returns metadata for every token in the relay's registry. Secrets are never returned. The dashboard derives an `expired` flag by comparing each token's `expires` to the current time.
认证
需要 Connected AccountTags
Update a relayCLOUDFLARE_MOQ_RELAYS_UPDATEUpdates a relay's name and/or configuration. The relay ID goes in the URL path — `PUT /accounts/{account_id}/moq/relays/{relay_id}` — not the request body; there is no collection-level update endpoint. This is also the only way to set a relay's config (config cannot be set at create time). Partial updates: omitted fields are preserved; config sub-objects replace as whole objects when present.需要连接
Updates a relay's name and/or configuration. The relay ID goes in the URL path — `PUT /accounts/{account_id}/moq/relays/{relay_id}` — not the request body; there is no collection-level update endpoint. This is also the only way to set a relay's config (config cannot be set at create time). Partial updates: omitted fields are preserved; config sub-objects replace as whole objects when present.
认证
需要 Connected AccountTags
Mute all participantsCLOUDFLARE_MUTE_ALL_PARTICIPANTSMutes all participants of an active session for the given meeting ID.需要连接
Mutes all participants of an active session for the given meeting ID.
认证
需要 Connected AccountTags
Mute participants of an active sessionCLOUDFLARE_MUTE_PARTICIPANTSMutes one or more participants from an active session using user ID or custom participant ID.需要连接
Mutes one or more participants from an active session using user ID or custom participant ID.
认证
需要 Connected AccountTags
Create dispatch namespaceCLOUDFLARE_NAMESPACE_WORKER_CREATECreate a new Workers for Platforms namespace.需要连接
Create a new Workers for Platforms namespace.
认证
需要 Connected AccountTags
Delete dispatch namespaceCLOUDFLARE_NAMESPACE_WORKER_DELETE_NAMESPACEDelete a Workers for Platforms namespace.需要连接
Delete a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Delete script secretCLOUDFLARE_NAMESPACE_WORKER_DELETE_SCRIPT_SECRETRemove a secret from a script uploaded to a Workers for Platforms namespace.需要连接
Remove a secret from a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Delete Script TagCLOUDFLARE_NAMESPACE_WORKER_DELETE_SCRIPT_TAGDelete script tag for a script uploaded to a Workers for Platforms namespace.需要连接
Delete script tag for a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Delete Scripts in NamespaceCLOUDFLARE_NAMESPACE_WORKER_DELETE_SCRIPTSDelete multiple scripts from a Workers for Platforms namespace based on optional tag filters.需要连接
Delete multiple scripts from a Workers for Platforms namespace based on optional tag filters.
认证
需要 Connected AccountTags
Get dispatch namespaceCLOUDFLARE_NAMESPACE_WORKER_GET_NAMESPACEGet a Workers for Platforms namespace.需要连接
Get a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Get Script BindingsCLOUDFLARE_NAMESPACE_WORKER_GET_SCRIPT_BINDINGSFetch script bindings from a script uploaded to a Workers for Platforms namespace.需要连接
Fetch script bindings from a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Get Script ContentCLOUDFLARE_NAMESPACE_WORKER_GET_SCRIPT_CONTENTFetch script content from a script uploaded to a Workers for Platforms namespace.需要连接
Fetch script content from a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Get secret bindingCLOUDFLARE_NAMESPACE_WORKER_GET_SCRIPT_SECRETSGet a given secret binding (value omitted) on a script uploaded to a Workers for Platforms namespace.需要连接
Get a given secret binding (value omitted) on a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Get Script SettingsCLOUDFLARE_NAMESPACE_WORKER_GET_SCRIPT_SETTINGSGet script settings from a script uploaded to a Workers for Platforms namespace.需要连接
Get script settings from a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Get Script TagsCLOUDFLARE_NAMESPACE_WORKER_GET_SCRIPT_TAGSFetch tags from a script uploaded to a Workers for Platforms namespace.需要连接
Fetch tags from a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
List dispatch namespacesCLOUDFLARE_NAMESPACE_WORKER_LISTFetch a list of Workers for Platforms namespaces.需要连接
Fetch a list of Workers for Platforms namespaces.
认证
需要 Connected AccountTags
List Script SecretsCLOUDFLARE_NAMESPACE_WORKER_LIST_SCRIPT_SECRETSList secrets bound to a script uploaded to a Workers for Platforms namespace.需要连接
List secrets bound to a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
List Scripts in NamespaceCLOUDFLARE_NAMESPACE_WORKER_LIST_SCRIPTSFetch a list of scripts uploaded to a Workers for Platforms namespace.需要连接
Fetch a list of scripts uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Patch dispatch namespaceCLOUDFLARE_NAMESPACE_WORKER_PATCH_NAMESPACEPatch a Workers for Platforms namespace. Omitted fields are left unchanged.需要连接
Patch a Workers for Platforms namespace. Omitted fields are left unchanged.
认证
需要 Connected AccountTags
Patch multiple script secretsCLOUDFLARE_NAMESPACE_WORKER_PATCH_SCRIPT_SECRETS_BULKCreate, update, or delete multiple secrets on a script in a single operation using JSON Merge Patch (RFC 7396). Usage: - To create or update a secret, set its value to a secret object. - To delete a secret, set its value to `null`. - Secrets not included in the request are left unchanged.需要连接
Create, update, or delete multiple secrets on a script in a single operation using JSON Merge Patch (RFC 7396). Usage: - To create or update a secret, set its value to a secret object. - To delete a secret, set its value to `null`. - Secrets not included in the request are left unchanged.
认证
需要 Connected AccountTags
Update dispatch namespaceCLOUDFLARE_NAMESPACE_WORKER_PUT_NAMESPACEUpdate a Workers for Platforms namespace.需要连接
Update a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Add script secretCLOUDFLARE_NAMESPACE_WORKER_PUT_SCRIPT_SECRETSAdd a secret to a script uploaded to a Workers for Platforms namespace.需要连接
Add a secret to a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Put Script TagCLOUDFLARE_NAMESPACE_WORKER_PUT_SCRIPT_TAGPut a single tag on a script uploaded to a Workers for Platforms namespace.需要连接
Put a single tag on a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Put Script TagsCLOUDFLARE_NAMESPACE_WORKER_PUT_SCRIPT_TAGSPut script tags for a script uploaded to a Workers for Platforms namespace.需要连接
Put script tags for a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Delete WorkerCLOUDFLARE_NAMESPACE_WORKER_SCRIPT_DELETE_WORKERDelete a worker from a Workers for Platforms namespace. This call has no response body on a successful delete.需要连接
Delete a worker from a Workers for Platforms namespace. This call has no response body on a successful delete.
认证
需要 Connected AccountTags
Create Assets Upload SessionCLOUDFLARE_NAMESPACE_WORKER_SCRIPT_UPDATE_CREATE_ASSETS_UPLOAD_SESSIONStart uploading a collection of assets for use in a Worker version. To learn more about the direct uploads of assets, see https://developers.cloudflare.com/workers/static-assets/direct-upload/.需要连接
Start uploading a collection of assets for use in a Worker version. To learn more about the direct uploads of assets, see https://developers.cloudflare.com/workers/static-assets/direct-upload/.
认证
需要 Connected AccountTags
Worker DetailsCLOUDFLARE_NAMESPACE_WORKER_SCRIPT_WORKER_DETAILSFetch information about a script uploaded to a Workers for Platforms namespace.需要连接
Fetch information about a script uploaded to a Workers for Platforms namespace.
认证
需要 Connected AccountTags
Get Alert TypesCLOUDFLARE_NOTIFICATION_ALERT_TYPES_GET_ALERT_TYPESGets a list of all alert types for which an account is eligible.需要连接
Gets a list of all alert types for which an account is eligible.
认证
需要 Connected AccountTags
Create PagerDuty integration tokenCLOUDFLARE_NOTIFICATION_DESTINATIONS_WITH_PAGER_DUTY_CONNECT_PAGER_DUTYCreates a new token for integrating with PagerDuty.需要连接
Creates a new token for integrating with PagerDuty.
认证
需要 Connected AccountTags
Connect PagerDutyCLOUDFLARE_NOTIFICATION_DESTINATIONS_WITH_PAGER_DUTY_CONNECT_PAGER_DUTY_TOKENLinks PagerDuty with the account using the integration token.需要连接
Links PagerDuty with the account using the integration token.
认证
需要 Connected AccountTags
Delete PagerDuty ServicesCLOUDFLARE_NOTIFICATION_DESTINATIONS_WITH_PAGER_DUTY_DELETE_PAGER_DUTY_SERVICESDeletes all the PagerDuty Services connected to the account.需要连接
Deletes all the PagerDuty Services connected to the account.
认证
需要 Connected AccountTags
List PagerDuty servicesCLOUDFLARE_NOTIFICATION_DESTINATIONS_WITH_PAGER_DUTY_LIST_PAGER_DUTY_SERVICESGet a list of all configured PagerDuty services.需要连接
Get a list of all configured PagerDuty services.
认证
需要 Connected AccountTags
List HistoryCLOUDFLARE_NOTIFICATION_HISTORY_LIST_HISTORYGets a list of history records for notifications sent to an account. The records are displayed for last `x` number of days based on the zone plan (free = 30, pro = 30, biz = 30, ent = 90).需要连接
Gets a list of history records for notifications sent to an account. The records are displayed for last `x` number of days based on the zone plan (free = 30, pro = 30, biz = 30, ent = 90).
认证
需要 Connected AccountTags
Get delivery mechanism eligibilityCLOUDFLARE_NOTIFICATION_MECHANISM_ELIGIBILITY_GET_DELIVERY_MECHANISM_ELIGIBILITYGet a list of all delivery mechanism types for which an account is eligible.需要连接
Get a list of all delivery mechanism types for which an account is eligible.
认证
需要 Connected AccountTags
Create a Notification policyCLOUDFLARE_NOTIFICATION_POLICIES_CREATE_A_NOTIFICATION_POLICYCreates a new Notification policy.需要连接
Creates a new Notification policy.
认证
需要 Connected AccountTags
Delete a Notification policyCLOUDFLARE_NOTIFICATION_POLICIES_DELETE_A_NOTIFICATION_POLICYDelete a Notification policy.需要连接
Delete a Notification policy.
认证
需要 Connected AccountTags
Get a Notification policyCLOUDFLARE_NOTIFICATION_POLICIES_GET_A_NOTIFICATION_POLICYGet details for a single policy.需要连接
Get details for a single policy.
认证
需要 Connected AccountTags
List Notification policiesCLOUDFLARE_NOTIFICATION_POLICIES_LIST_NOTIFICATION_POLICIESGet a list of all Notification policies.需要连接
Get a list of all Notification policies.
认证
需要 Connected AccountTags
Show email unsubscribe detailsCLOUDFLARE_NOTIFICATION_POLICIES_SHOW_EMAIL_UNSUBSCRIBE_DETAILSShows details for unsubscribing an email address from a notification policy.需要连接
Shows details for unsubscribing an email address from a notification policy.
认证
需要 Connected AccountTags
Test a Notification policyCLOUDFLARE_NOTIFICATION_POLICIES_TEST_A_NOTIFICATION_POLICYSend a test notification for a policy to verify delivery mechanisms are working as expected.需要连接
Send a test notification for a policy to verify delivery mechanisms are working as expected.
认证
需要 Connected AccountTags
Unsubscribe email from a Notification policyCLOUDFLARE_NOTIFICATION_POLICIES_UNSUBSCRIBE_EMAIL_FROM_NOTIFICATION_POLICYUnsubscribes an email address from a notification policy.需要连接
Unsubscribes an email address from a notification policy.
认证
需要 Connected AccountTags
Update a Notification policyCLOUDFLARE_NOTIFICATION_POLICIES_UPDATE_A_NOTIFICATION_POLICYUpdate a Notification policy.需要连接
Update a Notification policy.
认证
需要 Connected AccountTags
Create SilencesCLOUDFLARE_NOTIFICATION_SILENCES_CREATE_SILENCESCreates a new silence for an account.需要连接
Creates a new silence for an account.
认证
需要 Connected AccountTags
Delete SilenceCLOUDFLARE_NOTIFICATION_SILENCES_DELETE_SILENCESDeletes an existing silence for an account.需要连接
Deletes an existing silence for an account.
认证
需要 Connected AccountTags
Get SilenceCLOUDFLARE_NOTIFICATION_SILENCES_GET_SILENCEGets a specific silence for an account.需要连接
Gets a specific silence for an account.
认证
需要 Connected AccountTags
List SilencesCLOUDFLARE_NOTIFICATION_SILENCES_LIST_SILENCESGets a list of silences for an account.需要连接
Gets a list of silences for an account.
认证
需要 Connected AccountTags
Update SilencesCLOUDFLARE_NOTIFICATION_SILENCES_UPDATE_SILENCESUpdates existing silences for an account.需要连接
Updates existing silences for an account.
认证
需要 Connected AccountTags
Create a webhookCLOUDFLARE_NOTIFICATION_WEBHOOKS_CREATE_A_WEBHOOKCreates a new webhook destination.需要连接
Creates a new webhook destination.
认证
需要 Connected AccountTags
Delete a webhookCLOUDFLARE_NOTIFICATION_WEBHOOKS_DELETE_A_WEBHOOKDelete a configured webhook destination.需要连接
Delete a configured webhook destination.
认证
需要 Connected AccountTags
Get a webhookCLOUDFLARE_NOTIFICATION_WEBHOOKS_GET_A_WEBHOOKGet details for a single webhooks destination.需要连接
Get details for a single webhooks destination.
认证
需要 Connected AccountTags
List webhooksCLOUDFLARE_NOTIFICATION_WEBHOOKS_LIST_WEBHOOKSGets a list of all configured webhook destinations.需要连接
Gets a list of all configured webhook destinations.
认证
需要 Connected AccountTags
Update a webhookCLOUDFLARE_NOTIFICATION_WEBHOOKS_UPDATE_A_WEBHOOKUpdate a webhook destination.需要连接
Update a webhook destination.
认证
需要 Connected AccountTags
Create OAuth ClientCLOUDFLARE_OAUTH_CLIENTS_CREATECreate a new OAuth client for an account.需要连接
Create a new OAuth client for an account.
认证
需要 Connected AccountTags
Delete OAuth ClientCLOUDFLARE_OAUTH_CLIENTS_DELETEDelete an OAuth client.需要连接
Delete an OAuth client.
认证
需要 Connected AccountTags
Delete Rotated OAuth Client SecretCLOUDFLARE_OAUTH_CLIENTS_DELETE_ROTATED_SECRETRemoves the old client secret after a rotation, keeping only the new one. Use this after you have updated your client configuration to use the new secret. The `has_rotated_secret` field on the client indicates whether there is an old secret to delete.需要连接
Removes the old client secret after a rotation, keeping only the new one. Use this after you have updated your client configuration to use the new secret. The `has_rotated_secret` field on the client indicates whether there is an old secret to delete.
认证
需要 Connected AccountTags
OAuth Client DetailsCLOUDFLARE_OAUTH_CLIENTS_GETGet details of a specific OAuth client.需要连接
Get details of a specific OAuth client.
认证
需要 Connected AccountTags
List OAuth ClientsCLOUDFLARE_OAUTH_CLIENTS_LISTList all OAuth clients for an account.需要连接
List all OAuth clients for an account.
认证
需要 Connected AccountTags
Rotate OAuth Client SecretCLOUDFLARE_OAUTH_CLIENTS_ROTATE_SECRETCreates a second client secret so you can update your client configuration before deleting the old one. The `has_rotated_secret` field on the client will be set to `true`.需要连接
Creates a second client secret so you can update your client configuration before deleting the old one. The `has_rotated_secret` field on the client will be set to `true`.
认证
需要 Connected AccountTags
Update OAuth ClientCLOUDFLARE_OAUTH_CLIENTS_UPDATEUpdate an existing OAuth client. Only include fields you want to update.需要连接
Update an existing OAuth client. Only include fields you want to update.
认证
需要 Connected AccountTags
List OAuth ScopesCLOUDFLARE_OAUTH_SCOPES_LISTList all available OAuth scopes. This endpoint requires authentication but has no authorization role requirements.需要连接
List all available OAuth scopes. This endpoint requires authentication but has no authorization role requirements.
认证
需要 Connected AccountTags
Apply On-rampCLOUDFLARE_ONRAMPS_APPLYApply an On-ramp (Closed Beta).需要连接
Apply an On-ramp (Closed Beta).
认证
需要 Connected AccountTags
Create On-rampCLOUDFLARE_ONRAMPS_CREATECreate a new On-ramp (Closed Beta).需要连接
Create a new On-ramp (Closed Beta).
认证
需要 Connected AccountTags
Delete On-rampCLOUDFLARE_ONRAMPS_DELETEDelete an On-ramp (Closed Beta).需要连接
Delete an On-ramp (Closed Beta).
认证
需要 Connected AccountTags
Export as TerraformCLOUDFLARE_ONRAMPS_EXPORTExport an On-ramp to terraform ready file(s) (Closed Beta).需要连接
Export an On-ramp to terraform ready file(s) (Closed Beta).
认证
需要 Connected AccountTags
List On-rampsCLOUDFLARE_ONRAMPS_LISTList On-ramps (Closed Beta).需要连接
List On-ramps (Closed Beta).
认证
需要 Connected AccountTags
Patch Magic WAN Address SpaceCLOUDFLARE_ONRAMPS_MWAN_ADDR_SPACE_PATCHUpdate the Magic WAN Address Space (Closed Beta).需要连接
Update the Magic WAN Address Space (Closed Beta).
认证
需要 Connected AccountTags
Read Magic WAN Address SpaceCLOUDFLARE_ONRAMPS_MWAN_ADDR_SPACE_READRead the Magic WAN Address Space (Closed Beta).需要连接
Read the Magic WAN Address Space (Closed Beta).
认证
需要 Connected AccountTags
Update Magic WAN Address SpaceCLOUDFLARE_ONRAMPS_MWAN_ADDR_SPACE_UPDATEUpdate the Magic WAN Address Space (Closed Beta).需要连接
Update the Magic WAN Address Space (Closed Beta).
认证
需要 Connected AccountTags
Patch On-rampCLOUDFLARE_ONRAMPS_PATCHUpdate an On-ramp (Closed Beta).需要连接
Update an On-ramp (Closed Beta).
认证
需要 Connected AccountTags
Plan On-rampCLOUDFLARE_ONRAMPS_PLANPlan an On-ramp (Closed Beta).需要连接
Plan an On-ramp (Closed Beta).
认证
需要 Connected AccountTags
Read On-rampCLOUDFLARE_ONRAMPS_READRead an On-ramp (Closed Beta).需要连接
Read an On-ramp (Closed Beta).
认证
需要 Connected AccountTags
Update On-rampCLOUDFLARE_ONRAMPS_UPDATEUpdate an On-ramp (Closed Beta).需要连接
Update an On-ramp (Closed Beta).
认证
需要 Connected AccountTags
List organizations the user has access toCLOUDFLARE_ORGANIZATION_LIST_ORGANIZATIONSRetrieve a list of organizations a particular user has access to. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Retrieve a list of organizations a particular user has access to. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
List organization sharesCLOUDFLARE_ORGANIZATION_SHARES_LISTLists all organization shares.需要连接
Lists all organization shares.
认证
需要 Connected AccountTags
Create organizationCLOUDFLARE_ORGANIZATIONS_CREATE_USER_ORGANIZATIONCreate a new organization for a user. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Create a new organization for a user. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Delete organization.CLOUDFLARE_ORGANIZATIONS_DELETEDelete an organization. The organization MUST be empty before deleting. It must not contain any sub-organizations, accounts, members or users. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/) **Access Control:** Restricted to enterprise organizations.需要连接
Delete an organization. The organization MUST be empty before deleting. It must not contain any sub-organizations, accounts, members or users. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/) **Access Control:** Restricted to enterprise organizations.
认证
需要 Connected AccountTags
Get organization accountsCLOUDFLARE_ORGANIZATIONS_GET_ACCOUNTSRetrieve a list of accounts that belong to a specific organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Retrieve a list of accounts that belong to a specific organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Get organization profileCLOUDFLARE_ORGANIZATIONS_GET_PROFILEGet an organizations profile if it exists. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Get an organizations profile if it exists. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Modify organization.CLOUDFLARE_ORGANIZATIONS_MODIFYModify organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Modify organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Modify organization profile.CLOUDFLARE_ORGANIZATIONS_MODIFY_PROFILEModify organization profile. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Modify organization profile. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Get organizationCLOUDFLARE_ORGANIZATIONS_RETRIEVERetrieve the details of a certain organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)需要连接
Retrieve the details of a certain organization. (Currently in Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
认证
需要 Connected AccountTags
Create CertificateCLOUDFLARE_ORIGIN_CA_CREATE_CERTIFICATECreate an Origin CA certificate. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).需要连接
Create an Origin CA certificate. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).
认证
需要 Connected AccountTags
Get CertificateCLOUDFLARE_ORIGIN_CA_GET_CERTIFICATEGet an existing Origin CA certificate by its serial number. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).需要连接
Get an existing Origin CA certificate by its serial number. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).
认证
需要 Connected AccountTags
List CertificatesCLOUDFLARE_ORIGIN_CA_LIST_CERTIFICATESList all existing Origin CA certificates for a given zone. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).需要连接
List all existing Origin CA certificates for a given zone. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).
认证
需要 Connected AccountTags
Revoke CertificateCLOUDFLARE_ORIGIN_CA_REVOKE_CERTIFICATERevoke an existing Origin CA certificate by its serial number. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).需要连接
Revoke an existing Origin CA certificate by its serial number. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint ([see above](#requests)).
认证
需要 Connected AccountTags
Batch delete origin cloud region mappingsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_BATCH_DELETERemoves up to 100 IP-to-cloud-region mappings in a single request. Each IP is validated independently — successfully deleted items are returned in the `succeeded` array and IPs that could not be found or are invalid are returned in the `failed` array.需要连接
Removes up to 100 IP-to-cloud-region mappings in a single request. Each IP is validated independently — successfully deleted items are returned in the `succeeded` array and IPs that could not be found or are invalid are returned in the `failed` array.
认证
需要 Connected AccountTags
Batch create or update origin cloud region mappingsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_BATCH_UPSERTAdds or updates up to 100 IP-to-cloud-region mappings in a single request. Each item is validated independently — valid items are applied and invalid items are returned in the `failed` array. The vendor and region for every item are validated against the list from `GET /zones/{zone_id}/cache/origin_cloud_regions/supported_regions`.需要连接
Adds or updates up to 100 IP-to-cloud-region mappings in a single request. Each item is validated independently — valid items are applied and invalid items are returned in the `failed` array. The vendor and region for every item are validated against the list from `GET /zones/{zone_id}/cache/origin_cloud_regions/supported_regions`.
认证
需要 Connected AccountTags
Create an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_CREATEAdds a single IP-to-cloud-region mapping for the zone. The IP must be a valid IPv4 or IPv6 address and is normalized to canonical form before storage (RFC 5952 for IPv6). Returns 400 (code 1145) if a mapping for that IP already exists — use PATCH to update an existing entry. The vendor and region are validated against the list from `GET /zones/{zone_id}/cache/origin_cloud_regions/supported_regions`.需要连接
Adds a single IP-to-cloud-region mapping for the zone. The IP must be a valid IPv4 or IPv6 address and is normalized to canonical form before storage (RFC 5952 for IPv6). Returns 400 (code 1145) if a mapping for that IP already exists — use PATCH to update an existing entry. The vendor and region are validated against the list from `GET /zones/{zone_id}/cache/origin_cloud_regions/supported_regions`.
认证
需要 Connected AccountTags
Delete an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_DELETERemoves the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup. Returns the deleted entry on success. Returns 404 (code 1163) if no mapping exists for the specified IP. When the last mapping for the zone is removed the underlying rule record is also deleted.需要连接
Removes the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup. Returns the deleted entry on success. Returns 404 (code 1163) if no mapping exists for the specified IP. When the last mapping for the zone is removed the underlying rule record is also deleted.
认证
需要 Connected AccountTags
Get an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_GETReturns the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup (RFC 5952 for IPv6). Returns 404 (code 1142) if the zone has no mappings or if the specified IP has no mapping.需要连接
Returns the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup (RFC 5952 for IPv6). Returns 404 (code 1142) if the zone has no mappings or if the specified IP has no mapping.
认证
需要 Connected AccountTags
List origin cloud region mappingsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_LISTReturns all IP-to-cloud-region mappings configured for the zone. Each mapping tells Cloudflare which cloud vendor and region hosts the origin at that IP, enabling the edge to route via the nearest Tiered Cache upper-tier co-located with that cloud provider. Returns an empty array when no mappings exist.需要连接
Returns all IP-to-cloud-region mappings configured for the zone. Each mapping tells Cloudflare which cloud vendor and region hosts the origin at that IP, enabling the edge to route via the nearest Tiered Cache upper-tier co-located with that cloud provider. Returns an empty array when no mappings exist.
认证
需要 Connected AccountTags
List supported cloud vendors and regionsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_SUPPORTED_REGIONSReturns the cloud vendors and regions that are valid values for origin cloud region mappings. Each region includes the Tiered Cache upper-tier colocation codes that will be used for cache routing when a mapping targeting that region is active. Requires the zone to have Tiered Cache enabled.需要连接
Returns the cloud vendors and regions that are valid values for origin cloud region mappings. Each region includes the Tiered Cache upper-tier colocation codes that will be used for cache routing when a mapping targeting that region is active. Requires the zone to have Tiered Cache enabled.
认证
需要 Connected AccountTags
Create or update an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_UPSERTAdds or updates a single IP-to-cloud-region mapping for the zone. Unlike POST, this operation is idempotent — if a mapping for the IP already exists it is overwritten. Returns the complete updated list of all mappings for the zone. Returns 403 (code 1164) when the zone has reached the limit of 3,500 IP mappings.需要连接
Adds or updates a single IP-to-cloud-region mapping for the zone. Unlike POST, this operation is idempotent — if a mapping for the IP already exists it is overwritten. Returns the complete updated list of all mappings for the zone. Returns 403 (code 1164) when the zone has reached the limit of 3,500 IP mappings.
认证
需要 Connected AccountTags
Batch delete origin cloud region mappingsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_BATCH_DELETERemoves up to 100 IP-to-cloud-region mappings in a single request. Each IP is validated independently — successfully deleted items are returned in the `succeeded` array and IPs that could not be found or are invalid are returned in the `failed` array.需要连接
Removes up to 100 IP-to-cloud-region mappings in a single request. Each IP is validated independently — successfully deleted items are returned in the `succeeded` array and IPs that could not be found or are invalid are returned in the `failed` array.
认证
需要 Connected AccountTags
Batch create or replace origin cloud region mappingsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_BATCH_UPSERTUpserts up to 100 IP-to-cloud-region mappings in a single request. Items in the request body are created or replaced; mappings not included in the request body are preserved unchanged (this is a merge operation, not a full collection replacement). Each item is validated independently — valid items are applied and invalid items are returned in the `failed` array. The vendor and region for every item are validated against the list from `GET /zones/{zone_id}/origin/cloud_regions/supported_regions`.需要连接
Upserts up to 100 IP-to-cloud-region mappings in a single request. Items in the request body are created or replaced; mappings not included in the request body are preserved unchanged (this is a merge operation, not a full collection replacement). Each item is validated independently — valid items are applied and invalid items are returned in the `failed` array. The vendor and region for every item are validated against the list from `GET /zones/{zone_id}/origin/cloud_regions/supported_regions`.
认证
需要 Connected AccountTags
Delete an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_DELETERemoves the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup. Returns the deleted IP on success. Returns 404 if no mapping exists for the specified IP. When the last mapping for the zone is removed the underlying rule record is also deleted.需要连接
Removes the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup. Returns the deleted IP on success. Returns 404 if no mapping exists for the specified IP. When the last mapping for the zone is removed the underlying rule record is also deleted.
认证
需要 Connected AccountTags
Get an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_GETReturns the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup (RFC 5952 for IPv6). Returns 404 if the zone has no mappings or if the specified IP has no mapping.需要连接
Returns the cloud region mapping for a single origin IP address. The IP path parameter is normalized before lookup (RFC 5952 for IPv6). Returns 404 if the zone has no mappings or if the specified IP has no mapping.
认证
需要 Connected AccountTags
List origin cloud region mappingsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_LISTReturns all IP-to-cloud-region mappings configured for the zone with pagination support. Each mapping tells Cloudflare which cloud vendor and region hosts the origin at that IP, enabling the edge to route via the nearest Tiered Cache upper-tier co-located with that cloud provider. Returns an empty array when no mappings exist.需要连接
Returns all IP-to-cloud-region mappings configured for the zone with pagination support. Each mapping tells Cloudflare which cloud vendor and region hosts the origin at that IP, enabling the edge to route via the nearest Tiered Cache upper-tier co-located with that cloud provider. Returns an empty array when no mappings exist.
认证
需要 Connected AccountTags
List supported cloud vendors and regionsCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_SUPPORTED_REGIONSReturns the cloud vendors and regions that are valid values for origin cloud region mappings. Each region includes the Tiered Cache upper-tier colocation codes that will be used for cache routing when a mapping targeting that region is active. Requires the zone to have Tiered Cache enabled.需要连接
Returns the cloud vendors and regions that are valid values for origin cloud region mappings. Each region includes the Tiered Cache upper-tier colocation codes that will be used for cache routing when a mapping targeting that region is active. Requires the zone to have Tiered Cache enabled.
认证
需要 Connected AccountTags
Create or replace an origin cloud region mappingCLOUDFLARE_ORIGIN_CLOUD_REGIONS_V2_UPSERTCreates a new IP-to-cloud-region mapping or replaces the existing mapping for the specified IP. PUT is idempotent — calling it repeatedly with the same body produces the same result. The IP path parameter is normalized to canonical form (RFC 5952 for IPv6) before storage. The vendor and region are validated against the list from `GET /zones/{zone_id}/origin/cloud_regions/supported_regions`. Returns 400 if the `origin_ip` in the body does not match the URL path parameter. Returns 403 (code 1164) when the zone has reached the limit of 3,500 IP mappings.需要连接
Creates a new IP-to-cloud-region mapping or replaces the existing mapping for the specified IP. PUT is idempotent — calling it repeatedly with the same body produces the same result. The IP path parameter is normalized to canonical form (RFC 5952 for IPv6) before storage. The vendor and region are validated against the list from `GET /zones/{zone_id}/origin/cloud_regions/supported_regions`. Returns 400 if the `origin_ip` in the body does not match the URL path parameter. Returns 403 (code 1164) when the zone has reached the limit of 3,500 IP mappings.
认证
需要 Connected AccountTags
Create a Page RuleCLOUDFLARE_PAGE_RULES_CREATE_A_PAGE_RULECreates a new Page Rule.需要连接
Creates a new Page Rule.
认证
需要 Connected AccountTags
Delete a Page RuleCLOUDFLARE_PAGE_RULES_DELETE_A_PAGE_RULEDeletes an existing Page Rule.需要连接
Deletes an existing Page Rule.
认证
需要 Connected AccountTags
Edit a Page RuleCLOUDFLARE_PAGE_RULES_EDIT_A_PAGE_RULEUpdates one or more fields of an existing Page Rule.需要连接
Updates one or more fields of an existing Page Rule.
认证
需要 Connected AccountTags
Get a Page RuleCLOUDFLARE_PAGE_RULES_GET_A_PAGE_RULEFetches the details of a Page Rule.需要连接
Fetches the details of a Page Rule.
认证
需要 Connected AccountTags
List Page RulesCLOUDFLARE_PAGE_RULES_LIST_PAGE_RULESFetches Page Rules in a zone.需要连接
Fetches Page Rules in a zone.
认证
需要 Connected AccountTags
Update a Page RuleCLOUDFLARE_PAGE_RULES_UPDATE_A_PAGE_RULEReplaces the configuration of an existing Page Rule. The configuration of the updated Page Rule will exactly match the data passed in the API request.需要连接
Replaces the configuration of an existing Page Rule. The configuration of the updated Page Rule will exactly match the data passed in the API request.
认证
需要 Connected AccountTags
Create a Page Shield policyCLOUDFLARE_PAGE_SHIELD_CREATE_POLICYCreate a Page Shield policy.需要连接
Create a Page Shield policy.
认证
需要 Connected AccountTags
Delete a Page Shield policyCLOUDFLARE_PAGE_SHIELD_DELETE_POLICYDelete a Page Shield policy by ID.需要连接
Delete a Page Shield policy by ID.
认证
需要 Connected AccountTags
Get a Page Shield connectionCLOUDFLARE_PAGE_SHIELD_GET_CONNECTIONFetches a connection detected by Page Shield by connection ID.需要连接
Fetches a connection detected by Page Shield by connection ID.
认证
需要 Connected AccountTags
Get a Page Shield cookieCLOUDFLARE_PAGE_SHIELD_GET_COOKIEFetches a cookie collected by Page Shield by cookie ID.需要连接
Fetches a cookie collected by Page Shield by cookie ID.
认证
需要 Connected AccountTags
Get a Page Shield policyCLOUDFLARE_PAGE_SHIELD_GET_POLICYFetches a Page Shield policy by ID.需要连接
Fetches a Page Shield policy by ID.
认证
需要 Connected AccountTags
Get a Page Shield scriptCLOUDFLARE_PAGE_SHIELD_GET_SCRIPTFetches a script detected by Page Shield by script ID.需要连接
Fetches a script detected by Page Shield by script ID.
认证
需要 Connected AccountTags
Get Page Shield settingsCLOUDFLARE_PAGE_SHIELD_GET_SETTINGSFetches the Page Shield settings.需要连接
Fetches the Page Shield settings.
认证
需要 Connected AccountTags
List Page Shield connectionsCLOUDFLARE_PAGE_SHIELD_LIST_CONNECTIONSLists all connections detected by Page Shield.需要连接
Lists all connections detected by Page Shield.
认证
需要 Connected AccountTags
List Page Shield CookiesCLOUDFLARE_PAGE_SHIELD_LIST_COOKIESLists all cookies collected by Page Shield.需要连接
Lists all cookies collected by Page Shield.
认证
需要 Connected AccountTags
List Page Shield policiesCLOUDFLARE_PAGE_SHIELD_LIST_POLICIESLists all Page Shield policies.需要连接
Lists all Page Shield policies.
认证
需要 Connected AccountTags
List Page Shield scriptsCLOUDFLARE_PAGE_SHIELD_LIST_SCRIPTSLists all scripts detected by Page Shield.需要连接
Lists all scripts detected by Page Shield.
认证
需要 Connected AccountTags
Update a Page Shield policyCLOUDFLARE_PAGE_SHIELD_UPDATE_POLICYUpdate a Page Shield policy by ID.需要连接
Update a Page Shield policy by ID.
认证
需要 Connected AccountTags
Update Page Shield settingsCLOUDFLARE_PAGE_SHIELD_UPDATE_SETTINGSUpdates Page Shield settings.需要连接
Updates Page Shield settings.
认证
需要 Connected AccountTags
Check missing assetsCLOUDFLARE_PAGES_ASSETS_CHECK_MISSINGCheck which of the provided file hashes are missing from the Pages asset store. Returns a list of missing hashes that need to be uploaded. Used as part of the Pages Direct Upload workflow. Authenticate with the JWT obtained from the upload-token endpoint: GET /accounts/{account_id}/pages/projects/{project_name}/upload-token需要连接
Check which of the provided file hashes are missing from the Pages asset store. Returns a list of missing hashes that need to be uploaded. Used as part of the Pages Direct Upload workflow. Authenticate with the JWT obtained from the upload-token endpoint: GET /accounts/{account_id}/pages/projects/{project_name}/upload-token
认证
需要 Connected AccountTags
Upload assetCLOUDFLARE_PAGES_ASSETS_UPLOADUpload one or more files to the Pages asset store. Each file is identified by its content hash and is uploaded using the same JSON shape as the Cloudflare KV bulk write API. Used as part of the Pages Direct Upload workflow. Authenticate with the JWT obtained from the upload-token endpoint: GET /accounts/{account_id}/pages/projects/{project_name}/upload-token需要连接
Upload one or more files to the Pages asset store. Each file is identified by its content hash and is uploaded using the same JSON shape as the Cloudflare KV bulk write API. Used as part of the Pages Direct Upload workflow. Authenticate with the JWT obtained from the upload-token endpoint: GET /accounts/{account_id}/pages/projects/{project_name}/upload-token
认证
需要 Connected AccountTags
Upsert asset hashesCLOUDFLARE_PAGES_ASSETS_UPSERT_HASHESRegister the provided file hashes as recently uploaded to the Pages asset store. Used as part of the Pages Direct Upload workflow so future deployments can avoid re-uploading files that are already present. Authenticate with the JWT obtained from the upload-token endpoint: GET /accounts/{account_id}/pages/projects/{project_name}/upload-token需要连接
Register the provided file hashes as recently uploaded to the Pages asset store. Used as part of the Pages Direct Upload workflow so future deployments can avoid re-uploading files that are already present. Authenticate with the JWT obtained from the upload-token endpoint: GET /accounts/{account_id}/pages/projects/{project_name}/upload-token
认证
需要 Connected AccountTags
Create deployment tailCLOUDFLARE_PAGES_DEPLOYMENT_CREATE_TAILStart a tail that receives logs and exception data.需要连接
Start a tail that receives logs and exception data.
认证
需要 Connected AccountTags
Delete deploymentCLOUDFLARE_PAGES_DEPLOYMENT_DELETE_DEPLOYMENTDelete a deployment.需要连接
Delete a deployment.
认证
需要 Connected AccountTags
Delete deployment tailCLOUDFLARE_PAGES_DEPLOYMENT_DELETE_TAILDeletes a tail from a Pages deployment.需要连接
Deletes a tail from a Pages deployment.
认证
需要 Connected AccountTags
Get deployment infoCLOUDFLARE_PAGES_DEPLOYMENT_GET_DEPLOYMENT_INFOFetch information about a deployment.需要连接
Fetch information about a deployment.
认证
需要 Connected AccountTags
Get deployment logsCLOUDFLARE_PAGES_DEPLOYMENT_GET_DEPLOYMENT_LOGSFetch deployment logs for a project.需要连接
Fetch deployment logs for a project.
认证
需要 Connected AccountTags
Get deploymentsCLOUDFLARE_PAGES_DEPLOYMENT_GET_DEPLOYMENTSFetch a list of project deployments.需要连接
Fetch a list of project deployments.
认证
需要 Connected AccountTags
Retry deploymentCLOUDFLARE_PAGES_DEPLOYMENT_RETRY_DEPLOYMENTRetry a previous deployment.需要连接
Retry a previous deployment.
认证
需要 Connected AccountTags
Rollback deploymentCLOUDFLARE_PAGES_DEPLOYMENT_ROLLBACK_DEPLOYMENTRollback the production deployment to a previous deployment. You can only rollback to succesful builds on production.需要连接
Rollback the production deployment to a previous deployment. You can only rollback to succesful builds on production.
认证
需要 Connected AccountTags
Add domainCLOUDFLARE_PAGES_DOMAINS_ADD_DOMAINAdd a new domain for the Pages project.需要连接
Add a new domain for the Pages project.
认证
需要 Connected AccountTags
Delete domainCLOUDFLARE_PAGES_DOMAINS_DELETE_DOMAINDelete a Pages project's domain.需要连接
Delete a Pages project's domain.
认证
需要 Connected AccountTags
Get domainCLOUDFLARE_PAGES_DOMAINS_GET_DOMAINFetch a single domain.需要连接
Fetch a single domain.
认证
需要 Connected AccountTags
Get domainsCLOUDFLARE_PAGES_DOMAINS_GET_DOMAINSFetch a list of all domains associated with a Pages project.需要连接
Fetch a list of all domains associated with a Pages project.
认证
需要 Connected AccountTags
Patch domainCLOUDFLARE_PAGES_DOMAINS_PATCH_DOMAINRetry the validation status of a single domain.需要连接
Retry the validation status of a single domain.
认证
需要 Connected AccountTags
Connect project sourceCLOUDFLARE_PAGES_PROJECT_CONNECT_PROJECT_SOURCEConnect a Git repository source to an existing Pages project.需要连接
Connect a Git repository source to an existing Pages project.
认证
需要 Connected AccountTags
Create projectCLOUDFLARE_PAGES_PROJECT_CREATE_PROJECTCreate a new project.需要连接
Create a new project.
认证
需要 Connected AccountTags
Delete projectCLOUDFLARE_PAGES_PROJECT_DELETE_PROJECTDelete a project by name.需要连接
Delete a project by name.
认证
需要 Connected AccountTags
Disconnect project sourceCLOUDFLARE_PAGES_PROJECT_DISCONNECT_PROJECT_SOURCEDisconnect the Git repository source from an existing Pages project.需要连接
Disconnect the Git repository source from an existing Pages project.
认证
需要 Connected AccountTags
Get projectCLOUDFLARE_PAGES_PROJECT_GET_PROJECTFetch a project by name.需要连接
Fetch a project by name.
认证
需要 Connected AccountTags
Get projectsCLOUDFLARE_PAGES_PROJECT_GET_PROJECTSFetch a list of all user projects.需要连接
Fetch a list of all user projects.
认证
需要 Connected AccountTags
Get upload tokenCLOUDFLARE_PAGES_PROJECT_GET_UPLOAD_TOKENGet a short-lived JWT for Pages Direct Upload asset operations.需要连接
Get a short-lived JWT for Pages Direct Upload asset operations.
认证
需要 Connected AccountTags
Update projectCLOUDFLARE_PAGES_PROJECT_UPDATE_PROJECTSet new attributes for an existing project. Modify environment variables. To delete an environment variable, set the key to null.需要连接
Set new attributes for an existing project. Modify environment variables. To delete an environment variable, set the key to null.
认证
需要 Connected AccountTags
Purge build cacheCLOUDFLARE_PAGES_PURGE_BUILD_CACHEPurge all cached build artifacts for a Pages project需要连接
Purge all cached build artifacts for a Pages project
认证
需要 Connected AccountTags
Get Passive DNS by IPCLOUDFLARE_PASSIVE_DNS_BY_IP_GET_PASSIVE_DNS_BY_IPGets a list of all the domains that have resolved to a specific IP address.需要连接
Gets a list of all the domains that have resolved to a specific IP address.
认证
需要 Connected AccountTags
Update alerts on submitted domains by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_ALERTSReturn a success message after updating alerts on submitted domains by ID需要连接
Return a success message after updating alerts on submitted domains by ID
认证
需要 Connected AccountTags
Update verification statuses of tracked URLs to awaiting by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_ALERTS_CLEARReturn a success message after updating verification statuses of tracked URLs to awaiting by ID需要连接
Return a success message after updating verification statuses of tracked URLs to awaiting by ID
认证
需要 Connected AccountTags
Update verification statuses of tracked URLs to disproven by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_ALERTS_REFUTEReturn a success message after updating verification statuses of tracked URLs to disproven by ID需要连接
Return a success message after updating verification statuses of tracked URLs to disproven by ID
认证
需要 Connected AccountTags
Update verification statuses of tracked URLs to confirmed by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_ALERTS_VERIFYReturn a success message after updating verification statuses of tracked URLs to confirmed by ID需要连接
Return a success message after updating verification statuses of tracked URLs to confirmed by ID
认证
需要 Connected AccountTags
Update verification statuses of submitted URLs to awaiting by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_CLEARReturn a success message after updating verification statuses of submitted URLs to awaiting by ID需要连接
Return a success message after updating verification statuses of submitted URLs to awaiting by ID
认证
需要 Connected AccountTags
Update saved string queries by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_QUERIESUpdate a saved query's tag, scan setting, or string_matches (pattern). When string_matches is provided, the query parameters and hash are updated. At least one of tag, scan, or string_matches is required.需要连接
Update a saved query's tag, scan setting, or string_matches (pattern). When string_matches is provided, the query parameters and hash are updated. At least one of tag, scan, or string_matches is required.
认证
需要 Connected AccountTags
Update verification statuses of submitted URLs to disproven by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_REFUTEReturn a success message after updating verification statuses of submitted URLs to disproven by ID需要连接
Return a success message after updating verification statuses of submitted URLs to disproven by ID
认证
需要 Connected AccountTags
Update verification statuses of submitted URLs to confirmed by IDCLOUDFLARE_PATCH_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_VERIFYReturn a success message after updating verification statuses of submitted URLs to confirmed by ID需要连接
Return a success message after updating verification statuses of submitted URLs to confirmed by ID
认证
需要 Connected AccountTags
Updates a categoryCLOUDFLARE_PATCH_CATEGORY_UPDATEUpdate an existing category by its identifier.需要连接
Update an existing category by its identifier.
认证
需要 Connected AccountTags
Update collectionCLOUDFLARE_PATCH_COLLECTION_UPDATEUpdates collection name and/or metadata. Schema (columns) cannot be modified.需要连接
Updates collection name and/or metadata. Schema (columns) cannot be modified.
认证
需要 Connected AccountTags
Update columnCLOUDFLARE_PATCH_COLUMN_UPDATEUpdate name, type, required, or position of a column.需要连接
Update name, type, required, or position of a column.
认证
需要 Connected AccountTags
Updates an existing datasetCLOUDFLARE_PATCH_DATASET_UPDATEUpdate an existing dataset by its identifier.需要连接
Update an existing dataset by its identifier.
认证
需要 Connected AccountTags
Update a saved event queryCLOUDFLARE_PATCH_EVENT_QUERY_UPDATEUpdate an existing saved event query by its ID需要连接
Update an existing saved event query by its ID
认证
需要 Connected AccountTags
Updates a raw eventCLOUDFLARE_PATCH_EVENT_RAW_UPDATEUpdate raw data for a specific event.需要连接
Update raw data for a specific event.
认证
需要 Connected AccountTags
Updates an eventCLOUDFLARE_PATCH_EVENT_UPDATEUpdate an existing event by its identifier.需要连接
Update an existing event by its identifier.
认证
需要 Connected AccountTags
Bulk update eventsCLOUDFLARE_PATCH_EVENT_UPDATE_BULKUpdates multiple events with the same field values. Maximum 100 events per request.需要连接
Updates multiple events with the same field values. Maximum 100 events per request.
认证
需要 Connected AccountTags
Patch HyperdriveCLOUDFLARE_PATCH_HYPERDRIVEPatches and returns the specified Hyperdrive configuration. Custom caching settings are not kept if caching is disabled.需要连接
Patches and returns the specified Hyperdrive configuration. Custom caching settings are not kept if caching is disabled.
认证
需要 Connected AccountTags
Updates an indicatorCLOUDFLARE_PATCH_INDICATOR_UPDATEUpdates an existing indicator's properties.需要连接
Updates an existing indicator's properties.
认证
需要 Connected AccountTags
Update collection itemCLOUDFLARE_PATCH_ITEM_UPDATEUpdate an item in a collection with partial data.需要连接
Update an item in a collection with partial data.
认证
需要 Connected AccountTags
Patch Latest VersionCLOUDFLARE_PATCH_LATEST_WORKER_VERSIONOnly `/versions/latest` is supported. Creates a new version by applying a JSON Merge Patch (RFC 7396) to the latest version. Patching a specific version ID is not supported. Omitted fields are inherited from the latest version.需要连接
Only `/versions/latest` is supported. Creates a new version by applying a JSON Merge Patch (RFC 7396) to the latest version. Patching a specific version ID is not supported. Omitted fields are inherited from the latest version.
认证
需要 Connected AccountTags
Update a presetCLOUDFLARE_PATCH_PRESETS_PRESET_IDUpdate a preset by the provided preset ID需要连接
Update a preset by the provided preset ID
认证
需要 Connected AccountTags
Updates a tag category (SoT)CLOUDFLARE_PATCH_TAG_CATEGORY_UPDATEUpdates a Source-of-Truth tag category by UUID.需要连接
Updates a Source-of-Truth tag category by UUID.
认证
需要 Connected AccountTags
Updates a tag (SoT)CLOUDFLARE_PATCH_TAG_UPDATEUpdates a Source-of-Truth tag by UUID.需要连接
Updates a Source-of-Truth tag by UUID.
认证
需要 Connected AccountTags
Update domain queryCLOUDFLARE_PATCH_UPDATE_DOMAIN_QUERYUpdate a saved brand protection domain query with string match patterns需要连接
Update a saved brand protection domain query with string match patterns
认证
需要 Connected AccountTags
Update StreamCLOUDFLARE_PATCH_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_STREAMS_BY_STREAM_IDUpdate a Stream.需要连接
Update a Stream.
认证
需要 Connected AccountTags
Pause integrationCLOUDFLARE_PAUSE_INTEGRATION_V2Pauses an integration, stopping all crawlers.需要连接
Pauses an integration, stopping all crawlers.
认证
需要 Connected AccountTags
Pause/Resume/Stop recordingCLOUDFLARE_PAUSE_RESUME_STOP_RECORDINGPause/Resume/Stop a given recording ID.需要连接
Pause/Resume/Stop a given recording ID.
认证
需要 Connected AccountTags
Creates the stripe config for a crawlerCLOUDFLARE_PAY_PER_CRAWL_CRAWLER_CREATE_STRIPE_CONFIGCreates the stripe config for a crawler.需要连接
Creates the stripe config for a crawler.
认证
需要 Connected AccountTags
Deletes the stripe config for a crawlerCLOUDFLARE_PAY_PER_CRAWL_CRAWLER_DELETE_STRIPE_CONFIGDeletes the stripe config for a crawler.需要连接
Deletes the stripe config for a crawler.
认证
需要 Connected AccountTags
Gets the stripe config for a crawlerCLOUDFLARE_PAY_PER_CRAWL_CRAWLER_GET_STRIPE_CONFIGGets the stripe config for a crawler.需要连接
Gets the stripe config for a crawler.
认证
需要 Connected AccountTags
Creates pay-per-crawl config for a zoneCLOUDFLARE_PAY_PER_CRAWL_CREATE_CONFIGCreates the pay-per-crawl config for a zone.需要连接
Creates the pay-per-crawl config for a zone.
认证
需要 Connected AccountTags
Get the pay-per-crawl configCLOUDFLARE_PAY_PER_CRAWL_GET_CONFIGGets the pay-per-crawl config for a zone including the bot configuration.需要连接
Gets the pay-per-crawl config for a zone including the bot configuration.
认证
需要 Connected AccountTags
Changes pay-per-crawl config for a zoneCLOUDFLARE_PAY_PER_CRAWL_PATCH_CONFIGChanges the pay-per-crawl config for a zone.需要连接
Changes the pay-per-crawl config for a zone.
认证
需要 Connected AccountTags
Creates the stripe config for a publisherCLOUDFLARE_PAY_PER_CRAWL_PUBLISHER_CREATE_STRIPE_CONFIGCreates the stripe config for a publisher.需要连接
Creates the stripe config for a publisher.
认证
需要 Connected AccountTags
Deletes the stripe config for a publisherCLOUDFLARE_PAY_PER_CRAWL_PUBLISHER_DELETE_STRIPE_CONFIGDeletes the stripe config for a publisher.需要连接
Deletes the stripe config for a publisher.
认证
需要 Connected AccountTags
Gets the stripe config for a publisherCLOUDFLARE_PAY_PER_CRAWL_PUBLISHER_GET_STRIPE_CONFIGGets the stripe config for a publisher.需要连接
Gets the stripe config for a publisher.
认证
需要 Connected AccountTags
Gets the can_be_enabled zone settingCLOUDFLARE_PAY_PER_CRAWL_QUERY_ZONES_CAN_BE_ENABLEDProvided a list of pay-per-crawl configured zones this method will return whether they can enable PPC or not.需要连接
Provided a list of pay-per-crawl configured zones this method will return whether they can enable PPC or not.
认证
需要 Connected AccountTags
Set can_be_enabled setting on zonesCLOUDFLARE_PAY_PER_CRAWL_SET_ZONES_CAN_BE_ENABLEDAllows an account admin to set the can_be_enabled setting on a list of zones.需要连接
Allows an account admin to set the can_be_enabled setting on a list of zones.
认证
需要 Connected AccountTags
Delete Hostname Client CertificateCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_DELETE_HOSTNAME_CLIENT_CERTIFICATERemoves a client certificate used for authenticated origin pulls on a specific hostname. Note: Before deleting the certificate, you must first invalidate the hostname for client authentication by sending a PUT request with `enabled` set to null. After invalidating the association, the certificate can be safely deleted.需要连接
Removes a client certificate used for authenticated origin pulls on a specific hostname. Note: Before deleting the certificate, you must first invalidate the hostname for client authentication by sending a PUT request with `enabled` set to null. After invalidating the association, the certificate can be safely deleted.
认证
需要 Connected AccountTags
Enable or Disable a Hostname for Client AuthenticationCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_ENABLE_OR_DISABLE_A_HOSTNAME_FOR_CLIENT_AUTHENTICATIONAssociate a hostname to a certificate and enable, disable or invalidate the association. If disabled, client certificate will not be sent to the hostname even if activated at the zone level. 100 maximum associations on a single certificate are allowed. Note: Use a null value for parameter *enabled* to invalidate the association.需要连接
Associate a hostname to a certificate and enable, disable or invalidate the association. If disabled, client certificate will not be sent to the hostname even if activated at the zone level. 100 maximum associations on a single certificate are allowed. Note: Use a null value for parameter *enabled* to invalidate the association.
认证
需要 Connected AccountTags
Get the Hostname Client CertificateCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_GET_THE_HOSTNAME_CLIENT_CERTIFICATEGet the certificate by ID to be used for client authentication on a hostname.需要连接
Get the certificate by ID to be used for client authentication on a hostname.
认证
需要 Connected AccountTags
Get the Hostname Status for Client AuthenticationCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_GET_THE_HOSTNAME_STATUS_FOR_CLIENT_AUTHENTICATIONRetrieves the client certificate authentication status for a specific hostname, showing whether authenticated origin pulls are enabled.需要连接
Retrieves the client certificate authentication status for a specific hostname, showing whether authenticated origin pulls are enabled.
认证
需要 Connected AccountTags
List CertificatesCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_LIST_CERTIFICATESLists all client certificates configured for per-hostname authenticated origin pulls on the zone.需要连接
Lists all client certificates configured for per-hostname authenticated origin pulls on the zone.
认证
需要 Connected AccountTags
List Hostname AssociationsCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_LIST_HOSTNAME_ASSOCIATIONSList certificate ID - hostname associations for the given zone. Shows which hostnames are associated to which certificates for authenticated origin pulls.需要连接
List certificate ID - hostname associations for the given zone. Shows which hostnames are associated to which certificates for authenticated origin pulls.
认证
需要 Connected AccountTags
Upload a Hostname Client CertificateCLOUDFLARE_PER_HOSTNAME_AUTHENTICATED_ORIGIN_PULL_UPLOAD_A_HOSTNAME_CLIENT_CERTIFICATEUpload a certificate to be used for client authentication on a hostname. 10 hostname certificates per zone are allowed.需要连接
Upload a certificate to be used for client authentication on a hostname. 10 hostname certificates per zone are allowed.
认证
需要 Connected AccountTags
Delete TLS setting for hostnameCLOUDFLARE_PER_HOSTNAME_TLS_SETTINGS_DELETEDelete the tls setting value for the hostname.需要连接
Delete the tls setting value for the hostname.
认证
需要 Connected AccountTags
Get TLS setting for hostnameCLOUDFLARE_PER_HOSTNAME_TLS_SETTINGS_GETGet the requested TLS setting for the hostname.需要连接
Get the requested TLS setting for the hostname.
认证
需要 Connected AccountTags
List TLS setting for hostnamesCLOUDFLARE_PER_HOSTNAME_TLS_SETTINGS_LISTList the requested TLS setting for the hostnames under this zone.需要连接
List the requested TLS setting for the hostnames under this zone.
认证
需要 Connected AccountTags
Edit TLS setting for hostnameCLOUDFLARE_PER_HOSTNAME_TLS_SETTINGS_PUTUpdate the tls setting value for the hostname.需要连接
Update the tls setting value for the hostname.
认证
需要 Connected AccountTags
List Token Permission GroupsCLOUDFLARE_PERMISSION_GROUPS_LIST_PERMISSION_GROUPSFind all available permission groups for API Tokens.需要连接
Find all available permission groups for API Tokens.
认证
需要 Connected AccountTags
Create new brandsCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_BRANDSReturn new brands需要连接
Return new brands
认证
需要 Connected AccountTags
Create new patterns for brands by IDCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_BRANDS_PATTERNSReturn a success message after creating new patterns for brands by ID需要连接
Return a success message after creating new patterns for brands by ID
认证
需要 Connected AccountTags
Create new saved logo queries from image filesCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_LOGOSReturn new saved logo queries created from image files需要连接
Return new saved logo queries created from image files
认证
需要 Connected AccountTags
Create new saved string queriesCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_QUERIESReturn a success message after creating new saved string queries需要连接
Return a success message after creating new saved string queries
认证
需要 Connected AccountTags
Create new saved string queries in bulkCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_QUERIES_BULKReturn a success message after creating new saved string queries in bulk需要连接
Return a success message after creating new saved string queries in bulk
认证
需要 Connected AccountTags
Create new logo queries from image filesCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_SCAN_LOGOReturn new logo queries created from image files需要连接
Return new logo queries created from image files
认证
需要 Connected AccountTags
Create new logo queries from URLsCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_SCAN_PAGEReturn new logo queries created from URLs需要连接
Return new logo queries created from URLs
认证
需要 Connected AccountTags
Create new string queriesCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_SEARCHReturn new string queries需要连接
Return new string queries
认证
需要 Connected AccountTags
Create new URL submissionsCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_BRAND_PROTECTION_SUBMITReturn new URL submissions需要连接
Return new URL submissions
认证
需要 Connected AccountTags
Create Logpush jobCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_LOGPUSH_JOBSCreates a new Logpush job for an account.需要连接
Creates a new Logpush job for an account.
认证
需要 Connected AccountTags
Get ownership challengeCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_LOGPUSH_OWNERSHIPGets a new ownership challenge sent to your destination.需要连接
Gets a new ownership challenge sent to your destination.
认证
需要 Connected AccountTags
Validate ownership challengeCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_LOGPUSH_OWNERSHIP_VALIDATEValidates ownership challenge of the destination.需要连接
Validates ownership challenge of the destination.
认证
需要 Connected AccountTags
Validate originCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_LOGPUSH_VALIDATE_ORIGINValidates logpull origin with logpull_options.需要连接
Validates logpull origin with logpull_options.
认证
需要 Connected AccountTags
Update CMB configCLOUDFLARE_POST_ACCOUNTS_ACCOUNT_ID_LOGS_CONTROL_CMB_CONFIGUpdates CMB config.需要连接
Updates CMB config.
认证
需要 Connected AccountTags
Creates a new categoryCLOUDFLARE_POST_CATEGORY_CREATECreate a new event category for the account.需要连接
Create a new event category for the account.
认证
需要 Connected AccountTags
Updates a categoryCLOUDFLARE_POST_CATEGORY_UPDATEUpdate an existing category by its identifier.需要连接
Update an existing category by its identifier.
认证
需要 Connected AccountTags
Add column to collectionCLOUDFLARE_POST_COLUMN_ADDAdds a new column to an existing collection schema. Existing items will have NULL for the new column unless a default value is provided.需要连接
Adds a new column to an existing collection schema. Existing items will have NULL for the new column unless a default value is provided.
认证
需要 Connected AccountTags
Create account commandsCLOUDFLARE_POST_COMMANDSInitiate commands for up to 10 devices per account.需要连接
Initiate commands for up to 10 devices per account.
认证
需要 Connected AccountTags
Create a new Scan ConfigCLOUDFLARE_POST_CONFIG_CREATECreate a new Scan Config需要连接
Create a new Scan Config
认证
需要 Connected AccountTags
Update an existing Scan ConfigCLOUDFLARE_POST_CONFIG_UPDATEUpdate an existing Scan Config需要连接
Update an existing Scan Config
认证
需要 Connected AccountTags
Create a relationship between two eventsCLOUDFLARE_POST_CREATE_EVENT_RELATIONSHIPCreates a directed relationship between two events. The relationship is from parent to child with a specified type.需要连接
Creates a directed relationship between two events. The relationship is from parent to child with a specified type.
认证
需要 Connected AccountTags
Creates a datasetCLOUDFLARE_POST_DATASET_CREATECreate a new dataset in the account.需要连接
Create a new dataset in the account.
认证
需要 Connected AccountTags
Populate dataset-specific lookup tables from existing Events data with batch processingCLOUDFLARE_POST_DATASET_POPULATEPopulate dataset-specific lookup tables by scanning existing event data with batch processing.需要连接
Populate dataset-specific lookup tables by scanning existing event data with batch processing.
认证
需要 Connected AccountTags
Updates an existing datasetCLOUDFLARE_POST_DATASET_UPDATEUpdate an existing dataset by its identifier.需要连接
Update an existing dataset by its identifier.
认证
需要 Connected AccountTags
Creates bulk DOS event with relationships and indicatorsCLOUDFLARE_POST_DOSEVENT_CREATE_BULK_WITH_RELATIONSHIPSThis method is deprecated. Please use `event_create_bulk` instead需要连接
This method is deprecated. Please use `event_create_bulk` instead
认证
需要 Connected AccountTags
Copies specified events from one dataset to another datasetCLOUDFLARE_POST_EVENT_COPY_TO_NEW_DSCopy one or more events from a source dataset to a destination dataset.需要连接
Copy one or more events from a source dataset to a destination dataset.
认证
需要 Connected AccountTags
Creates a new eventCLOUDFLARE_POST_EVENT_CREATETo create a dataset, see the [`Create Dataset`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/subresources/datasets/methods/create/) endpoint. When `datasetId` parameter is unspecified, it will be created in a default dataset named `Cloudforce One Threat Events`.需要连接
To create a dataset, see the [`Create Dataset`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/subresources/datasets/methods/create/) endpoint. When `datasetId` parameter is unspecified, it will be created in a default dataset named `Cloudforce One Threat Events`.
认证
需要 Connected AccountTags
Creates bulk eventsCLOUDFLARE_POST_EVENT_CREATE_BULKThe `datasetId` parameter must be defined. To list existing datasets (and their IDs) in your account, use the [`List Datasets`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/subresources/datasets/methods/list/) endpoint.需要连接
The `datasetId` parameter must be defined. To list existing datasets (and their IDs) in your account, use the [`List Datasets`](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/threat_events/subresources/datasets/methods/list/) endpoint.
认证
需要 Connected AccountTags
GraphQL endpoint for event aggregationCLOUDFLARE_POST_EVENT_GRAPH_QLExecute GraphQL aggregations over threat events. Supports multi-dimensional group-bys, optional date range filtering, and multi-dataset aggregation.需要连接
Execute GraphQL aggregations over threat events. Supports multi-dimensional group-bys, optional date range filtering, and multi-dataset aggregation.
认证
需要 Connected AccountTags
GraphQL endpoint for event aggregationCLOUDFLARE_POST_EVENT_GRAPH_QLV2Execute GraphQL aggregations over threat events. Supports multi-dimensional group-bys, optional date range filtering, and multi-dataset aggregation.需要连接
Execute GraphQL aggregations over threat events. Supports multi-dimensional group-bys, optional date range filtering, and multi-dataset aggregation.
认证
需要 Connected AccountTags
Moves specified events from one dataset to another datasetCLOUDFLARE_POST_EVENT_MOVE_TO_NEW_DSMove one or more events from a source dataset to a destination dataset.需要连接
Move one or more events from a source dataset to a destination dataset.
认证
需要 Connected AccountTags
Create a saved event queryCLOUDFLARE_POST_EVENT_QUERY_CREATECreate a new saved event query for the account需要连接
Create a new saved event query for the account
认证
需要 Connected AccountTags
Update a saved event queryCLOUDFLARE_POST_EVENT_QUERY_UPDATEUpdate an existing saved event query by its ID需要连接
Update an existing saved event query by its ID
认证
需要 Connected AccountTags
Updates a raw eventCLOUDFLARE_POST_EVENT_RAW_UPDATEUpdate raw data for a specific event.需要连接
Update raw data for a specific event.
认证
需要 Connected AccountTags
Creates event references for a eventCLOUDFLARE_POST_EVENT_REFERENCE_CREATECreate one or more references between events.需要连接
Create one or more references between events.
认证
需要 Connected AccountTags
Adds a tag to an eventCLOUDFLARE_POST_EVENT_TAG_CREATEAdd one or more tags to an event.需要连接
Add one or more tags to an event.
认证
需要 Connected AccountTags
Updates an eventCLOUDFLARE_POST_EVENT_UPDATEUpdate an existing event by its identifier.需要连接
Update an existing event by its identifier.
认证
需要 Connected AccountTags
Create a groupCLOUDFLARE_POST_GROUP_CREATECreate a group需要连接
Create a group
认证
需要 Connected AccountTags
Create a group memberCLOUDFLARE_POST_GROUP_MEMBER_CREATECreate a group member需要连接
Create a group member
认证
需要 Connected AccountTags
Creates a new indicatorCLOUDFLARE_POST_INDICATOR_CREATECreates a new indicator with the specified type and related datasets.需要连接
Creates a new indicator with the specified type and related datasets.
认证
需要 Connected AccountTags
Creates multiple indicators in bulkCLOUDFLARE_POST_INDICATOR_CREATE_BULKCreates multiple indicators at once with their respective types and related datasets.需要连接
Creates multiple indicators at once with their respective types and related datasets.
认证
需要 Connected AccountTags
Create a new indicator typeCLOUDFLARE_POST_INDICATOR_TYPE_CREATECreates a new indicator type and initializes its dedicated Durable Object需要连接
Creates a new indicator type and initializes its dedicated Durable Object
认证
需要 Connected AccountTags
Insert queryCLOUDFLARE_POST_INSERT_DOMAIN_QUERYCreate a new saved brand protection query with string match patterns需要连接
Create a new saved brand protection query with string match patterns
认证
需要 Connected AccountTags
Insert logo queryCLOUDFLARE_POST_INSERT_LOGO_QUERYCreate a new saved brand protection logo query for visual similarity matching需要连接
Create a new saved brand protection logo query for visual similarity matching
认证
需要 Connected AccountTags
Internal route for testing URL submissionsCLOUDFLARE_POST_INTERNAL_SUBMITInternal route for testing URL submissions.需要连接
Internal route for testing URL submissions.
认证
需要 Connected AccountTags
Create item(s)CLOUDFLARE_POST_ITEM_CREATECreate one or more items in a collection. Supports single item (data field) or bulk creation (data array). Item data is validated against the collection schema.需要连接
Create one or more items in a collection. Supports single item (data field) or bulk creation (data array). Item data is validated against the collection schema.
认证
需要 Connected AccountTags
Search items (advanced filtering)CLOUDFLARE_POST_ITEM_SEARCHSearch collection items with advanced filtering. Supports operators (eq, neq, gt, lt, gte, lte, contains, is_empty, is_not_empty) and AND/OR logic for complex queries.需要连接
Search collection items with advanced filtering. Supports operators (eq, neq, gt, lt, gte, lte, contains, is_empty, is_not_empty) and AND/OR logic for complex queries.
认证
需要 Connected AccountTags
Generate takedown letterCLOUDFLARE_POST_LETTER_GENERATEGenerate a takedown letter from a template. Returns V4 JSON for text format or a PDF binary for pdf format.需要连接
Generate a takedown letter from a template. Returns V4 JSON for text format or a PDF binary for pdf format.
认证
需要 Connected AccountTags
Create letter templateCLOUDFLARE_POST_LETTER_TEMPLATE_CREATECreate a new user-defined takedown letter template需要连接
Create a new user-defined takedown letter template
认证
需要 Connected AccountTags
Create a permission for datasetCLOUDFLARE_POST_PERMISSION_CREATECreate a permission需要连接
Create a permission
认证
需要 Connected AccountTags
Create a presetCLOUDFLARE_POST_PRESETSCreates a preset belonging to the current App需要连接
Creates a preset belonging to the current App
认证
需要 Connected AccountTags
Bulk import account Email Sending suppressionsCLOUDFLARE_POST_PUBLIC_BULK_CREATE_SENDING_SUPPRESSIONSBulk import account Email Sending suppressions需要连接
Bulk import account Email Sending suppressions
认证
需要 Connected AccountTags
Create account Email Sending suppressionCLOUDFLARE_POST_PUBLIC_CREATE_SENDING_SUPPRESSIONCreate account Email Sending suppression需要连接
Create account Email Sending suppression
认证
需要 Connected AccountTags
Create account email suppressionCLOUDFLARE_POST_PUBLIC_NEW_SUPPRESSION_ROUTINGCreates a new email suppression for the specified account.需要连接
Creates a new email suppression for the specified account.
认证
需要 Connected AccountTags
Create account email suppressionCLOUDFLARE_POST_PUBLIC_NEW_SUPPRESSION_SENDINGCreates a new email suppression for the specified account.需要连接
Creates a new email suppression for the specified account.
认证
需要 Connected AccountTags
Create zone email suppressionCLOUDFLARE_POST_PUBLIC_NEW_SUPPRESSION_ZONE_ROUTINGCreates a new email suppression for the specified zone.需要连接
Creates a new email suppression for the specified zone.
认证
需要 Connected AccountTags
Create zone email suppressionCLOUDFLARE_POST_PUBLIC_NEW_SUPPRESSION_ZONE_SENDINGCreates a new email suppression for the specified zone.需要连接
Creates a new email suppression for the specified zone.
认证
需要 Connected AccountTags
Search scanned imagesCLOUDFLARE_POST_SEARCH_LOGO_SIMILARITYSubmit an image and find the n closest matches from the scanned images index without creating any match records. Returns similarity scores and metadata for each match.需要连接
Submit an image and find the n closest matches from the scanned images index without creating any match records. Returns similarity scores and metadata for each match.
认证
需要 Connected AccountTags
Generate summary of Transcripts for the sessionCLOUDFLARE_POST_SESSIONS_SESSION_ID_SUMMARYTrigger Summary generation of Transcripts for the session ID.需要连接
Trigger Summary generation of Transcripts for the session ID.
认证
需要 Connected AccountTags
Creates a new tag category (SoT)CLOUDFLARE_POST_TAG_CATEGORY_CREATECreates a new Source-of-Truth tag category for an account.需要连接
Creates a new Source-of-Truth tag category for an account.
认证
需要 Connected AccountTags
Creates a new tagCLOUDFLARE_POST_TAG_CREATECreates a new tag to be used accross threat events.需要连接
Creates a new tag to be used accross threat events.
认证
需要 Connected AccountTags
Create takedown letterCLOUDFLARE_POST_TAKEDOWN_LETTER_CREATEGenerate a takedown letter for a notice and persist the rendered text. The PDF is generated lazily on download.需要连接
Generate a takedown letter for a notice and persist the rendered text. The PDF is generated lazily on download.
认证
需要 Connected AccountTags
Create takedown noticeCLOUDFLARE_POST_TAKEDOWN_NOTICE_CREATECreate a new takedown notice for a domain suspected of trademark infringement.需要连接
Create a new takedown notice for a domain suspected of trademark infringement.
认证
需要 Connected AccountTags
Lookup takedown notices by domainsCLOUDFLARE_POST_TAKEDOWN_NOTICE_LOOKUPBulk lookup of takedown notices by domain names. Returns an array of { domain, queryId, notice } entries (notice is null when no match exists). Supports optional queryId or queryIds to scope lookups per query. Uses POST to avoid URL length limits when looking up many domains. This endpoint is read-only. Domains are normalized (trimmed, lowercased) and deduplicated.需要连接
Bulk lookup of takedown notices by domain names. Returns an array of { domain, queryId, notice } entries (notice is null when no match exists). Supports optional queryId or queryIds to scope lookups per query. Uses POST to avoid URL length limits when looking up many domains. This endpoint is read-only. Domains are normalized (trimmed, lowercased) and deduplicated.
认证
需要 Connected AccountTags
[DEPRECATED] Create PipelineCLOUDFLARE_POST_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_DEPRECATED[DEPRECATED] Create a new pipeline. Use the new /pipelines/v1/pipelines endpoint instead.需要连接
[DEPRECATED] Create a new pipeline. Use the new /pipelines/v1/pipelines endpoint instead.
认证
需要 Connected AccountTags
Create PipelineCLOUDFLARE_POST_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_PIPELINESCreate a new Pipeline.需要连接
Create a new Pipeline.
认证
需要 Connected AccountTags
Create SinkCLOUDFLARE_POST_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_SINKSCreate a new Sink.需要连接
Create a new Sink.
认证
需要 Connected AccountTags
Create StreamCLOUDFLARE_POST_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_STREAMSCreate a new Stream.需要连接
Create a new Stream.
认证
需要 Connected AccountTags
Validate SQLCLOUDFLARE_POST_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_V1_VALIDATE_SQLValidate Arroyo SQL.需要连接
Validate Arroyo SQL.
认证
需要 Connected AccountTags
Create Instant Logs jobCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_EDGE_JOBSCreates a new Instant Logs job for a zone.需要连接
Creates a new Instant Logs job for a zone.
认证
需要 Connected AccountTags
Create Logpush jobCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_JOBSCreates a new Logpush job for a zone.需要连接
Creates a new Logpush job for a zone.
认证
需要 Connected AccountTags
Get ownership challengeCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_OWNERSHIPGets a new ownership challenge sent to your destination.需要连接
Gets a new ownership challenge sent to your destination.
认证
需要 Connected AccountTags
Validate ownership challengeCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_OWNERSHIP_VALIDATEValidates ownership challenge of the destination.需要连接
Validates ownership challenge of the destination.
认证
需要 Connected AccountTags
Validate destinationCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_VALIDATE_DESTINATIONValidates destination.需要连接
Validates destination.
认证
需要 Connected AccountTags
Check destination existsCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_VALIDATE_DESTINATION_EXISTSChecks if there is an existing job with a destination.需要连接
Checks if there is an existing job with a destination.
认证
需要 Connected AccountTags
Validate originCLOUDFLARE_POST_ZONES_ZONE_ID_LOGPUSH_VALIDATE_ORIGINValidates logpull origin with logpull_options.需要连接
Validates logpull origin with logpull_options.
认证
需要 Connected AccountTags
Update log retention flagCLOUDFLARE_POST_ZONES_ZONE_ID_LOGS_CONTROL_RETENTION_FLAGUpdates log retention flag for Logpull API.需要连接
Updates log retention flag for Logpull API.
认证
需要 Connected AccountTags
Publish Zaraz preview configurationCLOUDFLARE_POST_ZONES_ZONE_IDENTIFIER_ZARAZ_PUBLISHPublish current Zaraz preview configuration for a zone.需要连接
Publish current Zaraz preview configuration for a zone.
认证
需要 Connected AccountTags
Get Zone Precursor ConfigCLOUDFLARE_PRECURSOR_FOR_A_ZONE_GET_CONFIGRetrieve a zone's Precursor configuration: the zone-level `default_mode` and the ordered list of `enforcement_rules`.需要连接
Retrieve a zone's Precursor configuration: the zone-level `default_mode` and the ordered list of `enforcement_rules`.
认证
需要 Connected AccountTags
Update Zone Precursor ConfigCLOUDFLARE_PRECURSOR_FOR_A_ZONE_UPDATE_CONFIGUpdates the Precursor configuration for a zone. `default_mode` sets the zone-level enforcement mode. `enforcement_rules` is the ordered list of rules that override enforcement for matching requests. This is a partial update: only the fields present in the request body are changed. - Sending an empty array (`[]`) clears all enforcement rules. - At least one of `default_mode` or `enforcement_rules` must be present; an empty body (`{}`) is rejected with `400`. - Rule `id` is read-only (assigned by Cloudflare) and ignored on input. - Rule `mode` must be `min-friction` or `max-security` (`off` is not a valid rule mode; use `default_mode` to disable enforcement).需要连接
Updates the Precursor configuration for a zone. `default_mode` sets the zone-level enforcement mode. `enforcement_rules` is the ordered list of rules that override enforcement for matching requests. This is a partial update: only the fields present in the request body are changed. - Sending an empty array (`[]`) clears all enforcement rules. - At least one of `default_mode` or `enforcement_rules` must be present; an empty body (`{}`) is rejected with `400`. - Rule `id` is read-only (assigned by Cloudflare) and ignored on input. - Rule `mode` must be `min-friction` or `max-security` (`off` is not a valid rule mode; use `default_mode` to disable enforcement).
认证
需要 Connected AccountTags
Create Cloud IntegrationCLOUDFLARE_PROVIDERS_CREATECreate a new Cloud Integration (Closed Beta).需要连接
Create a new Cloud Integration (Closed Beta).
认证
需要 Connected AccountTags
Delete Cloud IntegrationCLOUDFLARE_PROVIDERS_DELETEDelete a Cloud Integration (Closed Beta).需要连接
Delete a Cloud Integration (Closed Beta).
认证
需要 Connected AccountTags
Run DiscoveryCLOUDFLARE_PROVIDERS_DISCOVERRun discovery for a Cloud Integration (Closed Beta).需要连接
Run discovery for a Cloud Integration (Closed Beta).
认证
需要 Connected AccountTags
Run Discovery for All IntegrationsCLOUDFLARE_PROVIDERS_DISCOVER_ALLRun discovery for all Cloud Integrations in an account (Closed Beta).需要连接
Run discovery for all Cloud Integrations in an account (Closed Beta).
认证
需要 Connected AccountTags
Get Cloud Integration Setup ConfigCLOUDFLARE_PROVIDERS_INITIAL_SETUPGet initial configuration to complete Cloud Integration setup (Closed Beta).需要连接
Get initial configuration to complete Cloud Integration setup (Closed Beta).
认证
需要 Connected AccountTags
List Cloud IntegrationsCLOUDFLARE_PROVIDERS_LISTList Cloud Integrations (Closed Beta).需要连接
List Cloud Integrations (Closed Beta).
认证
需要 Connected AccountTags
Patch Cloud IntegrationCLOUDFLARE_PROVIDERS_PATCHUpdate a Cloud Integration (Closed Beta).需要连接
Update a Cloud Integration (Closed Beta).
认证
需要 Connected AccountTags
Read Cloud IntegrationCLOUDFLARE_PROVIDERS_READRead a Cloud Integration (Closed Beta).需要连接
Read a Cloud Integration (Closed Beta).
认证
需要 Connected AccountTags
Update Cloud IntegrationCLOUDFLARE_PROVIDERS_UPDATEUpdate a Cloud Integration (Closed Beta).需要连接
Update a Cloud Integration (Closed Beta).
认证
需要 Connected AccountTags
Create a DLS prefix bindingCLOUDFLARE_PUBLIC_CREATE_PREFIX_BINDINGBind a CIDR from a BYOIP prefix to a region. This requires the **IP Prefixes Write** permission in addition to **DLS Write**, because the binding is created against a BYOIP prefix in Addressing.需要连接
Bind a CIDR from a BYOIP prefix to a region. This requires the **IP Prefixes Write** permission in addition to **DLS Write**, because the binding is created against a BYOIP prefix in Addressing.
认证
需要 Connected AccountTags
Delete a DLS prefix bindingCLOUDFLARE_PUBLIC_DELETE_PREFIX_BINDINGDelete a BYOIP prefix binding. Like creating a binding, this requires **IP Prefixes Write** in addition to **DLS Write**.需要连接
Delete a BYOIP prefix binding. Like creating a binding, this requires **IP Prefixes Write** in addition to **DLS Write**.
认证
需要 Connected AccountTags
Get a DLS prefix bindingCLOUDFLARE_PUBLIC_GET_PREFIX_BINDINGRetrieve a single BYOIP prefix binding by ID.需要连接
Retrieve a single BYOIP prefix binding by ID.
认证
需要 Connected AccountTags
Get a DLS regionCLOUDFLARE_PUBLIC_GET_REGIONRetrieve a single DLS region (managed or custom) by ID or region key.需要连接
Retrieve a single DLS region (managed or custom) by ID or region key.
认证
需要 Connected AccountTags
List DLS prefix bindings for an accountCLOUDFLARE_PUBLIC_LIST_PREFIX_BINDINGSList the BYOIP prefix bindings configured for an account.需要连接
List the BYOIP prefix bindings configured for an account.
认证
需要 Connected AccountTags
List DLS regions for an accountCLOUDFLARE_PUBLIC_LIST_REGIONSList the DLS regions (managed and custom) available to an account.需要连接
List the DLS regions (managed and custom) available to an account.
认证
需要 Connected AccountTags
Update a DLS prefix bindingCLOUDFLARE_PUBLIC_PATCH_PREFIX_BINDINGUpdate the region of an existing BYOIP prefix binding. Like creating a binding, this requires **IP Prefixes Write** in addition to **DLS Write**.需要连接
Update the region of an existing BYOIP prefix binding. Like creating a binding, this requires **IP Prefixes Write** in addition to **DLS Write**.
认证
需要 Connected AccountTags
Purge build cacheCLOUDFLARE_PURGE_BUILD_CACHEClear the build cache for a specific trigger需要连接
Clear the build cache for a specific trigger
认证
需要 Connected AccountTags
Update Logpush jobCLOUDFLARE_PUT_ACCOUNTS_ACCOUNT_ID_LOGPUSH_JOBS_JOB_IDUpdates a Logpush job.需要连接
Updates a Logpush job.
认证
需要 Connected AccountTags
Update a groupCLOUDFLARE_PUT_GROUP_UPDATEUpdate a group需要连接
Update a group
认证
需要 Connected AccountTags
Update letter templateCLOUDFLARE_PUT_LETTER_TEMPLATE_UPDATEUpdate a user-defined takedown letter template. System templates cannot be modified.需要连接
Update a user-defined takedown letter template. System templates cannot be modified.
认证
需要 Connected AccountTags
Update a permission for datasetCLOUDFLARE_PUT_PERMISSION_UPDATEUpdate a permission需要连接
Update a permission
认证
需要 Connected AccountTags
Replace a presetCLOUDFLARE_PUT_PRESETS_PRESET_IDReplace all details for the preset using the provided preset ID.需要连接
Replace all details for the preset using the provided preset ID.
认证
需要 Connected AccountTags
Update takedown noticeCLOUDFLARE_PUT_TAKEDOWN_NOTICE_UPDATEUpdate a takedown notice (e.g. change status to sent, resolved, etc.).需要连接
Update a takedown notice (e.g. change status to sent, resolved, etc.).
认证
需要 Connected AccountTags
[DEPRECATED] Update PipelineCLOUDFLARE_PUT_V4_ACCOUNTS_BY_ACCOUNT_ID_PIPELINES_BY_PIPELINE_NAME_DEPRECATED[DEPRECATED] Update an existing pipeline. Use the new /pipelines/v1/pipelines endpoint instead.需要连接
[DEPRECATED] Update an existing pipeline. Use the new /pipelines/v1/pipelines endpoint instead.
认证
需要 Connected AccountTags
Rerun the Activation CheckCLOUDFLARE_PUT_ZONES_ZONE_ID_ACTIVATION_CHECKTriggeres a new activation check for a PENDING Zone. This can be triggered every 5 min for paygo/ent customers, every hour for FREE Zones.需要连接
Triggeres a new activation check for a PENDING Zone. This can be triggered every 5 min for paygo/ent customers, every hour for FREE Zones.
认证
需要 Connected AccountTags
Update Logpush jobCLOUDFLARE_PUT_ZONES_ZONE_ID_LOGPUSH_JOBS_JOB_IDUpdates a Logpush job.需要连接
Updates a Logpush job.
认证
需要 Connected AccountTags
Update Zaraz configurationCLOUDFLARE_PUT_ZONES_ZONE_IDENTIFIER_ZARAZ_CONFIGUpdates Zaraz configuration for a zone.需要连接
Updates Zaraz configuration for a zone.
认证
需要 Connected AccountTags
Restore Zaraz historical configuration by IDCLOUDFLARE_PUT_ZONES_ZONE_IDENTIFIER_ZARAZ_HISTORYRestores a historical published Zaraz configuration by ID for a zone.需要连接
Restores a historical published Zaraz configuration by ID for a zone.
认证
需要 Connected AccountTags
Update Zaraz workflowCLOUDFLARE_PUT_ZONES_ZONE_IDENTIFIER_ZARAZ_WORKFLOWUpdates Zaraz workflow for a zone.需要连接
Updates Zaraz workflow for a zone.
认证
需要 Connected AccountTags
Delete queryCLOUDFLARE_QUERIES_DELETEDelete a saved query.需要连接
Delete a saved query.
认证
需要 Connected AccountTags
Get queryCLOUDFLARE_QUERIES_GETRetrieve a saved query.需要连接
Retrieve a saved query.
认证
需要 Connected AccountTags
List queriesCLOUDFLARE_QUERIES_LISTList saved queries.需要连接
List saved queries.
认证
需要 Connected AccountTags
Update queryCLOUDFLARE_QUERIES_PATCHUpdate saved query.需要连接
Update saved query.
认证
需要 Connected AccountTags
Save queryCLOUDFLARE_QUERIES_POSTPersist query for later use.需要连接
Persist query for later use.
认证
需要 Connected AccountTags
Acknowledge + Retry Queue MessagesCLOUDFLARE_QUEUES_ACK_MESSAGESAcknowledge + Retry messages from a Queue需要连接
Acknowledge + Retry messages from a Queue
认证
需要 Connected AccountTags
Delete Previewed Queue MessagesCLOUDFLARE_QUEUES_ACK_PREVIEW_MESSAGESDelete previewed messages from a Queue. Note that messages acknowledged this way aren't considered delivered, they are instantly deleted from this queue and do not affect metrics.需要连接
Delete previewed messages from a Queue. Note that messages acknowledged this way aren't considered delivered, they are instantly deleted from this queue and do not affect metrics.
认证
需要 Connected AccountTags
Create QueueCLOUDFLARE_QUEUES_CREATECreate a new queue需要连接
Create a new queue
认证
需要 Connected AccountTags
Create a Queue ConsumerCLOUDFLARE_QUEUES_CREATE_CONSUMERCreates a new consumer for a Queue需要连接
Creates a new consumer for a Queue
认证
需要 Connected AccountTags
Delete QueueCLOUDFLARE_QUEUES_DELETEDeletes a queue需要连接
Deletes a queue
认证
需要 Connected AccountTags
Delete Queue ConsumerCLOUDFLARE_QUEUES_DELETE_CONSUMERDeletes the consumer for a queue.需要连接
Deletes the consumer for a queue.
认证
需要 Connected AccountTags
Get QueueCLOUDFLARE_QUEUES_GETGet details about a specific queue.需要连接
Get details about a specific queue.
认证
需要 Connected AccountTags
Get Queue ConsumerCLOUDFLARE_QUEUES_GET_CONSUMERFetches the consumer for a queue by consumer id需要连接
Fetches the consumer for a queue by consumer id
认证
需要 Connected AccountTags
Get Queue MetricsCLOUDFLARE_QUEUES_GET_METRICSReturn best-effort metrics for a queue. Values may be approximate due to the distributed nature of queues.需要连接
Return best-effort metrics for a queue. Values may be approximate due to the distributed nature of queues.
认证
需要 Connected AccountTags
List QueuesCLOUDFLARE_QUEUES_LISTReturns the queues owned by an account.需要连接
Returns the queues owned by an account.
认证
需要 Connected AccountTags
List Queue ConsumersCLOUDFLARE_QUEUES_LIST_CONSUMERSReturns the consumers for a Queue需要连接
Returns the consumers for a Queue
认证
需要 Connected AccountTags
Preview Queue MessagesCLOUDFLARE_QUEUES_PREVIEW_MESSAGESPreview messages from a Queue without leasing them. Messages remain available for subsequent preview or pull operations.需要连接
Preview messages from a Queue without leasing them. Messages remain available for subsequent preview or pull operations.
认证
需要 Connected AccountTags
Pull Queue MessagesCLOUDFLARE_QUEUES_PULL_MESSAGESPull a batch of messages from a Queue需要连接
Pull a batch of messages from a Queue
认证
需要 Connected AccountTags
Purge QueueCLOUDFLARE_QUEUES_PURGEDeletes all messages from the Queue.需要连接
Deletes all messages from the Queue.
认证
需要 Connected AccountTags
Get Queue Purge StatusCLOUDFLARE_QUEUES_PURGE_GETGet details about a Queue's purge status.需要连接
Get details about a Queue's purge status.
认证
需要 Connected AccountTags
Push MessageCLOUDFLARE_QUEUES_PUSH_MESSAGEPush a message to a Queue需要连接
Push a message to a Queue
认证
需要 Connected AccountTags
Push Message BatchCLOUDFLARE_QUEUES_PUSH_MESSAGESPush a batch of message to a Queue需要连接
Push a batch of message to a Queue
认证
需要 Connected AccountTags
Update QueueCLOUDFLARE_QUEUES_UPDATEUpdates a Queue. Note that this endpoint does not support partial updates. If successful, the Queue's configuration is overwritten with the supplied configuration.需要连接
Updates a Queue. Note that this endpoint does not support partial updates. If successful, the Queue's configuration is overwritten with the supplied configuration.
认证
需要 Connected AccountTags
Update Queue ConsumerCLOUDFLARE_QUEUES_UPDATE_CONSUMERUpdates the consumer for a queue, or creates one if it does not exist.需要连接
Updates the consumer for a queue, or creates one if it does not exist.
认证
需要 Connected AccountTags
Update QueueCLOUDFLARE_QUEUES_UPDATE_PARTIALUpdates a Queue.需要连接
Updates a Queue.
认证
需要 Connected AccountTags
Attach Custom Domain To BucketCLOUDFLARE_R2_ADD_CUSTOM_DOMAINRegister a new custom domain for an existing R2 bucket.需要连接
Register a new custom domain for an existing R2 bucket.
认证
需要 Connected AccountTags
Create BucketCLOUDFLARE_R2_CREATE_BUCKETCreates a new R2 bucket.需要连接
Creates a new R2 bucket.
认证
需要 Connected AccountTags
Create Temporary Access CredentialsCLOUDFLARE_R2_CREATE_TEMP_ACCESS_CREDENTIALSCreates temporary access credentials on a bucket that can be optionally scoped to prefixes or objects.需要连接
Creates temporary access credentials on a bucket that can be optionally scoped to prefixes or objects.
认证
需要 Connected AccountTags
Delete BucketCLOUDFLARE_R2_DELETE_BUCKETDeletes an existing R2 bucket.需要连接
Deletes an existing R2 bucket.
认证
需要 Connected AccountTags
Delete Bucket CORS PolicyCLOUDFLARE_R2_DELETE_BUCKET_CORS_POLICYDelete the CORS policy for a bucket.需要连接
Delete the CORS policy for a bucket.
认证
需要 Connected AccountTags
Disable SippyCLOUDFLARE_R2_DELETE_BUCKET_SIPPY_CONFIGDisables Sippy on this bucket.需要连接
Disables Sippy on this bucket.
认证
需要 Connected AccountTags
Remove Custom Domain From BucketCLOUDFLARE_R2_DELETE_CUSTOM_DOMAINRemove custom domain registration from an existing R2 bucket.需要连接
Remove custom domain registration from an existing R2 bucket.
认证
需要 Connected AccountTags
Delete ObjectCLOUDFLARE_R2_DELETE_OBJECTDeletes an object from an R2 bucket. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.需要连接
Deletes an object from an R2 bucket. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.
认证
需要 Connected AccountTags
Delete ObjectsCLOUDFLARE_R2_DELETE_OBJECTSDeletes multiple objects from an R2 bucket. Two modes are supported: 1. **Delete by list** (default): Provide a JSON array of object keys in the request body. All listed objects are deleted; per-key errors are reported in the response. 2. **Delete by prefix**: Provide the `prefix` query parameter (and an empty/no body) to schedule deletion of every object whose key begins with the given prefix. This kicks off an asynchronous prefix-delete job and returns the job descriptor. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.需要连接
Deletes multiple objects from an R2 bucket. Two modes are supported: 1. **Delete by list** (default): Provide a JSON array of object keys in the request body. All listed objects are deleted; per-key errors are reported in the response. 2. **Delete by prefix**: Provide the `prefix` query parameter (and an empty/no body) to schedule deletion of every object whose key begins with the given prefix. This kicks off an asynchronous prefix-delete job and returns the job descriptor. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.
认证
需要 Connected AccountTags
Configure Custom Domain SettingsCLOUDFLARE_R2_EDIT_CUSTOM_DOMAIN_SETTINGSEdit the configuration for a custom domain on an existing R2 bucket.需要连接
Edit the configuration for a custom domain on an existing R2 bucket.
认证
需要 Connected AccountTags
Delete Event Notification RulesCLOUDFLARE_R2_EVENT_NOTIFICATION_DELETE_CONFIGDelete an event notification rule. **If no body is provided, all rules for specified queue will be deleted**.需要连接
Delete an event notification rule. **If no body is provided, all rules for specified queue will be deleted**.
认证
需要 Connected AccountTags
Get Account-Level MetricsCLOUDFLARE_R2_GET_ACCOUNT_LEVEL_METRICSGet Storage/Object Count Metrics across all buckets in your account. Note that Account-Level Metrics may not immediately reflect the latest data.需要连接
Get Storage/Object Count Metrics across all buckets in your account. Note that Account-Level Metrics may not immediately reflect the latest data.
认证
需要 Connected AccountTags
Get BucketCLOUDFLARE_R2_GET_BUCKETGets properties of an existing R2 bucket.需要连接
Gets properties of an existing R2 bucket.
认证
需要 Connected AccountTags
Get Bucket CORS PolicyCLOUDFLARE_R2_GET_BUCKET_CORS_POLICYGet the CORS policy for a bucket.需要连接
Get the CORS policy for a bucket.
认证
需要 Connected AccountTags
Get Object Lifecycle RulesCLOUDFLARE_R2_GET_BUCKET_LIFECYCLE_CONFIGURATIONGet object lifecycle rules for a bucket.需要连接
Get object lifecycle rules for a bucket.
认证
需要 Connected AccountTags
Get Local Uploads ConfigurationCLOUDFLARE_R2_GET_BUCKET_LOCAL_UPLOADS_CONFIGURATIONGet the local uploads configuration for a bucket. When enabled, object's data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.需要连接
Get the local uploads configuration for a bucket. When enabled, object's data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.
认证
需要 Connected AccountTags
Get Bucket Lock RulesCLOUDFLARE_R2_GET_BUCKET_LOCK_CONFIGURATIONGet lock rules for a bucket.需要连接
Get lock rules for a bucket.
认证
需要 Connected AccountTags
Get r2.dev Domain of BucketCLOUDFLARE_R2_GET_BUCKET_PUBLIC_POLICYGets state of public access over the bucket's R2-managed (r2.dev) domain.需要连接
Gets state of public access over the bucket's R2-managed (r2.dev) domain.
认证
需要 Connected AccountTags
Get Sippy ConfigurationCLOUDFLARE_R2_GET_BUCKET_SIPPY_CONFIGGets configuration for Sippy for an existing R2 bucket.需要连接
Gets configuration for Sippy for an existing R2 bucket.
认证
需要 Connected AccountTags
Get Custom Domain SettingsCLOUDFLARE_R2_GET_CUSTOM_DOMAIN_SETTINGSGet the configuration for a custom domain on an existing R2 bucket.需要连接
Get the configuration for a custom domain on an existing R2 bucket.
认证
需要 Connected AccountTags
Get Event Notification RuleCLOUDFLARE_R2_GET_EVENT_NOTIFICATION_CONFIGGet a single event notification rule.需要连接
Get a single event notification rule.
认证
需要 Connected AccountTags
List Event Notification RulesCLOUDFLARE_R2_GET_EVENT_NOTIFICATION_CONFIGSList all event notification rules for a bucket.需要连接
List all event notification rules for a bucket.
认证
需要 Connected AccountTags
Get ObjectCLOUDFLARE_R2_GET_OBJECTRetrieves an object from an R2 bucket. Returns the object body along with metadata headers. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.需要连接
Retrieves an object from an R2 bucket. Returns the object body along with metadata headers. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.
认证
需要 Connected AccountTags
List BucketsCLOUDFLARE_R2_LIST_BUCKETSLists all R2 buckets on your account.需要连接
Lists all R2 buckets on your account.
认证
需要 Connected AccountTags
List Custom Domains of BucketCLOUDFLARE_R2_LIST_CUSTOM_DOMAINSGets a list of all custom domains registered with an existing R2 bucket.需要连接
Gets a list of all custom domains registered with an existing R2 bucket.
认证
需要 Connected AccountTags
List ObjectsCLOUDFLARE_R2_LIST_OBJECTSLists objects in an R2 bucket. Returns object metadata including key, size, etag, last modified date, HTTP metadata, and custom metadata. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.需要连接
Lists objects in an R2 bucket. Returns object metadata including key, size, etag, last modified date, HTTP metadata, and custom metadata. For most workloads, we recommend using R2's [S3-compatible API](https://developers.cloudflare.com/r2/api/s3/api/) or a [Worker with an R2 binding](https://developers.cloudflare.com/r2/api/workers/workers-api-reference/) instead.
认证
需要 Connected AccountTags
Patch BucketCLOUDFLARE_R2_PATCH_BUCKETUpdates properties of an existing R2 bucket.需要连接
Updates properties of an existing R2 bucket.
认证
需要 Connected AccountTags
Put Bucket CORS PolicyCLOUDFLARE_R2_PUT_BUCKET_CORS_POLICYSet the CORS policy for a bucket.需要连接
Set the CORS policy for a bucket.
认证
需要 Connected AccountTags
Put Object Lifecycle RulesCLOUDFLARE_R2_PUT_BUCKET_LIFECYCLE_CONFIGURATIONSet the object lifecycle rules for a bucket.需要连接
Set the object lifecycle rules for a bucket.
认证
需要 Connected AccountTags
Put Local Uploads ConfigurationCLOUDFLARE_R2_PUT_BUCKET_LOCAL_UPLOADS_CONFIGURATIONSet the local uploads configuration for a bucket. When enabled, object's data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.需要连接
Set the local uploads configuration for a bucket. When enabled, object's data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.
认证
需要 Connected AccountTags
Put Bucket Lock RulesCLOUDFLARE_R2_PUT_BUCKET_LOCK_CONFIGURATIONSet lock rules for a bucket.需要连接
Set lock rules for a bucket.
认证
需要 Connected AccountTags
Update r2.dev Domain of BucketCLOUDFLARE_R2_PUT_BUCKET_PUBLIC_POLICYUpdates state of public access over the bucket's R2-managed (r2.dev) domain.需要连接
Updates state of public access over the bucket's R2-managed (r2.dev) domain.
认证
需要 Connected AccountTags
Enable SippyCLOUDFLARE_R2_PUT_BUCKET_SIPPY_CONFIGSets configuration for Sippy for an existing R2 bucket.需要连接
Sets configuration for Sippy for an existing R2 bucket.
认证
需要 Connected AccountTags
Create Event Notification RuleCLOUDFLARE_R2_PUT_EVENT_NOTIFICATION_CONFIGCreate event notification rule.需要连接
Create event notification rule.
认证
需要 Connected AccountTags
Get agent readiness summaryCLOUDFLARE_RADAR_GET_AGENT_READINESS_SUMMARYReturns a summary of AI agent readiness scores across scanned domains, grouped by the specified dimension. Data is sourced from weekly bulk scans. All values are raw domain counts.需要连接
Returns a summary of AI agent readiness scores across scanned domains, grouped by the specified dimension. Data is sourced from weekly bulk scans. All values are raw domain counts.
认证
需要 Connected AccountTags
Get AI bots HTTP requests distribution by dimensionCLOUDFLARE_RADAR_GET_AI_BOTS_SUMMARYRetrieves an aggregated summary of AI bots HTTP requests grouped by the specified dimension.需要连接
Retrieves an aggregated summary of AI bots HTTP requests grouped by the specified dimension.
认证
需要 Connected AccountTags
Get AI user agents summaryCLOUDFLARE_RADAR_GET_AI_BOTS_SUMMARY_BY_USER_AGENTRetrieves the distribution of traffic by AI user agent.需要连接
Retrieves the distribution of traffic by AI user agent.
认证
需要 Connected AccountTags
Get AI bots HTTP requests time seriesCLOUDFLARE_RADAR_GET_AI_BOTS_TIMESERIESRetrieves AI bots HTTP request volume over time.需要连接
Retrieves AI bots HTTP request volume over time.
认证
需要 Connected AccountTags
Get time series distribution of AI bots HTTP requests by dimension.CLOUDFLARE_RADAR_GET_AI_BOTS_TIMESERIES_GROUPRetrieves the distribution of HTTP requests from AI bots, grouped by the specified dimension over time.需要连接
Retrieves the distribution of HTTP requests from AI bots, grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Get AI user agents time seriesCLOUDFLARE_RADAR_GET_AI_BOTS_TIMESERIES_GROUP_BY_USER_AGENTRetrieves the distribution of traffic by AI user agent over time.需要连接
Retrieves the distribution of traffic by AI user agent over time.
认证
需要 Connected AccountTags
Get Workers AI inference distribution by dimensionCLOUDFLARE_RADAR_GET_AI_INFERENCE_SUMMARYRetrieves an aggregated summary of the number of inferences run on Workers AI, grouped by the specified dimension.需要连接
Retrieves an aggregated summary of the number of inferences run on Workers AI, grouped by the specified dimension.
认证
需要 Connected AccountTags
Get Workers AI models summaryCLOUDFLARE_RADAR_GET_AI_INFERENCE_SUMMARY_BY_MODELRetrieves the distribution of the number of inferences by model.需要连接
Retrieves the distribution of the number of inferences by model.
认证
需要 Connected AccountTags
Get Workers AI tasks summaryCLOUDFLARE_RADAR_GET_AI_INFERENCE_SUMMARY_BY_TASKRetrieves the distribution of the number of inferences by task.需要连接
Retrieves the distribution of the number of inferences by task.
认证
需要 Connected AccountTags
Get time series distribution of Workers AI inference by dimension.CLOUDFLARE_RADAR_GET_AI_INFERENCE_TIMESERIES_GROUPRetrieves the distribution of the number of inferences run on Workers AI, grouped by the specified dimension over time.需要连接
Retrieves the distribution of the number of inferences run on Workers AI, grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Get Workers AI models time seriesCLOUDFLARE_RADAR_GET_AI_INFERENCE_TIMESERIES_GROUP_BY_MODELRetrieves the distribution of the number of inferences by model over time.需要连接
Retrieves the distribution of the number of inferences by model over time.
认证
需要 Connected AccountTags
Get Workers AI tasks time seriesCLOUDFLARE_RADAR_GET_AI_INFERENCE_TIMESERIES_GROUP_BY_TASKRetrieves the distribution of the number of inferences by task over time.需要连接
Retrieves the distribution of the number of inferences by task over time.
认证
需要 Connected AccountTags
Get AI markdown for agents reduction ratio summaryCLOUDFLARE_RADAR_GET_AI_MARKDOWN_FOR_AGENTS_SUMMARYRetrieves the overall median HTML-to-markdown reduction ratio for AI agent requests over the given date range.需要连接
Retrieves the overall median HTML-to-markdown reduction ratio for AI agent requests over the given date range.
认证
需要 Connected AccountTags
Get AI markdown for agents reduction ratio time seriesCLOUDFLARE_RADAR_GET_AI_MARKDOWN_FOR_AGENTS_TIMESERIESRetrieves the median HTML-to-markdown reduction ratio over time for AI agent requests.需要连接
Retrieves the median HTML-to-markdown reduction ratio over time for AI agent requests.
认证
需要 Connected AccountTags
Get latest annotationsCLOUDFLARE_RADAR_GET_ANNOTATIONSRetrieves the latest annotations.需要连接
Retrieves the latest annotations.
认证
需要 Connected AccountTags
Get latest Internet outages and anomaliesCLOUDFLARE_RADAR_GET_ANNOTATIONS_OUTAGESRetrieves the latest Internet outages and anomalies.需要连接
Retrieves the latest Internet outages and anomalies.
认证
需要 Connected AccountTags
Get the number of outages by locationCLOUDFLARE_RADAR_GET_ANNOTATIONS_OUTAGES_TOPRetrieves the number of outages by location.需要连接
Retrieves the number of outages by location.
认证
需要 Connected AccountTags
Get AS rankings by botnet threat feed activityCLOUDFLARE_RADAR_GET_AS_BOTNET_THREAT_FEEDRetrieves a ranked list of Autonomous Systems based on their presence in the Cloudflare Botnet Threat Feed. Rankings can be sorted by offense count or number of bad IPs. Optionally compare to a previous date to see rank changes.需要连接
Retrieves a ranked list of Autonomous Systems based on their presence in the Cloudflare Botnet Threat Feed. Rankings can be sorted by offense count or number of bad IPs. Optionally compare to a previous date to see rank changes.
认证
需要 Connected AccountTags
Get IRR AS-SETs that an AS is a member ofCLOUDFLARE_RADAR_GET_ASNS_AS_SETRetrieves Internet Routing Registry AS-SETs that an AS is a member of.需要连接
Retrieves Internet Routing Registry AS-SETs that an AS is a member of.
认证
需要 Connected AccountTags
Get AS-level relationships by ASNCLOUDFLARE_RADAR_GET_ASNS_RELRetrieves AS-level relationship for given networks.需要连接
Retrieves AS-level relationship for given networks.
认证
需要 Connected AccountTags
Get layer 3 attacks summary by dimensionCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARYRetrieves the distribution of layer 3 attacks by the specified dimension.需要连接
Retrieves the distribution of layer 3 attacks by the specified dimension.
认证
需要 Connected AccountTags
Get layer 3 attacks by bitrate summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_BITRATERetrieves the distribution of layer 3 attacks by bitrate.需要连接
Retrieves the distribution of layer 3 attacks by bitrate.
认证
需要 Connected AccountTags
Get layer 3 attacks by duration summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_DURATIONRetrieves the distribution of layer 3 attacks by duration.需要连接
Retrieves the distribution of layer 3 attacks by duration.
认证
需要 Connected AccountTags
Get layer 3 attacks by targeted industry summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_INDUSTRYRetrieves the distribution of layer 3 attacks by targeted industry.需要连接
Retrieves the distribution of layer 3 attacks by targeted industry.
认证
需要 Connected AccountTags
Get layer 3 attacks by IP version summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_IP_VERSIONRetrieves the distribution of layer 3 attacks by IP version.需要连接
Retrieves the distribution of layer 3 attacks by IP version.
认证
需要 Connected AccountTags
Get layer 3 attacks by protocol summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_PROTOCOLRetrieves the distribution of layer 3 attacks by protocol.需要连接
Retrieves the distribution of layer 3 attacks by protocol.
认证
需要 Connected AccountTags
Get layer 3 attacks by vector summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_VECTORRetrieves the distribution of layer 3 attacks by vector.需要连接
Retrieves the distribution of layer 3 attacks by vector.
认证
需要 Connected AccountTags
Get layer 3 attacks by targeted vertical summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_SUMMARY_BY_VERTICALRetrieves the distribution of layer 3 attacks by targeted vertical.需要连接
Retrieves the distribution of layer 3 attacks by targeted vertical.
认证
需要 Connected AccountTags
Get layer 3 attacks by bytes time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_BY_BYTESRetrieves layer 3 attacks over time.需要连接
Retrieves layer 3 attacks over time.
认证
需要 Connected AccountTags
Get layer 3 attacks time series grouped by dimensionCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUPRetrieves the distribution of layer 3 attacks grouped by dimension over time.需要连接
Retrieves the distribution of layer 3 attacks grouped by dimension over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by bitrate time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_BITRATERetrieves the distribution of layer 3 attacks by bitrate over time.需要连接
Retrieves the distribution of layer 3 attacks by bitrate over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by duration time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_DURATIONRetrieves the distribution of layer 3 attacks by duration over time.需要连接
Retrieves the distribution of layer 3 attacks by duration over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by target industries time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_INDUSTRYRetrieves the distribution of layer 3 attacks by targeted industry over time.需要连接
Retrieves the distribution of layer 3 attacks by targeted industry over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by IP version time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_IP_VERSIONRetrieves the distribution of layer 3 attacks by IP version over time.需要连接
Retrieves the distribution of layer 3 attacks by IP version over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by protocol time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_PROTOCOLRetrieves the distribution of layer 3 attacks by protocol over time.需要连接
Retrieves the distribution of layer 3 attacks by protocol over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by vector time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_VECTORRetrieves the distribution of layer 3 attacks by vector over time.需要连接
Retrieves the distribution of layer 3 attacks by vector over time.
认证
需要 Connected AccountTags
Get layer 3 attacks by vertical time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TIMESERIES_GROUP_BY_VERTICALRetrieves the distribution of layer 3 attacks by targeted vertical over time.需要连接
Retrieves the distribution of layer 3 attacks by targeted vertical over time.
认证
需要 Connected AccountTags
Get top layer 3 attack pairs (origin and target locations)CLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TOP_ATTACKSRetrieves the top layer 3 attacks from origin to target location. Values are a percentage out of the total layer 3 attacks (with billing country). You can optionally limit the number of attacks by origin/target location (useful if all the top attacks are from or to the same location).需要连接
Retrieves the top layer 3 attacks from origin to target location. Values are a percentage out of the total layer 3 attacks (with billing country). You can optionally limit the number of attacks by origin/target location (useful if all the top attacks are from or to the same location).
认证
需要 Connected AccountTags
Get top industries targeted by layer 3 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TOP_INDUSTRIESThis endpoint is deprecated. To continue getting this data, switch to the summary by industry endpoint.需要连接
This endpoint is deprecated. To continue getting this data, switch to the summary by industry endpoint.
认证
需要 Connected AccountTags
Get top origin locations of layer 3 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TOP_ORIGIN_LOCATIONSRetrieves the origin locations of layer 3 attacks.需要连接
Retrieves the origin locations of layer 3 attacks.
认证
需要 Connected AccountTags
Get top target locations of layer 3 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TOP_TARGET_LOCATIONSRetrieves the target locations of layer 3 attacks.需要连接
Retrieves the target locations of layer 3 attacks.
认证
需要 Connected AccountTags
Get top verticals targeted by layer 3 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER3_TOP_VERTICALSThis endpoint is deprecated. To continue getting this data, switch to the summary by vertical endpoint.需要连接
This endpoint is deprecated. To continue getting this data, switch to the summary by vertical endpoint.
认证
需要 Connected AccountTags
Get layer 7 attacks summary by dimensionCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARYRetrieves the distribution of layer 7 attacks by the specified dimension.需要连接
Retrieves the distribution of layer 7 attacks by the specified dimension.
认证
需要 Connected AccountTags
Get layer 7 attacks by HTTP method summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_HTTP_METHODRetrieves the distribution of layer 7 attacks by HTTP method.需要连接
Retrieves the distribution of layer 7 attacks by HTTP method.
认证
需要 Connected AccountTags
Get layer 7 attacks by HTTP version summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_HTTP_VERSIONRetrieves the distribution of layer 7 attacks by HTTP version.需要连接
Retrieves the distribution of layer 7 attacks by HTTP version.
认证
需要 Connected AccountTags
Get layer 7 attacks by targeted industry summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_INDUSTRYRetrieves the distribution of layer 7 attacks by targeted industry.需要连接
Retrieves the distribution of layer 7 attacks by targeted industry.
认证
需要 Connected AccountTags
Get layer 7 attacks by IP version summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_IP_VERSIONRetrieves the distribution of layer 7 attacks by IP version.需要连接
Retrieves the distribution of layer 7 attacks by IP version.
认证
需要 Connected AccountTags
Get layer 7 attacks by managed rules summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_MANAGED_RULESRetrieves the distribution of layer 7 attacks by managed rules.需要连接
Retrieves the distribution of layer 7 attacks by managed rules.
认证
需要 Connected AccountTags
Get layer 7 attacks by mitigation product summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_MITIGATION_PRODUCTRetrieves the distribution of layer 7 attacks by mitigation product.需要连接
Retrieves the distribution of layer 7 attacks by mitigation product.
认证
需要 Connected AccountTags
Get layer 7 attacks by targeted vertical summaryCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_SUMMARY_BY_VERTICALRetrieves the distribution of layer 7 attacks by targeted vertical.需要连接
Retrieves the distribution of layer 7 attacks by targeted vertical.
认证
需要 Connected AccountTags
Get layer 7 attacks time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIESRetrieves layer 7 attacks over time.需要连接
Retrieves layer 7 attacks over time.
认证
需要 Connected AccountTags
Get layer 7 attacks time series grouped by dimensionCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUPRetrieves the distribution of layer 7 attacks grouped by dimension over time.需要连接
Retrieves the distribution of layer 7 attacks grouped by dimension over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by HTTP method time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_HTTP_METHODRetrieves the distribution of layer 7 attacks by HTTP method over time.需要连接
Retrieves the distribution of layer 7 attacks by HTTP method over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by HTTP version time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_HTTP_VERSIONRetrieves the distribution of layer 7 attacks by HTTP version over time.需要连接
Retrieves the distribution of layer 7 attacks by HTTP version over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by target industries time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_INDUSTRYRetrieves the distribution of layer 7 attacks by targeted industry over time.需要连接
Retrieves the distribution of layer 7 attacks by targeted industry over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by IP version time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_IP_VERSIONRetrieves the distribution of layer 7 attacks by IP version used over time.需要连接
Retrieves the distribution of layer 7 attacks by IP version used over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by managed rules time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_MANAGED_RULESRetrieves the distribution of layer 7 attacks by managed rules over time.需要连接
Retrieves the distribution of layer 7 attacks by managed rules over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by mitigation product time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_MITIGATION_PRODUCTRetrieves the distribution of layer 7 attacks by mitigation product over time.需要连接
Retrieves the distribution of layer 7 attacks by mitigation product over time.
认证
需要 Connected AccountTags
Get layer 7 attacks by vertical time seriesCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TIMESERIES_GROUP_BY_VERTICALRetrieves the distribution of layer 7 attacks by targeted vertical over time.需要连接
Retrieves the distribution of layer 7 attacks by targeted vertical over time.
认证
需要 Connected AccountTags
Get top layer 7 attack pairs (origin and target locations)CLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TOP_ATTACKSRetrieves the top attacks from origin to target location. Values are percentages of the total layer 7 attacks (with billing country). The attack magnitude can be defined by the number of mitigated requests or by the number of zones affected. You can optionally limit the number of attacks by origin/target location (useful if all the top attacks are from or to the same location).需要连接
Retrieves the top attacks from origin to target location. Values are percentages of the total layer 7 attacks (with billing country). The attack magnitude can be defined by the number of mitigated requests or by the number of zones affected. You can optionally limit the number of attacks by origin/target location (useful if all the top attacks are from or to the same location).
认证
需要 Connected AccountTags
Get top industries targeted by layer 7 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TOP_INDUSTRIESThis endpoint is deprecated. To continue getting this data, switch to the summary by industry endpoint.需要连接
This endpoint is deprecated. To continue getting this data, switch to the summary by industry endpoint.
认证
需要 Connected AccountTags
Get top origin ASes of layer 7 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TOP_ORIGIN_ASRetrieves the top origin autonomous systems of layer 7 attacks. Values are percentages of the total layer 7 attacks, with the origin autonomous systems determined by the client IP address.需要连接
Retrieves the top origin autonomous systems of layer 7 attacks. Values are percentages of the total layer 7 attacks, with the origin autonomous systems determined by the client IP address.
认证
需要 Connected AccountTags
Get top origin locations of layer 7 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TOP_ORIGIN_LOCATIONRetrieves the top origin locations of layer 7 attacks. Values are percentages of the total layer 7 attacks, with the origin location determined by the client IP address.需要连接
Retrieves the top origin locations of layer 7 attacks. Values are percentages of the total layer 7 attacks, with the origin location determined by the client IP address.
认证
需要 Connected AccountTags
Get top target locations of layer 7 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TOP_TARGET_LOCATIONRetrieves the top target locations of and by layer 7 attacks. Values are a percentage out of the total layer 7 attacks. The target location is determined by the attacked zone's billing country, when available.需要连接
Retrieves the top target locations of and by layer 7 attacks. Values are a percentage out of the total layer 7 attacks. The target location is determined by the attacked zone's billing country, when available.
认证
需要 Connected AccountTags
Get top verticals targeted by layer 7 attacksCLOUDFLARE_RADAR_GET_ATTACKS_LAYER7_TOP_VERTICALSThis endpoint is deprecated. To continue getting this data, switch to the summary by vertical endpoint.需要连接
This endpoint is deprecated. To continue getting this data, switch to the summary by vertical endpoint.
认证
需要 Connected AccountTags
Get BGP hijack eventsCLOUDFLARE_RADAR_GET_BGP_HIJACKS_EVENTSRetrieves the BGP hijack events.需要连接
Retrieves the BGP hijack events.
认证
需要 Connected AccountTags
Get announced IP address space time seriesCLOUDFLARE_RADAR_GET_BGP_IPS_TIMESERIESRetrieves time series data for the announced IP space count, represented as the number of IPv4 /24s and IPv6 /48s, for a given ASN.需要连接
Retrieves time series data for the announced IP space count, represented as the number of IPv4 /24s and IPv6 /48s, for a given ASN.
认证
需要 Connected AccountTags
Get top ASes by announced IP spaceCLOUDFLARE_RADAR_GET_BGP_IPS_TOP_ASESReturns the top-N autonomous systems by announced IP space at the nearest 8-hour RIB boundary at or before the requested date. The snapped boundary is returned as `anchor_ts`.需要连接
Returns the top-N autonomous systems by announced IP space at the nearest 8-hour RIB boundary at or before the requested date. The snapped boundary is returned as `anchor_ts`.
认证
需要 Connected AccountTags
Get prefix-to-ASN mappingCLOUDFLARE_RADAR_GET_BGP_PFX2ASRetrieves the prefix-to-ASN mapping from global routing tables.需要连接
Retrieves the prefix-to-ASN mapping from global routing tables.
认证
需要 Connected AccountTags
Get Multi-Origin AS (MOAS) prefixesCLOUDFLARE_RADAR_GET_BGP_PFX2AS_MOASRetrieves all Multi-Origin AS (MOAS) prefixes in the global routing tables.需要连接
Retrieves all Multi-Origin AS (MOAS) prefixes in the global routing tables.
认证
需要 Connected AccountTags
Get BGP route leak eventsCLOUDFLARE_RADAR_GET_BGP_ROUTE_LEAK_EVENTSRetrieves the BGP route leak events.需要连接
Retrieves the BGP route leak events.
认证
需要 Connected AccountTags
List ASes from global routing tablesCLOUDFLARE_RADAR_GET_BGP_ROUTES_ASNSRetrieves all ASes in the current global routing tables with routing statistics.需要连接
Retrieves all ASes in the current global routing tables with routing statistics.
认证
需要 Connected AccountTags
Get tier-1 path segments for an ASCLOUDFLARE_RADAR_GET_BGP_ROUTES_PATHSRetrieves the paths an AS uses to reach the tier-1 clique, derived from RouteViews RIB snapshots. Each entry is an ordered AS-path segment (from the queried AS toward a tier-1) with the number of observed paths and peers, and the collectors that observed it. By default segments are merged across all active collectors; pass "collector" to scope to one. The response also includes an "asnInfo" map (keyed by ASN) with the name and country for every ASN in the returned segments plus the queried ASN (best-effort; null when unavailable).需要连接
Retrieves the paths an AS uses to reach the tier-1 clique, derived from RouteViews RIB snapshots. Each entry is an ordered AS-path segment (from the queried AS toward a tier-1) with the number of observed paths and peers, and the collectors that observed it. By default segments are merged across all active collectors; pass "collector" to scope to one. The response also includes an "asnInfo" map (keyed by ASN) with the name and country for every ASN in the returned segments plus the queried ASN (best-effort; null when unavailable).
认证
需要 Connected AccountTags
Get real-time BGP routes for a prefixCLOUDFLARE_RADAR_GET_BGP_ROUTES_REALTIMERetrieves real-time BGP routes for a prefix, using public real-time data collectors (RouteViews and RIPE RIS).需要连接
Retrieves real-time BGP routes for a prefix, using public real-time data collectors (RouteViews and RIPE RIS).
认证
需要 Connected AccountTags
Get BGP routing table statsCLOUDFLARE_RADAR_GET_BGP_ROUTES_STATSRetrieves the BGP routing table stats.需要连接
Retrieves the BGP routing table stats.
认证
需要 Connected AccountTags
Get upstream composition time series for an ASCLOUDFLARE_RADAR_GET_BGP_ROUTES_UPSTREAMS_TIMESERIESRetrieves the share of an AS’s observed paths carried by each direct upstream over time, derived from RouteViews RIB snapshots across all collectors (the combined product). Each upstream ASN is returned as its own series of shares (0–1); the least-significant upstreams beyond the requested limit are grouped into an "OTHER" series. Series share a common set of timestamps.需要连接
Retrieves the share of an AS’s observed paths carried by each direct upstream over time, derived from RouteViews RIB snapshots across all collectors (the combined product). Each upstream ASN is returned as its own series of shares (0–1); the least-significant upstreams beyond the requested limit are grouped into an "OTHER" series. Series share a common set of timestamps.
认证
需要 Connected AccountTags
Get ASPA changes over timeCLOUDFLARE_RADAR_GET_BGP_RPKI_ASPA_CHANGESRetrieves ASPA (Autonomous System Provider Authorization) changes over time. Returns daily aggregated changes including additions, removals, and modifications of ASPA objects.需要连接
Retrieves ASPA (Autonomous System Provider Authorization) changes over time. Returns daily aggregated changes including additions, removals, and modifications of ASPA objects.
认证
需要 Connected AccountTags
Get ASPA objects snapshotCLOUDFLARE_RADAR_GET_BGP_RPKI_ASPA_SNAPSHOTRetrieves current or historical ASPA (Autonomous System Provider Authorization) objects. ASPA objects define which ASNs are authorized upstream providers for a customer ASN.需要连接
Retrieves current or historical ASPA (Autonomous System Provider Authorization) objects. ASPA objects define which ASNs are authorized upstream providers for a customer ASN.
认证
需要 Connected AccountTags
Get ASPA count time seriesCLOUDFLARE_RADAR_GET_BGP_RPKI_ASPA_TIMESERIESRetrieves ASPA (Autonomous System Provider Authorization) object count over time. Supports filtering by RIR or location (country code) to generate multiple named series. If no RIR or location filter is specified, returns total count.需要连接
Retrieves ASPA (Autonomous System Provider Authorization) object count over time. Supports filtering by RIR or location (country code) to generate multiple named series. If no RIR or location filter is specified, returns total count.
认证
需要 Connected AccountTags
Get RPKI ROA deployment time seriesCLOUDFLARE_RADAR_GET_BGP_RPKI_ROAS_TIMESERIESRetrieves RPKI ROA (Route Origin Authorization) validation ratios over time. Returns the selected metric as a time series. Supports filtering by ASN or location (country code) — multiple values of the same filter type produce one series per value. If no ASN or location is specified, returns the global aggregate.需要连接
Retrieves RPKI ROA (Route Origin Authorization) validation ratios over time. Returns the selected metric as a time series. Supports filtering by ASN or location (country code) — multiple values of the same filter type produce one series per value. If no ASN or location is specified, returns the global aggregate.
认证
需要 Connected AccountTags
Get BGP time seriesCLOUDFLARE_RADAR_GET_BGP_TIMESERIESRetrieves BGP updates over time. When requesting updates for an autonomous system, only BGP updates of type announcement are returned.需要连接
Retrieves BGP updates over time. When requesting updates for an autonomous system, only BGP updates of type announcement are returned.
认证
需要 Connected AccountTags
Get top ASes by BGP updatesCLOUDFLARE_RADAR_GET_BGP_TOP_ASESRetrieves the top autonomous systems by BGP updates (announcements only).需要连接
Retrieves the top autonomous systems by BGP updates (announcements only).
认证
需要 Connected AccountTags
Get top ASes by prefix countCLOUDFLARE_RADAR_GET_BGP_TOP_ASNS_BY_PREFIXESRetrieves the full list of autonomous systems on the global routing table ordered by announced prefixes count. The data comes from public BGP MRT data archives and updates every 2 hours.需要连接
Retrieves the full list of autonomous systems on the global routing table ordered by announced prefixes count. The data comes from public BGP MRT data archives and updates every 2 hours.
认证
需要 Connected AccountTags
Get top prefixes by BGP updatesCLOUDFLARE_RADAR_GET_BGP_TOP_PREFIXESRetrieves the top network prefixes by BGP updates.需要连接
Retrieves the top network prefixes by BGP updates.
认证
需要 Connected AccountTags
Get bot detailsCLOUDFLARE_RADAR_GET_BOT_DETAILSRetrieves the requested bot information.需要连接
Retrieves the requested bot information.
认证
需要 Connected AccountTags
List botsCLOUDFLARE_RADAR_GET_BOTSRetrieves a list of bots.需要连接
Retrieves a list of bots.
认证
需要 Connected AccountTags
Get bots HTTP requests distribution by dimensionCLOUDFLARE_RADAR_GET_BOTS_SUMMARYRetrieves an aggregated summary of bots HTTP requests grouped by the specified dimension.需要连接
Retrieves an aggregated summary of bots HTTP requests grouped by the specified dimension.
认证
需要 Connected AccountTags
Get bots HTTP requests time seriesCLOUDFLARE_RADAR_GET_BOTS_TIMESERIESRetrieves bots HTTP request volume over time.需要连接
Retrieves bots HTTP request volume over time.
认证
需要 Connected AccountTags
Get time series distribution of bots HTTP requests by dimension.CLOUDFLARE_RADAR_GET_BOTS_TIMESERIES_GROUPRetrieves the distribution of HTTP requests from bots, grouped by the specified dimension over time.需要连接
Retrieves the distribution of HTTP requests from bots, grouped by the specified dimension over time.
认证
需要 Connected AccountTags
List certificate authoritiesCLOUDFLARE_RADAR_GET_CERTIFICATE_AUTHORITIESRetrieves a list of certificate authorities.需要连接
Retrieves a list of certificate authorities.
认证
需要 Connected AccountTags
Get certificate authority detailsCLOUDFLARE_RADAR_GET_CERTIFICATE_AUTHORITY_DETAILSRetrieves the requested CA information.需要连接
Retrieves the requested CA information.
认证
需要 Connected AccountTags
Get certificate log detailsCLOUDFLARE_RADAR_GET_CERTIFICATE_LOG_DETAILSRetrieves the requested certificate log information.需要连接
Retrieves the requested certificate log information.
认证
需要 Connected AccountTags
List certificate logsCLOUDFLARE_RADAR_GET_CERTIFICATE_LOGSRetrieves a list of certificate logs.需要连接
Retrieves a list of certificate logs.
认证
需要 Connected AccountTags
Get crawler HTTP request distribution by dimensionCLOUDFLARE_RADAR_GET_CRAWLERS_SUMMARYRetrieves an aggregated summary of HTTP requests from crawlers, grouped by the specified dimension.需要连接
Retrieves an aggregated summary of HTTP requests from crawlers, grouped by the specified dimension.
认证
需要 Connected AccountTags
Get time series of crawler HTTP request distribution by dimensionCLOUDFLARE_RADAR_GET_CRAWLERS_TIMESERIES_GROUPRetrieves the distribution of HTTP requests from crawlers, grouped by the specified dimension over time.需要连接
Retrieves the distribution of HTTP requests from crawlers, grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Get certificate distribution by dimensionCLOUDFLARE_RADAR_GET_CT_SUMMARYRetrieves an aggregated summary of certificates grouped by the specified dimension.需要连接
Retrieves an aggregated summary of certificates grouped by the specified dimension.
认证
需要 Connected AccountTags
Get certificates time seriesCLOUDFLARE_RADAR_GET_CT_TIMESERIESRetrieves certificate volume over time.需要连接
Retrieves certificate volume over time.
认证
需要 Connected AccountTags
Get time series of certificate distribution by dimensionCLOUDFLARE_RADAR_GET_CT_TIMESERIES_GROUPRetrieves the distribution of certificates grouped by the specified dimension over time.需要连接
Retrieves the distribution of certificates grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Get AS112 summary by dimensionCLOUDFLARE_RADAR_GET_DNS_AS112_SUMMARYRetrieves the distribution of AS112 queries by the specified dimension.需要连接
Retrieves the distribution of AS112 queries by the specified dimension.
认证
需要 Connected AccountTags
Get AS112 DNS queries time seriesCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIESRetrieves the AS112 DNS queries over time.需要连接
Retrieves the AS112 DNS queries over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by DNSSEC summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_BY_DNSSECRetrieves the distribution of DNS queries to AS112 by DNSSEC (DNS Security Extensions) support.需要连接
Retrieves the distribution of DNS queries to AS112 by DNSSEC (DNS Security Extensions) support.
认证
需要 Connected AccountTags
Get AS112 DNS queries by EDNS summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_BY_EDNSRetrieves the distribution of DNS queries to AS112 by EDNS (Extension Mechanisms for DNS) support.需要连接
Retrieves the distribution of DNS queries to AS112 by EDNS (Extension Mechanisms for DNS) support.
认证
需要 Connected AccountTags
Get AS112 DNS queries by IP version summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_BY_IP_VERSIONRetrieves the distribution of DNS queries to AS112 by IP version.需要连接
Retrieves the distribution of DNS queries to AS112 by IP version.
认证
需要 Connected AccountTags
Get AS112 DNS queries by DNS protocol summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_BY_PROTOCOLRetrieves the distribution of DNS queries to AS112 by protocol.需要连接
Retrieves the distribution of DNS queries to AS112 by protocol.
认证
需要 Connected AccountTags
Get AS112 DNS queries by type summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_BY_QUERY_TYPERetrieves the distribution of DNS queries to AS112 by type.需要连接
Retrieves the distribution of DNS queries to AS112 by type.
认证
需要 Connected AccountTags
Get AS112 DNS queries by response code summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_BY_RESPONSE_CODESRetrieves the distribution of AS112 DNS requests classified by response code.需要连接
Retrieves the distribution of AS112 DNS requests classified by response code.
认证
需要 Connected AccountTags
Get AS112 time series grouped by dimensionCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUPRetrieves the distribution of AS112 queries grouped by dimension over time.需要连接
Retrieves the distribution of AS112 queries grouped by dimension over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by DNSSEC support time seriesCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUP_BY_DNSSECRetrieves the distribution of AS112 DNS queries by DNSSEC (DNS Security Extensions) support over time.需要连接
Retrieves the distribution of AS112 DNS queries by DNSSEC (DNS Security Extensions) support over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by EDNS support summaryCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUP_BY_EDNSRetrieves the distribution of AS112 DNS queries by EDNS (Extension Mechanisms for DNS) support over time.需要连接
Retrieves the distribution of AS112 DNS queries by EDNS (Extension Mechanisms for DNS) support over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by IP version time seriesCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUP_BY_IP_VERSIONRetrieves the distribution of AS112 DNS queries by IP version over time.需要连接
Retrieves the distribution of AS112 DNS queries by IP version over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by DNS protocol time seriesCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUP_BY_PROTOCOLRetrieves the distribution of AS112 DNS requests classified by protocol over time.需要连接
Retrieves the distribution of AS112 DNS requests classified by protocol over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by type time seriesCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUP_BY_QUERY_TYPERetrieves the distribution of AS112 DNS queries by type over time.需要连接
Retrieves the distribution of AS112 DNS queries by type over time.
认证
需要 Connected AccountTags
Get AS112 DNS queries by response code time seriesCLOUDFLARE_RADAR_GET_DNS_AS112_TIMESERIES_GROUP_BY_RESPONSE_CODESRetrieves the distribution of AS112 DNS requests classified by response code over time.需要连接
Retrieves the distribution of AS112 DNS requests classified by response code over time.
认证
需要 Connected AccountTags
Get top locations by AS112 DNS queriesCLOUDFLARE_RADAR_GET_DNS_AS112_TOP_LOCATIONSRetrieves the top locations by AS112 DNS queries.需要连接
Retrieves the top locations by AS112 DNS queries.
认证
需要 Connected AccountTags
Get top locations by AS112 DNS queries with DNSSEC supportCLOUDFLARE_RADAR_GET_DNS_AS112_TOP_LOCATIONS_BY_DNSSECRetrieves the top locations of DNS queries to AS112 with DNSSEC (DNS Security Extensions) support.需要连接
Retrieves the top locations of DNS queries to AS112 with DNSSEC (DNS Security Extensions) support.
认证
需要 Connected AccountTags
Get top locations by AS112 DNS queries with EDNS supportCLOUDFLARE_RADAR_GET_DNS_AS112_TOP_LOCATIONS_BY_EDNSRetrieves the top locations of DNS queries to AS112 with EDNS (Extension Mechanisms for DNS) support.需要连接
Retrieves the top locations of DNS queries to AS112 with EDNS (Extension Mechanisms for DNS) support.
认证
需要 Connected AccountTags
Get top locations by AS112 DNS queries for an IP versionCLOUDFLARE_RADAR_GET_DNS_AS112_TOP_LOCATIONS_BY_IP_VERSIONRetrieves the top locations of DNS queries to AS112 for an IP version.需要连接
Retrieves the top locations of DNS queries to AS112 for an IP version.
认证
需要 Connected AccountTags
Get DNS summary by dimensionCLOUDFLARE_RADAR_GET_DNS_SUMMARYRetrieves the distribution of DNS queries by the specified dimension.需要连接
Retrieves the distribution of DNS queries by the specified dimension.
认证
需要 Connected AccountTags
Get DNS queries by cache status summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_CACHE_HIT_STATUSRetrieves the distribution of DNS queries by cache status.需要连接
Retrieves the distribution of DNS queries by cache status.
认证
需要 Connected AccountTags
Get DNS queries by DNSSEC support summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_DNSSECRetrieves the distribution of DNS responses by DNSSEC (DNS Security Extensions) support.需要连接
Retrieves the distribution of DNS responses by DNSSEC (DNS Security Extensions) support.
认证
需要 Connected AccountTags
Get DNS queries by DNSSEC awareness summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_DNSSEC_AWARENESSRetrieves the distribution of DNS queries by DNSSEC (DNS Security Extensions) client awareness.需要连接
Retrieves the distribution of DNS queries by DNSSEC (DNS Security Extensions) client awareness.
认证
需要 Connected AccountTags
Get DNS queries by DNSSEC end-to-end summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_DNSSEC_E2E_VERSIONRetrieves the distribution of DNSSEC-validated answers by end-to-end security status.需要连接
Retrieves the distribution of DNSSEC-validated answers by end-to-end security status.
认证
需要 Connected AccountTags
Get DNS queries by IP version summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_IP_VERSIONRetrieves the distribution of DNS queries by IP version.需要连接
Retrieves the distribution of DNS queries by IP version.
认证
需要 Connected AccountTags
Get DNS queries by matching answer summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_MATCHING_ANSWER_STATUSRetrieves the distribution of DNS queries by matching answers.需要连接
Retrieves the distribution of DNS queries by matching answers.
认证
需要 Connected AccountTags
Get DNS queries by protocol summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_PROTOCOLRetrieves the distribution of DNS queries by DNS transport protocol.需要连接
Retrieves the distribution of DNS queries by DNS transport protocol.
认证
需要 Connected AccountTags
Get DNS queries by type summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_QUERY_TYPERetrieves the distribution of DNS queries by type.需要连接
Retrieves the distribution of DNS queries by type.
认证
需要 Connected AccountTags
Get DNS queries by response code summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_RESPONSE_CODERetrieves the distribution of DNS queries by response code.需要连接
Retrieves the distribution of DNS queries by response code.
认证
需要 Connected AccountTags
Get DNS queries by response TTL summaryCLOUDFLARE_RADAR_GET_DNS_SUMMARY_BY_RESPONSE_TTLRetrieves the distribution of DNS queries by minimum response TTL.需要连接
Retrieves the distribution of DNS queries by minimum response TTL.
认证
需要 Connected AccountTags
Get DNS queries time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIESRetrieves normalized query volume to the 1.1.1.1 DNS resolver over time.需要连接
Retrieves normalized query volume to the 1.1.1.1 DNS resolver over time.
认证
需要 Connected AccountTags
Get DNS time series grouped by dimensionCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUPRetrieves the distribution of DNS queries grouped by dimension over time.需要连接
Retrieves the distribution of DNS queries grouped by dimension over time.
认证
需要 Connected AccountTags
Get DNS queries by cache status time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_CACHE_HIT_STATUSRetrieves the distribution of DNS queries by cache status over time.需要连接
Retrieves the distribution of DNS queries by cache status over time.
认证
需要 Connected AccountTags
Get DNS queries by DNSSEC support time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_DNSSECRetrieves the distribution of DNS responses by DNSSEC (DNS Security Extensions) support over time.需要连接
Retrieves the distribution of DNS responses by DNSSEC (DNS Security Extensions) support over time.
认证
需要 Connected AccountTags
Get DNS queries by DNSSEC awareness time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_DNSSEC_AWARENESSRetrieves the distribution of DNS queries by DNSSEC (DNS Security Extensions) client awareness over time.需要连接
Retrieves the distribution of DNS queries by DNSSEC (DNS Security Extensions) client awareness over time.
认证
需要 Connected AccountTags
Get DNS queries by DNSSEC end-to-end time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_DNSSEC_E2E_VERSIONRetrieves the distribution of DNSSEC-validated answers by end-to-end security status over time.需要连接
Retrieves the distribution of DNSSEC-validated answers by end-to-end security status over time.
认证
需要 Connected AccountTags
Get DNS queries by IP version time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_IP_VERSIONRetrieves the distribution of DNS queries by IP version over time.需要连接
Retrieves the distribution of DNS queries by IP version over time.
认证
需要 Connected AccountTags
Get DNS queries by matching answer time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_MATCHING_ANSWER_STATUSRetrieves the distribution of DNS queries by matching answers over time.需要连接
Retrieves the distribution of DNS queries by matching answers over time.
认证
需要 Connected AccountTags
Get DNS queries by protocol time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_PROTOCOLRetrieves the distribution of DNS queries by DNS transport protocol over time.需要连接
Retrieves the distribution of DNS queries by DNS transport protocol over time.
认证
需要 Connected AccountTags
Get DNS queries by type time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_QUERY_TYPERetrieves the distribution of DNS queries by type over time.需要连接
Retrieves the distribution of DNS queries by type over time.
认证
需要 Connected AccountTags
Get DNS queries by response code time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_RESPONSE_CODERetrieves the distribution of DNS queries by response code over time.需要连接
Retrieves the distribution of DNS queries by response code over time.
认证
需要 Connected AccountTags
Get DNS queries by response TTL time seriesCLOUDFLARE_RADAR_GET_DNS_TIMESERIES_GROUP_BY_RESPONSE_TTLRetrieves the distribution of DNS queries by minimum answer TTL over time.需要连接
Retrieves the distribution of DNS queries by minimum answer TTL over time.
认证
需要 Connected AccountTags
Get top ASes by DNS queriesCLOUDFLARE_RADAR_GET_DNS_TOP_ASESRetrieves the top autonomous systems by DNS queries made to 1.1.1.1 DNS resolver.需要连接
Retrieves the top autonomous systems by DNS queries made to 1.1.1.1 DNS resolver.
认证
需要 Connected AccountTags
Get top locations by DNS queriesCLOUDFLARE_RADAR_GET_DNS_TOP_LOCATIONSRetrieves the top locations by DNS queries made to 1.1.1.1 DNS resolver.需要连接
Retrieves the top locations by DNS queries made to 1.1.1.1 DNS resolver.
认证
需要 Connected AccountTags
Get email routing summary by dimensionCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARYRetrieves the distribution of email routing metrics by the specified dimension.需要连接
Retrieves the distribution of email routing metrics by the specified dimension.
认证
需要 Connected AccountTags
Get email ARC validation summaryCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARY_BY_ARCRetrieves the distribution of emails by ARC (Authenticated Received Chain) validation.需要连接
Retrieves the distribution of emails by ARC (Authenticated Received Chain) validation.
认证
需要 Connected AccountTags
Get email DKIM validation summaryCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARY_BY_DKIMRetrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation.需要连接
Retrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation.
认证
需要 Connected AccountTags
Get email DMARC validation summaryCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARY_BY_DMARCRetrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation.需要连接
Retrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation.
认证
需要 Connected AccountTags
Get email encryption status summaryCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARY_BY_ENCRYPTEDRetrieves the distribution of emails by encryption status (encrypted vs. not-encrypted).需要连接
Retrieves the distribution of emails by encryption status (encrypted vs. not-encrypted).
认证
需要 Connected AccountTags
Get email IP version summaryCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARY_BY_IP_VERSIONRetrieves the distribution of emails by IP version.需要连接
Retrieves the distribution of emails by IP version.
认证
需要 Connected AccountTags
Get email SPF validation summaryCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_SUMMARY_BY_SPFRetrieves the distribution of emails by SPF (Sender Policy Framework) validation.需要连接
Retrieves the distribution of emails by SPF (Sender Policy Framework) validation.
认证
需要 Connected AccountTags
Get email routing time series grouped by dimensionCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUPRetrieves the distribution of email routing metrics grouped by dimension over time.需要连接
Retrieves the distribution of email routing metrics grouped by dimension over time.
认证
需要 Connected AccountTags
Get email ARC validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUP_BY_ARCRetrieves the distribution of emails by ARC (Authenticated Received Chain) validation over time.需要连接
Retrieves the distribution of emails by ARC (Authenticated Received Chain) validation over time.
认证
需要 Connected AccountTags
Get email DKIM validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUP_BY_DKIMRetrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation over time.需要连接
Retrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation over time.
认证
需要 Connected AccountTags
Get email DMARC validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUP_BY_DMARCRetrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation over time.需要连接
Retrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation over time.
认证
需要 Connected AccountTags
Get email encryption status time seriesCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUP_BY_ENCRYPTEDRetrieves the distribution of emails by encryption status (encrypted vs. not-encrypted) over time.需要连接
Retrieves the distribution of emails by encryption status (encrypted vs. not-encrypted) over time.
认证
需要 Connected AccountTags
Get email IP version time seriesCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUP_BY_IP_VERSIONRetrieves the distribution of emails by IP version over time.需要连接
Retrieves the distribution of emails by IP version over time.
认证
需要 Connected AccountTags
Get email SPF validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_ROUTING_TIMESERIES_GROUP_BY_SPFRetrieves the distribution of emails by SPF (Sender Policy Framework) validation over time.需要连接
Retrieves the distribution of emails by SPF (Sender Policy Framework) validation over time.
认证
需要 Connected AccountTags
Get email security summary by dimensionCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARYRetrieves the distribution of email security metrics by the specified dimension.需要连接
Retrieves the distribution of email security metrics by the specified dimension.
认证
需要 Connected AccountTags
Get email ARC validation summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_ARCRetrieves the distribution of emails by ARC (Authenticated Received Chain) validation.需要连接
Retrieves the distribution of emails by ARC (Authenticated Received Chain) validation.
认证
需要 Connected AccountTags
Get email DKIM validation summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_DKIMRetrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation.需要连接
Retrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation.
认证
需要 Connected AccountTags
Get email DMARC validation summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_DMARCRetrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation.需要连接
Retrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation.
认证
需要 Connected AccountTags
Get email malicious classification summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_MALICIOUSRetrieves the distribution of emails by malicious classification.需要连接
Retrieves the distribution of emails by malicious classification.
认证
需要 Connected AccountTags
Get email spam classification summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_SPAMRetrieves the proportion of emails by spam classification (spam vs. non-spam).需要连接
Retrieves the proportion of emails by spam classification (spam vs. non-spam).
认证
需要 Connected AccountTags
Get email SPF validation summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_SPFRetrieves the distribution of emails by SPF (Sender Policy Framework) validation.需要连接
Retrieves the distribution of emails by SPF (Sender Policy Framework) validation.
认证
需要 Connected AccountTags
Get email spoof classification summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_SPOOFRetrieves the proportion of emails by spoof classification (spoof vs. non-spoof).需要连接
Retrieves the proportion of emails by spoof classification (spoof vs. non-spoof).
认证
需要 Connected AccountTags
Get email threat category summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_THREAT_CATEGORYRetrieves the distribution of emails by threat categories.需要连接
Retrieves the distribution of emails by threat categories.
认证
需要 Connected AccountTags
Get email TLS version summaryCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_SUMMARY_BY_TLS_VERSIONRetrieves the distribution of emails by TLS version.需要连接
Retrieves the distribution of emails by TLS version.
认证
需要 Connected AccountTags
Get email security time series grouped by dimensionCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUPRetrieves the distribution of email security metrics grouped by dimension over time.需要连接
Retrieves the distribution of email security metrics grouped by dimension over time.
认证
需要 Connected AccountTags
Get email ARC validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_ARCRetrieves the distribution of emails by ARC (Authenticated Received Chain) validation over time.需要连接
Retrieves the distribution of emails by ARC (Authenticated Received Chain) validation over time.
认证
需要 Connected AccountTags
Get email DKIM validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_DKIMRetrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation over time.需要连接
Retrieves the distribution of emails by DKIM (DomainKeys Identified Mail) validation over time.
认证
需要 Connected AccountTags
Get email DMARC validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_DMARCRetrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation over time.需要连接
Retrieves the distribution of emails by DMARC (Domain-based Message Authentication, Reporting and Conformance) validation over time.
认证
需要 Connected AccountTags
Get email malicious classification time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_MALICIOUSRetrieves the distribution of emails by malicious classification over time.需要连接
Retrieves the distribution of emails by malicious classification over time.
认证
需要 Connected AccountTags
Get email spam classification time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_SPAMRetrieves the distribution of emails by spam classification (spam vs. non-spam) over time.需要连接
Retrieves the distribution of emails by spam classification (spam vs. non-spam) over time.
认证
需要 Connected AccountTags
Get email SPF validation time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_SPFRetrieves the distribution of emails by SPF (Sender Policy Framework) validation over time.需要连接
Retrieves the distribution of emails by SPF (Sender Policy Framework) validation over time.
认证
需要 Connected AccountTags
Get email spoof classification time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_SPOOFRetrieves the distribution of emails by spoof classification (spoof vs. non-spoof) over time.需要连接
Retrieves the distribution of emails by spoof classification (spoof vs. non-spoof) over time.
认证
需要 Connected AccountTags
Get email threat category time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_THREAT_CATEGORYRetrieves the distribution of emails by threat category over time.需要连接
Retrieves the distribution of emails by threat category over time.
认证
需要 Connected AccountTags
Get email TLS version time seriesCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TIMESERIES_GROUP_BY_TLS_VERSIONRetrieves the distribution of emails by TLS version over time.需要连接
Retrieves the distribution of emails by TLS version over time.
认证
需要 Connected AccountTags
Get top TLDs by email malicious classificationCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TOP_TLDS_BY_MALICIOUSRetrieves the top TLDs by emails classified as malicious or not.需要连接
Retrieves the top TLDs by emails classified as malicious or not.
认证
需要 Connected AccountTags
Get top TLDs by email message volumeCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TOP_TLDS_BY_MESSAGESRetrieves the top TLDs by number of email messages.需要连接
Retrieves the top TLDs by number of email messages.
认证
需要 Connected AccountTags
Get top TLDs by email spam classificationCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TOP_TLDS_BY_SPAMRetrieves the top TLDs by emails classified as spam or not.需要连接
Retrieves the top TLDs by emails classified as spam or not.
认证
需要 Connected AccountTags
Get top TLDs by email spoof classificationCLOUDFLARE_RADAR_GET_EMAIL_SECURITY_TOP_TLDS_BY_SPOOFRetrieves the top TLDs by emails classified as spoof or not.需要连接
Retrieves the top TLDs by emails classified as spoof or not.
认证
需要 Connected AccountTags
Get AS details by ASNCLOUDFLARE_RADAR_GET_ENTITIES_ASN_BY_IDRetrieves the requested autonomous system information. (A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this AS). Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526).需要连接
Retrieves the requested autonomous system information. (A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this AS). Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526).
认证
需要 Connected AccountTags
Get AS details by IP addressCLOUDFLARE_RADAR_GET_ENTITIES_ASN_BY_IPRetrieves the requested autonomous system information based on IP address. Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526).需要连接
Retrieves the requested autonomous system information based on IP address. Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526).
认证
需要 Connected AccountTags
List autonomous systemsCLOUDFLARE_RADAR_GET_ENTITIES_ASN_LISTRetrieves a list of autonomous systems.需要连接
Retrieves a list of autonomous systems.
认证
需要 Connected AccountTags
Get IP address detailsCLOUDFLARE_RADAR_GET_ENTITIES_IPRetrieves IP address information.需要连接
Retrieves IP address information.
认证
需要 Connected AccountTags
Get location detailsCLOUDFLARE_RADAR_GET_ENTITIES_LOCATION_BY_ALPHA2Retrieves the requested location information. (A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this location).需要连接
Retrieves the requested location information. (A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this location).
认证
需要 Connected AccountTags
List locationsCLOUDFLARE_RADAR_GET_ENTITIES_LOCATIONSRetrieves a list of locations.需要连接
Retrieves a list of locations.
认证
需要 Connected AccountTags
Get Geolocation detailsCLOUDFLARE_RADAR_GET_GEOLOCATION_DETAILSRetrieves the requested Geolocation information. Geolocation names can be localized by sending an `Accept-Language` HTTP header with a BCP 47 language tag (e.g., `Accept-Language: pt-PT`). The full quality-value chain is supported (e.g., `pt-PT,pt;q=0.9,en;q=0.8`).需要连接
Retrieves the requested Geolocation information. Geolocation names can be localized by sending an `Accept-Language` HTTP header with a BCP 47 language tag (e.g., `Accept-Language: pt-PT`). The full quality-value chain is supported (e.g., `pt-PT,pt;q=0.9,en;q=0.8`).
认证
需要 Connected AccountTags
List GeolocationsCLOUDFLARE_RADAR_GET_GEOLOCATIONSRetrieves a list of geolocations. Geolocation names can be localized by sending an `Accept-Language` HTTP header with a BCP 47 language tag (e.g., `Accept-Language: pt-PT`). The full quality-value chain is supported (e.g., `pt-PT,pt;q=0.9,en;q=0.8`).需要连接
Retrieves a list of geolocations. Geolocation names can be localized by sending an `Accept-Language` HTTP header with a BCP 47 language tag (e.g., `Accept-Language: pt-PT`). The full quality-value chain is supported (e.g., `pt-PT,pt;q=0.9,en;q=0.8`).
认证
需要 Connected AccountTags
Get HTTP requests summary by dimensionCLOUDFLARE_RADAR_GET_HTTP_SUMMARYRetrieves the distribution of HTTP requests by the specified dimension.需要连接
Retrieves the distribution of HTTP requests by the specified dimension.
认证
需要 Connected AccountTags
Get HTTP requests by bot class summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_BOT_CLASSRetrieves the distribution of bot-generated HTTP requests to genuine human traffic, as classified by Cloudflare. Visit https://developers.cloudflare.com/radar/concepts/bot-classes/ for more information.需要连接
Retrieves the distribution of bot-generated HTTP requests to genuine human traffic, as classified by Cloudflare. Visit https://developers.cloudflare.com/radar/concepts/bot-classes/ for more information.
认证
需要 Connected AccountTags
Get HTTP requests by device type summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_DEVICE_TYPERetrieves the distribution of HTTP requests generated by mobile, desktop, and other types of devices.需要连接
Retrieves the distribution of HTTP requests generated by mobile, desktop, and other types of devices.
认证
需要 Connected AccountTags
Get HTTP requests by HTTP/HTTPS summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_HTTP_PROTOCOLRetrieves the distribution of HTTP requests by HTTP protocol (HTTP vs. HTTPS).需要连接
Retrieves the distribution of HTTP requests by HTTP protocol (HTTP vs. HTTPS).
认证
需要 Connected AccountTags
Get HTTP requests by HTTP version summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_HTTP_VERSIONRetrieves the distribution of HTTP requests by HTTP version.需要连接
Retrieves the distribution of HTTP requests by HTTP version.
认证
需要 Connected AccountTags
Get HTTP requests by IP version summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_IP_VERSIONRetrieves the distribution of HTTP requests by IP version.需要连接
Retrieves the distribution of HTTP requests by IP version.
认证
需要 Connected AccountTags
Get HTTP requests by OS summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_OPERATING_SYSTEMRetrieves the distribution of HTTP requests by operating system (Windows, macOS, Android, iOS, and others).需要连接
Retrieves the distribution of HTTP requests by operating system (Windows, macOS, Android, iOS, and others).
认证
需要 Connected AccountTags
Get HTTP requests by post-quantum support summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_POST_QUANTUMRetrieves the distribution of HTTP requests by post-quantum support.需要连接
Retrieves the distribution of HTTP requests by post-quantum support.
认证
需要 Connected AccountTags
Get HTTP requests by TLS version summaryCLOUDFLARE_RADAR_GET_HTTP_SUMMARY_BY_TLS_VERSIONRetrieves the distribution of HTTP requests by TLS version.需要连接
Retrieves the distribution of HTTP requests by TLS version.
认证
需要 Connected AccountTags
Get HTTP requests time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIESRetrieves the HTTP requests over time.需要连接
Retrieves the HTTP requests over time.
认证
需要 Connected AccountTags
Get HTTP requests time series grouped by dimensionCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUPRetrieves the distribution of HTTP requests grouped by dimension.需要连接
Retrieves the distribution of HTTP requests grouped by dimension.
认证
需要 Connected AccountTags
Get HTTP requests by bot class time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_BOT_CLASSRetrieves the distribution of HTTP requests classified as automated or human over time. Visit https://developers.cloudflare.com/radar/concepts/bot-classes/ for more information.需要连接
Retrieves the distribution of HTTP requests classified as automated or human over time. Visit https://developers.cloudflare.com/radar/concepts/bot-classes/ for more information.
认证
需要 Connected AccountTags
Get HTTP requests by user agent family time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_BROWSER_FAMILIESRetrieves the distribution of HTTP requests by user agent family over time.需要连接
Retrieves the distribution of HTTP requests by user agent family over time.
认证
需要 Connected AccountTags
Get HTTP requests by user agent time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_BROWSERSRetrieves the distribution of HTTP requests by user agent over time.需要连接
Retrieves the distribution of HTTP requests by user agent over time.
认证
需要 Connected AccountTags
Get HTTP requests by device type time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_DEVICE_TYPERetrieves the distribution of HTTP requests by device type over time.需要连接
Retrieves the distribution of HTTP requests by device type over time.
认证
需要 Connected AccountTags
Get HTTP requests by HTTP/HTTPS time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_HTTP_PROTOCOLRetrieves the distribution of HTTP requests by HTTP protocol (HTTP vs. HTTPS) over time.需要连接
Retrieves the distribution of HTTP requests by HTTP protocol (HTTP vs. HTTPS) over time.
认证
需要 Connected AccountTags
Get HTTP requests by HTTP version time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_HTTP_VERSIONRetrieves the distribution of HTTP requests by HTTP version over time.需要连接
Retrieves the distribution of HTTP requests by HTTP version over time.
认证
需要 Connected AccountTags
Get HTTP requests by IP version time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_IP_VERSIONRetrieves the distribution of HTTP requests by IP version over time.需要连接
Retrieves the distribution of HTTP requests by IP version over time.
认证
需要 Connected AccountTags
Get HTTP requests by OS time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_OPERATING_SYSTEMRetrieves the distribution of HTTP requests by operating system over time.需要连接
Retrieves the distribution of HTTP requests by operating system over time.
认证
需要 Connected AccountTags
Get HTTP requests by post-quantum support time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_POST_QUANTUMRetrieves the distribution of HTTP requests by post-quantum support over time.需要连接
Retrieves the distribution of HTTP requests by post-quantum support over time.
认证
需要 Connected AccountTags
Get HTTP requests by TLS version time seriesCLOUDFLARE_RADAR_GET_HTTP_TIMESERIES_GROUP_BY_TLS_VERSIONRetrieves the distribution of HTTP requests by TLS version over time.需要连接
Retrieves the distribution of HTTP requests by TLS version over time.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for a bot classCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_BOT_CLASSRetrieves the top autonomous systems, by HTTP requests, of the requested bot class.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested bot class.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for a browser familyCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_BROWSER_FAMILYRetrieves the top autonomous systems, by HTTP requests, of the requested browser family.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested browser family.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for a device typeCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_DEVICE_TYPERetrieves the top autonomous systems, by HTTP requests, of the requested device type.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested device type.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for an HTTP protocolCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_HTTP_PROTOCOLRetrieves the top autonomous systems, by HTTP requests, of the requested HTTP protocol.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested HTTP protocol.
认证
需要 Connected AccountTags
Get top ASes by HTTP requestsCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_HTTP_REQUESTSRetrieves the top autonomous systems by HTTP requests.需要连接
Retrieves the top autonomous systems by HTTP requests.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for an HTTP versionCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_HTTP_VERSIONRetrieves the top autonomous systems, by HTTP requests, of the requested HTTP version.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested HTTP version.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for an IP versionCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_IP_VERSIONRetrieves the top autonomous systems, by HTTP requests, of the requested IP version.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested IP version.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for an OSCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_OPERATING_SYSTEMRetrieves the top autonomous systems, by HTTP requests, of the requested operating system.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested operating system.
认证
需要 Connected AccountTags
Get top ASes by HTTP requests for a TLS versionCLOUDFLARE_RADAR_GET_HTTP_TOP_ASES_BY_TLS_VERSIONRetrieves the top autonomous systems, by HTTP requests, of the requested TLS protocol version.需要连接
Retrieves the top autonomous systems, by HTTP requests, of the requested TLS protocol version.
认证
需要 Connected AccountTags
Get top user agent families by HTTP requestsCLOUDFLARE_RADAR_GET_HTTP_TOP_BROWSER_FAMILIESRetrieves the top user agents, aggregated in families, by HTTP requests.需要连接
Retrieves the top user agents, aggregated in families, by HTTP requests.
认证
需要 Connected AccountTags
Get top user agents by HTTP requestsCLOUDFLARE_RADAR_GET_HTTP_TOP_BROWSERSRetrieves the top user agents by HTTP requests.需要连接
Retrieves the top user agents by HTTP requests.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for a bot classCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_BOT_CLASSRetrieves the top locations, by HTTP requests, of the requested bot class.需要连接
Retrieves the top locations, by HTTP requests, of the requested bot class.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for a browser familyCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_BROWSER_FAMILYRetrieves the top locations, by HTTP requests, of the requested browser family.需要连接
Retrieves the top locations, by HTTP requests, of the requested browser family.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for a device typeCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_DEVICE_TYPERetrieves the top locations, by HTTP requests, of the requested device type.需要连接
Retrieves the top locations, by HTTP requests, of the requested device type.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for an HTTP protocolCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_HTTP_PROTOCOLRetrieves the top locations, by HTTP requests, of the requested HTTP protocol.需要连接
Retrieves the top locations, by HTTP requests, of the requested HTTP protocol.
认证
需要 Connected AccountTags
Get top locations by HTTP requestsCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_HTTP_REQUESTSRetrieves the top locations by HTTP requests.需要连接
Retrieves the top locations by HTTP requests.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for an HTTP versionCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_HTTP_VERSIONRetrieves the top locations, by HTTP requests, of the requested HTTP version.需要连接
Retrieves the top locations, by HTTP requests, of the requested HTTP version.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for an IP versionCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_IP_VERSIONRetrieves the top locations, by HTTP requests, of the requested IP version.需要连接
Retrieves the top locations, by HTTP requests, of the requested IP version.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for an OSCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_OPERATING_SYSTEMRetrieves the top locations, by HTTP requests, of the requested operating system.需要连接
Retrieves the top locations, by HTTP requests, of the requested operating system.
认证
需要 Connected AccountTags
Get top locations by HTTP requests for a TLS versionCLOUDFLARE_RADAR_GET_HTTP_TOP_LOCATIONS_BY_TLS_VERSIONRetrieves the top locations, by HTTP requests, of the requested TLS protocol version.需要连接
Retrieves the top locations, by HTTP requests, of the requested TLS protocol version.
认证
需要 Connected AccountTags
Get HTTP authentication requests distribution by dimensionCLOUDFLARE_RADAR_GET_LEAKED_CREDENTIAL_CHECKS_SUMMARYRetrieves an aggregated summary of HTTP authentication requests grouped by the specified dimension.需要连接
Retrieves an aggregated summary of HTTP authentication requests grouped by the specified dimension.
认证
需要 Connected AccountTags
Get HTTP authentication requests by bot class summaryCLOUDFLARE_RADAR_GET_LEAKED_CREDENTIAL_CHECKS_SUMMARY_BY_BOT_CLASSRetrieves the distribution of HTTP authentication requests by bot class.需要连接
Retrieves the distribution of HTTP authentication requests by bot class.
认证
需要 Connected AccountTags
Get HTTP authentication requests by compromised credential status summaryCLOUDFLARE_RADAR_GET_LEAKED_CREDENTIAL_CHECKS_SUMMARY_BY_COMPROMISEDRetrieves the distribution of HTTP authentication requests by compromised credential status.需要连接
Retrieves the distribution of HTTP authentication requests by compromised credential status.
认证
需要 Connected AccountTags
Get time series distribution of HTTP authentication requests by dimension.CLOUDFLARE_RADAR_GET_LEAKED_CREDENTIAL_CHECKS_TIMESERIES_GROUPRetrieves the distribution of HTTP authentication requests, grouped by the specified dimension over time.需要连接
Retrieves the distribution of HTTP authentication requests, grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Get HTTP authentication requests by bot class time seriesCLOUDFLARE_RADAR_GET_LEAKED_CREDENTIAL_CHECKS_TIMESERIES_GROUP_BY_BOT_CLASSRetrieves the distribution of HTTP authentication requests by bot class over time.需要连接
Retrieves the distribution of HTTP authentication requests by bot class over time.
认证
需要 Connected AccountTags
Get HTTP authentication requests by compromised credential status time seriesCLOUDFLARE_RADAR_GET_LEAKED_CREDENTIAL_CHECKS_TIMESERIES_GROUP_BY_COMPROMISEDRetrieves the distribution of HTTP authentication requests by compromised credential status over time.需要连接
Retrieves the distribution of HTTP authentication requests by compromised credential status over time.
认证
需要 Connected AccountTags
Get network traffic distribution by dimensionCLOUDFLARE_RADAR_GET_NETFLOWS_SUMMARYRetrieves the distribution of network traffic (NetFlows) by the specified dimension.需要连接
Retrieves the distribution of network traffic (NetFlows) by the specified dimension.
认证
需要 Connected AccountTags
Get network traffic summaryCLOUDFLARE_RADAR_GET_NETFLOWS_SUMMARY_DEPRECATEDRetrieves the distribution of network traffic (NetFlows) by HTTP vs other protocols.需要连接
Retrieves the distribution of network traffic (NetFlows) by HTTP vs other protocols.
认证
需要 Connected AccountTags
Get network traffic time seriesCLOUDFLARE_RADAR_GET_NETFLOWS_TIMESERIESRetrieves network traffic (NetFlows) over time.需要连接
Retrieves network traffic (NetFlows) over time.
认证
需要 Connected AccountTags
Get time series distribution of network traffic by dimensionCLOUDFLARE_RADAR_GET_NETFLOWS_TIMESERIES_GROUPRetrieves the distribution of NetFlows traffic, grouped by the specified dimension over time.需要连接
Retrieves the distribution of NetFlows traffic, grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Get top ASes by network trafficCLOUDFLARE_RADAR_GET_NETFLOWS_TOP_ASESRetrieves the top autonomous systems by network traffic (NetFlows).需要连接
Retrieves the top autonomous systems by network traffic (NetFlows).
认证
需要 Connected AccountTags
Get top locations by network trafficCLOUDFLARE_RADAR_GET_NETFLOWS_TOP_LOCATIONSRetrieves the top locations by network traffic (NetFlows).需要连接
Retrieves the top locations by network traffic (NetFlows).
认证
需要 Connected AccountTags
Get Origin detailsCLOUDFLARE_RADAR_GET_ORIGIN_DETAILSRetrieves the requested origin information with its regions.需要连接
Retrieves the requested origin information with its regions.
认证
需要 Connected AccountTags
Get Origin Post-Quantum Data SummaryCLOUDFLARE_RADAR_GET_ORIGIN_POST_QUANTUM_SUMMARYReturns a summary of origin post-quantum data grouped by the specified dimension.需要连接
Returns a summary of origin post-quantum data grouped by the specified dimension.
认证
需要 Connected AccountTags
Get Origin Post-Quantum Data Over TimeCLOUDFLARE_RADAR_GET_ORIGIN_POST_QUANTUM_TIMESERIES_GROUPSReturns a timeseries of origin post-quantum data grouped by the specified dimension.需要连接
Returns a timeseries of origin post-quantum data grouped by the specified dimension.
认证
需要 Connected AccountTags
List OriginsCLOUDFLARE_RADAR_GET_ORIGINSRetrieves a list of origins with their regions.需要连接
Retrieves a list of origins with their regions.
认证
需要 Connected AccountTags
Get origin metrics distribution by dimensionCLOUDFLARE_RADAR_GET_ORIGINS_SUMMARYRetrieves an aggregated summary of origin metrics grouped by the specified dimension.需要连接
Retrieves an aggregated summary of origin metrics grouped by the specified dimension.
认证
需要 Connected AccountTags
Get origin metrics time seriesCLOUDFLARE_RADAR_GET_ORIGINS_TIMESERIESRetrieves the time series of origin metrics for the specified origin.需要连接
Retrieves the time series of origin metrics for the specified origin.
认证
需要 Connected AccountTags
Get origin metrics time series grouped by dimensionCLOUDFLARE_RADAR_GET_ORIGINS_TIMESERIES_GROUPRetrieves the distribution of origin metrics grouped by the specified dimension over time.需要连接
Retrieves the distribution of origin metrics grouped by the specified dimension over time.
认证
需要 Connected AccountTags
Check Post-Quantum TLS supportCLOUDFLARE_RADAR_GET_POST_QUANTUM_TLS_SUPPORTTests whether a hostname or IP address supports Post-Quantum (PQ) TLS key exchange. Returns information about the negotiated key exchange algorithm, whether it uses PQ cryptography, and any detected TLS implementation bugs (Split ClientHello, HRR failure, etc.).需要连接
Tests whether a hostname or IP address supports Post-Quantum (PQ) TLS key exchange. Returns information about the negotiated key exchange algorithm, whether it uses PQ cryptography, and any detected TLS implementation bugs (Split ClientHello, HRR failure, etc.).
认证
需要 Connected AccountTags
Get Internet Quality Index (IQI) summaryCLOUDFLARE_RADAR_GET_QUALITY_INDEX_SUMMARYRetrieves a summary (percentiles) of bandwidth, latency, or DNS response time from the Radar Internet Quality Index (IQI).需要连接
Retrieves a summary (percentiles) of bandwidth, latency, or DNS response time from the Radar Internet Quality Index (IQI).
认证
需要 Connected AccountTags
Get Internet Quality Index (IQI) time seriesCLOUDFLARE_RADAR_GET_QUALITY_INDEX_TIMESERIES_GROUPRetrieves a time series (percentiles) of bandwidth, latency, or DNS response time from the Radar Internet Quality Index (IQI).需要连接
Retrieves a time series (percentiles) of bandwidth, latency, or DNS response time from the Radar Internet Quality Index (IQI).
认证
需要 Connected AccountTags
Get speed tests histogramCLOUDFLARE_RADAR_GET_QUALITY_SPEED_HISTOGRAMRetrieves a histogram from the previous 90 days of Cloudflare Speed Test data, split into fixed bandwidth (Mbps), latency (ms), or jitter (ms) buckets.需要连接
Retrieves a histogram from the previous 90 days of Cloudflare Speed Test data, split into fixed bandwidth (Mbps), latency (ms), or jitter (ms) buckets.
认证
需要 Connected AccountTags
Get speed tests summaryCLOUDFLARE_RADAR_GET_QUALITY_SPEED_SUMMARYRetrieves a summary of bandwidth, latency, jitter, and packet loss, from the previous 90 days of Cloudflare Speed Test data.需要连接
Retrieves a summary of bandwidth, latency, jitter, and packet loss, from the previous 90 days of Cloudflare Speed Test data.
认证
需要 Connected AccountTags
Get top ASes by speed test resultsCLOUDFLARE_RADAR_GET_QUALITY_SPEED_TOP_ASESRetrieves the top autonomous systems by bandwidth, latency, jitter, or packet loss, from the previous 90 days of Cloudflare Speed Test data.需要连接
Retrieves the top autonomous systems by bandwidth, latency, jitter, or packet loss, from the previous 90 days of Cloudflare Speed Test data.
认证
需要 Connected AccountTags
Get top locations by speed test resultsCLOUDFLARE_RADAR_GET_QUALITY_SPEED_TOP_LOCATIONSRetrieves the top locations by bandwidth, latency, jitter, or packet loss, from the previous 90 days of Cloudflare Speed Test data.需要连接
Retrieves the top locations by bandwidth, latency, jitter, or packet loss, from the previous 90 days of Cloudflare Speed Test data.
认证
需要 Connected AccountTags
Get domain rank detailsCLOUDFLARE_RADAR_GET_RANKING_DOMAIN_DETAILSRetrieves domain rank details. Cloudflare provides an ordered rank for the top 100 domains, but for the remainder it only provides ranking buckets like top 200 thousand, top one million, etc.. These are available through Radar datasets endpoints.需要连接
Retrieves domain rank details. Cloudflare provides an ordered rank for the top 100 domains, but for the remainder it only provides ranking buckets like top 200 thousand, top one million, etc.. These are available through Radar datasets endpoints.
认证
需要 Connected AccountTags
Get domains rank time seriesCLOUDFLARE_RADAR_GET_RANKING_DOMAIN_TIMESERIESRetrieves domains rank over time.需要连接
Retrieves domains rank over time.
认证
需要 Connected AccountTags
List Internet services categoriesCLOUDFLARE_RADAR_GET_RANKING_INTERNET_SERVICES_CATEGORIESRetrieves the list of Internet services categories.需要连接
Retrieves the list of Internet services categories.
认证
需要 Connected AccountTags
Get Internet services rank time seriesCLOUDFLARE_RADAR_GET_RANKING_INTERNET_SERVICES_TIMESERIESRetrieves Internet Services rank update changes over time.需要连接
Retrieves Internet Services rank update changes over time.
认证
需要 Connected AccountTags
Get top or trending domainsCLOUDFLARE_RADAR_GET_RANKING_TOP_DOMAINSRetrieves the top or trending domains based on their rank. Popular domains are domains of broad appeal based on how people use the Internet. Trending domains are domains that are generating a surge in interest. For more information on top domains, see https://blog.cloudflare.com/radar-domain-rankings/.需要连接
Retrieves the top or trending domains based on their rank. Popular domains are domains of broad appeal based on how people use the Internet. Trending domains are domains that are generating a surge in interest. For more information on top domains, see https://blog.cloudflare.com/radar-domain-rankings/.
认证
需要 Connected AccountTags
Get top Internet servicesCLOUDFLARE_RADAR_GET_RANKING_TOP_INTERNET_SERVICESRetrieves top Internet services based on their rank.需要连接
Retrieves top Internet services based on their rank.
认证
需要 Connected AccountTags
Get dataset CSV streamCLOUDFLARE_RADAR_GET_REPORTS_DATASET_DOWNLOADRetrieves the CSV content of a given dataset by alias or ID. When getting the content by alias the latest dataset is returned, optionally filtered by the latest available at a given date.需要连接
Retrieves the CSV content of a given dataset by alias or ID. When getting the content by alias the latest dataset is returned, optionally filtered by the latest available at a given date.
认证
需要 Connected AccountTags
List datasetsCLOUDFLARE_RADAR_GET_REPORTS_DATASETSRetrieves a list of datasets.需要连接
Retrieves a list of datasets.
认证
需要 Connected AccountTags
Get top domain categories by robots.txt files parsedCLOUDFLARE_RADAR_GET_ROBOTS_TXT_TOP_DOMAIN_CATEGORIES_BY_FILES_PARSEDRetrieves the top domain categories by the number of robots.txt files parsed.需要连接
Retrieves the top domain categories by the number of robots.txt files parsed.
认证
需要 Connected AccountTags
Get top user agents on robots.txt filesCLOUDFLARE_RADAR_GET_ROBOTS_TXT_TOP_USER_AGENTS_BY_DIRECTIVERetrieves the top user agents on robots.txt files.需要连接
Retrieves the top user agents on robots.txt files.
认证
需要 Connected AccountTags
Search for locations, ASes, reports, and moreCLOUDFLARE_RADAR_GET_SEARCH_GLOBALSearches for locations, autonomous systems, reports, bots, certificate logs, certificate authorities, industries and verticals. Location names can be localized by sending an `Accept-Language` HTTP header with a BCP 47 language tag (e.g., `Accept-Language: pt-PT`). The full quality-value chain is supported (e.g., `pt-PT,pt;q=0.9,en;q=0.8`).需要连接
Searches for locations, autonomous systems, reports, bots, certificate logs, certificate authorities, industries and verticals. Location names can be localized by sending an `Accept-Language` HTTP header with a BCP 47 language tag (e.g., `Accept-Language: pt-PT`). The full quality-value chain is supported (e.g., `pt-PT,pt;q=0.9,en;q=0.8`).
认证
需要 Connected AccountTags
Get TCP resets and timeouts summaryCLOUDFLARE_RADAR_GET_TCP_RESETS_TIMEOUTS_SUMMARYRetrieves the distribution of connection stage by TCP connections terminated within the first 10 packets by a reset or timeout.需要连接
Retrieves the distribution of connection stage by TCP connections terminated within the first 10 packets by a reset or timeout.
认证
需要 Connected AccountTags
Get TCP resets and timeouts time seriesCLOUDFLARE_RADAR_GET_TCP_RESETS_TIMEOUTS_TIMESERIES_GROUPRetrieves the distribution of connection stage by TCP connections terminated within the first 10 packets by a reset or timeout over time.需要连接
Retrieves the distribution of connection stage by TCP connections terminated within the first 10 packets by a reset or timeout over time.
认证
需要 Connected AccountTags
Get TLD detailsCLOUDFLARE_RADAR_GET_TLD_DETAILSRetrieves the requested TLD information.需要连接
Retrieves the requested TLD information.
认证
需要 Connected AccountTags
List TLDsCLOUDFLARE_RADAR_GET_TLDSRetrieves a list of TLDs.需要连接
Retrieves a list of TLDs.
认证
需要 Connected AccountTags
Get TLD Performance SummaryCLOUDFLARE_RADAR_GET_TLDS_PERFORMANCE_SUMMARYReturns a summary of TLD authoritative nameserver performance grouped by the specified dimension.需要连接
Returns a summary of TLD authoritative nameserver performance grouped by the specified dimension.
认证
需要 Connected AccountTags
Get TLD Performance Over TimeCLOUDFLARE_RADAR_GET_TLDS_PERFORMANCE_TIMESERIES_GROUPSReturns a timeseries of TLD authoritative nameserver performance grouped by the specified dimension.需要连接
Returns a timeseries of TLD authoritative nameserver performance grouped by the specified dimension.
认证
需要 Connected AccountTags
Get latest Internet traffic anomaliesCLOUDFLARE_RADAR_GET_TRAFFIC_ANOMALIESRetrieves the latest Internet traffic anomalies, which are signals that might indicate an outage. These alerts are automatically detected by Radar and manually verified by our team.需要连接
Retrieves the latest Internet traffic anomalies, which are signals that might indicate an outage. These alerts are automatically detected by Radar and manually verified by our team.
认证
需要 Connected AccountTags
Get top locations by total traffic anomaliesCLOUDFLARE_RADAR_GET_TRAFFIC_ANOMALIES_TOPRetrieves the sum of Internet traffic anomalies, grouped by location. These anomalies are signals that might indicate an outage, automatically detected by Radar and manually verified by our team.需要连接
Retrieves the sum of Internet traffic anomalies, grouped by location. These anomalies are signals that might indicate an outage, automatically detected by Radar and manually verified by our team.
认证
需要 Connected AccountTags
Get top verified bots by HTTP requestsCLOUDFLARE_RADAR_GET_VERIFIED_BOTS_TOP_BY_HTTP_REQUESTSRetrieves the top verified bots by HTTP requests, with owner and category.需要连接
Retrieves the top verified bots by HTTP requests, with owner and category.
认证
需要 Connected AccountTags
Get top verified bot categories by HTTP requestsCLOUDFLARE_RADAR_GET_VERIFIED_BOTS_TOP_CATEGORIES_BY_HTTP_REQUESTSRetrieves the top verified bot categories by HTTP requests, along with their corresponding percentage, over the total verified bot HTTP requests.需要连接
Retrieves the top verified bot categories by HTTP requests, along with their corresponding percentage, over the total verified bot HTTP requests.
认证
需要 Connected AccountTags
Get dataset download URLCLOUDFLARE_RADAR_POST_REPORTS_DATASET_DOWNLOAD_URLRetrieves an URL to download a single dataset.需要连接
Retrieves an URL to download a single dataset.
认证
需要 Connected AccountTags
Get Rate Limiting AnalyticsCLOUDFLARE_RATE_LIMIT_ANALYTICS_GET_ZONE_ANALYTICSReturns rate limiting analytics for a zone over the specified time period. The time period divides into time segments of a given length. Each segment contains total action counts and action counts broken down by colo.需要连接
Returns rate limiting analytics for a zone over the specified time period. The time period divides into time segments of a given length. Each segment contains total action counts and action counts broken down by colo.
认证
需要 Connected AccountTags
Create a rate limitCLOUDFLARE_RATE_LIMITS_FOR_A_ZONE_CREATE_A_RATE_LIMIT**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.需要连接
**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.
认证
需要 Connected AccountTags
Delete a rate limitCLOUDFLARE_RATE_LIMITS_FOR_A_ZONE_DELETE_A_RATE_LIMIT**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.需要连接
**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.
认证
需要 Connected AccountTags
Get a rate limitCLOUDFLARE_RATE_LIMITS_FOR_A_ZONE_GET_A_RATE_LIMIT**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.需要连接
**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.
认证
需要 Connected AccountTags
List rate limitsCLOUDFLARE_RATE_LIMITS_FOR_A_ZONE_LIST_RATE_LIMITS**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.需要连接
**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.
认证
需要 Connected AccountTags
Update a rate limitCLOUDFLARE_RATE_LIMITS_FOR_A_ZONE_UPDATE_A_RATE_LIMIT**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.需要连接
**Deprecated**: This endpoint returns 410 Gone. Please use the Rulesets API instead.
认证
需要 Connected AccountTags
Refresh participant's authentication tokenCLOUDFLARE_REGENERATE_TOKENRegenerates participant's authentication token for the given meeting and participant ID.需要连接
Regenerates participant's authentication token for the given meeting and participant ID.
认证
需要 Connected AccountTags
Check domain availabilityCLOUDFLARE_REGISTRAR_DOMAIN_DISCOVERY_CHECKPerforms real-time, authoritative availability checks directly against domain registries. Use this endpoint to verify a domain is available before attempting registration via `POST /registrations`. **Important:** Unlike the Search endpoint, these results are authoritative and reflect current registry status. Always check availability immediately before registration as domain status can change rapidly. **Note:** This endpoint uses POST to accept a list of domains in the request body. It is a read-only operation — it does not create, modify, or reserve any domains. ### Extension support Only domains on extensions supported for programmatic registration by this API can be registered. If you check a domain on an unsupported extension, the response will include `registrable: false` with a `reason` field explaining why: - `extension_not_supported_via_api` — Cloudflare Registrar supports this extension in the dashboard, but it is not yet available for programmatic registration via this API. Register via `https://dash.cloudflare.com/{account_id}/domains/registrations` instead. - `extension_not_supported` — This extension is not supported by Cloudflare Registrar. - `extension_disallows_registration` — The extension's registry has temporarily or permanently frozen new registrations. No registrar can register domains on this extension at this time. - `domain_premium` — The domain is premium priced. Premium registration is not currently supported by this API. - `domain_unavailable` — The domain is already registered, reserved, or otherwise not available for registration on a supported extension. The `reason` field is only present when `registrable` is `false`. ### Behavior - Maximum 20 domains per request - Pricing is only returned for domains where `registrable: true` - Results are not cached; each request queries the registry ### Workflow 1. Call this endpoint with domains the user wants to register. 2. For each domain where `registrable: true`, present pricing to the user. 3. If `tier: premium`, note that premium registration is not currently supported by this API and do not proceed to `POST /registrations`. 4. Proceed to `POST /registrations` only for supported non-premium domains.需要连接
Performs real-time, authoritative availability checks directly against domain registries. Use this endpoint to verify a domain is available before attempting registration via `POST /registrations`. **Important:** Unlike the Search endpoint, these results are authoritative and reflect current registry status. Always check availability immediately before registration as domain status can change rapidly. **Note:** This endpoint uses POST to accept a list of domains in the request body. It is a read-only operation — it does not create, modify, or reserve any domains. ### Extension support Only domains on extensions supported for programmatic registration by this API can be registered. If you check a domain on an unsupported extension, the response will include `registrable: false` with a `reason` field explaining why: - `extension_not_supported_via_api` — Cloudflare Registrar supports this extension in the dashboard, but it is not yet available for programmatic registration via this API. Register via `https://dash.cloudflare.com/{account_id}/domains/registrations` instead. - `extension_not_supported` — This extension is not supported by Cloudflare Registrar. - `extension_disallows_registration` — The extension's registry has temporarily or permanently frozen new registrations. No registrar can register domains on this extension at this time. - `domain_premium` — The domain is premium priced. Premium registration is not currently supported by this API. - `domain_unavailable` — The domain is already registered, reserved, or otherwise not available for registration on a supported extension. The `reason` field is only present when `registrable` is `false`. ### Behavior - Maximum 20 domains per request - Pricing is only returned for domains where `registrable: true` - Results are not cached; each request queries the registry ### Workflow 1. Call this endpoint with domains the user wants to register. 2. For each domain where `registrable: true`, present pricing to the user. 3. If `tier: premium`, note that premium registration is not currently supported by this API and do not proceed to `POST /registrations`. 4. Proceed to `POST /registrations` only for supported non-premium domains.
认证
需要 Connected AccountTags
Search for available domainsCLOUDFLARE_REGISTRAR_DOMAIN_DISCOVERY_SEARCHSearches for domain name suggestions based on a keyword, phrase, or partial domain name. Returns a list of potentially available domains with pricing information. **Important:** Results are non-authoritative and based on cached data. Always use the `/domain-check` endpoint to verify real-time availability before attempting registration. Suggestions are scoped to extensions supported for programmatic registration via this API (`POST /registrations`). Domains on unsupported extensions will not appear in results, even if they are available at the registry level. ### Use cases - Brand name discovery (e.g., "acme corp" → acmecorp.com, acmecorp.dev) - Keyword-based suggestions (e.g., "coffee shop" → coffeeshop.com, mycoffeeshop.net) - Alternative extension discovery (e.g., "example.com" → example.com, example.app, example.xyz) ### Workflow 1. Call this endpoint with a keyword or domain name. 2. Present suggestions to the user. 3. Call `/domain-check` with the user's chosen domains to confirm real-time availability and pricing. 4. Proceed to `POST /registrations` only for supported non-premium domains where the Check response returns `registrable: true`. **Note:** Searching with just a domain extension (e.g., "com" or ".app") is not supported. Provide a keyword or domain name.需要连接
Searches for domain name suggestions based on a keyword, phrase, or partial domain name. Returns a list of potentially available domains with pricing information. **Important:** Results are non-authoritative and based on cached data. Always use the `/domain-check` endpoint to verify real-time availability before attempting registration. Suggestions are scoped to extensions supported for programmatic registration via this API (`POST /registrations`). Domains on unsupported extensions will not appear in results, even if they are available at the registry level. ### Use cases - Brand name discovery (e.g., "acme corp" → acmecorp.com, acmecorp.dev) - Keyword-based suggestions (e.g., "coffee shop" → coffeeshop.com, mycoffeeshop.net) - Alternative extension discovery (e.g., "example.com" → example.com, example.app, example.xyz) ### Workflow 1. Call this endpoint with a keyword or domain name. 2. Present suggestions to the user. 3. Call `/domain-check` with the user's chosen domains to confirm real-time availability and pricing. 4. Proceed to `POST /registrations` only for supported non-premium domains where the Check response returns `registrable: true`. **Note:** Searching with just a domain extension (e.g., "com" or ".app") is not supported. Provide a keyword or domain name.
认证
需要 Connected AccountTags
Create RegistrationCLOUDFLARE_REGISTRAR_DOMAIN_REGISTRATION_CREATEStarts a domain registration workflow. This is a billable operation — successful registration charges the account's default payment method. All successful domain registrations are non-refundable — once the workflow completes with `state: succeeded`, the charge cannot be reversed. ### Prerequisites - The account must have a billing profile with a valid default payment method. Set this up at `https://dash.cloudflare.com/{account_id}/billing/payment-info`. - The account must not already be at the maximum supported domain limit. A single account may own up to 100 domains in total across registrations created through either the dashboard or this API. - The domain must be on a supported extension for programmatic registration. - Use `POST /domain-check` immediately before calling this endpoint to confirm real-time availability and pricing. ### Express mode The only required field is `domain_name`. If `contacts` is omitted, the system uses the account's default address book entry as the registrant. If no default exists and no contact is provided, the request fails. Set up a default address book entry and accept the required agreement at `https://dash.cloudflare.com/{account_id}/domains/registrations`. ### Defaults - `years`: defaults to the extension's minimum registration period (1 year for most extensions, but varies — for example, `.ai` (if supported) requires a minimum of 2 years). - `auto_renew`: defaults to `false`. Setting it to `true` is an explicit opt-in authorizing Cloudflare to charge the account's default payment method up to 30 days before domain expiry to renew the registration. Renewal pricing may change over time based on registry pricing. - `privacy_mode`: defaults to `redaction`. ### Premium domains Premium domain registration is not currently supported by this API. If `POST /domain-check` returns `tier: premium`, do not call this endpoint for that domain. ### Response behavior By default, the server holds the connection for a bounded, server-defined amount of time while the registration completes. Most registrations finish within this window and return `201 Created` with a completed workflow status. If the registration is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`.需要连接
Starts a domain registration workflow. This is a billable operation — successful registration charges the account's default payment method. All successful domain registrations are non-refundable — once the workflow completes with `state: succeeded`, the charge cannot be reversed. ### Prerequisites - The account must have a billing profile with a valid default payment method. Set this up at `https://dash.cloudflare.com/{account_id}/billing/payment-info`. - The account must not already be at the maximum supported domain limit. A single account may own up to 100 domains in total across registrations created through either the dashboard or this API. - The domain must be on a supported extension for programmatic registration. - Use `POST /domain-check` immediately before calling this endpoint to confirm real-time availability and pricing. ### Express mode The only required field is `domain_name`. If `contacts` is omitted, the system uses the account's default address book entry as the registrant. If no default exists and no contact is provided, the request fails. Set up a default address book entry and accept the required agreement at `https://dash.cloudflare.com/{account_id}/domains/registrations`. ### Defaults - `years`: defaults to the extension's minimum registration period (1 year for most extensions, but varies — for example, `.ai` (if supported) requires a minimum of 2 years). - `auto_renew`: defaults to `false`. Setting it to `true` is an explicit opt-in authorizing Cloudflare to charge the account's default payment method up to 30 days before domain expiry to renew the registration. Renewal pricing may change over time based on registry pricing. - `privacy_mode`: defaults to `redaction`. ### Premium domains Premium domain registration is not currently supported by this API. If `POST /domain-check` returns `tier: premium`, do not call this endpoint for that domain. ### Response behavior By default, the server holds the connection for a bounded, server-defined amount of time while the registration completes. Most registrations finish within this window and return `201 Created` with a completed workflow status. If the registration is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`.
认证
需要 Connected AccountTags
Get RegistrationCLOUDFLARE_REGISTRAR_DOMAIN_REGISTRATION_GETReturns the current state of a domain registration. This is the canonical read endpoint for a domain you own. It returns the full registration resource including current settings and expiration. When the registration resource is ready, both `created_at` and `expires_at` are present in the response.需要连接
Returns the current state of a domain registration. This is the canonical read endpoint for a domain you own. It returns the full registration resource including current settings and expiration. When the registration resource is ready, both `created_at` and `expires_at` are present in the response.
认证
需要 Connected AccountTags
Get Registration StatusCLOUDFLARE_REGISTRAR_DOMAIN_REGISTRATION_GET_STATUSReturns the current status of a domain registration workflow. Use this endpoint to poll for completion when the POST response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. **Terminal states:** `succeeded` and `failed` are terminal and always have `completed: true`. **Non-terminal states:** - `action_required` has `completed: false` and will not resolve on its own. The workflow is paused pending user intervention. - `blocked` has `completed: false` and indicates the workflow is waiting on a third party such as the extension registry or losing registrar. Continue polling while informing the user of the delay. Use increasing backoff between polls. When `state: blocked`, use a longer polling interval and do not poll indefinitely. A naive polling loop that only checks `completed` can run indefinitely when `state: action_required`. Break explicitly on `action_required`: ```js let status; do { await new Promise(r => setTimeout(r, 2000)); status = await cloudflare.request({ method: 'GET', path: reg.result.links.self, }); } while ( !status.result.completed && status.result.state !== 'action_required' ); if (status.result.state === 'action_required') { // Surface context.action and context.confirmation_sent_to to the user. // Do not re-submit the registration request. } ```需要连接
Returns the current status of a domain registration workflow. Use this endpoint to poll for completion when the POST response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. **Terminal states:** `succeeded` and `failed` are terminal and always have `completed: true`. **Non-terminal states:** - `action_required` has `completed: false` and will not resolve on its own. The workflow is paused pending user intervention. - `blocked` has `completed: false` and indicates the workflow is waiting on a third party such as the extension registry or losing registrar. Continue polling while informing the user of the delay. Use increasing backoff between polls. When `state: blocked`, use a longer polling interval and do not poll indefinitely. A naive polling loop that only checks `completed` can run indefinitely when `state: action_required`. Break explicitly on `action_required`: ```js let status; do { await new Promise(r => setTimeout(r, 2000)); status = await cloudflare.request({ method: 'GET', path: reg.result.links.self, }); } while ( !status.result.completed && status.result.state !== 'action_required' ); if (status.result.state === 'action_required') { // Surface context.action and context.confirmation_sent_to to the user. // Do not re-submit the registration request. } ```
认证
需要 Connected AccountTags
Get Update StatusCLOUDFLARE_REGISTRAR_DOMAIN_REGISTRATION_GET_UPDATE_STATUSReturns the current status of a domain update workflow. Use this endpoint to poll for completion when the PATCH response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. Use increasing backoff between polls. When the workflow remains blocked on a third party, use a longer polling interval and do not poll indefinitely.需要连接
Returns the current status of a domain update workflow. Use this endpoint to poll for completion when the PATCH response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. Use increasing backoff between polls. When the workflow remains blocked on a third party, use a longer polling interval and do not poll indefinitely.
认证
需要 Connected AccountTags
List RegistrationsCLOUDFLARE_REGISTRAR_DOMAIN_REGISTRATION_LISTReturns a paginated list of domain registrations owned by the account. This endpoint uses cursor-based pagination. Results are ordered by registration date by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages.需要连接
Returns a paginated list of domain registrations owned by the account. This endpoint uses cursor-based pagination. Results are ordered by registration date by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages.
认证
需要 Connected AccountTags
Update RegistrationCLOUDFLARE_REGISTRAR_DOMAIN_REGISTRATION_UPDATEUpdates an existing domain registration. By default, the server holds the connection for a bounded, server-defined amount of time while the update completes. Most updates finish within this window and return `200 OK` with a completed workflow status. If the update is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`. This endpoint currently supports updating `auto_renew` only.需要连接
Updates an existing domain registration. By default, the server holds the connection for a bounded, server-defined amount of time while the update completes. Most updates finish within this window and return `200 OK` with a completed workflow status. If the update is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`. This endpoint currently supports updating `auto_renew` only.
认证
需要 Connected AccountTags
Get domainCLOUDFLARE_REGISTRAR_DOMAINS_GET_DOMAINShow individual domain.需要连接
Show individual domain.
认证
需要 Connected AccountTags
List domainsCLOUDFLARE_REGISTRAR_DOMAINS_LIST_DOMAINSList domains handled by Registrar.需要连接
List domains handled by Registrar.
认证
需要 Connected AccountTags
Update domainCLOUDFLARE_REGISTRAR_DOMAINS_UPDATE_DOMAINUpdate individual domain.需要连接
Update individual domain.
认证
需要 Connected AccountTags
Get extensionCLOUDFLARE_REGISTRAR_EXTENSION_GETReturns metadata and JSON Schema documents describing the expected input structure for registration operations on a specific extension (TLD). Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.需要连接
Returns metadata and JSON Schema documents describing the expected input structure for registration operations on a specific extension (TLD). Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.
认证
需要 Connected AccountTags
List extensionsCLOUDFLARE_REGISTRAR_EXTENSION_LISTReturns metadata and JSON Schema documents describing the expected input structure for registration operations on each supported extension (TLD). This endpoint uses cursor-based pagination. Results are ordered by extension name by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages. Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.需要连接
Returns metadata and JSON Schema documents describing the expected input structure for registration operations on each supported extension (TLD). This endpoint uses cursor-based pagination. Results are ordered by extension name by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages. Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.
认证
需要 Connected AccountTags
Replace a meetingCLOUDFLARE_REPLACE_MEETINGReplaces all the details for the given meeting ID.需要连接
Replaces all the details for the given meeting ID.
认证
需要 Connected AccountTags
Replace a participant's detailCLOUDFLARE_REPLACE_PARTICIPANTReplaces a participant's details for the given meeting and participant ID.需要连接
Replaces a participant's details for the given meeting and participant ID.
认证
需要 Connected AccountTags
Replace a webhookCLOUDFLARE_REPLACE_WEBHOOKReplace all details for the given webhook ID.需要连接
Replace all details for the given webhook ID.
认证
需要 Connected AccountTags
Request review on mitigationsCLOUDFLARE_REQUEST_REVIEWRequest a review for mitigations on an account.需要连接
Request a review for mitigations on an account.
认证
需要 Connected AccountTags
Reset severity for a finding back to the defaultCLOUDFLARE_RESET_FINDING_SEVERITYIf a Finding's severity has been changed, reset it back to default value. Does nothing if no override exists.需要连接
If a Finding's severity has been changed, reset it back to default value. Does nothing if no override exists.
认证
需要 Connected AccountTags
Export ResourcesCLOUDFLARE_RESOURCES_CATALOG_EXPORTExport resources in the Resource Catalog as a JSON file (Closed Beta).需要连接
Export resources in the Resource Catalog as a JSON file (Closed Beta).
认证
需要 Connected AccountTags
List ResourcesCLOUDFLARE_RESOURCES_CATALOG_LISTList resources in the Resource Catalog (Closed Beta).需要连接
List resources in the Resource Catalog (Closed Beta).
认证
需要 Connected AccountTags
Preview Rego QueryCLOUDFLARE_RESOURCES_CATALOG_POLICY_PREVIEWPreview Rego query result against the latest resource catalog (Closed Beta).需要连接
Preview Rego query result against the latest resource catalog (Closed Beta).
认证
需要 Connected AccountTags
Read ResourceCLOUDFLARE_RESOURCES_CATALOG_READRead an resource from the Resource Catalog (Closed Beta).需要连接
Read an resource from the Resource Catalog (Closed Beta).
认证
需要 Connected AccountTags
Restart HyperdriveCLOUDFLARE_RESTART_HYPERDRIVERestarts the connection pool for the specified Hyperdrive configuration without changing its configuration. Existing connections are drained and a new pool is established at the edge.需要连接
Restarts the connection pool for the specified Hyperdrive configuration without changing its configuration. Existing connections are drained and a new pool is established at the edge.
认证
需要 Connected AccountTags
Resume integrationCLOUDFLARE_RESUME_INTEGRATION_V2Resumes a paused integration, restarting crawlers.需要连接
Resumes a paused integration, restarting crawlers.
认证
需要 Connected AccountTags
Revoke device registrationsCLOUDFLARE_REVOKE_DEVICERevokes all WARP registrations associated with the specified device.需要连接
Revokes all WARP registrations associated with the specified device.
认证
需要 Connected AccountTags
Revoke registrationsCLOUDFLARE_REVOKE_REGISTRATIONSRevokes a list of WARP registrations.需要连接
Revokes a list of WARP registrations.
认证
需要 Connected AccountTags
Check domain availabilityCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_DISCOVERY_CHECKPerforms real-time, authoritative availability checks directly against domain registries. Use this endpoint to verify a domain is available before attempting registration via `POST /registrations`. **Important:** Unlike the Search endpoint, these results are authoritative and reflect current registry status. Always check availability immediately before registration as domain status can change rapidly. **Note:** This endpoint uses POST to accept a list of domains in the request body. It is a read-only operation — it does not create, modify, or reserve any domains. ### Extension support Only domains on extensions supported for programmatic registration by this API can be registered. If you check a domain on an unsupported extension, the response will include `registrable: false` with a `reason` field explaining why: - `extension_not_supported_via_api` — Cloudflare Registrar supports this extension in the dashboard, but it is not yet available for programmatic registration via this API. Register via `https://dash.cloudflare.com/{account_id}/domains/registrations` instead. - `extension_not_supported` — This extension is not supported by Cloudflare Registrar. - `extension_disallows_registration` — The extension's registry has temporarily or permanently frozen new registrations. No registrar can register domains on this extension at this time. - `domain_premium` — The domain is premium priced. Premium registration is not currently supported by this API. - `domain_unavailable` — The domain is already registered, reserved, or otherwise not available for registration on a supported extension. The `reason` field is only present when `registrable` is `false`. ### Behavior - Maximum 20 domains per request - Pricing is only returned for domains where `registrable: true` - Results are not cached; each request queries the registry ### Workflow 1. Call this endpoint with domains the user wants to register. 2. For each domain where `registrable: true`, present pricing to the user. 3. If `tier: premium`, note that premium registration is not currently supported by this API and do not proceed to `POST /registrations`. 4. Proceed to `POST /registrations` only for supported non-premium domains.需要连接
Performs real-time, authoritative availability checks directly against domain registries. Use this endpoint to verify a domain is available before attempting registration via `POST /registrations`. **Important:** Unlike the Search endpoint, these results are authoritative and reflect current registry status. Always check availability immediately before registration as domain status can change rapidly. **Note:** This endpoint uses POST to accept a list of domains in the request body. It is a read-only operation — it does not create, modify, or reserve any domains. ### Extension support Only domains on extensions supported for programmatic registration by this API can be registered. If you check a domain on an unsupported extension, the response will include `registrable: false` with a `reason` field explaining why: - `extension_not_supported_via_api` — Cloudflare Registrar supports this extension in the dashboard, but it is not yet available for programmatic registration via this API. Register via `https://dash.cloudflare.com/{account_id}/domains/registrations` instead. - `extension_not_supported` — This extension is not supported by Cloudflare Registrar. - `extension_disallows_registration` — The extension's registry has temporarily or permanently frozen new registrations. No registrar can register domains on this extension at this time. - `domain_premium` — The domain is premium priced. Premium registration is not currently supported by this API. - `domain_unavailable` — The domain is already registered, reserved, or otherwise not available for registration on a supported extension. The `reason` field is only present when `registrable` is `false`. ### Behavior - Maximum 20 domains per request - Pricing is only returned for domains where `registrable: true` - Results are not cached; each request queries the registry ### Workflow 1. Call this endpoint with domains the user wants to register. 2. For each domain where `registrable: true`, present pricing to the user. 3. If `tier: premium`, note that premium registration is not currently supported by this API and do not proceed to `POST /registrations`. 4. Proceed to `POST /registrations` only for supported non-premium domains.
认证
需要 Connected AccountTags
Search for available domainsCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_DISCOVERY_SEARCHSearches for domain name suggestions based on a keyword, phrase, or partial domain name. Returns a list of potentially available domains with pricing information. **Important:** Results are non-authoritative and based on cached data. Always use the `/domain-check` endpoint to verify real-time availability before attempting registration. Suggestions are scoped to extensions supported for programmatic registration via this API (`POST /registrations`). Domains on unsupported extensions will not appear in results, even if they are available at the registry level. ### Use cases - Brand name discovery (e.g., "acme corp" → acmecorp.com, acmecorp.dev) - Keyword-based suggestions (e.g., "coffee shop" → coffeeshop.com, mycoffeeshop.net) - Alternative extension discovery (e.g., "example.com" → example.com, example.app, example.xyz) ### Workflow 1. Call this endpoint with a keyword or domain name. 2. Present suggestions to the user. 3. Call `/domain-check` with the user's chosen domains to confirm real-time availability and pricing. 4. Proceed to `POST /registrations` only for supported non-premium domains where the Check response returns `registrable: true`. **Note:** Searching with just a domain extension (e.g., "com" or ".app") is not supported. Provide a keyword or domain name.需要连接
Searches for domain name suggestions based on a keyword, phrase, or partial domain name. Returns a list of potentially available domains with pricing information. **Important:** Results are non-authoritative and based on cached data. Always use the `/domain-check` endpoint to verify real-time availability before attempting registration. Suggestions are scoped to extensions supported for programmatic registration via this API (`POST /registrations`). Domains on unsupported extensions will not appear in results, even if they are available at the registry level. ### Use cases - Brand name discovery (e.g., "acme corp" → acmecorp.com, acmecorp.dev) - Keyword-based suggestions (e.g., "coffee shop" → coffeeshop.com, mycoffeeshop.net) - Alternative extension discovery (e.g., "example.com" → example.com, example.app, example.xyz) ### Workflow 1. Call this endpoint with a keyword or domain name. 2. Present suggestions to the user. 3. Call `/domain-check` with the user's chosen domains to confirm real-time availability and pricing. 4. Proceed to `POST /registrations` only for supported non-premium domains where the Check response returns `registrable: true`. **Note:** Searching with just a domain extension (e.g., "com" or ".app") is not supported. Provide a keyword or domain name.
认证
需要 Connected AccountTags
Create RegistrationCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_REGISTRATION_CREATEStarts a domain registration workflow. ### Prerequisites - The account must not already be at the maximum supported domain limit. A single account may own up to 100 domains in total across registrations created through either the dashboard or this API. - The domain must be on a supported extension for programmatic registration. - Use `POST /domain-check` immediately before calling this endpoint to confirm real-time availability and pricing. ### Defaults - `years`: defaults to the extension's minimum registration period (1 year for most extensions, but varies — for example, `.ai` (if supported) requires a minimum of 2 years). - `auto_renew`: defaults to `false`. Setting it to `true` is an explicit opt-in authorizing Cloudflare to charge the account's default payment method up to 30 days before domain expiry to renew the registration. Renewal pricing may change over time based on registry pricing. - `privacy_mode`: defaults to `redaction`. ### Premium domains Premium domain registration is not currently supported by this API. If `POST /domain-check` returns `tier: premium`, do not call this endpoint for that domain. ### Response behavior By default, the server holds the connection for a bounded, server-defined amount of time while the registration completes. Most registrations finish within this window and return `201 Created` with a completed workflow status. If the registration is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`.需要连接
Starts a domain registration workflow. ### Prerequisites - The account must not already be at the maximum supported domain limit. A single account may own up to 100 domains in total across registrations created through either the dashboard or this API. - The domain must be on a supported extension for programmatic registration. - Use `POST /domain-check` immediately before calling this endpoint to confirm real-time availability and pricing. ### Defaults - `years`: defaults to the extension's minimum registration period (1 year for most extensions, but varies — for example, `.ai` (if supported) requires a minimum of 2 years). - `auto_renew`: defaults to `false`. Setting it to `true` is an explicit opt-in authorizing Cloudflare to charge the account's default payment method up to 30 days before domain expiry to renew the registration. Renewal pricing may change over time based on registry pricing. - `privacy_mode`: defaults to `redaction`. ### Premium domains Premium domain registration is not currently supported by this API. If `POST /domain-check` returns `tier: premium`, do not call this endpoint for that domain. ### Response behavior By default, the server holds the connection for a bounded, server-defined amount of time while the registration completes. Most registrations finish within this window and return `201 Created` with a completed workflow status. If the registration is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`.
认证
需要 Connected AccountTags
Get RegistrationCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_REGISTRATION_GETReturns the current state of a domain registration. This is the canonical read endpoint for a domain you own. It returns the full registration resource including current settings and expiration. When the registration resource is ready, both `created_at` and `expires_at` are present in the response.需要连接
Returns the current state of a domain registration. This is the canonical read endpoint for a domain you own. It returns the full registration resource including current settings and expiration. When the registration resource is ready, both `created_at` and `expires_at` are present in the response.
认证
需要 Connected AccountTags
Get Registration StatusCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_REGISTRATION_GET_STATUSReturns the current status of a domain registration workflow. Use this endpoint to poll for completion when the POST response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. **Terminal states:** `succeeded` and `failed` are terminal and always have `completed: true`. **Non-terminal states:** - `action_required` has `completed: false` and will not resolve on its own. The workflow is paused pending user intervention. - `blocked` has `completed: false` and indicates the workflow is waiting on a third party such as the extension registry or losing registrar. Continue polling while informing the user of the delay. Use increasing backoff between polls. When `state: blocked`, use a longer polling interval and do not poll indefinitely. A naive polling loop that only checks `completed` can run indefinitely when `state: action_required`. Break explicitly on `action_required`: ```js let status; do { await new Promise(r => setTimeout(r, 2000)); status = await cloudflare.request({ method: 'GET', path: reg.result.links.self, }); } while ( !status.result.completed && status.result.state !== 'action_required' ); if (status.result.state === 'action_required') { // Surface context.action and context.confirmation_sent_to to the user. // Do not re-submit the registration request. } ```需要连接
Returns the current status of a domain registration workflow. Use this endpoint to poll for completion when the POST response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. **Terminal states:** `succeeded` and `failed` are terminal and always have `completed: true`. **Non-terminal states:** - `action_required` has `completed: false` and will not resolve on its own. The workflow is paused pending user intervention. - `blocked` has `completed: false` and indicates the workflow is waiting on a third party such as the extension registry or losing registrar. Continue polling while informing the user of the delay. Use increasing backoff between polls. When `state: blocked`, use a longer polling interval and do not poll indefinitely. A naive polling loop that only checks `completed` can run indefinitely when `state: action_required`. Break explicitly on `action_required`: ```js let status; do { await new Promise(r => setTimeout(r, 2000)); status = await cloudflare.request({ method: 'GET', path: reg.result.links.self, }); } while ( !status.result.completed && status.result.state !== 'action_required' ); if (status.result.state === 'action_required') { // Surface context.action and context.confirmation_sent_to to the user. // Do not re-submit the registration request. } ```
认证
需要 Connected AccountTags
Get Update StatusCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_REGISTRATION_GET_UPDATE_STATUSReturns the current status of a domain update workflow. Use this endpoint to poll for completion when the PATCH response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. Use increasing backoff between polls. When the workflow remains blocked on a third party, use a longer polling interval and do not poll indefinitely.需要连接
Returns the current status of a domain update workflow. Use this endpoint to poll for completion when the PATCH response returned `202 Accepted`. The URL is provided in the `links.self` field of the workflow status response. Poll this endpoint until the workflow reaches a terminal state or a state that requires user attention. Use increasing backoff between polls. When the workflow remains blocked on a third party, use a longer polling interval and do not poll indefinitely.
认证
需要 Connected AccountTags
List RegistrationsCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_REGISTRATION_LISTReturns a paginated list of domain registrations owned by the account. This endpoint uses cursor-based pagination. Results are ordered by registration date by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages.需要连接
Returns a paginated list of domain registrations owned by the account. This endpoint uses cursor-based pagination. Results are ordered by registration date by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages.
认证
需要 Connected AccountTags
Update RegistrationCLOUDFLARE_SANDBOX_REGISTRAR_DOMAIN_REGISTRATION_UPDATEUpdates an existing domain registration. By default, the server holds the connection for a bounded, server-defined amount of time while the update completes. Most updates finish within this window and return `200 OK` with a completed workflow status. If the update is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`. This endpoint currently supports updating `auto_renew` only.需要连接
Updates an existing domain registration. By default, the server holds the connection for a bounded, server-defined amount of time while the update completes. Most updates finish within this window and return `200 OK` with a completed workflow status. If the update is still processing after this synchronous wait window, the server returns `202 Accepted`. Poll the URL in `links.self` to track progress. To skip the wait and receive an immediate `202`, send `Prefer: respond-async`. This endpoint currently supports updating `auto_renew` only.
认证
需要 Connected AccountTags
Get extensionCLOUDFLARE_SANDBOX_REGISTRAR_EXTENSION_GETReturns metadata and JSON Schema documents describing the expected input structure for registration operations on a specific extension (TLD). Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.需要连接
Returns metadata and JSON Schema documents describing the expected input structure for registration operations on a specific extension (TLD). Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.
认证
需要 Connected AccountTags
List extensionsCLOUDFLARE_SANDBOX_REGISTRAR_EXTENSION_LISTReturns metadata and JSON Schema documents describing the expected input structure for registration operations on each supported extension (TLD). This endpoint uses cursor-based pagination. Results are ordered by extension name by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages. Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.需要连接
Returns metadata and JSON Schema documents describing the expected input structure for registration operations on each supported extension (TLD). This endpoint uses cursor-based pagination. Results are ordered by extension name by default. To fetch the next page, pass the `cursor` value from the `result_info` object in the response as the `cursor` query parameter in your next request. An empty `cursor` string indicates there are no more pages. Supports HTTP conditional GET via `ETag`. Include the `ETag` value from a previous response in an `If-None-Match` header to receive a `304 Not Modified` when the data has not changed.
认证
需要 Connected AccountTags
Bulk edit per-operation schema validation settingsCLOUDFLARE_SCHEMA_VALIDATION_BULK_EDIT_PER_OPERATION_SETTINGSUpdates schema validation settings for multiple API operations in a single request. Efficient for applying consistent validation rules across endpoints.需要连接
Updates schema validation settings for multiple API operations in a single request. Efficient for applying consistent validation rules across endpoints.
认证
需要 Connected AccountTags
Upload a schemaCLOUDFLARE_SCHEMA_VALIDATION_CREATE_SCHEMAUploads a new OpenAPI schema for API Shield schema validation. The schema defines expected request/response formats for API endpoints.需要连接
Uploads a new OpenAPI schema for API Shield schema validation. The schema defines expected request/response formats for API endpoints.
认证
需要 Connected AccountTags
Delete per-operation schema validation settingCLOUDFLARE_SCHEMA_VALIDATION_DELETE_PER_OPERATION_SETTINGRemoves custom schema validation settings for a specific API operation, reverting to zone-level defaults.需要连接
Removes custom schema validation settings for a specific API operation, reverting to zone-level defaults.
认证
需要 Connected AccountTags
Delete a schemaCLOUDFLARE_SCHEMA_VALIDATION_DELETE_SCHEMAPermanently removes an uploaded OpenAPI schema from API Shield. Operations using this schema will lose their validation rules.需要连接
Permanently removes an uploaded OpenAPI schema from API Shield. Operations using this schema will lose their validation rules.
认证
需要 Connected AccountTags
Edit details of a schema to enable validationCLOUDFLARE_SCHEMA_VALIDATION_EDIT_SCHEMAModifies an existing OpenAPI schema in API Shield, updating the validation rules for associated API operations.需要连接
Modifies an existing OpenAPI schema in API Shield, updating the validation rules for associated API operations.
认证
需要 Connected AccountTags
Edit global schema validation settingsCLOUDFLARE_SCHEMA_VALIDATION_EDIT_SETTINGSPartially updates global schema validation settings for a zone using PATCH semantics.需要连接
Partially updates global schema validation settings for a zone using PATCH semantics.
认证
需要 Connected AccountTags
Retrieve all operations from the schema.CLOUDFLARE_SCHEMA_VALIDATION_EXTRACT_OPERATIONS_FROM_SCHEMARetrieves all operations from the schema. Operations that already exist in API Shield Endpoint Management will be returned as full operations.需要连接
Retrieves all operations from the schema. Operations that already exist in API Shield Endpoint Management will be returned as full operations.
认证
需要 Connected AccountTags
Get per-operation schema validation settingCLOUDFLARE_SCHEMA_VALIDATION_GET_PER_OPERATION_SETTINGRetrieves the schema validation settings configured for a specific API operation.需要连接
Retrieves the schema validation settings configured for a specific API operation.
认证
需要 Connected AccountTags
Get details of a schemaCLOUDFLARE_SCHEMA_VALIDATION_GET_SCHEMAGets the contents and metadata of a specific OpenAPI schema uploaded to API Shield.需要连接
Gets the contents and metadata of a specific OpenAPI schema uploaded to API Shield.
认证
需要 Connected AccountTags
Get global schema validation settingsCLOUDFLARE_SCHEMA_VALIDATION_GET_SETTINGSRetrieves the current global schema validation settings for a zone.需要连接
Retrieves the current global schema validation settings for a zone.
认证
需要 Connected AccountTags
List per-operation schema validation settingsCLOUDFLARE_SCHEMA_VALIDATION_LIST_PER_OPERATION_SETTINGSLists all per-operation schema validation settings configured for the zone.需要连接
Lists all per-operation schema validation settings configured for the zone.
认证
需要 Connected AccountTags
List hosts covered by uploaded schemasCLOUDFLARE_SCHEMA_VALIDATION_LIST_SCHEMA_HOSTSLists all unique hosts found in uploaded OpenAPI schemas for the zone.需要连接
Lists all unique hosts found in uploaded OpenAPI schemas for the zone.
认证
需要 Connected AccountTags
List all uploaded schemasCLOUDFLARE_SCHEMA_VALIDATION_LIST_SCHEMAS_PAGINATEDLists all OpenAPI schemas uploaded to API Shield with pagination support.需要连接
Lists all OpenAPI schemas uploaded to API Shield with pagination support.
认证
需要 Connected AccountTags
Update per-operation schema validation settingCLOUDFLARE_SCHEMA_VALIDATION_UPDATE_PER_OPERATION_SETTINGFully updates schema validation settings for a specific API operation.需要连接
Fully updates schema validation settings for a specific API operation.
认证
需要 Connected AccountTags
Update global schema validation settingsCLOUDFLARE_SCHEMA_VALIDATION_UPDATE_SETTINGSFully updates global schema validation settings for a zone, replacing existing configuration.需要连接
Fully updates global schema validation settings for a zone, replacing existing configuration.
认证
需要 Connected AccountTags
Create SCIM GroupCLOUDFLARE_SCIM_GROUPS_CREATECreates a new SCIM Group (user group) for the account. The `displayName` must not be empty and must not begin with `CF` (reserved for system groups).需要连接
Creates a new SCIM Group (user group) for the account. The `displayName` must not be empty and must not begin with `CF` (reserved for system groups).
认证
需要 Connected AccountTags
Delete SCIM GroupCLOUDFLARE_SCIM_GROUPS_DELETEDeletes a SCIM Group (custom user groups only). System groups backed by Cloudflare permission groups cannot be deleted via SCIM. Returns 204 No Content on success.需要连接
Deletes a SCIM Group (custom user groups only). System groups backed by Cloudflare permission groups cannot be deleted via SCIM. Returns 204 No Content on success.
认证
需要 Connected AccountTags
Get SCIM GroupCLOUDFLARE_SCIM_GROUPS_GETRetrieves a single SCIM Group resource by group ID.需要连接
Retrieves a single SCIM Group resource by group ID.
认证
需要 Connected AccountTags
List SCIM GroupsCLOUDFLARE_SCIM_GROUPS_LISTLists SCIM Group resources for the account. Returns both system groups (backed by Cloudflare permission groups, prefixed `cloudflare-v1-`) and custom user groups. Supports filtering by `displayName` using SCIM filter syntax.需要连接
Lists SCIM Group resources for the account. Returns both system groups (backed by Cloudflare permission groups, prefixed `cloudflare-v1-`) and custom user groups. Supports filtering by `displayName` using SCIM filter syntax.
认证
需要 Connected AccountTags
Patch SCIM GroupCLOUDFLARE_SCIM_GROUPS_PATCHPartially updates a SCIM Group via PATCH operations (RFC 7644 Section 3.5.2). Supports add, remove, and replace operations on `members`, `displayName`, and `externalId`. For system groups (prefixed `cloudflare-v1-`), only member management operations are supported.需要连接
Partially updates a SCIM Group via PATCH operations (RFC 7644 Section 3.5.2). Supports add, remove, and replace operations on `members`, `displayName`, and `externalId`. For system groups (prefixed `cloudflare-v1-`), only member management operations are supported.
认证
需要 Connected AccountTags
Get SCIM Resource TypeCLOUDFLARE_SCIM_RESOURCE_TYPES_GETReturns a single SCIM resource type by ID (RFC 7643 Section 6). Valid IDs are `User` and `Group`.需要连接
Returns a single SCIM resource type by ID (RFC 7643 Section 6). Valid IDs are `User` and `Group`.
认证
需要 Connected AccountTags
List SCIM Resource TypesCLOUDFLARE_SCIM_RESOURCE_TYPES_LISTReturns the list of SCIM resource types supported by the Cloudflare SCIM service (RFC 7643 Section 6, RFC 7644 Section 4). Clients use this to discover available resource categories (e.g. Users, Groups) and their associated schemas. Query parameters are not supported on this endpoint.需要连接
Returns the list of SCIM resource types supported by the Cloudflare SCIM service (RFC 7643 Section 6, RFC 7644 Section 4). Clients use this to discover available resource categories (e.g. Users, Groups) and their associated schemas. Query parameters are not supported on this endpoint.
认证
需要 Connected AccountTags
Get SCIM SchemaCLOUDFLARE_SCIM_SCHEMAS_GETReturns a single SCIM schema definition by schema URI ID (RFC 7643 Section 7). Valid IDs are `urn:ietf:params:scim:schemas:core:2.0:User` and `urn:ietf:params:scim:schemas:core:2.0:Group`.需要连接
Returns a single SCIM schema definition by schema URI ID (RFC 7643 Section 7). Valid IDs are `urn:ietf:params:scim:schemas:core:2.0:User` and `urn:ietf:params:scim:schemas:core:2.0:Group`.
认证
需要 Connected AccountTags
List SCIM SchemasCLOUDFLARE_SCIM_SCHEMAS_LISTReturns the list of SCIM schemas supported by the Cloudflare SCIM service (RFC 7643 Section 7, RFC 7644 Section 4). Clients use this to introspect the attributes of each resource type. Query parameters are not supported on this endpoint.需要连接
Returns the list of SCIM schemas supported by the Cloudflare SCIM service (RFC 7643 Section 7, RFC 7644 Section 4). Clients use this to introspect the attributes of each resource type. Query parameters are not supported on this endpoint.
认证
需要 Connected AccountTags
Get SCIM Service Provider ConfigCLOUDFLARE_SCIM_SERVICE_PROVIDER_CONFIG_GETReturns the SCIM 2.0 Service Provider configuration (RFC 7643 Section 5). IdPs use this endpoint to auto-configure their SCIM integration with Cloudflare, discovering which optional features (patch, bulk, filter, etc.) are supported.需要连接
Returns the SCIM 2.0 Service Provider configuration (RFC 7643 Section 5). IdPs use this endpoint to auto-configure their SCIM integration with Cloudflare, discovering which optional features (patch, bulk, filter, etc.) are supported.
认证
需要 Connected AccountTags
Create SCIM UserCLOUDFLARE_SCIM_USERS_CREATEProvisions a new account member via SCIM. The `userName` field must be a valid email address and must match the primary email in `emails`. The account must be an Enterprise account with SCIM entitlements enabled.需要连接
Provisions a new account member via SCIM. The `userName` field must be a valid email address and must match the primary email in `emails`. The account must be an Enterprise account with SCIM entitlements enabled.
认证
需要 Connected AccountTags
Get SCIM UserCLOUDFLARE_SCIM_USERS_GETRetrieves a single account member as a SCIM User resource by user tag.需要连接
Retrieves a single account member as a SCIM User resource by user tag.
认证
需要 Connected AccountTags
List SCIM UsersCLOUDFLARE_SCIM_USERS_LISTLists account members as SCIM User resources. Supports optional filtering by `userName` (email) using the SCIM filter syntax (e.g. `userName eq "user@example.com"`). Pagination is controlled via `startIndex` and `count` query parameters per RFC 7644 Section 3.4.2.4.需要连接
Lists account members as SCIM User resources. Supports optional filtering by `userName` (email) using the SCIM filter syntax (e.g. `userName eq "user@example.com"`). Pagination is controlled via `startIndex` and `count` query parameters per RFC 7644 Section 3.4.2.4.
认证
需要 Connected AccountTags
Patch SCIM UserCLOUDFLARE_SCIM_USERS_PATCHPartially updates a SCIM User via PATCH operations (RFC 7644 Section 3.5.2). Supports updating `userName`, `name.givenName`, `name.familyName`, and `active`. Setting `active: false` deprovisions the user (removes them from the account). For IdP compatibility, `emails[type eq "work"].value` is also accepted as an alias for `userName`.需要连接
Partially updates a SCIM User via PATCH operations (RFC 7644 Section 3.5.2). Supports updating `userName`, `name.givenName`, `name.familyName`, and `active`. Setting `active: false` deprovisions the user (removes them from the account). For IdP compatibility, `emails[type eq "work"].value` is also accepted as an alias for `userName`.
认证
需要 Connected AccountTags
Replace SCIM UserCLOUDFLARE_SCIM_USERS_PUTReplaces a SCIM User resource (RFC 7644 Section 3.5.1). Fully replaces the mutable attributes of the user. Supports updating `userName`, `name`, `emails`, and `active`.需要连接
Replaces a SCIM User resource (RFC 7644 Section 3.5.1). Fully replaces the mutable attributes of the user. Supports updating `userName`, `name`, `emails`, and `active`.
认证
需要 Connected AccountTags
ACL DetailsCLOUDFLARE_SECONDARY_DNS_ACL_ACL_DETAILSGet ACL.需要连接
Get ACL.
认证
需要 Connected AccountTags
Create ACLCLOUDFLARE_SECONDARY_DNS_ACL_CREATE_ACLCreate ACL.需要连接
Create ACL.
认证
需要 Connected AccountTags
Delete ACLCLOUDFLARE_SECONDARY_DNS_ACL_DELETE_ACLDelete ACL.需要连接
Delete ACL.
认证
需要 Connected AccountTags
List ACLsCLOUDFLARE_SECONDARY_DNS_ACL_LIST_AC_LSList ACLs.需要连接
List ACLs.
认证
需要 Connected AccountTags
Update ACLCLOUDFLARE_SECONDARY_DNS_ACL_UPDATE_ACLModify ACL.需要连接
Modify ACL.
认证
需要 Connected AccountTags
Create PeerCLOUDFLARE_SECONDARY_DNS_PEER_CREATE_PEERCreate Peer.需要连接
Create Peer.
认证
需要 Connected AccountTags
Delete PeerCLOUDFLARE_SECONDARY_DNS_PEER_DELETE_PEERDelete Peer.需要连接
Delete Peer.
认证
需要 Connected AccountTags
List PeersCLOUDFLARE_SECONDARY_DNS_PEER_LIST_PEERSList Peers.需要连接
List Peers.
认证
需要 Connected AccountTags
Peer DetailsCLOUDFLARE_SECONDARY_DNS_PEER_PEER_DETAILSGet Peer.需要连接
Get Peer.
认证
需要 Connected AccountTags
Update PeerCLOUDFLARE_SECONDARY_DNS_PEER_UPDATE_PEERModify Peer.需要连接
Modify Peer.
认证
需要 Connected AccountTags
Create Primary Zone ConfigurationCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_CREATE_PRIMARY_ZONE_CONFIGURATIONCreate primary zone configuration for outgoing zone transfers.需要连接
Create primary zone configuration for outgoing zone transfers.
认证
需要 Connected AccountTags
Delete Primary Zone ConfigurationCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_DELETE_PRIMARY_ZONE_CONFIGURATIONDelete primary zone configuration for outgoing zone transfers.需要连接
Delete primary zone configuration for outgoing zone transfers.
认证
需要 Connected AccountTags
Disable Outgoing Zone TransfersCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_DISABLE_OUTGOING_ZONE_TRANSFERSDisable outgoing zone transfers for primary zone and clears IXFR backlog of primary zone.需要连接
Disable outgoing zone transfers for primary zone and clears IXFR backlog of primary zone.
认证
需要 Connected AccountTags
Enable Outgoing Zone TransfersCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_ENABLE_OUTGOING_ZONE_TRANSFERSEnable outgoing zone transfers for primary zone.需要连接
Enable outgoing zone transfers for primary zone.
认证
需要 Connected AccountTags
Force DNS NOTIFYCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_FORCE_DNS_NOTIFYNotifies the secondary nameserver(s) and clears IXFR backlog of primary zone.需要连接
Notifies the secondary nameserver(s) and clears IXFR backlog of primary zone.
认证
需要 Connected AccountTags
Get Outgoing Zone Transfer StatusCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_GET_OUTGOING_ZONE_TRANSFER_STATUSGet primary zone transfer status.需要连接
Get primary zone transfer status.
认证
需要 Connected AccountTags
Primary Zone Configuration DetailsCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_PRIMARY_ZONE_CONFIGURATION_DETAILSGet primary zone configuration for outgoing zone transfers.需要连接
Get primary zone configuration for outgoing zone transfers.
认证
需要 Connected AccountTags
Update Primary Zone ConfigurationCLOUDFLARE_SECONDARY_DNS_PRIMARY_ZONE_UPDATE_PRIMARY_ZONE_CONFIGURATIONUpdate primary zone configuration for outgoing zone transfers.需要连接
Update primary zone configuration for outgoing zone transfers.
认证
需要 Connected AccountTags
Create Secondary Zone ConfigurationCLOUDFLARE_SECONDARY_DNS_SECONDARY_ZONE_CREATE_SECONDARY_ZONE_CONFIGURATIONCreate secondary zone configuration for incoming zone transfers.需要连接
Create secondary zone configuration for incoming zone transfers.
认证
需要 Connected AccountTags
Delete Secondary Zone ConfigurationCLOUDFLARE_SECONDARY_DNS_SECONDARY_ZONE_DELETE_SECONDARY_ZONE_CONFIGURATIONDelete secondary zone configuration for incoming zone transfers.需要连接
Delete secondary zone configuration for incoming zone transfers.
认证
需要 Connected AccountTags
Force AXFRCLOUDFLARE_SECONDARY_DNS_SECONDARY_ZONE_FORCE_AXFRSends AXFR zone transfer request to primary nameserver(s).需要连接
Sends AXFR zone transfer request to primary nameserver(s).
认证
需要 Connected AccountTags
Secondary Zone Configuration DetailsCLOUDFLARE_SECONDARY_DNS_SECONDARY_ZONE_SECONDARY_ZONE_CONFIGURATION_DETAILSGet secondary zone configuration for incoming zone transfers.需要连接
Get secondary zone configuration for incoming zone transfers.
认证
需要 Connected AccountTags
Update Secondary Zone ConfigurationCLOUDFLARE_SECONDARY_DNS_SECONDARY_ZONE_UPDATE_SECONDARY_ZONE_CONFIGURATIONUpdate secondary zone configuration for incoming zone transfers.需要连接
Update secondary zone configuration for incoming zone transfers.
认证
需要 Connected AccountTags
Create TSIGCLOUDFLARE_SECONDARY_DNS_TSIG_CREATE_TSIGCreate TSIG.需要连接
Create TSIG.
认证
需要 Connected AccountTags
Delete TSIGCLOUDFLARE_SECONDARY_DNS_TSIG_DELETE_TSIGDelete TSIG.需要连接
Delete TSIG.
认证
需要 Connected AccountTags
List TSIGsCLOUDFLARE_SECONDARY_DNS_TSIG_LIST_TSI_GSList TSIGs.需要连接
List TSIGs.
认证
需要 Connected AccountTags
TSIG DetailsCLOUDFLARE_SECONDARY_DNS_TSIG_TSIG_DETAILSGet TSIG.需要连接
Get TSIG.
认证
需要 Connected AccountTags
Update TSIGCLOUDFLARE_SECONDARY_DNS_TSIG_UPDATE_TSIGModify TSIG.需要连接
Modify TSIG.
认证
需要 Connected AccountTags
Create a storeCLOUDFLARE_SECRETS_STORE_CREATECreates a store in the account.需要连接
Creates a store in the account.
认证
需要 Connected AccountTags
Delete secretsCLOUDFLARE_SECRETS_STORE_DELETE_BULKDeletes one or more secrets.需要连接
Deletes one or more secrets.
认证
需要 Connected AccountTags
Delete a storeCLOUDFLARE_SECRETS_STORE_DELETE_BY_IDDeletes a single store. By default, a store that still contains secrets cannot be deleted and returns HTTP 409 (Conflict) with the "store_not_empty" error. Pass `force=true` to cascade-delete all secrets in the store. Empty stores are always deleted regardless of the force parameter.需要连接
Deletes a single store. By default, a store that still contains secrets cannot be deleted and returns HTTP 409 (Conflict) with the "store_not_empty" error. Pass `force=true` to cascade-delete all secrets in the store. Empty stores are always deleted regardless of the force parameter.
认证
需要 Connected AccountTags
Duplicate SecretCLOUDFLARE_SECRETS_STORE_DUPLICATE_BY_IDCreates a duplicate of the secret, keeping the value.需要连接
Creates a duplicate of the secret, keeping the value.
认证
需要 Connected AccountTags
Get a secret by IDCLOUDFLARE_SECRETS_STORE_GET_BY_IDReturns details of a single secret.需要连接
Returns details of a single secret.
认证
需要 Connected AccountTags
Get a store by IDCLOUDFLARE_SECRETS_STORE_GET_STORE_BY_IDReturns details of a single store.需要连接
Returns details of a single store.
认证
需要 Connected AccountTags
List account storesCLOUDFLARE_SECRETS_STORE_LISTLists all the stores in an account.需要连接
Lists all the stores in an account.
认证
需要 Connected AccountTags
Patch a secretCLOUDFLARE_SECRETS_STORE_PATCH_BY_IDUpdates a single secret.需要连接
Updates a single secret.
认证
需要 Connected AccountTags
View secret usageCLOUDFLARE_SECRETS_STORE_QUOTALists the number of secrets used in the account.需要连接
Lists the number of secrets used in the account.
认证
需要 Connected AccountTags
Create a secretCLOUDFLARE_SECRETS_STORE_SECRET_CREATECreates a secret in the account.需要连接
Creates a secret in the account.
认证
需要 Connected AccountTags
Delete a secretCLOUDFLARE_SECRETS_STORE_SECRET_DELETE_BY_IDDeletes a single secret.需要连接
Deletes a single secret.
认证
需要 Connected AccountTags
List store secretsCLOUDFLARE_SECRETS_STORE_SECRETS_LISTLists all store secrets.需要连接
Lists all store secrets.
认证
需要 Connected AccountTags
Create a new shareCLOUDFLARE_SHARE_CREATECreates a new resource share for sharing Cloudflare resources with other accounts or organizations.需要连接
Creates a new resource share for sharing Cloudflare resources with other accounts or organizations.
认证
需要 Connected AccountTags
Delete a shareCLOUDFLARE_SHARE_DELETEDeletion is not immediate, an updated share object with a new status will be returned.需要连接
Deletion is not immediate, an updated share object with a new status will be returned.
认证
需要 Connected AccountTags
Create a new share recipientCLOUDFLARE_SHARE_RECIPIENT_CREATEAdds a recipient to a resource share, granting them access to the shared resources.需要连接
Adds a recipient to a resource share, granting them access to the shared resources.
认证
需要 Connected AccountTags
Delete a share recipientCLOUDFLARE_SHARE_RECIPIENT_DELETEDeletion is not immediate, an updated share recipient object with a new status will be returned.需要连接
Deletion is not immediate, an updated share recipient object with a new status will be returned.
认证
需要 Connected AccountTags
Get share recipient by IDCLOUDFLARE_SHARE_RECIPIENTS_GET_BY_IDGet share recipient by ID.需要连接
Get share recipient by ID.
认证
需要 Connected AccountTags
List share recipients by share IDCLOUDFLARE_SHARE_RECIPIENTS_LISTList share recipients by share ID.需要连接
List share recipients by share ID.
认证
需要 Connected AccountTags
Update a share's recipientsCLOUDFLARE_SHARE_RECIPIENTS_UPDATEChanges a share's recipients to match the given list. Returns an error if the share targets an organization.需要连接
Changes a share's recipients to match the given list. Returns an error if the share targets an organization.
认证
需要 Connected AccountTags
Create a new share resourceCLOUDFLARE_SHARE_RESOURCE_CREATEAdds a resource to an existing share, making it available to share recipients.需要连接
Adds a resource to an existing share, making it available to share recipients.
认证
需要 Connected AccountTags
Delete a share resourceCLOUDFLARE_SHARE_RESOURCE_DELETEDeletion is not immediate, an updated share resource object with a new status will be returned.需要连接
Deletion is not immediate, an updated share resource object with a new status will be returned.
认证
需要 Connected AccountTags
Update a share resourceCLOUDFLARE_SHARE_RESOURCE_UPDATEUpdate is not immediate, an updated share resource object with a new status will be returned.需要连接
Update is not immediate, an updated share resource object with a new status will be returned.
认证
需要 Connected AccountTags
Get share resource by IDCLOUDFLARE_SHARE_RESOURCES_GET_BY_IDGet share resource by ID.需要连接
Get share resource by ID.
认证
需要 Connected AccountTags
List share resources by share IDCLOUDFLARE_SHARE_RESOURCES_LISTList share resources by share ID.需要连接
List share resources by share ID.
认证
需要 Connected AccountTags
Update a shareCLOUDFLARE_SHARE_UPDATEUpdating is not immediate, an updated share object with a new status will be returned.需要连接
Updating is not immediate, an updated share object with a new status will be returned.
认证
需要 Connected AccountTags
View a query that has been sharedCLOUDFLARE_SHARED_QUERY_GETShared queries store the results of a previously run query, allowing you to share the results with others.需要连接
Shared queries store the results of a previously run query, allowing you to share the results with others.
认证
需要 Connected AccountTags
Create a sharable link to a query resultCLOUDFLARE_SHARED_QUERY_POSTShared queries store the results of a previously run query, allowing you to share the results with others.需要连接
Shared queries store the results of a previously run query, allowing you to share the results with others.
认证
需要 Connected AccountTags
Get account share by IDCLOUDFLARE_SHARES_GET_BY_IDFetches share by ID.需要连接
Fetches share by ID.
认证
需要 Connected AccountTags
List account sharesCLOUDFLARE_SHARES_LISTLists all account shares.需要连接
Lists all account shares.
认证
需要 Connected AccountTags
Create an ingress ruleCLOUDFLARE_SINKHOLE_CONFIG_CREATE_INGRESSCreate a new ingress rule for the specified sinkhole. The CIDR block must be a Cloudflare BYOIP associated with your account. The zone_id must be a zone with the ability to create Spectrum Apps. The sinkhole must belong to the same account as the zone.需要连接
Create a new ingress rule for the specified sinkhole. The CIDR block must be a Cloudflare BYOIP associated with your account. The zone_id must be a zone with the ability to create Spectrum Apps. The sinkhole must belong to the same account as the zone.
认证
需要 Connected AccountTags
Create a new sinkhole for your accountCLOUDFLARE_SINKHOLE_CONFIG_CREATE_SINKHOLECreate a new sinkhole. Logs of large request bodies will be truncated, but the full request body can be recorded in R2. If you wish to record large request bodies in R2, include the R2 key ID, key secret, and bucket name in the request body.需要连接
Create a new sinkhole. Logs of large request bodies will be truncated, but the full request body can be recorded in R2. If you wish to record large request bodies in R2, include the R2 key ID, key secret, and bucket name in the request body.
认证
需要 Connected AccountTags
Delete an ingress ruleCLOUDFLARE_SINKHOLE_CONFIG_DELETE_INGRESSDelete the specified ingress rule. The sinkhole must belong to the same account as the zone.需要连接
Delete the specified ingress rule. The sinkhole must belong to the same account as the zone.
认证
需要 Connected AccountTags
Delete a sinkholeCLOUDFLARE_SINKHOLE_CONFIG_DELETE_SINKHOLEDelete the specified sinkhole. The sinkhole must not have any active ingress rules defined. A 409 response code indicates that this condition is not met.需要连接
Delete the specified sinkhole. The sinkhole must not have any active ingress rules defined. A 409 response code indicates that this condition is not met.
认证
需要 Connected AccountTags
Get an ingress ruleCLOUDFLARE_SINKHOLE_CONFIG_GET_INGRESSGet the specified ingress rule associated with a sinkhole. The sinkhole must belong to the same account as the zone.需要连接
Get the specified ingress rule associated with a sinkhole. The sinkhole must belong to the same account as the zone.
认证
需要 Connected AccountTags
Get a sinkholeCLOUDFLARE_SINKHOLE_CONFIG_GET_SINKHOLEGet the specified sinkhole by its unique identifier.需要连接
Get the specified sinkhole by its unique identifier.
认证
需要 Connected AccountTags
List ingresses for a sinkholeCLOUDFLARE_SINKHOLE_CONFIG_LIST_SINKHOLE_INGRESSESList all ingress rules associated with the specified sinkhole.需要连接
List all ingress rules associated with the specified sinkhole.
认证
需要 Connected AccountTags
List sinkholes owned by this accountCLOUDFLARE_SINKHOLE_CONFIG_LIST_SINKHOLESLists sinkholes owned by the account for redirecting malicious traffic.需要连接
Lists sinkholes owned by the account for redirecting malicious traffic.
认证
需要 Connected AccountTags
Update an ingress ruleCLOUDFLARE_SINKHOLE_CONFIG_UPDATE_INGRESSUpdate the specified ingress rule. The sinkhole must belong to the same account as the zone.需要连接
Update the specified ingress rule. The sinkhole must belong to the same account as the zone.
认证
需要 Connected AccountTags
Update a sinkholeCLOUDFLARE_SINKHOLE_CONFIG_UPDATE_SINKHOLEUpdate the name or R2 configuration of the specified sinkhole.需要连接
Update the name or R2 configuration of the specified sinkhole.
认证
需要 Connected AccountTags
Abort all jobsCLOUDFLARE_SLURPER_ABORT_ALL_JOBSCancels all running R2 Super Slurper migration jobs for the account. Any objects in the middle of a transfer will finish, but no new objects will start transferring.需要连接
Cancels all running R2 Super Slurper migration jobs for the account. Any objects in the middle of a transfer will finish, but no new objects will start transferring.
认证
需要 Connected AccountTags
Abort a jobCLOUDFLARE_SLURPER_ABORT_JOBCancels a specific R2 Super Slurper migration job. Any objects in the middle of a transfer will finish, but no new objects will start transferring.需要连接
Cancels a specific R2 Super Slurper migration job. Any objects in the middle of a transfer will finish, but no new objects will start transferring.
认证
需要 Connected AccountTags
Check source connectivityCLOUDFLARE_SLURPER_CHECK_SOURCE_CONNECTIVITYCheck whether tokens are valid against the source bucket需要连接
Check whether tokens are valid against the source bucket
认证
需要 Connected AccountTags
Check target connectivityCLOUDFLARE_SLURPER_CHECK_TARGET_CONNECTIVITYCheck whether tokens are valid against the target bucket需要连接
Check whether tokens are valid against the target bucket
认证
需要 Connected AccountTags
Create a jobCLOUDFLARE_SLURPER_CREATE_JOBCreates a new R2 Super Slurper migration job to transfer objects from a source bucket (e.g. S3, GCS, R2) to R2.需要连接
Creates a new R2 Super Slurper migration job to transfer objects from a source bucket (e.g. S3, GCS, R2) to R2.
认证
需要 Connected AccountTags
Delete a jobCLOUDFLARE_SLURPER_DELETE_JOBDeletes a completed, aborted, or errored R2 Super Slurper migration job. Active jobs cannot be deleted.需要连接
Deletes a completed, aborted, or errored R2 Super Slurper migration job. Active jobs cannot be deleted.
认证
需要 Connected AccountTags
Get job detailsCLOUDFLARE_SLURPER_GET_JOBRetrieves detailed status and configuration for a specific R2 Super Slurper migration job.需要连接
Retrieves detailed status and configuration for a specific R2 Super Slurper migration job.
认证
需要 Connected AccountTags
Get job logsCLOUDFLARE_SLURPER_GET_JOB_LOGSGets log entries for an R2 Super Slurper migration job, showing migration status changes, errors, etc.需要连接
Gets log entries for an R2 Super Slurper migration job, showing migration status changes, errors, etc.
认证
需要 Connected AccountTags
Get job progressCLOUDFLARE_SLURPER_GET_JOB_PROGRESSRetrieves current progress metrics for an R2 Super Slurper migration job需要连接
Retrieves current progress metrics for an R2 Super Slurper migration job
认证
需要 Connected AccountTags
List jobsCLOUDFLARE_SLURPER_LIST_JOBSLists all R2 Super Slurper migration jobs for the account with their status.需要连接
Lists all R2 Super Slurper migration jobs for the account with their status.
认证
需要 Connected AccountTags
Pause a jobCLOUDFLARE_SLURPER_PAUSE_JOBPauses a running R2 Super Slurper migration job. The job can be resumed later to continue transferring.需要连接
Pauses a running R2 Super Slurper migration job. The job can be resumed later to continue transferring.
认证
需要 Connected AccountTags
Resume a jobCLOUDFLARE_SLURPER_RESUME_JOBResumes a paused R2 Super Slurper migration job, continuing the transfer from where it stopped.需要连接
Resumes a paused R2 Super Slurper migration job, continuing the transfer from where it stopped.
认证
需要 Connected AccountTags
Create Health CheckCLOUDFLARE_SMART_SHIELD_CREATE_HEALTH_CHECKCreate a new health check.需要连接
Create a new health check.
认证
需要 Connected AccountTags
Delete Health CheckCLOUDFLARE_SMART_SHIELD_DELETE_HEALTH_CHECKDelete a health check.需要连接
Delete a health check.
认证
需要 Connected AccountTags
Get Smart Shield SettingsCLOUDFLARE_SMART_SHIELD_GET_SETTINGSRetrieve Smart Shield Settings.需要连接
Retrieve Smart Shield Settings.
认证
需要 Connected AccountTags
Health Check DetailsCLOUDFLARE_SMART_SHIELD_HEALTH_CHECK_DETAILSFetch a single configured health check.需要连接
Fetch a single configured health check.
认证
需要 Connected AccountTags
List Health ChecksCLOUDFLARE_SMART_SHIELD_LIST_HEALTH_CHECKSList configured health checks.需要连接
List configured health checks.
认证
需要 Connected AccountTags
Patch Health CheckCLOUDFLARE_SMART_SHIELD_PATCH_HEALTH_CHECKPatch a configured health check.需要连接
Patch a configured health check.
认证
需要 Connected AccountTags
Patch Smart Shield SettingsCLOUDFLARE_SMART_SHIELD_PATCH_SETTINGSSet Smart Shield Settings.需要连接
Set Smart Shield Settings.
认证
需要 Connected AccountTags
Get Cache Reserve ClearCLOUDFLARE_SMART_SHIELD_SETTINGS_GET_CACHE_RESERVE_CLEARYou can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.需要连接
You can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.
认证
需要 Connected AccountTags
Start Cache Reserve ClearCLOUDFLARE_SMART_SHIELD_SETTINGS_START_CACHE_RESERVE_CLEARYou can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.需要连接
You can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.
认证
需要 Connected AccountTags
Update Health CheckCLOUDFLARE_SMART_SHIELD_UPDATE_HEALTH_CHECKUpdate a configured health check.需要连接
Update a configured health check.
认证
需要 Connected AccountTags
Create Smart Tiered Cache settingCLOUDFLARE_SMART_TIERED_CACHE_CREATE_SMART_TIERED_CACHE_SETTINGSmart Tiered Cache dynamically selects the single closest upper tier for each of your website's origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.需要连接
Smart Tiered Cache dynamically selects the single closest upper tier for each of your website's origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.
认证
需要 Connected AccountTags
Delete Smart Tiered Cache settingCLOUDFLARE_SMART_TIERED_CACHE_DELETE_SMART_TIERED_CACHE_SETTINGSmart Tiered Cache dynamically selects the single closest upper tier for each of your website’s origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.需要连接
Smart Tiered Cache dynamically selects the single closest upper tier for each of your website’s origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.
认证
需要 Connected AccountTags
Get Smart Tiered Cache settingCLOUDFLARE_SMART_TIERED_CACHE_GET_SMART_TIERED_CACHE_SETTINGSmart Tiered Cache dynamically selects the single closest upper tier for each of your website’s origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.需要连接
Smart Tiered Cache dynamically selects the single closest upper tier for each of your website’s origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.
认证
需要 Connected AccountTags
Patch Smart Tiered Cache settingCLOUDFLARE_SMART_TIERED_CACHE_PATCH_SMART_TIERED_CACHE_SETTINGSmart Tiered Cache dynamically selects the single closest upper tier for each of your website’s origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.需要连接
Smart Tiered Cache dynamically selects the single closest upper tier for each of your website’s origins with no configuration required, using our in-house performance and routing data. Cloudflare collects latency data for each request to an origin, and uses the latency data to determine how well any upper-tier data center is connected with an origin. As a result, Cloudflare can select the data center with the lowest latency to be the upper-tier for an origin.
认证
需要 Connected AccountTags
Get current aggregated analyticsCLOUDFLARE_SPECTRUM_AGGREGATE_ANALYTICS_GET_CURRENT_AGGREGATED_ANALYTICSRetrieves analytics aggregated from the last minute of usage on Spectrum applications underneath a given zone.需要连接
Retrieves analytics aggregated from the last minute of usage on Spectrum applications underneath a given zone.
认证
需要 Connected AccountTags
Get analytics by timeCLOUDFLARE_SPECTRUM_ANALYTICS_BY_TIME_GET_ANALYTICS_BY_TIMERetrieves a list of aggregate metrics grouped by time interval.需要连接
Retrieves a list of aggregate metrics grouped by time interval.
认证
需要 Connected AccountTags
Get analytics summaryCLOUDFLARE_SPECTRUM_ANALYTICS_SUMMARY_GET_ANALYTICS_SUMMARYRetrieves a list of summarised aggregate metrics over a given time period.需要连接
Retrieves a list of summarised aggregate metrics over a given time period.
认证
需要 Connected AccountTags
Create Spectrum application using a name for the originCLOUDFLARE_SPECTRUM_APPLICATIONS_CREATE_SPECTRUM_APPLICATION_USING_A_NAME_FOR_THE_ORIGINCreates a new Spectrum application from a configuration using a name for the origin.需要连接
Creates a new Spectrum application from a configuration using a name for the origin.
认证
需要 Connected AccountTags
Delete Spectrum applicationCLOUDFLARE_SPECTRUM_APPLICATIONS_DELETE_SPECTRUM_APPLICATIONDeletes a previously existing application.需要连接
Deletes a previously existing application.
认证
需要 Connected AccountTags
Get Spectrum application configurationCLOUDFLARE_SPECTRUM_APPLICATIONS_GET_SPECTRUM_APPLICATION_CONFIGURATIONGets the application configuration of a specific application inside a zone.需要连接
Gets the application configuration of a specific application inside a zone.
认证
需要 Connected AccountTags
List Spectrum applicationsCLOUDFLARE_SPECTRUM_APPLICATIONS_LIST_SPECTRUM_APPLICATIONSRetrieves a list of currently existing Spectrum applications inside a zone.需要连接
Retrieves a list of currently existing Spectrum applications inside a zone.
认证
需要 Connected AccountTags
Update Spectrum application configuration using a name for the originCLOUDFLARE_SPECTRUM_APPLICATIONS_UPDATE_SPECTRUM_APPLICATION_CONFIGURATION_USING_A_NAME_FOR_THE_ORIGINUpdates a previously existing application's configuration that uses a name for the origin.需要连接
Updates a previously existing application's configuration that uses a name for the origin.
认证
需要 Connected AccountTags
Create scheduled page testCLOUDFLARE_SPEED_CREATE_SCHEDULED_TESTCreates a scheduled test for a page.需要连接
Creates a scheduled test for a page.
认证
需要 Connected AccountTags
Start page testCLOUDFLARE_SPEED_CREATE_TESTStarts a test for a specific webpage, in a specific region.需要连接
Starts a test for a specific webpage, in a specific region.
认证
需要 Connected AccountTags
Delete scheduled page testCLOUDFLARE_SPEED_DELETE_TEST_SCHEDULEDeletes a scheduled test for a page.需要连接
Deletes a scheduled test for a page.
认证
需要 Connected AccountTags
Delete all page testsCLOUDFLARE_SPEED_DELETE_TESTSDeletes all tests for a specific webpage from a specific region. Deleted tests are still counted as part of the quota.需要连接
Deletes all tests for a specific webpage from a specific region. Deleted tests are still counted as part of the quota.
认证
需要 Connected AccountTags
Get quota and availabilityCLOUDFLARE_SPEED_GET_AVAILABILITIESRetrieves quota for all plans, as well as the current zone quota.需要连接
Retrieves quota for all plans, as well as the current zone quota.
认证
需要 Connected AccountTags
Get a page test scheduleCLOUDFLARE_SPEED_GET_SCHEDULED_TESTRetrieves the test schedule for a page in a specific region.需要连接
Retrieves the test schedule for a page in a specific region.
认证
需要 Connected AccountTags
Get a page test resultCLOUDFLARE_SPEED_GET_TESTRetrieves the result of a specific test.需要连接
Retrieves the result of a specific test.
认证
需要 Connected AccountTags
List core web vital metrics trendCLOUDFLARE_SPEED_LIST_PAGE_TRENDLists the core web vital metrics trend over time for a specific page.需要连接
Lists the core web vital metrics trend over time for a specific page.
认证
需要 Connected AccountTags
List tested webpagesCLOUDFLARE_SPEED_LIST_PAGESLists all webpages which have been tested.需要连接
Lists all webpages which have been tested.
认证
需要 Connected AccountTags
List page test historyCLOUDFLARE_SPEED_LIST_TEST_HISTORYTest history (list of tests) for a specific webpage.需要连接
Test history (list of tests) for a specific webpage.
认证
需要 Connected AccountTags
Get Auto-Origin TLS KEX enrollment status for the given zoneCLOUDFLARE_SSL_DETECTOR_AUTO_ORIGIN_TLS_KEX_GET_ENROLLMENTWhen enabled, Cloudflare automatically selects the preferred TLS key-exchange algorithm to use when establishing the TLS connection to the zone's origin, picking from the algorithms permitted by the zone's `origin_tls_compliance_modes` setting. When disabled, the default key-exchange ordering is used.需要连接
When enabled, Cloudflare automatically selects the preferred TLS key-exchange algorithm to use when establishing the TLS connection to the zone's origin, picking from the algorithms permitted by the zone's `origin_tls_compliance_modes` setting. When disabled, the default key-exchange ordering is used.
认证
需要 Connected AccountTags
Patch Auto-Origin TLS KEX enrollment status for the given zoneCLOUDFLARE_SSL_DETECTOR_AUTO_ORIGIN_TLS_KEX_PATCH_ENROLLMENTEnable or disable Auto-Origin TLS KEX selection for the zone by sending `{"enabled": true}` or `{"enabled": false}`. When enabled, Cloudflare runs a periodic scan of the zone's origins to determine the preferred key-exchange algorithm and writes that preference to the edge so it is sent first in the TLS ClientHello to the origin.需要连接
Enable or disable Auto-Origin TLS KEX selection for the zone by sending `{"enabled": true}` or `{"enabled": false}`. When enabled, Cloudflare runs a periodic scan of the zone's origins to determine the preferred key-exchange algorithm and writes that preference to the edge so it is sent first in the TLS ClientHello to the origin.
认证
需要 Connected AccountTags
Get Automatic SSL/TLS enrollment status for the given zoneCLOUDFLARE_SSL_DETECTOR_AUTOMATIC_MODE_GET_ENROLLMENTIf the system is enabled, the response will include next_scheduled_scan, representing the next time this zone will be scanned and the zone's ssl/tls encryption mode is potentially upgraded by the system. If the system is disabled, next_scheduled_scan will not be present in the response body.需要连接
If the system is enabled, the response will include next_scheduled_scan, representing the next time this zone will be scanned and the zone's ssl/tls encryption mode is potentially upgraded by the system. If the system is disabled, next_scheduled_scan will not be present in the response body.
认证
需要 Connected AccountTags
Patch Automatic SSL/TLS Enrollment status for given zoneCLOUDFLARE_SSL_DETECTOR_AUTOMATIC_MODE_PATCH_ENROLLMENTThe automatic system is enabled when this endpoint is hit with value in the request body is set to "auto", and disabled when the request body value is set to "custom".需要连接
The automatic system is enabled when this endpoint is hit with value in the request body is set to "auto", and disabled when the request body value is set to "custom".
认证
需要 Connected AccountTags
Edit SSL Certificate Pack Validation MethodCLOUDFLARE_SSL_VERIFICATION_EDIT_SSL_CERTIFICATE_PACK_VALIDATION_METHODEdit SSL validation method for a certificate pack. A PATCH request will request an immediate validation check on any certificate, and return the updated status. If a validation method is provided, the validation will be immediately attempted using that method.需要连接
Edit SSL validation method for a certificate pack. A PATCH request will request an immediate validation check on any certificate, and return the updated status. If a validation method is provided, the validation will be immediately attempted using that method.
认证
需要 Connected AccountTags
SSL Verification DetailsCLOUDFLARE_SSL_VERIFICATION_SSL_VERIFICATION_DETAILSGet SSL Verification Info for a Zone.需要连接
Get SSL Verification Info for a Zone.
认证
需要 Connected AccountTags
Start livestreaming a meetingCLOUDFLARE_START_LIVESTREAMINGStarts livestream of a meeting associated with the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.需要连接
Starts livestream of a meeting associated with the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.
认证
需要 Connected AccountTags
Start recording a meetingCLOUDFLARE_START_RECORDINGStarts recording a meeting. The meeting can be started by an App admin directly, or a participant with permissions to start a recording, based on the type of authorization used.需要连接
Starts recording a meeting. The meeting can be started by an App admin directly, or a participant with permissions to start a recording, based on the type of authorization used.
认证
需要 Connected AccountTags
Start On-Demand Account ScanCLOUDFLARE_START_SECURITY_CENTER_ACCOUNT_SCANInitiates an on-demand security scan for the entire account, scanning all zones associated with the account. Rate limited to 5 scans per account per 24-hour window.需要连接
Initiates an on-demand security scan for the entire account, scanning all zones associated with the account. Rate limited to 5 scans per account per 24-hour window.
认证
需要 Connected AccountTags
Start On-Demand Zone ScanCLOUDFLARE_START_SECURITY_CENTER_ZONE_SCANInitiates an on-demand security scan for a specific zone. Rate limited to 5 scans per account per 24-hour window (shared with account-level scans).需要连接
Initiates an on-demand security scan for a specific zone. Rate limited to 5 scans per account per 24-hour window (shared with account-level scans).
认证
需要 Connected AccountTags
Start recording participant audio tracksCLOUDFLARE_START_TRACK_RECORDING_FOR_AMEETINGStarts track recording for a meeting. Track recording currently records separate participant audio tracks as WebM files in the RealtimeKit bucket. Video track recording is in development. For more information, refer to [Track recording](/realtime/realtimekit/recording-guide/track-recording/).需要连接
Starts track recording for a meeting. Track recording currently records separate participant audio tracks as WebM files in the RealtimeKit bucket. Video track recording is in development. For more information, refer to [Track recording](/realtime/realtimekit/recording-guide/track-recording/).
认证
需要 Connected AccountTags
Stop livestreaming a meetingCLOUDFLARE_STOP_LIVESTREAMINGStops the active livestream of a meeting associated with the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.需要连接
Stops the active livestream of a meeting associated with the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.
认证
需要 Connected AccountTags
Store catalog credentialsCLOUDFLARE_STORE_CREDENTIALSStore authentication credentials for a catalog. These credentials are used to authenticate with R2 storage when performing catalog operations.需要连接
Store authentication credentials for a catalog. These credentials are used to authenticate with R2 storage when performing catalog operations.
认证
需要 Connected AccountTags
Create downloadCLOUDFLARE_STREAM_DOWNLOADS_CREATE_TYPE_SPECIFIC_DOWNLOADSCreates a download for a video of specified type. For backwards-compatibility, POST requests to /downloads will enable the default download.需要连接
Creates a download for a video of specified type. For backwards-compatibility, POST requests to /downloads will enable the default download.
认证
需要 Connected AccountTags
Delete downloadCLOUDFLARE_STREAM_DOWNLOADS_DELETE_TYPE_SPECIFIC_DOWNLOADSDelete specific type of download. For backwards-compatibility, DELETE requests to /downloads will delete the default download.需要连接
Delete specific type of download. For backwards-compatibility, DELETE requests to /downloads will delete the default download.
认证
需要 Connected AccountTags
Create a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_CREATE_A_LIVE_INPUTCreates a live input, and returns credentials that you or your users can use to stream live video to Cloudflare Stream.需要连接
Creates a live input, and returns credentials that you or your users can use to stream live video to Cloudflare Stream.
认证
需要 Connected AccountTags
Create a new output, connected to a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_CREATE_A_NEW_OUTPUT_CONNECTED_TO_A_LIVE_INPUTCreates a new output that can be used to simulcast or restream live video to other RTMP or SRT destinations. Outputs are always linked to a specific live input — one live input can have many outputs.需要连接
Creates a new output that can be used to simulcast or restream live video to other RTMP or SRT destinations. Outputs are always linked to a specific live input — one live input can have many outputs.
认证
需要 Connected AccountTags
Delete a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_DELETE_A_LIVE_INPUTPrevents a live input from being streamed to and makes the live input inaccessible to any future API calls.需要连接
Prevents a live input from being streamed to and makes the live input inaccessible to any future API calls.
认证
需要 Connected AccountTags
Delete an outputCLOUDFLARE_STREAM_LIVE_INPUTS_DELETE_AN_OUTPUTDeletes an output and removes it from the associated live input.需要连接
Deletes an output and removes it from the associated live input.
认证
需要 Connected AccountTags
Disable a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_DISABLE_A_LIVE_INPUTPrevents a live input from being streamed to and makes the live input inaccessible to any future API calls until enabled.需要连接
Prevents a live input from being streamed to and makes the live input inaccessible to any future API calls until enabled.
认证
需要 Connected AccountTags
Enable a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_ENABLE_A_LIVE_INPUTAllows a live input to be streamed to and makes the live input accessible to any future API calls.需要连接
Allows a live input to be streamed to and makes the live input accessible to any future API calls.
认证
需要 Connected AccountTags
List all outputs associated with a specified live inputCLOUDFLARE_STREAM_LIVE_INPUTS_LIST_ALL_OUTPUTS_ASSOCIATED_WITH_A_SPECIFIED_LIVE_INPUTRetrieves all outputs associated with a specified live input.需要连接
Retrieves all outputs associated with a specified live input.
认证
需要 Connected AccountTags
List live inputsCLOUDFLARE_STREAM_LIVE_INPUTS_LIST_LIVE_INPUTSLists the live inputs created for an account. To get the credentials needed to stream to a specific live input, request a single live input.需要连接
Lists the live inputs created for an account. To get the credentials needed to stream to a specific live input, request a single live input.
认证
需要 Connected AccountTags
Retrieve a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_RETRIEVE_A_LIVE_INPUTRetrieves details of an existing live input.需要连接
Retrieves details of an existing live input.
认证
需要 Connected AccountTags
Rotate keys for a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_ROTATE_KEYS_FOR_A_LIVE_INPUTRotates the credentials for a live input without changing its identifier. Old credentials are revoked, broadcasts using stale credentials are automatically disconnected shortly after rotation, and the response returns refreshed credentials.需要连接
Rotates the credentials for a live input without changing its identifier. Old credentials are revoked, broadcasts using stale credentials are automatically disconnected shortly after rotation, and the response returns refreshed credentials.
认证
需要 Connected AccountTags
Update a live inputCLOUDFLARE_STREAM_LIVE_INPUTS_UPDATE_A_LIVE_INPUTUpdates a specified live input.需要连接
Updates a specified live input.
认证
需要 Connected AccountTags
Update an outputCLOUDFLARE_STREAM_LIVE_INPUTS_UPDATE_AN_OUTPUTUpdates the state of an output.需要连接
Updates the state of an output.
认证
需要 Connected AccountTags
Create downloadsCLOUDFLARE_STREAM_M_P_4_DOWNLOADS_CREATE_DOWNLOADSCreates a download for a video when a video is ready to view. Use `/downloads/{download_type}` instead for type-specific downloads. Available types are `default` and `audio`.需要连接
Creates a download for a video when a video is ready to view. Use `/downloads/{download_type}` instead for type-specific downloads. Available types are `default` and `audio`.
认证
需要 Connected AccountTags
Delete downloadsCLOUDFLARE_STREAM_M_P_4_DOWNLOADS_DELETE_DOWNLOADSDelete the downloads for a video. Use `/downloads/{download_type}` instead for type-specific downloads. Available types are `default` and `audio`.需要连接
Delete the downloads for a video. Use `/downloads/{download_type}` instead for type-specific downloads. Available types are `default` and `audio`.
认证
需要 Connected AccountTags
List downloadsCLOUDFLARE_STREAM_M_P_4_DOWNLOADS_LIST_DOWNLOADSLists the downloads created for a video.需要连接
Lists the downloads created for a video.
认证
需要 Connected AccountTags
Create signing keysCLOUDFLARE_STREAM_SIGNING_KEYS_CREATE_SIGNING_KEYSCreates an RSA private key in PEM and JWK formats. Key files are only displayed once after creation. Keys are created, used, and deleted independently of videos, and every key can sign any video.需要连接
Creates an RSA private key in PEM and JWK formats. Key files are only displayed once after creation. Keys are created, used, and deleted independently of videos, and every key can sign any video.
认证
需要 Connected AccountTags
Delete signing keysCLOUDFLARE_STREAM_SIGNING_KEYS_DELETE_SIGNING_KEYSDeletes signing keys and revokes all signed URLs generated with the key.需要连接
Deletes signing keys and revokes all signed URLs generated with the key.
认证
需要 Connected AccountTags
List signing keysCLOUDFLARE_STREAM_SIGNING_KEYS_LIST_SIGNING_KEYSLists the video ID and creation date and time when a signing key was created.需要连接
Lists the video ID and creation date and time when a signing key was created.
认证
需要 Connected AccountTags
Delete captions or subtitlesCLOUDFLARE_STREAM_SUBTITLES_CAPTIONS_DELETE_CAPTIONS_OR_SUBTITLESRemoves the captions or subtitles from a video.需要连接
Removes the captions or subtitles from a video.
认证
需要 Connected AccountTags
Generate captions or subtitles for a provided language via AICLOUDFLARE_STREAM_SUBTITLES_CAPTIONS_GENERATE_CAPTION_OR_SUBTITLE_FOR_LANGUAGEGenerate captions or subtitles for provided language via AI.需要连接
Generate captions or subtitles for provided language via AI.
认证
需要 Connected AccountTags
List captions or subtitles for a provided languageCLOUDFLARE_STREAM_SUBTITLES_CAPTIONS_GET_CAPTION_OR_SUBTITLE_FOR_LANGUAGELists the captions or subtitles for provided language.需要连接
Lists the captions or subtitles for provided language.
认证
需要 Connected AccountTags
Return WebVTT captions for a provided languageCLOUDFLARE_STREAM_SUBTITLES_CAPTIONS_GET_VTT_CAPTION_OR_SUBTITLEReturn WebVTT captions for a provided language.需要连接
Return WebVTT captions for a provided language.
认证
需要 Connected AccountTags
List captions or subtitlesCLOUDFLARE_STREAM_SUBTITLES_CAPTIONS_LIST_CAPTIONS_OR_SUBTITLESLists the available captions or subtitles for a specific video.需要连接
Lists the available captions or subtitles for a specific video.
认证
需要 Connected AccountTags
Clip videos given a start and end timeCLOUDFLARE_STREAM_VIDEO_CLIPPING_CLIP_VIDEOS_GIVEN_A_START_AND_END_TIMEClips a video based on the specified start and end times provided in seconds.需要连接
Clips a video based on the specified start and end times provided in seconds.
认证
需要 Connected AccountTags
Create signed URL tokens for videosCLOUDFLARE_STREAM_VIDEOS_CREATE_SIGNED_URL_TOKENS_FOR_VIDEOSCreates a signed URL token for a video. If a body is not provided in the request, a token is created with default values.需要连接
Creates a signed URL token for a video. If a body is not provided in the request, a token is created with default values.
认证
需要 Connected AccountTags
Delete videoCLOUDFLARE_STREAM_VIDEOS_DELETE_VIDEODeletes a video and its copies from Cloudflare Stream.需要连接
Deletes a video and its copies from Cloudflare Stream.
认证
需要 Connected AccountTags
Initiate video uploads using TUSCLOUDFLARE_STREAM_VIDEOS_INITIATE_VIDEO_UPLOADS_USING_TUSInitiates a video upload using the TUS protocol. On success, the server responds with a status code 201 (created) and includes a `location` header to indicate where the content should be uploaded. Refer to https://tus.io for protocol details.需要连接
Initiates a video upload using the TUS protocol. On success, the server responds with a status code 201 (created) and includes a `location` header to indicate where the content should be uploaded. Refer to https://tus.io for protocol details.
认证
需要 Connected AccountTags
List videosCLOUDFLARE_STREAM_VIDEOS_LIST_VIDEOSLists up to 1000 videos from a single request. For a specific range, refer to the optional parameters.需要连接
Lists up to 1000 videos from a single request. For a specific range, refer to the optional parameters.
认证
需要 Connected AccountTags
Retrieve embed Code HTMLCLOUDFLARE_STREAM_VIDEOS_RETREIEVE_EMBED_CODE_HTMLFetches an HTML code snippet to embed a video in a web page delivered through Cloudflare. On success, returns an HTML fragment for use on web pages to display a video. On failure, returns a JSON response body.需要连接
Fetches an HTML code snippet to embed a video in a web page delivered through Cloudflare. On success, returns an HTML fragment for use on web pages to display a video. On failure, returns a JSON response body.
认证
需要 Connected AccountTags
Retrieve video detailsCLOUDFLARE_STREAM_VIDEOS_RETRIEVE_VIDEO_DETAILSFetches details for a single video.需要连接
Fetches details for a single video.
认证
需要 Connected AccountTags
Storage useCLOUDFLARE_STREAM_VIDEOS_STORAGE_USAGEReturns information about an account's storage use.需要连接
Returns information about an account's storage use.
认证
需要 Connected AccountTags
Edit video detailsCLOUDFLARE_STREAM_VIDEOS_UPDATE_VIDEO_DETAILSEdit details for a single video.需要连接
Edit details for a single video.
认证
需要 Connected AccountTags
Upload videos from a URLCLOUDFLARE_STREAM_VIDEOS_UPLOAD_VIDEOS_FROM_A_URLUploads a video to Stream from a provided URL.需要连接
Uploads a video to Stream from a provided URL.
认证
需要 Connected AccountTags
Upload videos via direct upload URLsCLOUDFLARE_STREAM_VIDEOS_UPLOAD_VIDEOS_VIA_DIRECT_UPLOAD_UR_LSCreates a direct upload that allows video uploads without an API key.需要连接
Creates a direct upload that allows video uploads without an API key.
认证
需要 Connected AccountTags
Delete watermark profilesCLOUDFLARE_STREAM_WATERMARK_PROFILE_DELETE_WATERMARK_PROFILESDeletes a watermark profile.需要连接
Deletes a watermark profile.
认证
需要 Connected AccountTags
List watermark profilesCLOUDFLARE_STREAM_WATERMARK_PROFILE_LIST_WATERMARK_PROFILESLists all watermark profiles for an account.需要连接
Lists all watermark profiles for an account.
认证
需要 Connected AccountTags
Watermark profile detailsCLOUDFLARE_STREAM_WATERMARK_PROFILE_WATERMARK_PROFILE_DETAILSRetrieves details for a single watermark profile.需要连接
Retrieves details for a single watermark profile.
认证
需要 Connected AccountTags
Create webhooksCLOUDFLARE_STREAM_WEBHOOK_CREATE_WEBHOOKSCreates a webhook notification.需要连接
Creates a webhook notification.
认证
需要 Connected AccountTags
Delete webhooksCLOUDFLARE_STREAM_WEBHOOK_DELETE_WEBHOOKSDeletes a webhook.需要连接
Deletes a webhook.
认证
需要 Connected AccountTags
View webhooksCLOUDFLARE_STREAM_WEBHOOK_VIEW_WEBHOOKSRetrieves a list of webhooks.需要连接
Retrieves a list of webhooks.
认证
需要 Connected AccountTags
Submit an abuse reportCLOUDFLARE_SUBMIT_ABUSE_REPORTSubmit an abuse report of a particular type. Requires the abuse-reports entitlement on the account (Enterprise accounts have it by default; other accounts must request access) and an API token with the `Account > Abuse Reports > Edit` permission. If the account is not entitled, the request is rejected with an HTTP `401` response (see below).需要连接
Submit an abuse report of a particular type. Requires the abuse-reports entitlement on the account (Enterprise accounts have it by default; other accounts must request access) and an API token with the `Account > Abuse Reports > Edit` permission. If the account is not entitled, the request is rejected with an HTTP `401` response (see below).
认证
需要 Connected AccountTags
Create Event SubscriptionCLOUDFLARE_SUBSCRIPTIONS_CREATECreate a new event subscription for a queue需要连接
Create a new event subscription for a queue
认证
需要 Connected AccountTags
Delete Event SubscriptionCLOUDFLARE_SUBSCRIPTIONS_DELETEDelete an existing event subscription需要连接
Delete an existing event subscription
认证
需要 Connected AccountTags
Get Event SubscriptionCLOUDFLARE_SUBSCRIPTIONS_GETGet details about an existing event subscription需要连接
Get details about an existing event subscription
认证
需要 Connected AccountTags
List Event SubscriptionsCLOUDFLARE_SUBSCRIPTIONS_LISTGet a paginated list of event subscriptions with optional sorting and filtering需要连接
Get a paginated list of event subscriptions with optional sorting and filtering
认证
需要 Connected AccountTags
Update Event SubscriptionCLOUDFLARE_SUBSCRIPTIONS_PATCHUpdate an existing event subscription需要连接
Update an existing event subscription
认证
需要 Connected AccountTags
Delete tags from an account-level resourceCLOUDFLARE_TAGS_DELETERemoves all tags from a specific account-level resource.需要连接
Removes all tags from a specific account-level resource.
认证
需要 Connected AccountTags
Get tags for an account-level resourceCLOUDFLARE_TAGS_GETRetrieves tags for a specific account-level resource.需要连接
Retrieves tags for a specific account-level resource.
认证
需要 Connected AccountTags
List tagged resourcesCLOUDFLARE_TAGS_LISTLists all tagged resources for an account.需要连接
Lists all tagged resources for an account.
认证
需要 Connected AccountTags
List tag key summaryCLOUDFLARE_TAGS_LIST_KEY_SUMMARYLists all distinct tag keys and their distinct values across resources in an account.需要连接
Lists all distinct tag keys and their distinct values across resources in an account.
认证
需要 Connected AccountTags
List tag keysCLOUDFLARE_TAGS_LIST_KEYSLists all distinct tag keys used across resources in an account.需要连接
Lists all distinct tag keys used across resources in an account.
认证
需要 Connected AccountTags
List tag valuesCLOUDFLARE_TAGS_LIST_VALUESLists all distinct values for a given tag key, optionally filtered by resource type.需要连接
Lists all distinct values for a given tag key, optionally filtered by resource type.
认证
需要 Connected AccountTags
Set tags for an account-level resourceCLOUDFLARE_TAGS_SETCreates or updates tags for a specific account-level resource.需要连接
Creates or updates tags for a specific account-level resource.
认证
需要 Connected AccountTags
Delete tags from a zone-level resourceCLOUDFLARE_TAGS_ZONE_DELETERemoves all tags from a specific zone-level resource.需要连接
Removes all tags from a specific zone-level resource.
认证
需要 Connected AccountTags
Get tags for a zone-level resourceCLOUDFLARE_TAGS_ZONE_GETRetrieves tags for a specific zone-level resource.需要连接
Retrieves tags for a specific zone-level resource.
认证
需要 Connected AccountTags
Set tags for a zone-level resourceCLOUDFLARE_TAGS_ZONE_SETCreates or updates tags for a specific zone-level resource. Replaces all existing tags for the resource.需要连接
Creates or updates tags for a specific zone-level resource. Replaces all existing tags for the resource.
认证
需要 Connected AccountTags
List keysCLOUDFLARE_TELEMETRY_KEYS_LISTList all the keys in your telemetry events.需要连接
List all the keys in your telemetry events.
认证
需要 Connected AccountTags
Live tail heartbeatCLOUDFLARE_TELEMETRY_LIVE_TAIL_HEARTBEAT_GETNotify live tail that user is still eligible to receive live events.需要连接
Notify live tail that user is still eligible to receive live events.
认证
需要 Connected AccountTags
Prepare live tailCLOUDFLARE_TELEMETRY_LIVE_TAIL_POSTPrepare websocket server for live tail.需要连接
Prepare websocket server for live tail.
认证
需要 Connected AccountTags
Run a queryCLOUDFLARE_TELEMETRY_QUERYRun a temporary or saved query.需要连接
Run a temporary or saved query.
认证
需要 Connected AccountTags
List valuesCLOUDFLARE_TELEMETRY_VALUES_LISTList unique values found in your events.需要连接
List unique values found in your events.
认证
需要 Connected AccountTags
Add Tenant Custom NameserverCLOUDFLARE_TENANT_LEVEL_CUSTOM_NAMESERVERS_ADD_TENANT_CUSTOM_NAMESERVERAdd Tenant Custom Nameserver需要连接
Add Tenant Custom Nameserver
认证
需要 Connected AccountTags
Delete Tenant Custom NameserverCLOUDFLARE_TENANT_LEVEL_CUSTOM_NAMESERVERS_DELETE_TENANT_CUSTOM_NAMESERVERDelete Tenant Custom Nameserver需要连接
Delete Tenant Custom Nameserver
认证
需要 Connected AccountTags
List Tenant Custom NameserversCLOUDFLARE_TENANT_LEVEL_CUSTOM_NAMESERVERS_LIST_TENANT_CUSTOM_NAMESERVERSList a tenant's custom nameservers.需要连接
List a tenant's custom nameservers.
认证
需要 Connected AccountTags
List tenant accountsCLOUDFLARE_TENANTS_LIST_ACCOUNTSList of accounts for the Tenant.需要连接
List of accounts for the Tenant.
认证
需要 Connected AccountTags
List tenant entitlementsCLOUDFLARE_TENANTS_LIST_ENTITLEMENTSList of innate entitlements available for the Tenant.需要连接
List of innate entitlements available for the Tenant.
认证
需要 Connected AccountTags
List tenant membershipsCLOUDFLARE_TENANTS_LIST_MEMBERSHIPSList of active members (Cloudflare users) for the Tenant.需要连接
List of active members (Cloudflare users) for the Tenant.
认证
需要 Connected AccountTags
Get tenantCLOUDFLARE_TENANTS_RETRIEVE_TENANTRetrieves a Tenant by Tenant ID.需要连接
Retrieves a Tenant by Tenant ID.
认证
需要 Connected AccountTags
Get tenant account typesCLOUDFLARE_TENANTS_VALID_ACCOUNT_TYPESList of account types available for the Tenant to provision accounts.需要连接
List of account types available for the Tenant to provision accounts.
认证
需要 Connected AccountTags
Get Tiered Caching settingCLOUDFLARE_TIERED_CACHING_GET_TIERED_CACHING_SETTINGTiered Cache works by dividing Cloudflare's data centers into a hierarchy of lower-tiers and upper-tiers. If content is not cached in lower-tier data centers (generally the ones closest to a visitor), the lower-tier must ask an upper-tier to see if it has the content. If the upper-tier does not have the content, only the upper-tier can ask the origin for content. This practice improves bandwidth efficiency by limiting the number of data centers that can ask the origin for content, which reduces origin load and makes websites more cost-effective to operate. Additionally, Tiered Cache concentrates connections to origin servers so they come from a small number of data centers rather than the full set of network locations. This results in fewer open connections using server resources.需要连接
Tiered Cache works by dividing Cloudflare's data centers into a hierarchy of lower-tiers and upper-tiers. If content is not cached in lower-tier data centers (generally the ones closest to a visitor), the lower-tier must ask an upper-tier to see if it has the content. If the upper-tier does not have the content, only the upper-tier can ask the origin for content. This practice improves bandwidth efficiency by limiting the number of data centers that can ask the origin for content, which reduces origin load and makes websites more cost-effective to operate. Additionally, Tiered Cache concentrates connections to origin servers so they come from a small number of data centers rather than the full set of network locations. This results in fewer open connections using server resources.
认证
需要 Connected AccountTags
Patch Tiered Caching settingCLOUDFLARE_TIERED_CACHING_PATCH_TIERED_CACHING_SETTINGTiered Cache works by dividing Cloudflare's data centers into a hierarchy of lower-tiers and upper-tiers. If content is not cached in lower-tier data centers (generally the ones closest to a visitor), the lower-tier must ask an upper-tier to see if it has the content. If the upper-tier does not have the content, only the upper-tier can ask the origin for content. This practice improves bandwidth efficiency by limiting the number of data centers that can ask the origin for content, which reduces origin load and makes websites more cost-effective to operate. Additionally, Tiered Cache concentrates connections to origin servers so they come from a small number of data centers rather than the full set of network locations. This results in fewer open connections using server resources.需要连接
Tiered Cache works by dividing Cloudflare's data centers into a hierarchy of lower-tiers and upper-tiers. If content is not cached in lower-tier data centers (generally the ones closest to a visitor), the lower-tier must ask an upper-tier to see if it has the content. If the upper-tier does not have the content, only the upper-tier can ask the origin for content. This practice improves bandwidth efficiency by limiting the number of data centers that can ask the origin for content, which reduces origin load and makes websites more cost-effective to operate. Additionally, Tiered Cache concentrates connections to origin servers so they come from a small number of data centers rather than the full set of network locations. This results in fewer open connections using server resources.
认证
需要 Connected AccountTags
Create a new Token Validation configurationCLOUDFLARE_TOKEN_VALIDATION_CONFIG_CREATECreate a new Token Validation configuration需要连接
Create a new Token Validation configuration
认证
需要 Connected AccountTags
Edit Token Configuration credentialsCLOUDFLARE_TOKEN_VALIDATION_CONFIG_CREDENTIALS_EDITEdit Token Configuration credentials. The provided `keys` array defines the full resulting key set (stored keys omitted from payload are removed). For each provided key identity (`{alg,kid}`), payload fields overwrite the stored key before validation and omitted fields inherit from the stored key. Key identities must be unique within the request. Existing symmetric keys (`kty: "oct"`) preserve stored key material when `k` is omitted; send `k` to rotate. `k: null` is invalid.需要连接
Edit Token Configuration credentials. The provided `keys` array defines the full resulting key set (stored keys omitted from payload are removed). For each provided key identity (`{alg,kid}`), payload fields overwrite the stored key before validation and omitted fields inherit from the stored key. Key identities must be unique within the request. Existing symmetric keys (`kty: "oct"`) preserve stored key material when `k` is omitted; send `k` to rotate. `k: null` is invalid.
认证
需要 Connected AccountTags
Update Token Configuration credentialsCLOUDFLARE_TOKEN_VALIDATION_CONFIG_CREDENTIALS_UPDATEUpdate Token Configuration credentials with full replacement semantics. Key identities (`{alg,kid}`) must be unique within the request. Symmetric keys (`kty: "oct"`) require `k`; `k: null` is invalid.需要连接
Update Token Configuration credentials with full replacement semantics. Key identities (`{alg,kid}`) must be unique within the request. Symmetric keys (`kty: "oct"`) require `k`; `k: null` is invalid.
认证
需要 Connected AccountTags
Delete Token ConfigurationCLOUDFLARE_TOKEN_VALIDATION_CONFIG_DELETEDelete Token Configuration需要连接
Delete Token Configuration
认证
需要 Connected AccountTags
Edit an existing Token ConfigurationCLOUDFLARE_TOKEN_VALIDATION_CONFIG_EDITEdit fields of an existing Token Configuration需要连接
Edit fields of an existing Token Configuration
认证
需要 Connected AccountTags
Get a single Token ConfigurationCLOUDFLARE_TOKEN_VALIDATION_CONFIG_GETGet a single Token Configuration需要连接
Get a single Token Configuration
认证
需要 Connected AccountTags
List token validation configurationsCLOUDFLARE_TOKEN_VALIDATION_CONFIG_LISTLists all token validation configurations for this zone需要连接
Lists all token validation configurations for this zone
认证
需要 Connected AccountTags
Bulk create token validation rulesCLOUDFLARE_TOKEN_VALIDATION_RULES_BULK_CREATECreate zone token validation rules. A request can create multiple Token Validation Rules.需要连接
Create zone token validation rules. A request can create multiple Token Validation Rules.
认证
需要 Connected AccountTags
Bulk edit token validation rulesCLOUDFLARE_TOKEN_VALIDATION_RULES_BULK_EDITEdit token validation rules. A request can update multiple Token Validation Rules. Rules can be re-ordered using the `position` field. Returns all updated rules.需要连接
Edit token validation rules. A request can update multiple Token Validation Rules. Rules can be re-ordered using the `position` field. Returns all updated rules.
认证
需要 Connected AccountTags
Create a token validation ruleCLOUDFLARE_TOKEN_VALIDATION_RULES_CREATECreate a token validation rule.需要连接
Create a token validation rule.
认证
需要 Connected AccountTags
Delete a zone token validation ruleCLOUDFLARE_TOKEN_VALIDATION_RULES_DELETEDelete a zone token validation rule.需要连接
Delete a zone token validation rule.
认证
需要 Connected AccountTags
Edit a zone token validation ruleCLOUDFLARE_TOKEN_VALIDATION_RULES_EDITEdit a zone token validation rule.需要连接
Edit a zone token validation rule.
认证
需要 Connected AccountTags
Get a zone token validation ruleCLOUDFLARE_TOKEN_VALIDATION_RULES_GETGet a zone token validation rule.需要连接
Get a zone token validation rule.
认证
需要 Connected AccountTags
List token validation rulesCLOUDFLARE_TOKEN_VALIDATION_RULES_LISTList token validation rules需要连接
List token validation rules
认证
需要 Connected AccountTags
Preview operations covered by a Token Validation ruleCLOUDFLARE_TOKEN_VALIDATION_RULES_PREVIEWPreview operations covered by a Token Validation rule. The API will return all operations on a zone annotated with an additional `state` field. Operations with an `included` `state` will be covered by a Token Validation Rule.需要连接
Preview operations covered by a Token Validation rule. The API will return all operations on a zone annotated with an additional `state` field. Operations with an `included` `state` will be covered by a Token Validation Rule.
认证
需要 Connected AccountTags
Enable or Disable Total TLSCLOUDFLARE_TOTAL_TLS_ENABLE_OR_DISABLE_TOTAL_TLSSet Total TLS Settings or disable the feature for a Zone.需要连接
Set Total TLS Settings or disable the feature for a Zone.
认证
需要 Connected AccountTags
Total TLS Settings DetailsCLOUDFLARE_TOTAL_TLS_TOTAL_TLS_SETTINGS_DETAILSGet Total TLS Settings for a Zone.需要连接
Get Total TLS Settings for a Zone.
认证
需要 Connected AccountTags
Trigger deploy hookCLOUDFLARE_TRIGGER_DEPLOY_HOOKTrigger a build using a deploy hook. This endpoint does not require authentication - the deploy_hook_uuid acts as a secret token.需要连接
Trigger a build using a deploy hook. This endpoint does not require authentication - the deploy_hook_uuid acts as a secret token.
认证
需要 Connected AccountTags
Clean up Cloudflare Tunnel connectionsCLOUDFLARE_TUNNEL_CLEAN_UP_CLOUDFLARE_TUNNEL_CONNECTIONSRemoves a connection (aka Cloudflare Tunnel Connector) from a Cloudflare Tunnel independently of its current state. If no connector id (client_id) is provided all connectors will be removed. We recommend running this command after rotating tokens.需要连接
Removes a connection (aka Cloudflare Tunnel Connector) from a Cloudflare Tunnel independently of its current state. If no connector id (client_id) is provided all connectors will be removed. We recommend running this command after rotating tokens.
认证
需要 Connected AccountTags
Get configurationCLOUDFLARE_TUNNEL_CONFIGURATION_GET_CONFIGURATIONGets the configuration for a remotely-managed tunnel需要连接
Gets the configuration for a remotely-managed tunnel
认证
需要 Connected AccountTags
Get WARP Connector HA configurationCLOUDFLARE_TUNNEL_CONFIGURATION_GET_WARP_CONNECTOR_CONFIGURATIONGets the high-availability configuration for a WARP Connector tunnel.需要连接
Gets the high-availability configuration for a WARP Connector tunnel.
认证
需要 Connected AccountTags
Configure Tunnel IngressCLOUDFLARE_TUNNEL_CONFIGURATION_PUT_CONFIGURATIONConfigures public hostname routes for a remotely-managed Cloudflare Tunnel and appends the required catch-all fallback rule.需要连接
Configures public hostname routes for a remotely-managed Cloudflare Tunnel and appends the required catch-all fallback rule.
认证
需要 Connected AccountTags
Update WARP Connector HA configurationCLOUDFLARE_TUNNEL_CONFIGURATION_UPDATE_WARP_CONNECTOR_CONFIGURATIONAdds or updates the high-availability configuration for a WARP Connector tunnel.需要连接
Adds or updates the high-availability configuration for a WARP Connector tunnel.
认证
需要 Connected AccountTags
Create a Cloudflare TunnelCLOUDFLARE_TUNNEL_CREATE_A_CLOUDFLARE_TUNNELCreates a new Cloudflare Tunnel in an account.需要连接
Creates a new Cloudflare Tunnel in an account.
认证
需要 Connected AccountTags
Create a Warp Connector TunnelCLOUDFLARE_TUNNEL_CREATE_A_WARP_CONNECTOR_TUNNELCreates a new Warp Connector Tunnel in an account.需要连接
Creates a new Warp Connector Tunnel in an account.
认证
需要 Connected AccountTags
Delete a Cloudflare TunnelCLOUDFLARE_TUNNEL_DELETE_A_CLOUDFLARE_TUNNELDeletes a Cloudflare Tunnel from an account.需要连接
Deletes a Cloudflare Tunnel from an account.
认证
需要 Connected AccountTags
Delete a Warp Connector TunnelCLOUDFLARE_TUNNEL_DELETE_A_WARP_CONNECTOR_TUNNELDeletes a Warp Connector Tunnel from an account.需要连接
Deletes a Warp Connector Tunnel from an account.
认证
需要 Connected AccountTags
Get a Cloudflare TunnelCLOUDFLARE_TUNNEL_GET_A_CLOUDFLARE_TUNNELFetches a single Cloudflare Tunnel.需要连接
Fetches a single Cloudflare Tunnel.
认证
需要 Connected AccountTags
Get a Cloudflare Tunnel management tokenCLOUDFLARE_TUNNEL_GET_A_CLOUDFLARE_TUNNEL_MANAGEMENT_TOKENGets a management token used to access the management resources (i.e. Streaming Logs) of a tunnel.需要连接
Gets a management token used to access the management resources (i.e. Streaming Logs) of a tunnel.
认证
需要 Connected AccountTags
Get a Cloudflare Tunnel tokenCLOUDFLARE_TUNNEL_GET_A_CLOUDFLARE_TUNNEL_TOKENGets the token used to associate cloudflared with a specific tunnel.需要连接
Gets the token used to associate cloudflared with a specific tunnel.
认证
需要 Connected AccountTags
Get a Warp Connector TunnelCLOUDFLARE_TUNNEL_GET_A_WARP_CONNECTOR_TUNNELFetches a single Warp Connector Tunnel.需要连接
Fetches a single Warp Connector Tunnel.
认证
需要 Connected AccountTags
Get a Warp Connector Tunnel tokenCLOUDFLARE_TUNNEL_GET_A_WARP_CONNECTOR_TUNNEL_TOKENGets the token used to associate warp device with a specific Warp Connector tunnel.需要连接
Gets the token used to associate warp device with a specific Warp Connector tunnel.
认证
需要 Connected AccountTags
Get Cloudflare Tunnel connectorCLOUDFLARE_TUNNEL_GET_CLOUDFLARE_TUNNEL_CONNECTORFetches connector and connection details for a Cloudflare Tunnel.需要连接
Fetches connector and connection details for a Cloudflare Tunnel.
认证
需要 Connected AccountTags
Get WARP Connector Tunnel connectorCLOUDFLARE_TUNNEL_GET_WARP_CONNECTOR_TUNNEL_CONNECTORFetches connector and connection details for a WARP Connector Tunnel.需要连接
Fetches connector and connection details for a WARP Connector Tunnel.
认证
需要 Connected AccountTags
List All TunnelsCLOUDFLARE_TUNNEL_LIST_ALL_TUNNELSLists and filters all types of Tunnels in an account.需要连接
Lists and filters all types of Tunnels in an account.
认证
需要 Connected AccountTags
List Cloudflare Tunnel connectionsCLOUDFLARE_TUNNEL_LIST_CLOUDFLARE_TUNNEL_CONNECTIONSFetches connection details for a Cloudflare Tunnel.需要连接
Fetches connection details for a Cloudflare Tunnel.
认证
需要 Connected AccountTags
List Cloudflare TunnelsCLOUDFLARE_TUNNEL_LIST_CLOUDFLARE_TUNNELSLists and filters Cloudflare Tunnels in an account.需要连接
Lists and filters Cloudflare Tunnels in an account.
认证
需要 Connected AccountTags
List WARP Connector Tunnel connectionsCLOUDFLARE_TUNNEL_LIST_WARP_CONNECTOR_TUNNEL_CONNECTIONSFetches connection details for a WARP Connector Tunnel.需要连接
Fetches connection details for a WARP Connector Tunnel.
认证
需要 Connected AccountTags
List Warp Connector TunnelsCLOUDFLARE_TUNNEL_LIST_WARP_CONNECTOR_TUNNELSLists and filters Warp Connector Tunnels in an account.需要连接
Lists and filters Warp Connector Tunnels in an account.
认证
需要 Connected AccountTags
Trigger a manual failover for a WARP Connector TunnelCLOUDFLARE_TUNNEL_MANUAL_FAILOVER_WARP_CONNECTOR_TUNNELTriggers a manual failover for a specific WARP Connector Tunnel, setting the specified client as the active connector. The tunnel must be configured for high availability (HA) and the client must be linked to the tunnel.需要连接
Triggers a manual failover for a specific WARP Connector Tunnel, setting the specified client as the active connector. The tunnel must be configured for high availability (HA) and the client must be linked to the tunnel.
认证
需要 Connected AccountTags
Create a tunnel routeCLOUDFLARE_TUNNEL_ROUTE_CREATE_A_TUNNEL_ROUTERoutes a private network through a Cloudflare Tunnel.需要连接
Routes a private network through a Cloudflare Tunnel.
认证
需要 Connected AccountTags
Create a tunnel route (CIDR Endpoint)CLOUDFLARE_TUNNEL_ROUTE_CREATE_A_TUNNEL_ROUTE_WITH_CIDRRoutes a private network through a Cloudflare Tunnel. The CIDR in `ip_network_encoded` must be written in URL-encoded format.需要连接
Routes a private network through a Cloudflare Tunnel. The CIDR in `ip_network_encoded` must be written in URL-encoded format.
认证
需要 Connected AccountTags
Delete a tunnel routeCLOUDFLARE_TUNNEL_ROUTE_DELETE_A_TUNNEL_ROUTEDeletes a private network route from an account.需要连接
Deletes a private network route from an account.
认证
需要 Connected AccountTags
Delete a tunnel route (CIDR Endpoint)CLOUDFLARE_TUNNEL_ROUTE_DELETE_A_TUNNEL_ROUTE_WITH_CIDRDeletes a private network route from an account. The CIDR in `ip_network_encoded` must be written in URL-encoded format. If no virtual_network_id is provided it will delete the route from the default vnet. If no tun_type is provided it will fetch the type from the tunnel_id or if that is missing it will assume Cloudflare Tunnel as default. If tunnel_id is provided it will delete the route from that tunnel, otherwise it will delete the route based on the vnet and tun_type.需要连接
Deletes a private network route from an account. The CIDR in `ip_network_encoded` must be written in URL-encoded format. If no virtual_network_id is provided it will delete the route from the default vnet. If no tun_type is provided it will fetch the type from the tunnel_id or if that is missing it will assume Cloudflare Tunnel as default. If tunnel_id is provided it will delete the route from that tunnel, otherwise it will delete the route based on the vnet and tun_type.
认证
需要 Connected AccountTags
Get tunnel routeCLOUDFLARE_TUNNEL_ROUTE_GET_TUNNEL_ROUTEGet a private network route in an account.需要连接
Get a private network route in an account.
认证
需要 Connected AccountTags
Get tunnel route by IPCLOUDFLARE_TUNNEL_ROUTE_GET_TUNNEL_ROUTE_BY_IPFetches routes that contain the given IP address.需要连接
Fetches routes that contain the given IP address.
认证
需要 Connected AccountTags
List tunnel routesCLOUDFLARE_TUNNEL_ROUTE_LIST_TUNNEL_ROUTESLists and filters private network routes in an account.需要连接
Lists and filters private network routes in an account.
认证
需要 Connected AccountTags
Update a tunnel routeCLOUDFLARE_TUNNEL_ROUTE_UPDATE_A_TUNNEL_ROUTEUpdates an existing private network route in an account. The fields that are meant to be updated should be provided in the body of the request.需要连接
Updates an existing private network route in an account. The fields that are meant to be updated should be provided in the body of the request.
认证
需要 Connected AccountTags
Update a tunnel route (CIDR Endpoint)CLOUDFLARE_TUNNEL_ROUTE_UPDATE_A_TUNNEL_ROUTE_WITH_CIDRUpdates an existing private network route in an account. The CIDR in `ip_network_encoded` must be written in URL-encoded format.需要连接
Updates an existing private network route in an account. The CIDR in `ip_network_encoded` must be written in URL-encoded format.
认证
需要 Connected AccountTags
Update a Cloudflare TunnelCLOUDFLARE_TUNNEL_UPDATE_A_CLOUDFLARE_TUNNELUpdates an existing Cloudflare Tunnel.需要连接
Updates an existing Cloudflare Tunnel.
认证
需要 Connected AccountTags
Update a Warp Connector TunnelCLOUDFLARE_TUNNEL_UPDATE_A_WARP_CONNECTOR_TUNNELUpdates an existing Warp Connector Tunnel.需要连接
Updates an existing Warp Connector Tunnel.
认证
需要 Connected AccountTags
Create a virtual networkCLOUDFLARE_TUNNEL_VIRTUAL_NETWORK_CREATE_A_VIRTUAL_NETWORKAdds a new virtual network to an account.需要连接
Adds a new virtual network to an account.
认证
需要 Connected AccountTags
Delete a virtual networkCLOUDFLARE_TUNNEL_VIRTUAL_NETWORK_DELETEDeletes an existing virtual network.需要连接
Deletes an existing virtual network.
认证
需要 Connected AccountTags
Get a virtual networkCLOUDFLARE_TUNNEL_VIRTUAL_NETWORK_GETGet a virtual network.需要连接
Get a virtual network.
认证
需要 Connected AccountTags
List virtual networksCLOUDFLARE_TUNNEL_VIRTUAL_NETWORK_LIST_VIRTUAL_NETWORKSLists and filters virtual networks in an account.需要连接
Lists and filters virtual networks in an account.
认证
需要 Connected AccountTags
Update a virtual networkCLOUDFLARE_TUNNEL_VIRTUAL_NETWORK_UPDATEUpdates an existing virtual network.需要连接
Updates an existing virtual network.
认证
需要 Connected AccountTags
Remove ignore marker from a findingCLOUDFLARE_UN_IGNORE_FINDINGAbility to un-ignore a Finding if it's previously been ignored. Does nothing if the Finding is not ignored.需要连接
Ability to un-ignore a Finding if it's previously been ignored. Does nothing if the Finding is not ignored.
认证
需要 Connected AccountTags
Remove the archive marking from a finding instanceCLOUDFLARE_UNARCHIVE_FINDING_INSTANCERemove the archive marking from one or more finding instances.需要连接
Remove the archive marking from one or more finding instances.
认证
需要 Connected AccountTags
Edit Universal SSL SettingsCLOUDFLARE_UNIVERSAL_SSL_SETTINGS_FOR_A_ZONE_EDIT_UNIVERSAL_SSL_SETTINGSPatch Universal SSL Settings for a Zone.需要连接
Patch Universal SSL Settings for a Zone.
认证
需要 Connected AccountTags
Universal SSL Settings DetailsCLOUDFLARE_UNIVERSAL_SSL_SETTINGS_FOR_A_ZONE_UNIVERSAL_SSL_SETTINGS_DETAILSGet Universal SSL Settings for a Zone.需要连接
Get Universal SSL Settings for a Zone.
认证
需要 Connected AccountTags
Unrevoke registrationsCLOUDFLARE_UNREVOKE_REGISTRATIONSUnrevokes a list of WARP registrations.需要连接
Unrevokes a list of WARP registrations.
认证
需要 Connected AccountTags
Update an account entry point rulesetCLOUDFLARE_UPDATE_ACCOUNT_ENTRYPOINT_RULESETUpdates an account entry point ruleset, creating a new version.需要连接
Updates an account entry point ruleset, creating a new version.
认证
需要 Connected AccountTags
Update an account rulesetCLOUDFLARE_UPDATE_ACCOUNT_RULESETUpdates an account ruleset, creating a new version.需要连接
Updates an account ruleset, creating a new version.
认证
需要 Connected AccountTags
Update an account ruleset ruleCLOUDFLARE_UPDATE_ACCOUNT_RULESET_RULEUpdates an existing rule in an account ruleset.需要连接
Updates an existing rule in an account ruleset.
认证
需要 Connected AccountTags
Update allowlist prefix.CLOUDFLARE_UPDATE_ALLOWLIST_PREFIXUpdate an allowlist prefix specified by the given UUID.需要连接
Update an allowlist prefix specified by the given UUID.
认证
需要 Connected AccountTags
Modify stored information about a CNI objectCLOUDFLARE_UPDATE_CNIModify stored information about a CNI object需要连接
Modify stored information about a CNI object
认证
需要 Connected AccountTags
Update CredentialCLOUDFLARE_UPDATE_CREDENTIALReplaces a credential. All fields must be provided.需要连接
Replaces a credential. All fields must be provided.
认证
需要 Connected AccountTags
Update Credential SetCLOUDFLARE_UPDATE_CREDENTIAL_SETReplaces a credential set. All fields must be provided.需要连接
Replaces a credential set. All fields must be provided.
认证
需要 Connected AccountTags
Update deploy hookCLOUDFLARE_UPDATE_DEPLOY_HOOKUpdate an existing deploy hook.需要连接
Update an existing deploy hook.
认证
需要 Connected AccountTags
Update deployment groupCLOUDFLARE_UPDATE_DEPLOYMENT_GROUPUpdates a deployment group. Returns 409 if any newly added policy IDs already belong to another deployment group. This endpoint is in Beta.需要连接
Updates a deployment group. Returns 409 if any newly added policy IDs already belong to another deployment group. This endpoint is in Beta.
认证
需要 Connected AccountTags
Update a DEX RuleCLOUDFLARE_UPDATE_DEX_RULEUpdate a DEX Rule.需要连接
Update a DEX Rule.
认证
需要 Connected AccountTags
Update DNS Protection rule.CLOUDFLARE_UPDATE_DNS_PROTECTION_RULEUpdate a DNS Protection rule specified by the given UUID.需要连接
Update a DNS Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Update HyperdriveCLOUDFLARE_UPDATE_HYPERDRIVEUpdates and returns the specified Hyperdrive configuration.需要连接
Updates and returns the specified Hyperdrive configuration.
认证
需要 Connected AccountTags
Update IP profileCLOUDFLARE_UPDATE_IP_PROFILEUpdates a WARP Device IP profile. Currently, only IPv4 Device subnets can be associated.需要连接
Updates a WARP Device IP profile. Currently, only IPv4 Device subnets can be associated.
认证
需要 Connected AccountTags
Update catalog maintenance configurationCLOUDFLARE_UPDATE_MAINTENANCE_CONFIGUpdate the maintenance configuration for a catalog. This allows you to enable or disable compaction and adjust target file sizes for optimization.需要连接
Update the maintenance configuration for a catalog. This allows you to enable or disable compaction and adjust target file sizes for optimization.
认证
需要 Connected AccountTags
Update Managed TransformsCLOUDFLARE_UPDATE_MANAGED_TRANSFORMSUpdates the status of one or more Managed Transforms.需要连接
Updates the status of one or more Managed Transforms.
认证
需要 Connected AccountTags
Update a meetingCLOUDFLARE_UPDATE_MEETINGUpdates a meeting in an App for the given meeting ID.需要连接
Updates a meeting in an App for the given meeting ID.
认证
需要 Connected AccountTags
Update prefix.CLOUDFLARE_UPDATE_PREFIXUpdate a prefix specified by the given UUID.需要连接
Update a prefix specified by the given UUID.
认证
需要 Connected AccountTags
Update protection status.CLOUDFLARE_UPDATE_PROTECTION_STATUSUpdate the protection status of the account.需要连接
Update the protection status of the account.
认证
需要 Connected AccountTags
Updates Security Center Insight ClassificationCLOUDFLARE_UPDATE_SECURITY_CENTER_INSIGHT_CLASSIFICATIONUpdates the user classification for a Security Center insight. Valid values are 'false_positive' or 'accept_risk'. To reset, set classification to null. Cannot change directly between classification values - must reset to null first.需要连接
Updates the user classification for a Security Center insight. Valid values are 'false_positive' or 'accept_risk'. To reset, set classification to null. Cannot change directly between classification values - must reset to null first.
认证
需要 Connected AccountTags
Updates security.txtCLOUDFLARE_UPDATE_SECURITY_TXTUpdates the security.txt file configuration for a zone, which provides security researchers with vulnerability reporting information.需要连接
Updates the security.txt file configuration for a zone, which provides security researchers with vulnerability reporting information.
认证
需要 Connected AccountTags
Update the current settings for the active accountCLOUDFLARE_UPDATE_SETTINGSUpdate the current settings for the active account需要连接
Update the current settings for the active account
认证
需要 Connected AccountTags
Update SSO connector stateCLOUDFLARE_UPDATE_SSO_CONNECTOR_STATEUpdates the state or configuration of an SSO connector.需要连接
Updates the state or configuration of an SSO connector.
认证
需要 Connected AccountTags
Update SYN Protection filter.CLOUDFLARE_UPDATE_SYN_PROTECTION_FILTERUpdate a SYN Protection filter specified by the given UUID.需要连接
Update a SYN Protection filter specified by the given UUID.
认证
需要 Connected AccountTags
Update SYN Protection rule.CLOUDFLARE_UPDATE_SYN_PROTECTION_RULEUpdate a SYN Protection rule specified by the given UUID.需要连接
Update a SYN Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Update table maintenance configurationCLOUDFLARE_UPDATE_TABLE_MAINTENANCE_CONFIGUpdate the maintenance configuration for a specific table. This allows you to enable or disable compaction and adjust target file sizes for optimization.需要连接
Update the maintenance configuration for a specific table. This allows you to enable or disable compaction and adjust target file sizes for optimization.
认证
需要 Connected AccountTags
Update Target EnvironmentCLOUDFLARE_UPDATE_TARGET_ENVIRONMENTReplaces a target environment. All fields must be provided.需要连接
Replaces a target environment. All fields must be provided.
认证
需要 Connected AccountTags
Update TCP Flow Protection filter.CLOUDFLARE_UPDATE_TCP_FLOW_PROTECTION_FILTERUpdate a TCP Flow Protection filter specified by the given UUID.需要连接
Update a TCP Flow Protection filter specified by the given UUID.
认证
需要 Connected AccountTags
Update TCP Flow Protection rule.CLOUDFLARE_UPDATE_TCP_FLOW_PROTECTION_RULEUpdate a TCP Flow Protection rule specified by the given UUID.需要连接
Update a TCP Flow Protection rule specified by the given UUID.
认证
需要 Connected AccountTags
Update triggerCLOUDFLARE_UPDATE_TRIGGERUpdate an existing CI/CD trigger需要连接
Update an existing CI/CD trigger
认证
需要 Connected AccountTags
Update URL Normalization settingsCLOUDFLARE_UPDATE_URL_NORMALIZATIONUpdates the URL Normalization settings.需要连接
Updates the URL Normalization settings.
认证
需要 Connected AccountTags
Update an existing webhook configurationCLOUDFLARE_UPDATE_WEBHOOKUpdates an existing webhook configuration with new settings.需要连接
Updates an existing webhook configuration with new settings.
认证
需要 Connected AccountTags
Update WorkerCLOUDFLARE_UPDATE_WORKERPerform a complete replacement of a Worker, where omitted properties are set to their default values. This is the exact same as the Create Worker endpoint, but operates on an existing Worker. To perform a partial update instead, use the Edit Worker endpoint.需要连接
Perform a complete replacement of a Worker, where omitted properties are set to their default values. This is the exact same as the Create Worker endpoint, but operates on an existing Worker. To perform a partial update instead, use the Edit Worker endpoint.
认证
需要 Connected AccountTags
Update worker build configurationCLOUDFLARE_UPDATE_WORKER_BUILDUpdate the build configuration for a Worker script. Supports partial updates to git repository settings and production build settings.需要连接
Update the build configuration for a Worker script. Supports partial updates to git repository settings and production build settings.
认证
需要 Connected AccountTags
Update a zone entry point rulesetCLOUDFLARE_UPDATE_ZONE_ENTRYPOINT_RULESETUpdates a zone entry point ruleset, creating a new version.需要连接
Updates a zone entry point ruleset, creating a new version.
认证
需要 Connected AccountTags
Update a zone rulesetCLOUDFLARE_UPDATE_ZONE_RULESETUpdates a zone ruleset, creating a new version.需要连接
Updates a zone ruleset, creating a new version.
认证
需要 Connected AccountTags
Update a zone ruleset ruleCLOUDFLARE_UPDATE_ZONE_RULESET_RULEUpdates an existing rule in a zone ruleset.需要连接
Updates an existing rule in a zone ruleset.
认证
需要 Connected AccountTags
Updates Zone Security Center Insight ClassificationCLOUDFLARE_UPDATE_ZONE_SECURITY_CENTER_INSIGHT_CLASSIFICATIONUpdates the user classification for a zone-specific Security Center insight. Valid values are 'false_positive' or 'accept_risk'. To reset, set classification to null. Cannot change directly between classification values - must reset to null first.需要连接
Updates the user classification for a zone-specific Security Center insight. Valid values are 'false_positive' or 'accept_risk'. To reset, set classification to null. Cannot change directly between classification values - must reset to null first.
认证
需要 Connected AccountTags
Update zone snippet rulesCLOUDFLARE_UPDATE_ZONE_SNIPPET_RULESUpdates all snippet rules belonging to the zone.需要连接
Updates all snippet rules belonging to the zone.
认证
需要 Connected AccountTags
Upsert environment variablesCLOUDFLARE_UPSERT_ENVIRONMENT_VARIABLESCreate or update environment variables for a trigger需要连接
Create or update environment variables for a trigger
认证
需要 Connected AccountTags
Create or update repository connectionCLOUDFLARE_UPSERT_REPO_CONNECTIONUpsert a repository connection for CI/CD integration需要连接
Upsert a repository connection for CI/CD integration
认证
需要 Connected AccountTags
Get URL IntelligenceCLOUDFLARE_URL_INTELLIGENCE_GET_URL_INTELLIGENCEGets security information about a URL, including content categories and risk types. The URL must be provided as a query parameter.需要连接
Gets security information about a URL, including content categories and risk types. The URL must be provided as a query parameter.
认证
需要 Connected AccountTags
Create URL ScanCLOUDFLARE_URLSCANNER_CREATE_SCANSubmit a URL to scan. You can also set some options, like the visibility level and custom headers. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/.需要连接
Submit a URL to scan. You can also set some options, like the visibility level and custom headers. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/.
认证
需要 Connected AccountTags
Bulk create URL ScansCLOUDFLARE_URLSCANNER_CREATE_SCAN_BULK_V2Submit URLs to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/ and take into account scans submitted in bulk have lower priority and may take longer to finish.需要连接
Submit URLs to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/ and take into account scans submitted in bulk have lower priority and may take longer to finish.
认证
需要 Connected AccountTags
Create URL ScanCLOUDFLARE_URLSCANNER_CREATE_SCAN_V2Submit a URL to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/.需要连接
Submit a URL to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/.
认证
需要 Connected AccountTags
Get raw responseCLOUDFLARE_URLSCANNER_GET_RESPONSE_TEXTReturns the plain response of the network request.需要连接
Returns the plain response of the network request.
认证
需要 Connected AccountTags
Get raw responseCLOUDFLARE_URLSCANNER_GET_RESPONSE_V2Returns the raw response of the network request. Find the `response_id` in the `data.requests.response.hash`.需要连接
Returns the raw response of the network request. Find the `response_id` in the `data.requests.response.hash`.
认证
需要 Connected AccountTags
Get URL scanCLOUDFLARE_URLSCANNER_GET_SCANGet URL scan by uuid需要连接
Get URL scan by uuid
认证
需要 Connected AccountTags
Get URL scan's DOMCLOUDFLARE_URLSCANNER_GET_SCAN_DOM_V2Returns a plain text response, with the scan's DOM content as rendered by Chrome.需要连接
Returns a plain text response, with the scan's DOM content as rendered by Chrome.
认证
需要 Connected AccountTags
Get URL scan's HARCLOUDFLARE_URLSCANNER_GET_SCAN_HARGet a URL scan's HAR file. See HAR spec at http://www.softwareishard.com/blog/har-12-spec/.需要连接
Get a URL scan's HAR file. See HAR spec at http://www.softwareishard.com/blog/har-12-spec/.
认证
需要 Connected AccountTags
Get URL scan's HARCLOUDFLARE_URLSCANNER_GET_SCAN_HAR_V2Get a URL scan's HAR file. See HAR spec at http://www.softwareishard.com/blog/har-12-spec/.需要连接
Get a URL scan's HAR file. See HAR spec at http://www.softwareishard.com/blog/har-12-spec/.
认证
需要 Connected AccountTags
Get screenshotCLOUDFLARE_URLSCANNER_GET_SCAN_SCREENSHOTGet scan's screenshot by resolution (desktop/mobile/tablet).需要连接
Get scan's screenshot by resolution (desktop/mobile/tablet).
认证
需要 Connected AccountTags
Get screenshotCLOUDFLARE_URLSCANNER_GET_SCAN_SCREENSHOT_V2Get scan's screenshot by resolution (desktop/mobile/tablet).需要连接
Get scan's screenshot by resolution (desktop/mobile/tablet).
认证
需要 Connected AccountTags
Get URL scanCLOUDFLARE_URLSCANNER_GET_SCAN_V2Get URL scan by uuid需要连接
Get URL scan by uuid
认证
需要 Connected AccountTags
Search URL scansCLOUDFLARE_URLSCANNER_SEARCH_SCANSSearch scans by date and webpages' requests, including full URL (after redirects), hostname, and path. <br/> A successful scan will appear in search results a few minutes after finishing but may take much longer if the system in under load. By default, only successfully completed scans will appear in search results, unless searching by `scanId`. Please take into account that older scans may be removed from the search index at an unspecified time.需要连接
Search scans by date and webpages' requests, including full URL (after redirects), hostname, and path. <br/> A successful scan will appear in search results a few minutes after finishing but may take much longer if the system in under load. By default, only successfully completed scans will appear in search results, unless searching by `scanId`. Please take into account that older scans may be removed from the search index at an unspecified time.
认证
需要 Connected AccountTags
Search URL scansCLOUDFLARE_URLSCANNER_SEARCH_SCANS_V2Use a subset of ElasticSearch Query syntax to filter scans. Some example queries:<br/> <br/>- 'path:"/bundles/jquery.js"': Searches for scans who requested resources with the given path.<br/>- 'page.asn:AS24940 AND hash:xxx': Websites hosted in AS24940 where a resource with the given hash was downloaded.<br/>- 'page.domain:microsoft* AND verdicts.malicious:true AND NOT page.domain:microsoft.com': malicious scans whose hostname starts with "microsoft".<br/>- 'apikey:me AND date:[2025-01 TO 2025-02]': my scans from 2025 January to 2025 February.需要连接
Use a subset of ElasticSearch Query syntax to filter scans. Some example queries:<br/> <br/>- 'path:"/bundles/jquery.js"': Searches for scans who requested resources with the given path.<br/>- 'page.asn:AS24940 AND hash:xxx': Websites hosted in AS24940 where a resource with the given hash was downloaded.<br/>- 'page.domain:microsoft* AND verdicts.malicious:true AND NOT page.domain:microsoft.com': malicious scans whose hostname starts with "microsoft".<br/>- 'apikey:me AND date:[2025-01 TO 2025-02]': my scans from 2025 January to 2025 February.
认证
需要 Connected AccountTags
Get account billing usageCLOUDFLARE_USAGE_ANALYTICS_GET_ACCOUNT_BILLING_USAGERetrieve billing usage analytics for an account. Returns time-series data for all billable product metrics including Stream, Media (Images), Rate Limiting, Load Balancing, Argo, Workers, Workers KV, Image Resizing, and Spectrum.需要连接
Retrieve billing usage analytics for an account. Returns time-series data for all billable product metrics including Stream, Media (Images), Rate Limiting, Load Balancing, Argo, Workers, Workers KV, Image Resizing, and Spectrum.
认证
需要 Connected AccountTags
Get account Media usageCLOUDFLARE_USAGE_ANALYTICS_GET_ACCOUNT_MEDIA_USAGERetrieve Media usage analytics for an account. This endpoint shares the same backend handler as the Stream usage endpoint and returns identical Stream metrics (streamMinutesViewed). The gateway rewrites this path to the shared usage handler.需要连接
Retrieve Media usage analytics for an account. This endpoint shares the same backend handler as the Stream usage endpoint and returns identical Stream metrics (streamMinutesViewed). The gateway rewrites this path to the shared usage handler.
认证
需要 Connected AccountTags
Get account Stream usageCLOUDFLARE_USAGE_ANALYTICS_GET_ACCOUNT_STREAM_USAGERetrieve Stream usage analytics for an account. Returns time-series data for Stream billable minutes viewed across all zones in the account. The gateway rewrites this path before forwarding to the backend usage handler.需要连接
Retrieve Stream usage analytics for an account. Returns time-series data for Stream billable minutes viewed across all zones in the account. The gateway rewrites this path before forwarding to the backend usage handler.
认证
需要 Connected AccountTags
Get zone Media usageCLOUDFLARE_USAGE_ANALYTICS_GET_ZONE_MEDIA_USAGERetrieve Media usage analytics for a zone. This endpoint shares the same backend handler as the Stream usage endpoint and returns identical Stream metrics (streamMinutesViewed). The gateway resolves the zone to its owning account and rewrites this path to the shared usage handler.需要连接
Retrieve Media usage analytics for a zone. This endpoint shares the same backend handler as the Stream usage endpoint and returns identical Stream metrics (streamMinutesViewed). The gateway resolves the zone to its owning account and rewrites this path to the shared usage handler.
认证
需要 Connected AccountTags
Get zone Stream usageCLOUDFLARE_USAGE_ANALYTICS_GET_ZONE_STREAM_USAGERetrieve Stream usage analytics for a zone. Returns time-series data for Stream billable minutes viewed. The gateway resolves the zone to its owning account and rewrites this path before forwarding to the backend usage handler.需要连接
Retrieve Stream usage analytics for a zone. Returns time-series data for Stream billable minutes viewed. The gateway resolves the zone to its owning account and rewrites this path before forwarding to the backend usage handler.
认证
需要 Connected AccountTags
Get event countCLOUDFLARE_USAGE_GETEvent counts broken down by dataset and service, bucketed by day, for up to 90 days. The top-level events field is the sum of all breakdown counts.需要连接
Event counts broken down by dataset and service, bucketed by day, for up to 90 days. The top-level events field is the sum of all breakdown counts.
认证
需要 Connected AccountTags
Create a User Agent Blocking ruleCLOUDFLARE_USER_AGENT_BLOCKING_RULES_CREATE_A_USER_AGENT_BLOCKING_RULECreates a new User Agent Blocking rule in a zone.需要连接
Creates a new User Agent Blocking rule in a zone.
认证
需要 Connected AccountTags
Delete a User Agent Blocking ruleCLOUDFLARE_USER_AGENT_BLOCKING_RULES_DELETE_A_USER_AGENT_BLOCKING_RULEDeletes an existing User Agent Blocking rule.需要连接
Deletes an existing User Agent Blocking rule.
认证
需要 Connected AccountTags
Get a User Agent Blocking ruleCLOUDFLARE_USER_AGENT_BLOCKING_RULES_GET_A_USER_AGENT_BLOCKING_RULEFetches the details of a User Agent Blocking rule.需要连接
Fetches the details of a User Agent Blocking rule.
认证
需要 Connected AccountTags
List User Agent Blocking rulesCLOUDFLARE_USER_AGENT_BLOCKING_RULES_LIST_USER_AGENT_BLOCKING_RULESFetches User Agent Blocking rules in a zone. You can filter the results using several optional parameters.需要连接
Fetches User Agent Blocking rules in a zone. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update a User Agent Blocking ruleCLOUDFLARE_USER_AGENT_BLOCKING_RULES_UPDATE_A_USER_AGENT_BLOCKING_RULEUpdates an existing User Agent Blocking rule.需要连接
Updates an existing User Agent Blocking rule.
认证
需要 Connected AccountTags
Get user analytics dashboardCLOUDFLARE_USER_ANALYTICS_GET_DASHBOARDThe user analytics dashboard provides totals and timeseries data aggregated across all zones owned by the authenticated user for the given time period. Only zones for which the user has the `#analytics:read` permission are included. This endpoint is deprecated. Please use the GraphQL Analytics API instead: https://developers.cloudflare.com/analytics/graphql-api/需要连接
The user analytics dashboard provides totals and timeseries data aggregated across all zones owned by the authenticated user for the given time period. Only zones for which the user has the `#analytics:read` permission are included. This endpoint is deprecated. Please use the GraphQL Analytics API instead: https://developers.cloudflare.com/analytics/graphql-api/
认证
需要 Connected AccountTags
Create TokenCLOUDFLARE_USER_API_TOKENS_CREATE_TOKENCreate a new access token.需要连接
Create a new access token.
认证
需要 Connected AccountTags
Delete TokenCLOUDFLARE_USER_API_TOKENS_DELETE_TOKENDestroy a token.需要连接
Destroy a token.
认证
需要 Connected AccountTags
List TokensCLOUDFLARE_USER_API_TOKENS_LIST_TOKENSList all access tokens you created. Results include active, disabled, and recently-expired tokens when include_expired is set to true.需要连接
List all access tokens you created. Results include active, disabled, and recently-expired tokens when include_expired is set to true.
认证
需要 Connected AccountTags
Roll TokenCLOUDFLARE_USER_API_TOKENS_ROLL_TOKENRoll the token secret.需要连接
Roll the token secret.
认证
需要 Connected AccountTags
Token DetailsCLOUDFLARE_USER_API_TOKENS_TOKEN_DETAILSGet information about a specific token.需要连接
Get information about a specific token.
认证
需要 Connected AccountTags
Update TokenCLOUDFLARE_USER_API_TOKENS_UPDATE_TOKENUpdate an existing token.需要连接
Update an existing token.
认证
需要 Connected AccountTags
Verify TokenCLOUDFLARE_USER_API_TOKENS_VERIFY_TOKENTest whether a token works.需要连接
Test whether a token works.
认证
需要 Connected AccountTags
Billing History DetailsCLOUDFLARE_USER_BILLING_HISTORY_DEPRECATED_BILLING_HISTORY_DETAILSAccesses your billing history object.需要连接
Accesses your billing history object.
认证
需要 Connected AccountTags
Billing Profile DetailsCLOUDFLARE_USER_BILLING_PROFILE_DEPRECATED_BILLING_PROFILE_DETAILSAccesses your billing profile object.需要连接
Accesses your billing profile object.
认证
需要 Connected AccountTags
Edit UserCLOUDFLARE_USER_EDIT_USEREdit part of your user details.需要连接
Edit part of your user details.
认证
需要 Connected AccountTags
List user tenantsCLOUDFLARE_USER_LIST_USER_TENANTSRetrieves list of tenants the authenticated user / method has access to.需要连接
Retrieves list of tenants the authenticated user / method has access to.
认证
需要 Connected AccountTags
List RegionsCLOUDFLARE_USER_LOAD_BALANCER_REGIONS_LIST_REGIONSList all region mappings in the user context.需要连接
List all region mappings in the user context.
认证
需要 Connected AccountTags
Delete MembershipCLOUDFLARE_USER_S_ACCOUNT_MEMBERSHIPS_DELETE_MEMBERSHIPRemove the associated member from an account.需要连接
Remove the associated member from an account.
认证
需要 Connected AccountTags
List MembershipsCLOUDFLARE_USER_S_ACCOUNT_MEMBERSHIPS_LIST_MEMBERSHIPSList memberships of accounts the user can access.需要连接
List memberships of accounts the user can access.
认证
需要 Connected AccountTags
Membership DetailsCLOUDFLARE_USER_S_ACCOUNT_MEMBERSHIPS_MEMBERSHIP_DETAILSGet a specific membership.需要连接
Get a specific membership.
认证
需要 Connected AccountTags
Update MembershipCLOUDFLARE_USER_S_ACCOUNT_MEMBERSHIPS_UPDATE_MEMBERSHIPAccept or reject this account invitation.需要连接
Accept or reject this account invitation.
认证
需要 Connected AccountTags
Invitation DetailsCLOUDFLARE_USER_S_INVITES_INVITATION_DETAILSGets the details of an invitation.需要连接
Gets the details of an invitation.
认证
需要 Connected AccountTags
List InvitationsCLOUDFLARE_USER_S_INVITES_LIST_INVITATIONSLists all invitations associated with my user.需要连接
Lists all invitations associated with my user.
认证
需要 Connected AccountTags
Respond to InvitationCLOUDFLARE_USER_S_INVITES_RESPOND_TO_INVITATIONResponds to an invitation.需要连接
Responds to an invitation.
认证
需要 Connected AccountTags
Leave OrganizationCLOUDFLARE_USER_S_ORGANIZATIONS_LEAVE_ORGANIZATIONRemoves association to an organization.需要连接
Removes association to an organization.
认证
需要 Connected AccountTags
List OrganizationsCLOUDFLARE_USER_S_ORGANIZATIONS_LIST_ORGANIZATIONSLists organizations the user is associated with.需要连接
Lists organizations the user is associated with.
认证
需要 Connected AccountTags
Organization DetailsCLOUDFLARE_USER_S_ORGANIZATIONS_ORGANIZATION_DETAILSGets a specific organization the user is associated with.需要连接
Gets a specific organization the user is associated with.
认证
需要 Connected AccountTags
Create User SubscriptionCLOUDFLARE_USER_SUBSCRIPTION_CREATE_USER_SUBSCRIPTIONCreates a user subscription.需要连接
Creates a user subscription.
认证
需要 Connected AccountTags
Delete User SubscriptionCLOUDFLARE_USER_SUBSCRIPTION_DELETE_USER_SUBSCRIPTIONDeletes a user's subscription.需要连接
Deletes a user's subscription.
认证
需要 Connected AccountTags
Get User SubscriptionsCLOUDFLARE_USER_SUBSCRIPTION_GET_USER_SUBSCRIPTIONSLists all of a user's subscriptions.需要连接
Lists all of a user's subscriptions.
认证
需要 Connected AccountTags
Update User SubscriptionCLOUDFLARE_USER_SUBSCRIPTION_UPDATE_USER_SUBSCRIPTIONUpdates a user's subscriptions.需要连接
Updates a user's subscriptions.
认证
需要 Connected AccountTags
User DetailsCLOUDFLARE_USER_USER_DETAILSRetrieves detailed information about the currently authenticated user, including email, name, and account memberships.需要连接
Retrieves detailed information about the currently authenticated user, including email, name, and account memberships.
认证
需要 Connected AccountTags
Create Metadata IndexCLOUDFLARE_VECTORIZE_CREATE_METADATA_INDEXEnable metadata filtering based on metadata property. Limited to 10 properties.需要连接
Enable metadata filtering based on metadata property. Limited to 10 properties.
认证
需要 Connected AccountTags
Create Vectorize IndexCLOUDFLARE_VECTORIZE_CREATE_VECTORIZE_INDEXCreates and returns a new Vectorize Index.需要连接
Creates and returns a new Vectorize Index.
认证
需要 Connected AccountTags
Delete Metadata IndexCLOUDFLARE_VECTORIZE_DELETE_METADATA_INDEXAllow Vectorize to delete the specified metadata index.需要连接
Allow Vectorize to delete the specified metadata index.
认证
需要 Connected AccountTags
Delete Vectorize IndexCLOUDFLARE_VECTORIZE_DELETE_VECTORIZE_INDEXDeletes the specified Vectorize Index.需要连接
Deletes the specified Vectorize Index.
认证
需要 Connected AccountTags
Delete Vectors By IdentifierCLOUDFLARE_VECTORIZE_DELETE_VECTORS_BY_IDDelete a set of vectors from an index by their vector identifiers.需要连接
Delete a set of vectors from an index by their vector identifiers.
认证
需要 Connected AccountTags
Create Vectorize Index (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_CREATE_VECTORIZE_INDEXCreates and returns a new Vectorize Index.需要连接
Creates and returns a new Vectorize Index.
认证
需要 Connected AccountTags
Delete Vectorize Index (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_DELETE_VECTORIZE_INDEXDeletes the specified Vectorize Index.需要连接
Deletes the specified Vectorize Index.
认证
需要 Connected AccountTags
Delete Vectors By Identifier (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_DELETE_VECTORS_BY_IDDelete a set of vectors from an index by their vector identifiers.需要连接
Delete a set of vectors from an index by their vector identifiers.
认证
需要 Connected AccountTags
Get Vectorize Index (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_GET_VECTORIZE_INDEXReturns the specified Vectorize Index.需要连接
Returns the specified Vectorize Index.
认证
需要 Connected AccountTags
Get Vectors By Identifier (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_GET_VECTORS_BY_IDGet a set of vectors from an index by their vector identifiers.需要连接
Get a set of vectors from an index by their vector identifiers.
认证
需要 Connected AccountTags
List Vectorize Indexes (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_LIST_VECTORIZE_INDEXESReturns a list of Vectorize Indexes需要连接
Returns a list of Vectorize Indexes
认证
需要 Connected AccountTags
Query Vectors (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_QUERY_VECTORFinds vectors closest to a given vector in an index.需要连接
Finds vectors closest to a given vector in an index.
认证
需要 Connected AccountTags
Update Vectorize Index (Deprecated)CLOUDFLARE_VECTORIZE_DEPRECATED_UPDATE_VECTORIZE_INDEXUpdates and returns the specified Vectorize Index.需要连接
Updates and returns the specified Vectorize Index.
认证
需要 Connected AccountTags
Get Vectorize IndexCLOUDFLARE_VECTORIZE_GET_VECTORIZE_INDEXReturns the specified Vectorize Index.需要连接
Returns the specified Vectorize Index.
认证
需要 Connected AccountTags
Get Vectors By IdentifierCLOUDFLARE_VECTORIZE_GET_VECTORS_BY_IDGet a set of vectors from an index by their vector identifiers.需要连接
Get a set of vectors from an index by their vector identifiers.
认证
需要 Connected AccountTags
Get Vectorize Index InfoCLOUDFLARE_VECTORIZE_INDEX_INFOGet information about a vectorize index.需要连接
Get information about a vectorize index.
认证
需要 Connected AccountTags
List Metadata IndexesCLOUDFLARE_VECTORIZE_LIST_METADATA_INDEXESList Metadata Indexes for the specified Vectorize Index.需要连接
List Metadata Indexes for the specified Vectorize Index.
认证
需要 Connected AccountTags
List Vectorize IndexesCLOUDFLARE_VECTORIZE_LIST_VECTORIZE_INDEXESReturns a list of Vectorize Indexes需要连接
Returns a list of Vectorize Indexes
认证
需要 Connected AccountTags
List VectorsCLOUDFLARE_VECTORIZE_LIST_VECTORSReturns a paginated list of vector identifiers from the specified index.需要连接
Returns a paginated list of vector identifiers from the specified index.
认证
需要 Connected AccountTags
Query VectorsCLOUDFLARE_VECTORIZE_QUERY_VECTORFinds vectors closest to a given vector in an index.需要连接
Finds vectors closest to a given vector in an index.
认证
需要 Connected AccountTags
Add Custom Scan ExpressionsCLOUDFLARE_WAF_CONTENT_SCANNING_ADD_CUSTOM_SCAN_EXPRESSIONSAdd custom scan expressions for Content Scanning.需要连接
Add custom scan expressions for Content Scanning.
认证
需要 Connected AccountTags
Delete a Custom Scan ExpressionCLOUDFLARE_WAF_CONTENT_SCANNING_DELETE_CUSTOM_SCAN_EXPRESSIONSDelete a Content Scan Custom Expression.需要连接
Delete a Content Scan Custom Expression.
认证
需要 Connected AccountTags
Disable Content ScanningCLOUDFLARE_WAF_CONTENT_SCANNING_DISABLEDisable Content Scanning.需要连接
Disable Content Scanning.
认证
需要 Connected AccountTags
Enable Content ScanningCLOUDFLARE_WAF_CONTENT_SCANNING_ENABLEEnable Content Scanning.需要连接
Enable Content Scanning.
认证
需要 Connected AccountTags
Get Content Scanning StatusCLOUDFLARE_WAF_CONTENT_SCANNING_GET_STATUSRetrieve the current status of Content Scanning.需要连接
Retrieve the current status of Content Scanning.
认证
需要 Connected AccountTags
List Existing Custom Scan ExpressionsCLOUDFLARE_WAF_CONTENT_SCANNING_LIST_CUSTOM_SCAN_EXPRESSIONSGet a list of existing custom scan expressions for Content Scanning.需要连接
Get a list of existing custom scan expressions for Content Scanning.
认证
需要 Connected AccountTags
Update Content Scanning StatusCLOUDFLARE_WAF_CONTENT_SCANNING_UPDATE_SETTINGSUpdate the Content Scanning status.需要连接
Update the Content Scanning status.
认证
需要 Connected AccountTags
Create a WAF overrideCLOUDFLARE_WAF_OVERRIDES_CREATE_A_WAF_OVERRIDE**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously created a URI-based WAF override for a zone.需要连接
**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously created a URI-based WAF override for a zone.
认证
需要 Connected AccountTags
Delete a WAF overrideCLOUDFLARE_WAF_OVERRIDES_DELETE_A_WAF_OVERRIDE**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously deleted an existing URI-based WAF override.需要连接
**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously deleted an existing URI-based WAF override.
认证
需要 Connected AccountTags
Get a WAF overrideCLOUDFLARE_WAF_OVERRIDES_GET_A_WAF_OVERRIDE**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously fetched the details of a URI-based WAF override.需要连接
**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously fetched the details of a URI-based WAF override.
认证
需要 Connected AccountTags
List WAF overridesCLOUDFLARE_WAF_OVERRIDES_LIST_WAF_OVERRIDES**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously fetched the URI-based WAF overrides in a zone.需要连接
**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously fetched the URI-based WAF overrides in a zone.
认证
需要 Connected AccountTags
Update WAF overrideCLOUDFLARE_WAF_OVERRIDES_UPDATE_WAF_OVERRIDE**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously updated an existing URI-based WAF override.需要连接
**This endpoint has been deprecated and returns 410 Gone. Please use the [Rulesets API](https://developers.cloudflare.com/ruleset-engine/) instead.** Previously updated an existing URI-based WAF override.
认证
需要 Connected AccountTags
Get a WAF packageCLOUDFLARE_WAF_PACKAGES_GET_A_WAF_PACKAGEFetches the details of a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Fetches the details of a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
List WAF packagesCLOUDFLARE_WAF_PACKAGES_LIST_WAF_PACKAGESFetches WAF packages for a zone. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Fetches WAF packages for a zone. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
Update a WAF packageCLOUDFLARE_WAF_PACKAGES_UPDATE_A_WAF_PACKAGEUpdates a WAF package. You can update the sensitivity and the action of an anomaly detection WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Updates a WAF package. You can update the sensitivity and the action of an anomaly detection WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
Create Leaked Credential Checks Custom DetectionCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_CREATE_DETECTIONCreate user-defined detection pattern for Leaked Credential Checks.需要连接
Create user-defined detection pattern for Leaked Credential Checks.
认证
需要 Connected AccountTags
Delete Leaked Credential Checks Custom DetectionCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_DELETE_DETECTIONRemove user-defined detection pattern for Leaked Credential Checks.需要连接
Remove user-defined detection pattern for Leaked Credential Checks.
认证
需要 Connected AccountTags
Get Leaked Credential Checks Custom DetectionCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_GET_DETECTIONGet user-defined detection pattern for Leaked Credential Checks.需要连接
Get user-defined detection pattern for Leaked Credential Checks.
认证
需要 Connected AccountTags
Get Leaked Credential Checks StatusCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_GET_STATUSRetrieves the current status of Leaked Credential Checks.需要连接
Retrieves the current status of Leaked Credential Checks.
认证
需要 Connected AccountTags
List Leaked Credential Checks Custom DetectionsCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_LIST_DETECTIONSList user-defined detection patterns for Leaked Credential Checks.需要连接
List user-defined detection patterns for Leaked Credential Checks.
认证
需要 Connected AccountTags
Set Leaked Credential Checks StatusCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_SET_STATUSUpdates the current status of Leaked Credential Checks.需要连接
Updates the current status of Leaked Credential Checks.
认证
需要 Connected AccountTags
Update Leaked Credential Checks Custom DetectionCLOUDFLARE_WAF_PRODUCT_API_LEAKED_CREDENTIALS_UPDATE_DETECTIONUpdate user-defined detection pattern for Leaked Credential Checks.需要连接
Update user-defined detection pattern for Leaked Credential Checks.
认证
需要 Connected AccountTags
Get a WAF rule groupCLOUDFLARE_WAF_RULE_GROUPS_GET_A_WAF_RULE_GROUPFetches the details of a WAF rule group. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Fetches the details of a WAF rule group. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
List WAF rule groupsCLOUDFLARE_WAF_RULE_GROUPS_LIST_WAF_RULE_GROUPSFetches the WAF rule groups in a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Fetches the WAF rule groups in a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
Update a WAF rule groupCLOUDFLARE_WAF_RULE_GROUPS_UPDATE_A_WAF_RULE_GROUPUpdates a WAF rule group. You can update the state (`mode` parameter) of a rule group. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Updates a WAF rule group. You can update the state (`mode` parameter) of a rule group. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
Get a WAF ruleCLOUDFLARE_WAF_RULES_GET_A_WAF_RULEFetches the details of a WAF rule in a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Fetches the details of a WAF rule in a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
List WAF rulesCLOUDFLARE_WAF_RULES_LIST_WAF_RULESFetches WAF rules in a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Fetches WAF rules in a WAF package. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
Update a WAF ruleCLOUDFLARE_WAF_RULES_UPDATE_A_WAF_RULEUpdates a WAF rule. You can only update the mode/action of the rule. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).需要连接
Updates a WAF rule. You can only update the mode/action of the rule. **Note:** Applies only to the [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
认证
需要 Connected AccountTags
Create a custom waiting room page previewCLOUDFLARE_WAITING_ROOM_CREATE_A_CUSTOM_WAITING_ROOM_PAGE_PREVIEWCreates a waiting room page preview. Upload a custom waiting room page for preview. You will receive a preview URL in the form `http://waitingrooms.dev/preview/<uuid>`. You can use the following query parameters to change the state of the preview: 1. `force_queue`: Boolean indicating if all users will be queued in the waiting room and no one will be let into the origin website (also known as queueAll). 2. `queue_is_full`: Boolean indicating if the waiting room's queue is currently full and not accepting new users at the moment. 3. `queueing_method`: The queueing method currently used by the waiting room. - **fifo** indicates a FIFO queue. - **random** indicates a Random queue. - **passthrough** indicates a Passthrough queue. Keep in mind that the waiting room page will only be displayed if `force_queue=true` or `event=prequeueing` — for other cases the request will pass through to the origin. For our preview, this will be a fake origin website returning \"Welcome\". - **reject** indicates a Reject queue. 4. `event`: Used to preview a waiting room event. - **none** indicates no event is occurring. - **prequeueing** indicates that an event is prequeueing (between `prequeue_start_time` and `event_start_time`). - **started** indicates that an event has started (between `event_start_time` and `event_end_time`). 5. `shuffle_at_event_start`: Boolean indicating if the event will shuffle users in the prequeue when it starts. This can only be set to **true** if an event is active (`event` is not **none**). For example, you can make a request to `http://waitingrooms.dev/preview/<uuid>?force_queue=false&queue_is_full=false&queueing_method=random&event=started&shuffle_at_event_start=true` 6. `waitTime`: Non-zero, positive integer indicating the estimated wait time in minutes. The default value is 10 minutes. For example, you can make a request to `http://waitingrooms.dev/preview/<uuid>?waitTime=50` to configure the estimated wait time as 50 minutes.需要连接
Creates a waiting room page preview. Upload a custom waiting room page for preview. You will receive a preview URL in the form `http://waitingrooms.dev/preview/<uuid>`. You can use the following query parameters to change the state of the preview: 1. `force_queue`: Boolean indicating if all users will be queued in the waiting room and no one will be let into the origin website (also known as queueAll). 2. `queue_is_full`: Boolean indicating if the waiting room's queue is currently full and not accepting new users at the moment. 3. `queueing_method`: The queueing method currently used by the waiting room. - **fifo** indicates a FIFO queue. - **random** indicates a Random queue. - **passthrough** indicates a Passthrough queue. Keep in mind that the waiting room page will only be displayed if `force_queue=true` or `event=prequeueing` — for other cases the request will pass through to the origin. For our preview, this will be a fake origin website returning \"Welcome\". - **reject** indicates a Reject queue. 4. `event`: Used to preview a waiting room event. - **none** indicates no event is occurring. - **prequeueing** indicates that an event is prequeueing (between `prequeue_start_time` and `event_start_time`). - **started** indicates that an event has started (between `event_start_time` and `event_end_time`). 5. `shuffle_at_event_start`: Boolean indicating if the event will shuffle users in the prequeue when it starts. This can only be set to **true** if an event is active (`event` is not **none**). For example, you can make a request to `http://waitingrooms.dev/preview/<uuid>?force_queue=false&queue_is_full=false&queueing_method=random&event=started&shuffle_at_event_start=true` 6. `waitTime`: Non-zero, positive integer indicating the estimated wait time in minutes. The default value is 10 minutes. For example, you can make a request to `http://waitingrooms.dev/preview/<uuid>?waitTime=50` to configure the estimated wait time as 50 minutes.
认证
需要 Connected AccountTags
Create eventCLOUDFLARE_WAITING_ROOM_CREATE_EVENTOnly available for the Waiting Room Advanced subscription. Creates an event for a waiting room. An event takes place during a specified period of time, temporarily changing the behavior of a waiting room. While the event is active, some of the properties in the event's configuration may either override or inherit from the waiting room's configuration. Note that events cannot overlap with each other, so only one event can be active at a time.需要连接
Only available for the Waiting Room Advanced subscription. Creates an event for a waiting room. An event takes place during a specified period of time, temporarily changing the behavior of a waiting room. While the event is active, some of the properties in the event's configuration may either override or inherit from the waiting room's configuration. Note that events cannot overlap with each other, so only one event can be active at a time.
认证
需要 Connected AccountTags
Create waiting roomCLOUDFLARE_WAITING_ROOM_CREATE_WAITING_ROOMCreates a new waiting room.需要连接
Creates a new waiting room.
认证
需要 Connected AccountTags
Create Waiting Room RuleCLOUDFLARE_WAITING_ROOM_CREATE_WAITING_ROOM_RULEOnly available for the Waiting Room Advanced subscription. Creates a rule for a waiting room.需要连接
Only available for the Waiting Room Advanced subscription. Creates a rule for a waiting room.
认证
需要 Connected AccountTags
Delete eventCLOUDFLARE_WAITING_ROOM_DELETE_EVENTDeletes an event for a waiting room.需要连接
Deletes an event for a waiting room.
认证
需要 Connected AccountTags
Delete waiting roomCLOUDFLARE_WAITING_ROOM_DELETE_WAITING_ROOMDeletes a waiting room.需要连接
Deletes a waiting room.
认证
需要 Connected AccountTags
Delete Waiting Room RuleCLOUDFLARE_WAITING_ROOM_DELETE_WAITING_ROOM_RULEDeletes a rule for a waiting room.需要连接
Deletes a rule for a waiting room.
认证
需要 Connected AccountTags
Event detailsCLOUDFLARE_WAITING_ROOM_EVENT_DETAILSFetches a single configured event for a waiting room.需要连接
Fetches a single configured event for a waiting room.
认证
需要 Connected AccountTags
Get waiting room statusCLOUDFLARE_WAITING_ROOM_GET_WAITING_ROOM_STATUSFetches the status of a configured waiting room. Response fields include: 1. `status`: String indicating the status of the waiting room. The possible status are: - **not_queueing** indicates that the configured thresholds have not been met and all users are going through to the origin. - **queueing** indicates that the thresholds have been met and some users are held in the waiting room. - **event_prequeueing** indicates that an event is active and is currently prequeueing users before it starts. - **suspended** indicates that the room is suspended. 2. `event_id`: String of the current event's `id` if an event is active, otherwise an empty string. 3. `estimated_queued_users`: Integer of the estimated number of users currently waiting in the queue. 4. `estimated_total_active_users`: Integer of the estimated number of users currently active on the origin. 5. `max_estimated_time_minutes`: Integer of the maximum estimated time currently presented to the users.需要连接
Fetches the status of a configured waiting room. Response fields include: 1. `status`: String indicating the status of the waiting room. The possible status are: - **not_queueing** indicates that the configured thresholds have not been met and all users are going through to the origin. - **queueing** indicates that the thresholds have been met and some users are held in the waiting room. - **event_prequeueing** indicates that an event is active and is currently prequeueing users before it starts. - **suspended** indicates that the room is suspended. 2. `event_id`: String of the current event's `id` if an event is active, otherwise an empty string. 3. `estimated_queued_users`: Integer of the estimated number of users currently waiting in the queue. 4. `estimated_total_active_users`: Integer of the estimated number of users currently active on the origin. 5. `max_estimated_time_minutes`: Integer of the maximum estimated time currently presented to the users.
认证
需要 Connected AccountTags
Get zone-level Waiting Room settingsCLOUDFLARE_WAITING_ROOM_GET_ZONE_SETTINGSGet zone-level Waiting Room settings.需要连接
Get zone-level Waiting Room settings.
认证
需要 Connected AccountTags
List eventsCLOUDFLARE_WAITING_ROOM_LIST_EVENTSLists events for a waiting room.需要连接
Lists events for a waiting room.
认证
需要 Connected AccountTags
List Waiting Room RulesCLOUDFLARE_WAITING_ROOM_LIST_WAITING_ROOM_RULESLists rules for a waiting room.需要连接
Lists rules for a waiting room.
认证
需要 Connected AccountTags
List waiting rooms for zoneCLOUDFLARE_WAITING_ROOM_LIST_WAITING_ROOMSLists waiting rooms for zone.需要连接
Lists waiting rooms for zone.
认证
需要 Connected AccountTags
List waiting rooms for accountCLOUDFLARE_WAITING_ROOM_LIST_WAITING_ROOMS_ACCOUNTLists waiting rooms for account.需要连接
Lists waiting rooms for account.
认证
需要 Connected AccountTags
Patch eventCLOUDFLARE_WAITING_ROOM_PATCH_EVENTPatches a configured event for a waiting room.需要连接
Patches a configured event for a waiting room.
认证
需要 Connected AccountTags
Patch waiting roomCLOUDFLARE_WAITING_ROOM_PATCH_WAITING_ROOMPatches a configured waiting room.需要连接
Patches a configured waiting room.
认证
需要 Connected AccountTags
Patch Waiting Room RuleCLOUDFLARE_WAITING_ROOM_PATCH_WAITING_ROOM_RULEPatches a rule for a waiting room.需要连接
Patches a rule for a waiting room.
认证
需要 Connected AccountTags
Patch zone-level Waiting Room settingsCLOUDFLARE_WAITING_ROOM_PATCH_ZONE_SETTINGSPatch zone-level Waiting Room settings.需要连接
Patch zone-level Waiting Room settings.
认证
需要 Connected AccountTags
Preview active event detailsCLOUDFLARE_WAITING_ROOM_PREVIEW_ACTIVE_EVENT_DETAILSPreviews an event's configuration as if it was active. Inherited fields from the waiting room will be displayed with their current values.需要连接
Previews an event's configuration as if it was active. Inherited fields from the waiting room will be displayed with their current values.
认证
需要 Connected AccountTags
Replace Waiting Room RulesCLOUDFLARE_WAITING_ROOM_REPLACE_WAITING_ROOM_RULESOnly available for the Waiting Room Advanced subscription. Replaces all rules for a waiting room.需要连接
Only available for the Waiting Room Advanced subscription. Replaces all rules for a waiting room.
认证
需要 Connected AccountTags
Update eventCLOUDFLARE_WAITING_ROOM_UPDATE_EVENTUpdates a configured event for a waiting room.需要连接
Updates a configured event for a waiting room.
认证
需要 Connected AccountTags
Update waiting roomCLOUDFLARE_WAITING_ROOM_UPDATE_WAITING_ROOMUpdates a configured waiting room.需要连接
Updates a configured waiting room.
认证
需要 Connected AccountTags
Update zone-level Waiting Room settingsCLOUDFLARE_WAITING_ROOM_UPDATE_ZONE_SETTINGSReplace zone-level Waiting Room settings.需要连接
Replace zone-level Waiting Room settings.
认证
需要 Connected AccountTags
Waiting room detailsCLOUDFLARE_WAITING_ROOM_WAITING_ROOM_DETAILSFetches a single configured waiting room.需要连接
Fetches a single configured waiting room.
认证
需要 Connected AccountTags
Create a Web Analytics ruleCLOUDFLARE_WEB_ANALYTICS_CREATE_RULECreates a new rule in a Web Analytics ruleset.需要连接
Creates a new rule in a Web Analytics ruleset.
认证
需要 Connected AccountTags
Create a Web Analytics siteCLOUDFLARE_WEB_ANALYTICS_CREATE_SITECreates a new Web Analytics site.需要连接
Creates a new Web Analytics site.
认证
需要 Connected AccountTags
Delete a Web Analytics ruleCLOUDFLARE_WEB_ANALYTICS_DELETE_RULEDeletes an existing rule from a Web Analytics ruleset.需要连接
Deletes an existing rule from a Web Analytics ruleset.
认证
需要 Connected AccountTags
Delete a Web Analytics siteCLOUDFLARE_WEB_ANALYTICS_DELETE_SITEDeletes an existing Web Analytics site.需要连接
Deletes an existing Web Analytics site.
认证
需要 Connected AccountTags
Get RUM status for a zoneCLOUDFLARE_WEB_ANALYTICS_GET_RUM_STATUSRetrieves RUM status for a zone.需要连接
Retrieves RUM status for a zone.
认证
需要 Connected AccountTags
Get a Web Analytics siteCLOUDFLARE_WEB_ANALYTICS_GET_SITERetrieves a Web Analytics site.需要连接
Retrieves a Web Analytics site.
认证
需要 Connected AccountTags
List rules in Web Analytics rulesetCLOUDFLARE_WEB_ANALYTICS_LIST_RULESLists all the rules in a Web Analytics ruleset.需要连接
Lists all the rules in a Web Analytics ruleset.
认证
需要 Connected AccountTags
List Web Analytics site tagsCLOUDFLARE_WEB_ANALYTICS_LIST_SITE_TAGSReturns all site tags for an account as an array of site tag strings. This endpoint returns all results without pagination.需要连接
Returns all site tags for an account as an array of site tag strings. This endpoint returns all results without pagination.
认证
需要 Connected AccountTags
List Web Analytics sitesCLOUDFLARE_WEB_ANALYTICS_LIST_SITESLists all Web Analytics sites of an account.需要连接
Lists all Web Analytics sites of an account.
认证
需要 Connected AccountTags
List Web Analytics zone tagsCLOUDFLARE_WEB_ANALYTICS_LIST_ZONE_TAGSReturns all zone tags associated with Web Analytics sites for an account. These can be used to filter or exclude zones in the zone selection input. This endpoint returns all results without pagination.需要连接
Returns all zone tags associated with Web Analytics sites for an account. These can be used to filter or exclude zones in the zone selection input. This endpoint returns all results without pagination.
认证
需要 Connected AccountTags
Update Web Analytics rulesCLOUDFLARE_WEB_ANALYTICS_MODIFY_RULESModifies one or more rules in a Web Analytics ruleset with a single request.需要连接
Modifies one or more rules in a Web Analytics ruleset with a single request.
认证
需要 Connected AccountTags
Toggle RUM on/off for a zoneCLOUDFLARE_WEB_ANALYTICS_TOGGLE_RUMToggles RUM on/off for an existing zone.需要连接
Toggles RUM on/off for an existing zone.
认证
需要 Connected AccountTags
Update a Web Analytics ruleCLOUDFLARE_WEB_ANALYTICS_UPDATE_RULEUpdates a rule in a Web Analytics ruleset.需要连接
Updates a rule in a Web Analytics ruleset.
认证
需要 Connected AccountTags
Update a Web Analytics siteCLOUDFLARE_WEB_ANALYTICS_UPDATE_SITEUpdates an existing Web Analytics site.需要连接
Updates an existing Web Analytics site.
认证
需要 Connected AccountTags
Validate a Web Analytics site hostnameCLOUDFLARE_WEB_ANALYTICS_VALIDATE_SITE_HOSTNAMEValidates that the provided hostname is well-formed, does not contain wildcards, and has a valid TLD. Returns an empty result on success.需要连接
Validates that the provided hostname is well-formed, does not contain wildcards, and has a valid TLD. Returns an empty result on success.
认证
需要 Connected AccountTags
Create IPFS Universal Path Gateway Content List EntryCLOUDFLARE_WEB3_HOSTNAME_CREATE_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LIST_ENTRYCreate IPFS Universal Path Gateway Content List Entry需要连接
Create IPFS Universal Path Gateway Content List Entry
认证
需要 Connected AccountTags
Create Web3 HostnameCLOUDFLARE_WEB3_HOSTNAME_CREATE_WEB3_HOSTNAMECreate Web3 Hostname需要连接
Create Web3 Hostname
认证
需要 Connected AccountTags
Delete IPFS Universal Path Gateway Content List EntryCLOUDFLARE_WEB3_HOSTNAME_DELETE_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LIST_ENTRYDelete IPFS Universal Path Gateway Content List Entry需要连接
Delete IPFS Universal Path Gateway Content List Entry
认证
需要 Connected AccountTags
Delete Web3 HostnameCLOUDFLARE_WEB3_HOSTNAME_DELETE_WEB3_HOSTNAMEDelete Web3 Hostname需要连接
Delete Web3 Hostname
认证
需要 Connected AccountTags
Edit IPFS Universal Path Gateway Content List EntryCLOUDFLARE_WEB3_HOSTNAME_EDIT_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LIST_ENTRYEdit IPFS Universal Path Gateway Content List Entry需要连接
Edit IPFS Universal Path Gateway Content List Entry
认证
需要 Connected AccountTags
Edit Web3 HostnameCLOUDFLARE_WEB3_HOSTNAME_EDIT_WEB3_HOSTNAMEEdit Web3 Hostname需要连接
Edit Web3 Hostname
认证
需要 Connected AccountTags
IPFS Universal Path Gateway Content List DetailsCLOUDFLARE_WEB3_HOSTNAME_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LIST_DETAILSIPFS Universal Path Gateway Content List Details需要连接
IPFS Universal Path Gateway Content List Details
认证
需要 Connected AccountTags
IPFS Universal Path Gateway Content List Entry DetailsCLOUDFLARE_WEB3_HOSTNAME_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LIST_ENTRY_DETAILSIPFS Universal Path Gateway Content List Entry Details需要连接
IPFS Universal Path Gateway Content List Entry Details
认证
需要 Connected AccountTags
List IPFS Universal Path Gateway Content List EntriesCLOUDFLARE_WEB3_HOSTNAME_LIST_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LIST_ENTRIESList IPFS Universal Path Gateway Content List Entries需要连接
List IPFS Universal Path Gateway Content List Entries
认证
需要 Connected AccountTags
List Web3 HostnamesCLOUDFLARE_WEB3_HOSTNAME_LIST_WEB3_HOSTNAMESList Web3 Hostnames需要连接
List Web3 Hostnames
认证
需要 Connected AccountTags
Update IPFS Universal Path Gateway Content ListCLOUDFLARE_WEB3_HOSTNAME_UPDATE_IPFS_UNIVERSAL_PATH_GATEWAY_CONTENT_LISTUpdate IPFS Universal Path Gateway Content List需要连接
Update IPFS Universal Path Gateway Content List
认证
需要 Connected AccountTags
Web3 Hostname DetailsCLOUDFLARE_WEB3_HOSTNAME_WEB3_HOSTNAME_DETAILSWeb3 Hostname Details需要连接
Web3 Hostname Details
认证
需要 Connected AccountTags
Get WHOIS RecordCLOUDFLARE_WHOIS_RECORD_GET_WHOIS_RECORDRetrieves WHOIS registration data for a domain, including registrant and nameserver information.需要连接
Retrieves WHOIS registration data for a domain, including registrant and nameserver information.
认证
需要 Connected AccountTags
Add script triggersCLOUDFLARE_WOR_ADD_SCRIPT_TRIGGERSAdds event trigger declarations without removing existing declarations owned by the script.需要连接
Adds event trigger declarations without removing existing declarations owned by the script.
认证
需要 Connected AccountTags
Batch create new Workflow instancesCLOUDFLARE_WOR_BATCH_CREATE_WORKFLOW_INSTANCECreates multiple workflow instances in a single batch operation.需要连接
Creates multiple workflow instances in a single batch operation.
认证
需要 Connected AccountTags
Batch terminate instances of a workflowCLOUDFLARE_WOR_BATCH_TERMINATE_WORKFLOW_INSTANCESTerminates multiple workflow instances in a single batch operation.需要连接
Terminates multiple workflow instances in a single batch operation.
认证
需要 Connected AccountTags
Change status of instanceCLOUDFLARE_WOR_CHANGE_STATUS_WORKFLOW_INSTANCEChanges the execution status of a workflow instance (e.g., pause, resume, terminate).需要连接
Changes the execution status of a workflow instance (e.g., pause, resume, terminate).
认证
需要 Connected AccountTags
Create a new workflow instanceCLOUDFLARE_WOR_CREATE_NEW_WORKFLOW_INSTANCECreates a new instance of a workflow, starting its execution.需要连接
Creates a new instance of a workflow, starting its execution.
认证
需要 Connected AccountTags
Create/modify WorkflowCLOUDFLARE_WOR_CREATE_OR_MODIFY_WORKFLOWCreates a new workflow or updates an existing workflow definition.需要连接
Creates a new workflow or updates an existing workflow definition.
认证
需要 Connected AccountTags
Delete script triggersCLOUDFLARE_WOR_DELETE_SCRIPT_TRIGGERSDeletes all event trigger declarations owned by a Worker script.需要连接
Deletes all event trigger declarations owned by a Worker script.
认证
需要 Connected AccountTags
Deletes a WorkflowCLOUDFLARE_WOR_DELETE_WORKFLOWDeletes a Workflow. This only deletes the Workflow and does not delete or modify any Worker associated to this Workflow or bounded to it.需要连接
Deletes a Workflow. This only deletes the Workflow and does not delete or modify any Worker associated to this Workflow or bounded to it.
认证
需要 Connected AccountTags
Delete a workflow instanceCLOUDFLARE_WOR_DELETE_WORKFLOW_INSTANCEDeletes a workflow instance and its stored state.需要连接
Deletes a workflow instance and its stored state.
认证
需要 Connected AccountTags
Get logs and status from instanceCLOUDFLARE_WOR_DESCRIBE_WORKFLOW_INSTANCERetrieves logs and execution status for a specific workflow instance.需要连接
Retrieves logs and execution status for a specific workflow instance.
认证
需要 Connected AccountTags
Get Workflow version detailsCLOUDFLARE_WOR_DESCRIBE_WORKFLOW_VERSIONSRetrieves details for a specific deployed workflow version.需要连接
Retrieves details for a specific deployed workflow version.
认证
需要 Connected AccountTags
Get Workflow version dagCLOUDFLARE_WOR_DESCRIBE_WORKFLOW_VERSIONS_DAGRetrieves the directed acyclic graph (DAG) representation of a workflow version.需要连接
Retrieves the directed acyclic graph (DAG) representation of a workflow version.
认证
需要 Connected AccountTags
Get Workflow version graphCLOUDFLARE_WOR_DESCRIBE_WORKFLOW_VERSIONS_GRAPHRetrieves the graph visualization of a workflow version.需要连接
Retrieves the graph visualization of a workflow version.
认证
需要 Connected AccountTags
Get script triggersCLOUDFLARE_WOR_GET_SCRIPT_TRIGGERSReturns the event trigger declarations owned by a Worker script.需要连接
Returns the event trigger declarations owned by a Worker script.
认证
需要 Connected AccountTags
Get Workflow detailsCLOUDFLARE_WOR_GET_WORKFLOW_DETAILSRetrieves configuration and metadata for a specific workflow.需要连接
Retrieves configuration and metadata for a specific workflow.
认证
需要 Connected AccountTags
Get full step output from instanceCLOUDFLARE_WOR_GET_WORKFLOW_INSTANCE_STEPRetrieves the full, untruncated output for a specific step on a workflow instance. Returns a flat status-shaped JSON body with step `status` ('running' | 'waiting' | 'complete' | 'errored'), `error` (nullable), and `output` (the step value, or null while running/waiting/errored). When the step returned a ReadableStream from step.do, the response is served as 'application/octet-stream' with the raw bytes as the body instead of JSON. A `status='running'` response with non-null `error` indicates the step is currently retrying after a prior attempt failed.需要连接
Retrieves the full, untruncated output for a specific step on a workflow instance. Returns a flat status-shaped JSON body with step `status` ('running' | 'waiting' | 'complete' | 'errored'), `error` (nullable), and `output` (the step value, or null while running/waiting/errored). When the step returned a ReadableStream from step.do, the response is served as 'application/octet-stream' with the raw bytes as the body instead of JSON. A `status='running'` response with non-null `error` indicates the step is currently retrying after a prior attempt failed.
认证
需要 Connected AccountTags
Get account settingsCLOUDFLARE_WOR_GET_WORKFLOW_SETTINGSRetrieves account-level Workflows settings, such as the default instance retention.需要连接
Retrieves account-level Workflows settings, such as the default instance retention.
认证
需要 Connected AccountTags
List of workflow instancesCLOUDFLARE_WOR_LIST_WORKFLOW_INSTANCESLists all instances of a workflow with their execution status.需要连接
Lists all instances of a workflow with their execution status.
认证
需要 Connected AccountTags
List deployed Workflow versionsCLOUDFLARE_WOR_LIST_WORKFLOW_VERSIONSLists all deployed versions of a workflow.需要连接
Lists all deployed versions of a workflow.
认证
需要 Connected AccountTags
List all WorkflowsCLOUDFLARE_WOR_LIST_WORKFLOWSLists all workflows configured for the account.需要连接
Lists all workflows configured for the account.
认证
需要 Connected AccountTags
Replace script triggersCLOUDFLARE_WOR_REPLACE_SCRIPT_TRIGGERSReplaces all event trigger declarations owned by a Worker script.需要连接
Replaces all event trigger declarations owned by a Worker script.
认证
需要 Connected AccountTags
Send event to instanceCLOUDFLARE_WOR_SEND_EVENT_WORKFLOW_INSTANCESends an event to a running workflow instance to trigger state transitions.需要连接
Sends an event to a running workflow instance to trigger state transitions.
认证
需要 Connected AccountTags
Get status of the job responsible for terminate all instances of a workflowCLOUDFLARE_WOR_STATUS_TERMINATE_WORKFLOW_INSTANCESGets the status of a bulk workflow instance termination job.需要连接
Gets the status of a bulk workflow instance termination job.
认证
需要 Connected AccountTags
Update account settingsCLOUDFLARE_WOR_UPDATE_WORKFLOW_SETTINGSPartially updates account-level Workflows settings; only the fields present in the body are changed.需要连接
Partially updates account-level Workflows settings; only the fields present in the body are changed.
认证
需要 Connected AccountTags
Create Worker Account SettingsCLOUDFLARE_WORKER_ACCOUNT_SETTINGS_CREATE_WORKER_ACCOUNT_SETTINGSCreates Worker account settings for an account.需要连接
Creates Worker account settings for an account.
认证
需要 Connected AccountTags
Fetch Worker Account SettingsCLOUDFLARE_WORKER_ACCOUNT_SETTINGS_FETCH_WORKER_ACCOUNT_SETTINGSFetches Worker account settings for an account.需要连接
Fetches Worker account settings for an account.
认证
需要 Connected AccountTags
Get Cron TriggersCLOUDFLARE_WORKER_CRON_TRIGGER_GET_CRON_TRIGGERSFetches Cron Triggers for a Worker.需要连接
Fetches Cron Triggers for a Worker.
认证
需要 Connected AccountTags
Update Cron TriggersCLOUDFLARE_WORKER_CRON_TRIGGER_UPDATE_CRON_TRIGGERSUpdates Cron Triggers for a Worker.需要连接
Updates Cron Triggers for a Worker.
认证
需要 Connected AccountTags
Delete script secretCLOUDFLARE_WORKER_DELETE_SCRIPT_SECRETRemove a secret from a script.需要连接
Remove a secret from a script.
认证
需要 Connected AccountTags
Create DeploymentCLOUDFLARE_WORKER_DEPLOYMENTS_CREATE_DEPLOYMENTDeployments configure how [Worker Versions](https://developers.cloudflare.com/api/operations/worker-versions-list-versions) are deployed to traffic. A deployment can consist of one or two versions of a Worker.需要连接
Deployments configure how [Worker Versions](https://developers.cloudflare.com/api/operations/worker-versions-list-versions) are deployed to traffic. A deployment can consist of one or two versions of a Worker.
认证
需要 Connected AccountTags
Delete DeploymentCLOUDFLARE_WORKER_DEPLOYMENTS_DELETE_DEPLOYMENTDelete a Worker Deployment. The latest deployment, which is actively serving traffic, cannot be deleted. All other deployments can be deleted.需要连接
Delete a Worker Deployment. The latest deployment, which is actively serving traffic, cannot be deleted. All other deployments can be deleted.
认证
需要 Connected AccountTags
Get DeploymentCLOUDFLARE_WORKER_DEPLOYMENTS_GET_DEPLOYMENTGet information about a Worker Deployment.需要连接
Get information about a Worker Deployment.
认证
需要 Connected AccountTags
List DeploymentsCLOUDFLARE_WORKER_DEPLOYMENTS_LIST_DEPLOYMENTSList of Worker Deployments. The first deployment in the list is the latest deployment actively serving traffic.需要连接
List of Worker Deployments. The first deployment in the list is the latest deployment actively serving traffic.
认证
需要 Connected AccountTags
Get script contentCLOUDFLARE_WORKER_ENVIRONMENT_GET_SCRIPT_CONTENTGet script content from a worker with an environment.需要连接
Get script content from a worker with an environment.
认证
需要 Connected AccountTags
Get secret bindingCLOUDFLARE_WORKER_GET_SCRIPT_SECRETGet a given secret binding (value omitted) on a script.需要连接
Get a given secret binding (value omitted) on a script.
认证
需要 Connected AccountTags
List script secretsCLOUDFLARE_WORKER_LIST_SCRIPT_SECRETSList secrets bound to a script.需要连接
List secrets bound to a script.
认证
需要 Connected AccountTags
Patch multiple script secretsCLOUDFLARE_WORKER_PATCH_SCRIPT_SECRETS_BULKCreate, update, or delete multiple secrets on a script in a single operation using JSON Merge Patch (RFC 7396). Usage: - To create or update a secret, set its value to a secret object. - To delete a secret, set its value to `null`. - Secrets not included in the request are left unchanged.需要连接
Create, update, or delete multiple secrets on a script in a single operation using JSON Merge Patch (RFC 7396). Usage: - To create or update a secret, set its value to a secret object. - To delete a secret, set its value to `null`. - Secrets not included in the request are left unchanged.
认证
需要 Connected AccountTags
List Placement RegionsCLOUDFLARE_WORKER_PLACEMENT_LIST_REGIONSReturns a list of available placement regions organized by cloud provider. These regions can be used to configure Smart Placement for Workers.需要连接
Returns a list of available placement regions organized by cloud provider. These regions can be used to configure Smart Placement for Workers.
认证
需要 Connected AccountTags
Add script secretCLOUDFLARE_WORKER_PUT_SCRIPT_SECRETAdd a secret to a script.需要连接
Add a secret to a script.
认证
需要 Connected AccountTags
Create RouteCLOUDFLARE_WORKER_ROUTES_CREATE_ROUTECreates a route that maps a URL pattern to a Worker.需要连接
Creates a route that maps a URL pattern to a Worker.
认证
需要 Connected AccountTags
Delete RouteCLOUDFLARE_WORKER_ROUTES_DELETE_ROUTEDeletes a route.需要连接
Deletes a route.
认证
需要 Connected AccountTags
Get RouteCLOUDFLARE_WORKER_ROUTES_GET_ROUTEReturns information about a route, including URL pattern and Worker.需要连接
Returns information about a route, including URL pattern and Worker.
认证
需要 Connected AccountTags
List RoutesCLOUDFLARE_WORKER_ROUTES_LIST_ROUTESReturns routes for a zone.需要连接
Returns routes for a zone.
认证
需要 Connected AccountTags
Update RouteCLOUDFLARE_WORKER_ROUTES_UPDATE_ROUTEUpdates the URL pattern or Worker associated with a route.需要连接
Updates the URL pattern or Worker associated with a route.
认证
需要 Connected AccountTags
Delete Worker subdomainCLOUDFLARE_WORKER_SCRIPT_DELETE_SUBDOMAINDisable all workers.dev subdomains for a Worker.需要连接
Disable all workers.dev subdomains for a Worker.
认证
需要 Connected AccountTags
Delete WorkerCLOUDFLARE_WORKER_SCRIPT_DELETE_WORKERDelete your worker. This call has no response body on a successful delete.需要连接
Delete your worker. This call has no response body on a successful delete.
认证
需要 Connected AccountTags
Download WorkerCLOUDFLARE_WORKER_SCRIPT_DOWNLOAD_WORKERFetch raw script content for your worker. Note this is the original script content, not JSON encoded.需要连接
Fetch raw script content for your worker. Note this is the original script content, not JSON encoded.
认证
需要 Connected AccountTags
Get Script SettingsCLOUDFLARE_WORKER_SCRIPT_ENVIRONMENT_GET_SETTINGSGet script settings from a worker with an environment.需要连接
Get script settings from a worker with an environment.
认证
需要 Connected AccountTags
Patch Script SettingsCLOUDFLARE_WORKER_SCRIPT_ENVIRONMENT_PATCH_SETTINGSPatch script metadata, such as bindings.需要连接
Patch script metadata, such as bindings.
认证
需要 Connected AccountTags
Fetch Usage ModelCLOUDFLARE_WORKER_SCRIPT_FETCH_USAGE_MODELFetches the Usage Model for a given Worker.需要连接
Fetches the Usage Model for a given Worker.
认证
需要 Connected AccountTags
Get script contentCLOUDFLARE_WORKER_SCRIPT_GET_CONTENTFetch script content only.需要连接
Fetch script content only.
认证
需要 Connected AccountTags
Get SettingsCLOUDFLARE_WORKER_SCRIPT_GET_SETTINGSGet metadata and config, such as bindings or usage model.需要连接
Get metadata and config, such as bindings or usage model.
认证
需要 Connected AccountTags
Get Worker subdomainCLOUDFLARE_WORKER_SCRIPT_GET_SUBDOMAINGet if the Worker is available on the workers.dev subdomain.需要连接
Get if the Worker is available on the workers.dev subdomain.
认证
需要 Connected AccountTags
List WorkersCLOUDFLARE_WORKER_SCRIPT_LIST_WORKERSFetch a list of uploaded workers.需要连接
Fetch a list of uploaded workers.
认证
需要 Connected AccountTags
Post Worker subdomainCLOUDFLARE_WORKER_SCRIPT_POST_SUBDOMAINEnable or disable the Worker on the workers.dev subdomain.需要连接
Enable or disable the Worker on the workers.dev subdomain.
认证
需要 Connected AccountTags
Search WorkersCLOUDFLARE_WORKER_SCRIPT_SEARCH_WORKERSSearch for Workers in an account.需要连接
Search for Workers in an account.
认证
需要 Connected AccountTags
Get Script SettingsCLOUDFLARE_WORKER_SCRIPT_SETTINGS_GET_SETTINGSGet script-level settings when using [Worker Versions](https://developers.cloudflare.com/api/operations/worker-versions-list-versions). Includes Logpush and Tail Consumers.需要连接
Get script-level settings when using [Worker Versions](https://developers.cloudflare.com/api/operations/worker-versions-list-versions). Includes Logpush and Tail Consumers.
认证
需要 Connected AccountTags
Patch Script SettingsCLOUDFLARE_WORKER_SCRIPT_SETTINGS_PATCH_SETTINGSPatch script-level settings when using [Worker Versions](https://developers.cloudflare.com/api/operations/worker-versions-list-versions). Including but not limited to Logpush and Tail Consumers.需要连接
Patch script-level settings when using [Worker Versions](https://developers.cloudflare.com/api/operations/worker-versions-list-versions). Including but not limited to Logpush and Tail Consumers.
认证
需要 Connected AccountTags
Create Assets Upload SessionCLOUDFLARE_WORKER_SCRIPT_UPDATE_CREATE_ASSETS_UPLOAD_SESSIONStart uploading a collection of assets for use in a Worker version. To learn more about the direct uploads of assets, see https://developers.cloudflare.com/workers/static-assets/direct-upload/.需要连接
Start uploading a collection of assets for use in a Worker version. To learn more about the direct uploads of assets, see https://developers.cloudflare.com/workers/static-assets/direct-upload/.
认证
需要 Connected AccountTags
Update Usage ModelCLOUDFLARE_WORKER_SCRIPT_UPDATE_USAGE_MODELUpdates the Usage Model for a given Worker. Requires a Workers Paid subscription.需要连接
Updates the Usage Model for a given Worker. Requires a Workers Paid subscription.
认证
需要 Connected AccountTags
Create SubdomainCLOUDFLARE_WORKER_SUBDOMAIN_CREATE_SUBDOMAINCreates a Workers subdomain for an account.需要连接
Creates a Workers subdomain for an account.
认证
需要 Connected AccountTags
Delete SubdomainCLOUDFLARE_WORKER_SUBDOMAIN_DELETE_SUBDOMAINDeletes a Workers subdomain for an account.需要连接
Deletes a Workers subdomain for an account.
认证
需要 Connected AccountTags
Get SubdomainCLOUDFLARE_WORKER_SUBDOMAIN_GET_SUBDOMAINReturns a Workers subdomain for an account.需要连接
Returns a Workers subdomain for an account.
认证
需要 Connected AccountTags
Delete TailCLOUDFLARE_WORKER_TAIL_LOGS_DELETE_TAILDeletes a tail from a Worker.需要连接
Deletes a tail from a Worker.
认证
需要 Connected AccountTags
List TailsCLOUDFLARE_WORKER_TAIL_LOGS_LIST_TAILSGet list of tails currently deployed on a Worker.需要连接
Get list of tails currently deployed on a Worker.
认证
需要 Connected AccountTags
Start TailCLOUDFLARE_WORKER_TAIL_LOGS_START_TAILStarts a tail that receives logs and exception from a Worker.需要连接
Starts a tail that receives logs and exception from a Worker.
认证
需要 Connected AccountTags
Get Version DetailCLOUDFLARE_WORKER_VERSIONS_GET_VERSION_DETAILRetrieves detailed information about a specific version of a Workers script.需要连接
Retrieves detailed information about a specific version of a Workers script.
认证
需要 Connected AccountTags
List VersionsCLOUDFLARE_WORKER_VERSIONS_LIST_VERSIONSList of Worker Versions. The first version in the list is the latest version.需要连接
List of Worker Versions. The first version in the list is the latest version.
认证
需要 Connected AccountTags
Create a new FinetuneCLOUDFLARE_WORKERS_AI_CREATE_FINETUNECreates a new fine-tuning job for a Workers AI model using custom training data.需要连接
Creates a new fine-tuning job for a Workers AI model using custom training data.
认证
需要 Connected AccountTags
Get Model SchemaCLOUDFLARE_WORKERS_AI_GET_MODEL_SCHEMARetrieves the input and output JSON schema definition for a Workers AI model.需要连接
Retrieves the input and output JSON schema definition for a Workers AI model.
认证
需要 Connected AccountTags
Get all converted formats supportedCLOUDFLARE_WORKERS_AI_GET_TO_MARKDOWN_SUPPORTEDLists all file formats supported for conversion to Markdown.需要连接
Lists all file formats supported for conversion to Markdown.
认证
需要 Connected AccountTags
List FinetunesCLOUDFLARE_WORKERS_AI_LIST_FINETUNESLists all fine-tuning jobs created by the account, including status and metrics.需要连接
Lists all fine-tuning jobs created by the account, including status and metrics.
认证
需要 Connected AccountTags
List Public FinetunesCLOUDFLARE_WORKERS_AI_LIST_PUBLIC_FINETUNESLists publicly available fine-tuned models that can be used with Workers AI.需要连接
Lists publicly available fine-tuned models that can be used with Workers AI.
认证
需要 Connected AccountTags
Execute AI Model (Generic)CLOUDFLARE_WORKERS_AI_POST_RUN_GENERICExecute an AI model by specifying the model name in the request body. This endpoint provides a generic interface for running AI models where the model name is part of the request payload rather than the URL path. It supports all AI Gateway features including caching, custom headers, and request options. Model-specific inputs available in [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).需要连接
Execute an AI model by specifying the model name in the request body. This endpoint provides a generic interface for running AI models where the model name is part of the request payload rather than the URL path. It supports all AI Gateway features including caching, custom headers, and request options. Model-specific inputs available in [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
认证
需要 Connected AccountTags
Execute AI modelCLOUDFLARE_WORKERS_AI_POST_RUN_MODELThis endpoint provides users with the capability to run specific AI models on-demand. By submitting the required input data, users can receive real-time predictions or results generated by the chosen AI model. The endpoint supports various AI model types, ensuring flexibility and adaptability for diverse use cases. Model specific inputs available in [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).需要连接
This endpoint provides users with the capability to run specific AI models on-demand. By submitting the required input data, users can receive real-time predictions or results generated by the chosen AI model. The endpoint supports various AI model types, ensuring flexibility and adaptability for diverse use cases. Model specific inputs available in [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
认证
需要 Connected AccountTags
Author SearchCLOUDFLARE_WORKERS_AI_SEARCH_AUTHORSearches Workers AI models by author or organization name.需要连接
Searches Workers AI models by author or organization name.
认证
需要 Connected AccountTags
Model SearchCLOUDFLARE_WORKERS_AI_SEARCH_MODELSearches Workers AI models by name or description.需要连接
Searches Workers AI models by name or description.
认证
需要 Connected AccountTags
Task SearchCLOUDFLARE_WORKERS_AI_SEARCH_TASKSearches Workers AI models by task type (e.g., text-generation, embeddings).需要连接
Searches Workers AI models by task type (e.g., text-generation, embeddings).
认证
需要 Connected AccountTags
Detach DomainCLOUDFLARE_WORKERS_DOMAINS_DELETEDetaches a domain from a Worker. Both the Worker and all of its previews are no longer routable using this domain.需要连接
Detaches a domain from a Worker. Both the Worker and all of its previews are no longer routable using this domain.
认证
需要 Connected AccountTags
Get DomainCLOUDFLARE_WORKERS_DOMAINS_GETGets information about a domain.需要连接
Gets information about a domain.
认证
需要 Connected AccountTags
List DomainsCLOUDFLARE_WORKERS_DOMAINS_LISTLists all domains for an account.需要连接
Lists all domains for an account.
认证
需要 Connected AccountTags
Attach DomainCLOUDFLARE_WORKERS_DOMAINS_UPDATEAttaches a domain that routes traffic to a Worker.需要连接
Attaches a domain that routes traffic to a Worker.
认证
需要 Connected AccountTags
Create a NamespaceCLOUDFLARE_WORKERS_KV_NAMESPACE_CREATE_A_NAMESPACECreates a namespace under the given title. A `400` is returned if the account already owns a namespace with this title. A namespace must be explicitly deleted to be replaced.需要连接
Creates a namespace under the given title. A `400` is returned if the account already owns a namespace with this title. A namespace must be explicitly deleted to be replaced.
认证
需要 Connected AccountTags
Delete key-value pairCLOUDFLARE_WORKERS_KV_NAMESPACE_DELETE_KEY_VALUE_PAIRRemove a KV pair from the namespace. Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name.需要连接
Remove a KV pair from the namespace. Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name.
认证
需要 Connected AccountTags
Delete multiple key-value pairsCLOUDFLARE_WORKERS_KV_NAMESPACE_DELETE_MULTIPLE_KEY_VALUE_PAIRSRemove multiple KV pairs from the namespace. Body should be an array of up to 10,000 keys to be removed.需要连接
Remove multiple KV pairs from the namespace. Body should be an array of up to 10,000 keys to be removed.
认证
需要 Connected AccountTags
Delete multiple key-value pairsCLOUDFLARE_WORKERS_KV_NAMESPACE_DELETE_MULTIPLE_KEY_VALUE_PAIRS_DEPRECATEDRemove multiple KV pairs from the namespace. Body should be an array of up to 10,000 keys to be removed.需要连接
Remove multiple KV pairs from the namespace. Body should be an array of up to 10,000 keys to be removed.
认证
需要 Connected AccountTags
Get a NamespaceCLOUDFLARE_WORKERS_KV_NAMESPACE_GET_A_NAMESPACEGet the namespace corresponding to the given ID.需要连接
Get the namespace corresponding to the given ID.
认证
需要 Connected AccountTags
Get multiple key-value pairsCLOUDFLARE_WORKERS_KV_NAMESPACE_GET_MULTIPLE_KEY_VALUE_PAIRSRetrieve up to 100 KV pairs from the namespace. Keys must contain text-based values. JSON values can optionally be parsed instead of being returned as a string value. Metadata can be included if `withMetadata` is true.需要连接
Retrieve up to 100 KV pairs from the namespace. Keys must contain text-based values. JSON values can optionally be parsed instead of being returned as a string value. Metadata can be included if `withMetadata` is true.
认证
需要 Connected AccountTags
List a Namespace's KeysCLOUDFLARE_WORKERS_KV_NAMESPACE_LIST_A_NAMESPACE_S_KEYSLists a namespace's keys.需要连接
Lists a namespace's keys.
认证
需要 Connected AccountTags
List NamespacesCLOUDFLARE_WORKERS_KV_NAMESPACE_LIST_NAMESPACESReturns the namespaces owned by an account.需要连接
Returns the namespaces owned by an account.
认证
需要 Connected AccountTags
Read key-value pairCLOUDFLARE_WORKERS_KV_NAMESPACE_READ_KEY_VALUE_PAIRReturns the value associated with the given key in the given namespace. Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name. If the KV-pair is set to expire at some point, the expiration time as measured in seconds since the UNIX epoch will be returned in the `expiration` response header.需要连接
Returns the value associated with the given key in the given namespace. Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name. If the KV-pair is set to expire at some point, the expiration time as measured in seconds since the UNIX epoch will be returned in the `expiration` response header.
认证
需要 Connected AccountTags
Read the metadata for a keyCLOUDFLARE_WORKERS_KV_NAMESPACE_READ_THE_METADATA_FOR_A_KEYReturns the metadata associated with the given key in the given namespace. Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name.需要连接
Returns the metadata associated with the given key in the given namespace. Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name.
认证
需要 Connected AccountTags
Remove a NamespaceCLOUDFLARE_WORKERS_KV_NAMESPACE_REMOVE_A_NAMESPACEDeletes the namespace corresponding to the given ID.需要连接
Deletes the namespace corresponding to the given ID.
认证
需要 Connected AccountTags
Rename a NamespaceCLOUDFLARE_WORKERS_KV_NAMESPACE_RENAME_A_NAMESPACEModifies a namespace's title.需要连接
Modifies a namespace's title.
认证
需要 Connected AccountTags
Write multiple key-value pairsCLOUDFLARE_WORKERS_KV_NAMESPACE_WRITE_MULTIPLE_KEY_VALUE_PAIRSWrite multiple keys and values at once. Body should be an array of up to 10,000 key-value pairs to be stored, along with optional expiration information. Existing values and expirations will be overwritten. If neither `expiration` nor `expiration_ttl` is specified, the key-value pair will never expire. If both are set, `expiration_ttl` is used and `expiration` is ignored. The entire request size must be 100 megabytes or less.需要连接
Write multiple keys and values at once. Body should be an array of up to 10,000 key-value pairs to be stored, along with optional expiration information. Existing values and expirations will be overwritten. If neither `expiration` nor `expiration_ttl` is specified, the key-value pair will never expire. If both are set, `expiration_ttl` is used and `expiration` is ignored. The entire request size must be 100 megabytes or less.
认证
需要 Connected AccountTags
Create Zero Trust accountCLOUDFLARE_ZERO_TRUST_ACCOUNTS_CREATE_ZERO_TRUST_ACCOUNTCreate a Zero Trust account for an existing Cloudflare account.需要连接
Create a Zero Trust account for an existing Cloudflare account.
认证
需要 Connected AccountTags
Reset device settings for a Zero Trust account with defaults. This turns off all proxying.CLOUDFLARE_ZERO_TRUST_ACCOUNTS_DELETE_DEVICE_SETTINGS_FOR_ZERO_TRUST_ACCOUNTResets the current device settings for a Zero Trust account.需要连接
Resets the current device settings for a Zero Trust account.
认证
需要 Connected AccountTags
Get Zero Trust Connectivity SettingsCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_CONNECTIVITY_SETTINGSGets the Zero Trust Connectivity Settings for the given account.需要连接
Gets the Zero Trust Connectivity Settings for the given account.
认证
需要 Connected AccountTags
Get device settings for a Zero Trust accountCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_DEVICE_SETTINGS_FOR_ZERO_TRUST_ACCOUNTDescribes the current device settings for a Zero Trust account.需要连接
Describes the current device settings for a Zero Trust account.
认证
需要 Connected AccountTags
Get gateway egress CIDRs pairs assigned to this accountCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_EGRESS_CIDR_PAIRSRetrieve the list of egress CIDRs allocated to this Zero Trust account.需要连接
Retrieve the list of egress CIDRs allocated to this Zero Trust account.
认证
需要 Connected AccountTags
Get logging settings for the Zero Trust accountCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_LOGGING_SETTINGS_FOR_THE_ZERO_TRUST_ACCOUNTRetrieve the current logging settings for the Zero Trust account.需要连接
Retrieve the current logging settings for the Zero Trust account.
认证
需要 Connected AccountTags
Get Zero Trust account configurationCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_ZERO_TRUST_ACCOUNT_CONFIGURATIONRetrieve the current Zero Trust account configuration.需要连接
Retrieve the current Zero Trust account configuration.
认证
需要 Connected AccountTags
Get Zero Trust account informationCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_ZERO_TRUST_ACCOUNT_INFORMATIONRetrieve information about the current Zero Trust account.需要连接
Retrieve information about the current Zero Trust account.
认证
需要 Connected AccountTags
Get Zero Trust certificate configurationCLOUDFLARE_ZERO_TRUST_ACCOUNTS_GET_ZERO_TRUST_CERTIFICATE_CONFIGURATIONRetrieve the current Zero Trust certificate configuration.需要连接
Retrieve the current Zero Trust certificate configuration.
认证
需要 Connected AccountTags
Updates the Zero Trust Connectivity SettingsCLOUDFLARE_ZERO_TRUST_ACCOUNTS_PATCH_CONNECTIVITY_SETTINGSUpdates the Zero Trust Connectivity Settings for the given account.需要连接
Updates the Zero Trust Connectivity Settings for the given account.
认证
需要 Connected AccountTags
Patch device settings for a Zero Trust accountCLOUDFLARE_ZERO_TRUST_ACCOUNTS_PATCH_DEVICE_SETTINGS_FOR_THE_ZERO_TRUST_ACCOUNTPatches the current device settings for a Zero Trust account.需要连接
Patches the current device settings for a Zero Trust account.
认证
需要 Connected AccountTags
Patch Zero Trust account configurationCLOUDFLARE_ZERO_TRUST_ACCOUNTS_PATCH_ZERO_TRUST_ACCOUNT_CONFIGURATIONUpdate (PATCH) a single subcollection of settings such as `antivirus`, `tls_decrypt`, `activity_log`, `block_page`, `browser_isolation`, `fips`, `body_scanning`, `certificate`, or `max_ttl_secs` without updating the entire configuration object. This endpoint returns an error if any settings collection lacks proper configuration.需要连接
Update (PATCH) a single subcollection of settings such as `antivirus`, `tls_decrypt`, `activity_log`, `block_page`, `browser_isolation`, `fips`, `body_scanning`, `certificate`, or `max_ttl_secs` without updating the entire configuration object. This endpoint returns an error if any settings collection lacks proper configuration.
认证
需要 Connected AccountTags
Update device settings for a Zero Trust accountCLOUDFLARE_ZERO_TRUST_ACCOUNTS_UPDATE_DEVICE_SETTINGS_FOR_THE_ZERO_TRUST_ACCOUNTUpdates the current device settings for a Zero Trust account.需要连接
Updates the current device settings for a Zero Trust account.
认证
需要 Connected AccountTags
Update Zero Trust account logging settingsCLOUDFLARE_ZERO_TRUST_ACCOUNTS_UPDATE_LOGGING_SETTINGS_FOR_THE_ZERO_TRUST_ACCOUNTUpdate logging settings for the current Zero Trust account.需要连接
Update logging settings for the current Zero Trust account.
认证
需要 Connected AccountTags
Update Zero Trust account configurationCLOUDFLARE_ZERO_TRUST_ACCOUNTS_UPDATE_ZERO_TRUST_ACCOUNT_CONFIGURATIONUpdate the current Zero Trust account configuration.需要连接
Update the current Zero Trust account configuration.
认证
需要 Connected AccountTags
List applications review statusesCLOUDFLARE_ZERO_TRUST_APPLICATIONS_REVIEW_STATUS_LISTRetrieve the statuses of your applications.需要连接
Retrieve the statuses of your applications.
认证
需要 Connected AccountTags
Update applications review statusesCLOUDFLARE_ZERO_TRUST_APPLICATIONS_REVIEW_STATUS_UPDATEUpdate the statuses of your applications.需要连接
Update the statuses of your applications.
认证
需要 Connected AccountTags
Activate a Zero Trust certificateCLOUDFLARE_ZERO_TRUST_CERTIFICATES_ACTIVATE_ZERO_TRUST_CERTIFICATEBind a single Zero Trust certificate to the edge.需要连接
Bind a single Zero Trust certificate to the edge.
认证
需要 Connected AccountTags
Create Zero Trust certificateCLOUDFLARE_ZERO_TRUST_CERTIFICATES_CREATE_ZERO_TRUST_CERTIFICATECreate a new Zero Trust certificate.需要连接
Create a new Zero Trust certificate.
认证
需要 Connected AccountTags
Deactivate a Zero Trust certificateCLOUDFLARE_ZERO_TRUST_CERTIFICATES_DEACTIVATE_ZERO_TRUST_CERTIFICATEUnbind a single Zero Trust certificate from the edge.需要连接
Unbind a single Zero Trust certificate from the edge.
认证
需要 Connected AccountTags
Delete Zero Trust certificateCLOUDFLARE_ZERO_TRUST_CERTIFICATES_DELETE_ZERO_TRUST_CERTIFICATEDelete a gateway-managed Zero Trust certificate. You must deactivate the certificate from the edge (inactive) before deleting it.需要连接
Delete a gateway-managed Zero Trust certificate. You must deactivate the certificate from the edge (inactive) before deleting it.
认证
需要 Connected AccountTags
List Zero Trust certificatesCLOUDFLARE_ZERO_TRUST_CERTIFICATES_LIST_ZERO_TRUST_CERTIFICATESList all Zero Trust certificates for an account.需要连接
List all Zero Trust certificates for an account.
认证
需要 Connected AccountTags
Get Zero Trust certificate detailsCLOUDFLARE_ZERO_TRUST_CERTIFICATES_ZERO_TRUST_CERTIFICATE_DETAILSGet a single Zero Trust certificate.需要连接
Get a single Zero Trust certificate.
认证
需要 Connected AccountTags
List Zero Trust Gateway DNS destination IPv4 address pairsCLOUDFLARE_ZERO_TRUST_DNS_DESTINATION_IPS_LIST_DNS_DESTINATION_IPSList Zero Trust Gateway IPv4 address pairs for an account.需要连接
List Zero Trust Gateway IPv4 address pairs for an account.
认证
需要 Connected AccountTags
List application and application type mappingsCLOUDFLARE_ZERO_TRUST_GATEWAY_APPLICATION_AND_APPLICATION_TYPE_MAPPINGS_LIST_APPLICATION_AND_APPLICATION_TYPE_MAPPINGSList all application and application type mappings.需要连接
List all application and application type mappings.
认证
需要 Connected AccountTags
List categoriesCLOUDFLARE_ZERO_TRUST_GATEWAY_CATEGORIES_LIST_CATEGORIESList all categories.需要连接
List all categories.
认证
需要 Connected AccountTags
Create a Zero Trust Gateway locationCLOUDFLARE_ZERO_TRUST_GATEWAY_LOCATIONS_CREATE_ZERO_TRUST_GATEWAY_LOCATIONCreate a new Zero Trust Gateway location.需要连接
Create a new Zero Trust Gateway location.
认证
需要 Connected AccountTags
Delete a Zero Trust Gateway locationCLOUDFLARE_ZERO_TRUST_GATEWAY_LOCATIONS_DELETE_ZERO_TRUST_GATEWAY_LOCATIONDelete a configured Zero Trust Gateway location.需要连接
Delete a configured Zero Trust Gateway location.
认证
需要 Connected AccountTags
List Zero Trust Gateway locationsCLOUDFLARE_ZERO_TRUST_GATEWAY_LOCATIONS_LIST_ZERO_TRUST_GATEWAY_LOCATIONSList Zero Trust Gateway locations for an account.需要连接
List Zero Trust Gateway locations for an account.
认证
需要 Connected AccountTags
Update a Zero Trust Gateway locationCLOUDFLARE_ZERO_TRUST_GATEWAY_LOCATIONS_UPDATE_ZERO_TRUST_GATEWAY_LOCATIONUpdate a configured Zero Trust Gateway location.需要连接
Update a configured Zero Trust Gateway location.
认证
需要 Connected AccountTags
Get Zero Trust Gateway location detailsCLOUDFLARE_ZERO_TRUST_GATEWAY_LOCATIONS_ZERO_TRUST_GATEWAY_LOCATION_DETAILSGet a single Zero Trust Gateway location.需要连接
Get a single Zero Trust Gateway location.
认证
需要 Connected AccountTags
List Zero Trust Gateway operationsCLOUDFLARE_ZERO_TRUST_GATEWAY_OPERATIONS_LIST_ZERO_TRUST_GATEWAY_OPERATIONSList all Zero Trust Gateway operations for an account.需要连接
List all Zero Trust Gateway operations for an account.
认证
需要 Connected AccountTags
Zero Trust Gateway operation detailsCLOUDFLARE_ZERO_TRUST_GATEWAY_OPERATIONS_ZERO_TRUST_GATEWAY_OPERATION_DETAILSFetch a single Zero Trust Gateway operation by its ID.需要连接
Fetch a single Zero Trust Gateway operation by its ID.
认证
需要 Connected AccountTags
Create a PAC fileCLOUDFLARE_ZERO_TRUST_GATEWAY_PACFILES_CREATE_PACFILECreate a new Zero Trust Gateway PAC file.需要连接
Create a new Zero Trust Gateway PAC file.
认证
需要 Connected AccountTags
Delete a PAC fileCLOUDFLARE_ZERO_TRUST_GATEWAY_PACFILES_DELETEDelete a configured Zero Trust Gateway PAC file.需要连接
Delete a configured Zero Trust Gateway PAC file.
认证
需要 Connected AccountTags
Get a PAC fileCLOUDFLARE_ZERO_TRUST_GATEWAY_PACFILES_DETAILSGet a single Zero Trust Gateway PAC file.需要连接
Get a single Zero Trust Gateway PAC file.
认证
需要 Connected AccountTags
List PAC filesCLOUDFLARE_ZERO_TRUST_GATEWAY_PACFILES_LISTList all Zero Trust Gateway PAC files for an account.需要连接
List all Zero Trust Gateway PAC files for an account.
认证
需要 Connected AccountTags
Update a Zero Trust Gateway PAC fileCLOUDFLARE_ZERO_TRUST_GATEWAY_PACFILES_UPDATEUpdate a configured Zero Trust Gateway PAC file.需要连接
Update a configured Zero Trust Gateway PAC file.
认证
需要 Connected AccountTags
Create a proxy endpointCLOUDFLARE_ZERO_TRUST_GATEWAY_PROXY_ENDPOINTS_CREATE_PROXY_ENDPOINTCreate a new Zero Trust Gateway proxy endpoint.需要连接
Create a new Zero Trust Gateway proxy endpoint.
认证
需要 Connected AccountTags
Delete a proxy endpointCLOUDFLARE_ZERO_TRUST_GATEWAY_PROXY_ENDPOINTS_DELETE_PROXY_ENDPOINTDelete a configured Zero Trust Gateway proxy endpoint.需要连接
Delete a configured Zero Trust Gateway proxy endpoint.
认证
需要 Connected AccountTags
List proxy endpointsCLOUDFLARE_ZERO_TRUST_GATEWAY_PROXY_ENDPOINTS_LIST_PROXY_ENDPOINTSList all Zero Trust Gateway proxy endpoints for an account.需要连接
List all Zero Trust Gateway proxy endpoints for an account.
认证
需要 Connected AccountTags
Get a proxy endpointCLOUDFLARE_ZERO_TRUST_GATEWAY_PROXY_ENDPOINTS_PROXY_ENDPOINT_DETAILSGet a single Zero Trust Gateway proxy endpoint.需要连接
Get a single Zero Trust Gateway proxy endpoint.
认证
需要 Connected AccountTags
Update a proxy endpointCLOUDFLARE_ZERO_TRUST_GATEWAY_PROXY_ENDPOINTS_UPDATE_PROXY_ENDPOINTUpdate a configured Zero Trust Gateway proxy endpoint.需要连接
Update a configured Zero Trust Gateway proxy endpoint.
认证
需要 Connected AccountTags
Create a Zero Trust Gateway ruleCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_CREATE_ZERO_TRUST_GATEWAY_RULECreate a new Zero Trust Gateway rule.需要连接
Create a new Zero Trust Gateway rule.
认证
需要 Connected AccountTags
Delete a Zero Trust Gateway ruleCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_DELETE_ZERO_TRUST_GATEWAY_RULEDelete a Zero Trust Gateway rule.需要连接
Delete a Zero Trust Gateway rule.
认证
需要 Connected AccountTags
List Zero Trust Gateway rulesCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_LIST_ZERO_TRUST_GATEWAY_RULESList Zero Trust Gateway rules for an account.需要连接
List Zero Trust Gateway rules for an account.
认证
需要 Connected AccountTags
List Zero Trust Gateway rules inherited from the parent accountCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_LIST_ZERO_TRUST_GATEWAY_RULES_TENANTList Zero Trust Gateway rules for the parent account of an account in the MSP configuration.需要连接
List Zero Trust Gateway rules for the parent account of an account in the MSP configuration.
认证
需要 Connected AccountTags
Patch multiple Zero Trust Gateway rulesCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_PATCH_MULTIPLE_ZERO_TRUST_GATEWAY_RULESUpdate select fields of multiple Zero Trust Gateway rules in a single request. This is commonly used to reorder rules by updating their precedence values. Only the fields provided for each rule are updated.需要连接
Update select fields of multiple Zero Trust Gateway rules in a single request. This is commonly used to reorder rules by updating their precedence values. Only the fields provided for each rule are updated.
认证
需要 Connected AccountTags
Patch a Zero Trust Gateway ruleCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_PATCH_ZERO_TRUST_GATEWAY_RULEUpdate select fields of an existing Zero Trust Gateway rule. Only the fields provided in the request body are updated. This endpoint supports a limited subset of fields (`name`, `description`, `precedence`, `enabled`). To update other fields such as `action`, `traffic`, `identity`, `device_posture`, `rule_settings`, `schedule`, or `expiration`, use the PUT endpoint for a full rule replacement.需要连接
Update select fields of an existing Zero Trust Gateway rule. Only the fields provided in the request body are updated. This endpoint supports a limited subset of fields (`name`, `description`, `precedence`, `enabled`). To update other fields such as `action`, `traffic`, `identity`, `device_posture`, `rule_settings`, `schedule`, or `expiration`, use the PUT endpoint for a full rule replacement.
认证
需要 Connected AccountTags
Reset the expiration of a Zero Trust Gateway RuleCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_RESET_EXPIRATION_ZERO_TRUST_GATEWAY_RULEResets the expiration of a Zero Trust Gateway Rule if its duration elapsed and it has a default duration. The Zero Trust Gateway Rule must have values for both `expiration.expires_at` and `expiration.duration`.需要连接
Resets the expiration of a Zero Trust Gateway Rule if its duration elapsed and it has a default duration. The Zero Trust Gateway Rule must have values for both `expiration.expires_at` and `expiration.duration`.
认证
需要 Connected AccountTags
Update a Zero Trust Gateway ruleCLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_UPDATE_ZERO_TRUST_GATEWAY_RULEUpdate a configured Zero Trust Gateway rule.需要连接
Update a configured Zero Trust Gateway rule.
认证
需要 Connected AccountTags
Get Zero Trust Gateway rule details.CLOUDFLARE_ZERO_TRUST_GATEWAY_RULES_ZERO_TRUST_GATEWAY_RULE_DETAILSGet a single Zero Trust Gateway rule.需要连接
Get a single Zero Trust Gateway rule.
认证
需要 Connected AccountTags
Get Zero Trust SSH settingsCLOUDFLARE_ZERO_TRUST_GET_AUDIT_SSH_SETTINGSRetrieve all Zero Trust Audit SSH and SSH with Access for Infrastructure settings for an account.需要连接
Retrieve all Zero Trust Audit SSH and SSH with Access for Infrastructure settings for an account.
认证
需要 Connected AccountTags
Create Zero Trust listCLOUDFLARE_ZERO_TRUST_LISTS_CREATE_ZERO_TRUST_LISTCreates a new Zero Trust list.需要连接
Creates a new Zero Trust list.
认证
需要 Connected AccountTags
Delete Zero Trust listCLOUDFLARE_ZERO_TRUST_LISTS_DELETE_ZERO_TRUST_LISTDeletes a Zero Trust list.需要连接
Deletes a Zero Trust list.
认证
需要 Connected AccountTags
List Zero Trust listsCLOUDFLARE_ZERO_TRUST_LISTS_LIST_ZERO_TRUST_LISTSFetch all Zero Trust lists for an account.需要连接
Fetch all Zero Trust lists for an account.
认证
需要 Connected AccountTags
Patch Zero Trust list.CLOUDFLARE_ZERO_TRUST_LISTS_PATCH_ZERO_TRUST_LISTAppends or removes an item from a configured Zero Trust list.需要连接
Appends or removes an item from a configured Zero Trust list.
认证
需要 Connected AccountTags
Update Zero Trust listCLOUDFLARE_ZERO_TRUST_LISTS_UPDATE_ZERO_TRUST_LISTUpdates a configured Zero Trust list. Skips updating list items if not included in the payload. A non empty list items will overwrite the existing list.需要连接
Updates a configured Zero Trust list. Skips updating list items if not included in the payload. A non empty list items will overwrite the existing list.
认证
需要 Connected AccountTags
Get Zero Trust list detailsCLOUDFLARE_ZERO_TRUST_LISTS_ZERO_TRUST_LIST_DETAILSFetch a single Zero Trust list.需要连接
Fetch a single Zero Trust list.
认证
需要 Connected AccountTags
Get Zero Trust list itemsCLOUDFLARE_ZERO_TRUST_LISTS_ZERO_TRUST_LIST_ITEMSFetch all items in a single Zero Trust list.需要连接
Fetch all items in a single Zero Trust list.
认证
需要 Connected AccountTags
Create hostname routeCLOUDFLARE_ZERO_TRUST_NETWORKS_ROUTE_HOSTNAME_CREATECreate a hostname route.需要连接
Create a hostname route.
认证
需要 Connected AccountTags
Delete hostname routeCLOUDFLARE_ZERO_TRUST_NETWORKS_ROUTE_HOSTNAME_DELETEDelete a hostname route.需要连接
Delete a hostname route.
认证
需要 Connected AccountTags
Get hostname routeCLOUDFLARE_ZERO_TRUST_NETWORKS_ROUTE_HOSTNAME_GETGet a hostname route.需要连接
Get a hostname route.
认证
需要 Connected AccountTags
List hostname routesCLOUDFLARE_ZERO_TRUST_NETWORKS_ROUTE_HOSTNAME_LISTLists and filters hostname routes in an account.需要连接
Lists and filters hostname routes in an account.
认证
需要 Connected AccountTags
Update hostname routeCLOUDFLARE_ZERO_TRUST_NETWORKS_ROUTE_HOSTNAME_UPDATEUpdates a hostname route.需要连接
Updates a hostname route.
认证
需要 Connected AccountTags
Create WARP IP subnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_CREATE_WARPCreate a WARP IP assignment subnet. Currently, only IPv4 subnets can be created. **Network constraints:** - The network must be within one of the following private IP ranges: - `10.0.0.0/8` (RFC 1918) - `172.16.0.0/12` (RFC 1918) - `192.168.0.0/16` (RFC 1918) - `100.64.0.0/10` (RFC 6598 - CGNAT) - The subnet must have a prefix length of `/24` or larger (e.g., `/16`, `/20`, `/24` are valid; `/25`, `/28` are not)需要连接
Create a WARP IP assignment subnet. Currently, only IPv4 subnets can be created. **Network constraints:** - The network must be within one of the following private IP ranges: - `10.0.0.0/8` (RFC 1918) - `172.16.0.0/12` (RFC 1918) - `192.168.0.0/16` (RFC 1918) - `100.64.0.0/10` (RFC 6598 - CGNAT) - The subnet must have a prefix length of `/24` or larger (e.g., `/16`, `/20`, `/24` are valid; `/25`, `/28` are not)
认证
需要 Connected AccountTags
Delete WARP IP subnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_DELETE_WARPDelete a WARP IP assignment subnet. This operation is idempotent - deleting an already-deleted or non-existent subnet will return success with a null result.需要连接
Delete a WARP IP assignment subnet. This operation is idempotent - deleting an already-deleted or non-existent subnet will return success with a null result.
认证
需要 Connected AccountTags
Get Gateway Ephemeral SubnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_GET_GATEWAY_EPHEMERALReturns the account's default gateway ephemeral subnet for the given address family.需要连接
Returns the account's default gateway ephemeral subnet for the given address family.
认证
需要 Connected AccountTags
Get WARP IP subnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_GET_WARPGet a WARP IP assignment subnet.需要连接
Get a WARP IP assignment subnet.
认证
需要 Connected AccountTags
Update Cloudflare Source SubnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_UPDATE_CLOUDFLARE_SOURCEUpdates the Cloudflare Source subnet of the given address family需要连接
Updates the Cloudflare Source subnet of the given address family
认证
需要 Connected AccountTags
Update Gateway Ephemeral SubnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_UPDATE_GATEWAY_EPHEMERALUpdates the CIDR for the account's default gateway ephemeral subnet of the given address family. The new CIDR must not conflict with existing private routes in the account.需要连接
Updates the CIDR for the account's default gateway ephemeral subnet of the given address family. The new CIDR must not conflict with existing private routes in the account.
认证
需要 Connected AccountTags
Update WARP IP subnetCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNET_UPDATE_WARPUpdates a WARP IP assignment subnet. **Update constraints:** - The `network` field cannot be modified for WARP subnets. Only `name`, `comment`, and `is_default_network` can be updated. - IPv6 subnets cannot be updated需要连接
Updates a WARP IP assignment subnet. **Update constraints:** - The `network` field cannot be modified for WARP subnets. Only `name`, `comment`, and `is_default_network` can be updated. - IPv6 subnets cannot be updated
认证
需要 Connected AccountTags
List SubnetsCLOUDFLARE_ZERO_TRUST_NETWORKS_SUBNETS_LISTLists and filters subnets in an account.需要连接
Lists and filters subnets in an account.
认证
需要 Connected AccountTags
Create your Zero Trust organizationCLOUDFLARE_ZERO_TRUST_ORGANIZATION_CREATE_YOUR_ZERO_TRUST_ORGANIZATIONSets up a Zero Trust organization for your account.需要连接
Sets up a Zero Trust organization for your account.
认证
需要 Connected AccountTags
Get your Zero Trust organizationCLOUDFLARE_ZERO_TRUST_ORGANIZATION_GET_YOUR_ZERO_TRUST_ORGANIZATIONReturns the configuration for your Zero Trust organization.需要连接
Returns the configuration for your Zero Trust organization.
认证
需要 Connected AccountTags
Get your Zero Trust organization DoH settingsCLOUDFLARE_ZERO_TRUST_ORGANIZATION_GET_YOUR_ZERO_TRUST_ORGANIZATION_DOH_SETTINGSReturns the DoH settings for your Zero Trust organization.需要连接
Returns the DoH settings for your Zero Trust organization.
认证
需要 Connected AccountTags
Revoke all Access tokens for a userCLOUDFLARE_ZERO_TRUST_ORGANIZATION_REVOKE_ALL_ACCESS_TOKENS_FOR_A_USERRevokes a user's access across all applications.需要连接
Revokes a user's access across all applications.
认证
需要 Connected AccountTags
Update your Zero Trust organizationCLOUDFLARE_ZERO_TRUST_ORGANIZATION_UPDATE_YOUR_ZERO_TRUST_ORGANIZATIONUpdates the configuration for your Zero Trust organization.需要连接
Updates the configuration for your Zero Trust organization.
认证
需要 Connected AccountTags
Update your Zero Trust organization DoH settingsCLOUDFLARE_ZERO_TRUST_ORGANIZATION_UPDATE_YOUR_ZERO_TRUST_ORGANIZATION_DOH_SETTINGSUpdates the DoH settings for your Zero Trust organization.需要连接
Updates the DoH settings for your Zero Trust organization.
认证
需要 Connected AccountTags
Rotate Zero Trust SSH account seedCLOUDFLARE_ZERO_TRUST_ROTATE_SSH_ACCOUNT_SEEDRotate the SSH account seed that generates the host key identity when connecting through the Cloudflare SSH Proxy.需要连接
Rotate the SSH account seed that generates the host key identity when connecting through the Cloudflare SSH Proxy.
认证
需要 Connected AccountTags
Update a user seatCLOUDFLARE_ZERO_TRUST_SEATS_UPDATE_A_USER_SEATRemoves a user from a Zero Trust seat when both `access_seat` and `gateway_seat` are set to false.需要连接
Removes a user from a Zero Trust seat when both `access_seat` and `gateway_seat` are set to false.
认证
需要 Connected AccountTags
Update Zero Trust SSH settingsCLOUDFLARE_ZERO_TRUST_UPDATE_AUDIT_SSH_SETTINGSUpdate Zero Trust Audit SSH and SSH with Access for Infrastructure settings for an account.需要连接
Update Zero Trust Audit SSH and SSH with Access for Infrastructure settings for an account.
认证
需要 Connected AccountTags
Create a userCLOUDFLARE_ZERO_TRUST_USERS_CREATE_USERCreates a new user.需要连接
Creates a new user.
认证
需要 Connected AccountTags
Delete a user's MFA deviceCLOUDFLARE_ZERO_TRUST_USERS_DELETE_MFA_AUTHENTICATORDeletes a specific MFA device for a user. This action is only available if MFA is turned on for the organization.需要连接
Deletes a specific MFA device for a user. This action is only available if MFA is turned on for the organization.
认证
需要 Connected AccountTags
Delete a userCLOUDFLARE_ZERO_TRUST_USERS_DELETE_USERDeletes a specific user for an account. This will also revoke any active seats and tokens for the user.需要连接
Deletes a specific user for an account. This will also revoke any active seats and tokens for the user.
认证
需要 Connected AccountTags
Get single active sessionCLOUDFLARE_ZERO_TRUST_USERS_GET_ACTIVE_SESSIONGet an active session for a single user.需要连接
Get an active session for a single user.
认证
需要 Connected AccountTags
Get active sessionsCLOUDFLARE_ZERO_TRUST_USERS_GET_ACTIVE_SESSIONSGet active sessions for a single user.需要连接
Get active sessions for a single user.
认证
需要 Connected AccountTags
Get failed loginsCLOUDFLARE_ZERO_TRUST_USERS_GET_FAILED_LOGINSGet all failed login attempts for a single user.需要连接
Get all failed login attempts for a single user.
认证
需要 Connected AccountTags
Get last seen identityCLOUDFLARE_ZERO_TRUST_USERS_GET_LAST_SEEN_IDENTITYGet last seen identity for a single user.需要连接
Get last seen identity for a single user.
认证
需要 Connected AccountTags
Get a userCLOUDFLARE_ZERO_TRUST_USERS_GET_USERGets a specific user for an account.需要连接
Gets a specific user for an account.
认证
需要 Connected AccountTags
Get usersCLOUDFLARE_ZERO_TRUST_USERS_GET_USERSGets a list of users for an account.需要连接
Gets a list of users for an account.
认证
需要 Connected AccountTags
Update a userCLOUDFLARE_ZERO_TRUST_USERS_UPDATE_USERUpdates a specific user's name for an account. Requires the user's current email as confirmation (email cannot be changed).需要连接
Updates a specific user's name for an account. Requires the user's current email as confirmation (email cannot be changed).
认证
需要 Connected AccountTags
Get analytics by Co-locationsCLOUDFLARE_ZONE_ANALYTICS_DEPRECATED_GET_ANALYTICS_BY_CO_LOCATIONSThis view provides a breakdown of analytics data by datacenter. Note: This is available to Enterprise customers only.需要连接
This view provides a breakdown of analytics data by datacenter. Note: This is available to Enterprise customers only.
认证
需要 Connected AccountTags
Get dashboardCLOUDFLARE_ZONE_ANALYTICS_DEPRECATED_GET_DASHBOARDThe dashboard view provides both totals and timeseries data for the given zone and time period across the entire Cloudflare network.需要连接
The dashboard view provides both totals and timeseries data for the given zone and time period across the entire Cloudflare network.
认证
需要 Connected AccountTags
Change aegis settingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_AEGIS_SETTINGAegis provides dedicated egress IPs (from Cloudflare to your origin) for your layer 7 WAF and CDN services. The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.需要连接
Aegis provides dedicated egress IPs (from Cloudflare to your origin) for your layer 7 WAF and CDN services. The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.
认证
需要 Connected AccountTags
Change Cache Reserve settingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_CACHE_RESERVE_SETTINGIncrease cache lifetimes by automatically storing all cacheable files into Cloudflare's persistent object storage buckets. Requires Cache Reserve subscription. Note: using Tiered Cache with Cache Reserve is highly recommended to reduce Reserve operations costs. See the [developer docs](https://developers.cloudflare.com/cache/about/cache-reserve) for more information.需要连接
Increase cache lifetimes by automatically storing all cacheable files into Cloudflare's persistent object storage buckets. Requires Cache Reserve subscription. Note: using Tiered Cache with Cache Reserve is highly recommended to reduce Reserve operations costs. See the [developer docs](https://developers.cloudflare.com/cache/about/cache-reserve) for more information.
认证
需要 Connected AccountTags
Change Origin H2 Max Streams SettingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_ORIGIN_H2_MAX_STREAMS_SETTINGOrigin H2 Max Streams configures the max number of concurrent requests that Cloudflare will send within the same connection when communicating with the origin server, if the origin supports it. Note that if your origin does not support H2 multiplexing, 5xx errors may be observed, particularly 520s. Also note that the default value is `100` for all plan types except Enterprise where it is `1`. `1` means that H2 multiplexing is disabled.需要连接
Origin H2 Max Streams configures the max number of concurrent requests that Cloudflare will send within the same connection when communicating with the origin server, if the origin supports it. Note that if your origin does not support H2 multiplexing, 5xx errors may be observed, particularly 520s. Also note that the default value is `100` for all plan types except Enterprise where it is `1`. `1` means that H2 multiplexing is disabled.
认证
需要 Connected AccountTags
Change Origin Max HTTP Version SettingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_ORIGIN_MAX_HTTP_VERSION_SETTINGOrigin Max HTTP Setting Version sets the highest HTTP version Cloudflare will attempt to use with your origin. This setting allows Cloudflare to make HTTP/2 requests to your origin. (Refer to [Enable HTTP/2 to Origin](https://developers.cloudflare.com/cache/how-to/enable-http2-to-origin/), for more information.). The default value is "2" for all plan types except Enterprise where it is "1".需要连接
Origin Max HTTP Setting Version sets the highest HTTP version Cloudflare will attempt to use with your origin. This setting allows Cloudflare to make HTTP/2 requests to your origin. (Refer to [Enable HTTP/2 to Origin](https://developers.cloudflare.com/cache/how-to/enable-http2-to-origin/), for more information.). The default value is "2" for all plan types except Enterprise where it is "1".
认证
需要 Connected AccountTags
Change Origin Post-Quantum Encryption settingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_ORIGIN_POST_QUANTUM_ENCRYPTION_SETTINGInstructs Cloudflare to use Post-Quantum (PQ) key agreement algorithms when connecting to your origin. Preferred instructs Cloudflare to opportunistically send a Post-Quantum keyshare in the first message to the origin (for fastest connections when the origin supports and prefers PQ), supported means that PQ algorithms are advertised but only used when requested by the origin, and off means that PQ algorithms are not advertised.需要连接
Instructs Cloudflare to use Post-Quantum (PQ) key agreement algorithms when connecting to your origin. Preferred instructs Cloudflare to opportunistically send a Post-Quantum keyshare in the first message to the origin (for fastest connections when the origin supports and prefers PQ), supported means that PQ algorithms are advertised but only used when requested by the origin, and off means that PQ algorithms are not advertised.
认证
需要 Connected AccountTags
Change Origin TLS Compliance Modes settingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_ORIGIN_TLS_COMPLIANCE_MODES_SETTINGUpdate the set of TLS compliance modes for the zone. PATCH performs a full replace of the modes list, not a merge — the request body is treated as the complete new list, and any modes not present in it are removed. (To remove a single mode from an existing configuration, send the updated list without it.) The request body must be of the form `{"value": ["fips", "pqh"]}`. Currently supported modes are `fips` and `pqh`; an empty list clears the constraint. Future modes (e.g. `cnsa2`) may be added; clients should treat unknown values as opaque strings. Invalid mode values are rejected with a 4xx response.需要连接
Update the set of TLS compliance modes for the zone. PATCH performs a full replace of the modes list, not a merge — the request body is treated as the complete new list, and any modes not present in it are removed. (To remove a single mode from an existing configuration, send the updated list without it.) The request body must be of the form `{"value": ["fips", "pqh"]}`. Currently supported modes are `fips` and `pqh`; an empty list clears the constraint. Future modes (e.g. `cnsa2`) may be added; clients should treat unknown values as opaque strings. Invalid mode values are rejected with a 4xx response.
认证
需要 Connected AccountTags
Change Regional Tiered Cache settingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_REGIONAL_TIERED_CACHE_SETTINGInstructs Cloudflare to check a regional hub data center on the way to your upper tier. This can help improve performance for smart and custom tiered cache topologies.需要连接
Instructs Cloudflare to check a regional hub data center on the way to your upper tier. This can help improve performance for smart and custom tiered cache topologies.
认证
需要 Connected AccountTags
Change variants settingCLOUDFLARE_ZONE_CACHE_SETTINGS_CHANGE_VARIANTS_SETTINGVariant support enables caching variants of images with certain file extensions in addition to the original. This only applies when the origin server sends the 'Vary: Accept' response header. If the origin server sends 'Vary: Accept' but does not serve the variant requested, the response will not be cached. This will be indicated with BYPASS cache status in the response headers.需要连接
Variant support enables caching variants of images with certain file extensions in addition to the original. This only applies when the origin server sends the 'Vary: Accept' response header. If the origin server sends 'Vary: Accept' but does not serve the variant requested, the response will not be cached. This will be indicated with BYPASS cache status in the response headers.
认证
需要 Connected AccountTags
Delete Origin TLS Compliance Modes settingCLOUDFLARE_ZONE_CACHE_SETTINGS_DELETE_ORIGIN_TLS_COMPLIANCE_MODES_SETTINGDelete the Origin TLS Compliance Modes setting for the zone, removing any configured compliance constraint. After deletion, Cloudflare's default behavior applies (no compliance filtering of the key-exchange algorithm list sent to the origin).需要连接
Delete the Origin TLS Compliance Modes setting for the zone, removing any configured compliance constraint. After deletion, Cloudflare's default behavior applies (no compliance filtering of the key-exchange algorithm list sent to the origin).
认证
需要 Connected AccountTags
Delete variants settingCLOUDFLARE_ZONE_CACHE_SETTINGS_DELETE_VARIANTS_SETTINGVariant support enables caching variants of images with certain file extensions in addition to the original. This only applies when the origin server sends the 'Vary: Accept' response header. If the origin server sends 'Vary: Accept' but does not serve the variant requested, the response will not be cached. This will be indicated with BYPASS cache status in the response headers.需要连接
Variant support enables caching variants of images with certain file extensions in addition to the original. This only applies when the origin server sends the 'Vary: Accept' response header. If the origin server sends 'Vary: Accept' but does not serve the variant requested, the response will not be cached. This will be indicated with BYPASS cache status in the response headers.
认证
需要 Connected AccountTags
Get aegis settingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_AEGIS_SETTINGAegis provides dedicated egress IPs (from Cloudflare to your origin) for your layer 7 WAF and CDN services. The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.需要连接
Aegis provides dedicated egress IPs (from Cloudflare to your origin) for your layer 7 WAF and CDN services. The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.
认证
需要 Connected AccountTags
Get Cache Reserve ClearCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_CACHE_RESERVE_CLEARYou can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.需要连接
You can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.
认证
需要 Connected AccountTags
Get Cache Reserve settingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_CACHE_RESERVE_SETTINGIncrease cache lifetimes by automatically storing all cacheable files into Cloudflare's persistent object storage buckets. Requires Cache Reserve subscription. Note: using Tiered Cache with Cache Reserve is highly recommended to reduce Reserve operations costs. See the [developer docs](https://developers.cloudflare.com/cache/about/cache-reserve) for more information.需要连接
Increase cache lifetimes by automatically storing all cacheable files into Cloudflare's persistent object storage buckets. Requires Cache Reserve subscription. Note: using Tiered Cache with Cache Reserve is highly recommended to reduce Reserve operations costs. See the [developer docs](https://developers.cloudflare.com/cache/about/cache-reserve) for more information.
认证
需要 Connected AccountTags
Get Origin H2 Max Streams SettingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_ORIGIN_H2_MAX_STREAMS_SETTINGOrigin H2 Max Streams configures the max number of concurrent requests that Cloudflare will send within the same connection when communicating with the origin server, if the origin supports it. Note that if your origin does not support H2 multiplexing, 5xx errors may be observed, particularly 520s. Also note that the default value is `100` for all plan types except Enterprise where it is `1`. `1` means that H2 multiplexing is disabled.需要连接
Origin H2 Max Streams configures the max number of concurrent requests that Cloudflare will send within the same connection when communicating with the origin server, if the origin supports it. Note that if your origin does not support H2 multiplexing, 5xx errors may be observed, particularly 520s. Also note that the default value is `100` for all plan types except Enterprise where it is `1`. `1` means that H2 multiplexing is disabled.
认证
需要 Connected AccountTags
Get Origin Max HTTP Version SettingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_ORIGIN_MAX_HTTP_VERSION_SETTINGOrigin Max HTTP Setting Version sets the highest HTTP version Cloudflare will attempt to use with your origin. This setting allows Cloudflare to make HTTP/2 requests to your origin. (Refer to [Enable HTTP/2 to Origin](https://developers.cloudflare.com/cache/how-to/enable-http2-to-origin/), for more information.). The default value is "2" for all plan types except Enterprise where it is "1".需要连接
Origin Max HTTP Setting Version sets the highest HTTP version Cloudflare will attempt to use with your origin. This setting allows Cloudflare to make HTTP/2 requests to your origin. (Refer to [Enable HTTP/2 to Origin](https://developers.cloudflare.com/cache/how-to/enable-http2-to-origin/), for more information.). The default value is "2" for all plan types except Enterprise where it is "1".
认证
需要 Connected AccountTags
Get Origin Post-Quantum Encryption settingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_ORIGIN_POST_QUANTUM_ENCRYPTION_SETTINGInstructs Cloudflare to use Post-Quantum (PQ) key agreement algorithms when connecting to your origin. Preferred instructs Cloudflare to opportunistically send a Post-Quantum keyshare in the first message to the origin (for fastest connections when the origin supports and prefers PQ), supported means that PQ algorithms are advertised but only used when requested by the origin, and off means that PQ algorithms are not advertised.需要连接
Instructs Cloudflare to use Post-Quantum (PQ) key agreement algorithms when connecting to your origin. Preferred instructs Cloudflare to opportunistically send a Post-Quantum keyshare in the first message to the origin (for fastest connections when the origin supports and prefers PQ), supported means that PQ algorithms are advertised but only used when requested by the origin, and off means that PQ algorithms are not advertised.
认证
需要 Connected AccountTags
Get Origin TLS Compliance Modes settingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_ORIGIN_TLS_COMPLIANCE_MODES_SETTINGOrigin TLS Compliance Modes constrains the set of TLS key-exchange algorithms Cloudflare may use when establishing the TLS connection to the zone's origin. The value is a list of named compliance modes (currently `fips` and `pqh`). Multiple modes are combined as the intersection of their permitted algorithm lists. An empty list (or no rule configured) means no compliance constraint is applied.需要连接
Origin TLS Compliance Modes constrains the set of TLS key-exchange algorithms Cloudflare may use when establishing the TLS connection to the zone's origin. The value is a list of named compliance modes (currently `fips` and `pqh`). Multiple modes are combined as the intersection of their permitted algorithm lists. An empty list (or no rule configured) means no compliance constraint is applied.
认证
需要 Connected AccountTags
Get Regional Tiered Cache settingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_REGIONAL_TIERED_CACHE_SETTINGInstructs Cloudflare to check a regional hub data center on the way to your upper tier. This can help improve performance for smart and custom tiered cache topologies.需要连接
Instructs Cloudflare to check a regional hub data center on the way to your upper tier. This can help improve performance for smart and custom tiered cache topologies.
认证
需要 Connected AccountTags
Get variants settingCLOUDFLARE_ZONE_CACHE_SETTINGS_GET_VARIANTS_SETTINGVariant support enables caching variants of images with certain file extensions in addition to the original. This only applies when the origin server sends the 'Vary: Accept' response header. If the origin server sends 'Vary: Accept' but does not serve the variant requested, the response will not be cached. This will be indicated with BYPASS cache status in the response headers.需要连接
Variant support enables caching variants of images with certain file extensions in addition to the original. This only applies when the origin server sends the 'Vary: Accept' response header. If the origin server sends 'Vary: Accept' but does not serve the variant requested, the response will not be cached. This will be indicated with BYPASS cache status in the response headers.
认证
需要 Connected AccountTags
Replace Origin TLS Compliance Modes settingCLOUDFLARE_ZONE_CACHE_SETTINGS_REPLACE_ORIGIN_TLS_COMPLIANCE_MODES_SETTINGReplace the entire set of TLS compliance modes for the zone with the list provided in the request body. PUT performs a full replace, not a merge — any modes not present in the request body are removed. The request body must be of the form `{"value": ["fips", "pqh"]}`. Currently supported modes are `fips` and `pqh`; an empty list clears the constraint. Future modes (e.g. `cnsa2`) may be added; clients should treat unknown values as opaque strings. Invalid mode values are rejected with a 4xx response.需要连接
Replace the entire set of TLS compliance modes for the zone with the list provided in the request body. PUT performs a full replace, not a merge — any modes not present in the request body are removed. The request body must be of the form `{"value": ["fips", "pqh"]}`. Currently supported modes are `fips` and `pqh`; an empty list clears the constraint. Future modes (e.g. `cnsa2`) may be added; clients should treat unknown values as opaque strings. Invalid mode values are rejected with a 4xx response.
认证
需要 Connected AccountTags
Start Cache Reserve ClearCLOUDFLARE_ZONE_CACHE_SETTINGS_START_CACHE_RESERVE_CLEARYou can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.需要连接
You can use Cache Reserve Clear to clear your Cache Reserve, but you must first disable Cache Reserve. In most cases, this will be accomplished within 24 hours. You cannot re-enable Cache Reserve while this process is ongoing. Keep in mind that you cannot undo or cancel this operation.
认证
需要 Connected AccountTags
Put RulesCLOUDFLARE_ZONE_CLOUD_CONENCTOR_RULES_PUTUpdates Cloud Connector rules for a zone, replacing the existing rule configuration.需要连接
Updates Cloud Connector rules for a zone, replacing the existing rule configuration.
认证
需要 Connected AccountTags
RulesCLOUDFLARE_ZONE_CLOUD_CONNECTOR_RULESRetrieves the Cloud Connector rules configured for a zone. Rules define how traffic is routed to cloud services.需要连接
Retrieves the Cloud Connector rules configured for a zone. Rules define how traffic is routed to cloud services.
认证
需要 Connected AccountTags
Purge Cached Content by EnvironmentCLOUDFLARE_ZONE_ENVIRONMENT_PURGEPurge cached content scoped to a specific environment. Supports the same purge types as the zone-level endpoint (purge everything, by URL, by tag, host, or prefix). ### Availability and limits Please refer to [purge cache availability and limits documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/#availability-and-limits).需要连接
Purge cached content scoped to a specific environment. Supports the same purge types as the zone-level endpoint (purge everything, by URL, by tag, host, or prefix). ### Availability and limits Please refer to [purge cache availability and limits documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/#availability-and-limits).
认证
需要 Connected AccountTags
Add an Access applicationCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_ADD_A_BOOKMARK_APPLICATIONAdds a new application to Access.需要连接
Adds a new application to Access.
认证
需要 Connected AccountTags
Delete an Access applicationCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_DELETE_AN_ACCESS_APPLICATIONDeletes an application from Access.需要连接
Deletes an application from Access.
认证
需要 Connected AccountTags
Get an Access applicationCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_GET_AN_ACCESS_APPLICATIONFetches information about an Access application.需要连接
Fetches information about an Access application.
认证
需要 Connected AccountTags
List Access ApplicationsCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_LIST_ACCESS_APPLICATIONSList all Access Applications in a zone.需要连接
List all Access Applications in a zone.
认证
需要 Connected AccountTags
Update application settingsCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_PATCH_UPDATE_ACCESS_APPLICATION_SETTINGSUpdates application settings.需要连接
Updates application settings.
认证
需要 Connected AccountTags
Update application settingsCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_PUT_UPDATE_ACCESS_APPLICATION_SETTINGSUpdates application settings.需要连接
Updates application settings.
认证
需要 Connected AccountTags
Revoke application tokensCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_REVOKE_SERVICE_TOKENSRevokes all tokens issued for an application.需要连接
Revokes all tokens issued for an application.
认证
需要 Connected AccountTags
Test Access policiesCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_TEST_ACCESS_POLICIESTests if a specific user has permission to access an application.需要连接
Tests if a specific user has permission to access an application.
认证
需要 Connected AccountTags
Update an Access applicationCLOUDFLARE_ZONE_LEVEL_ACCESS_APPLICATIONS_UPDATE_A_BOOKMARK_APPLICATIONUpdates an Access application.需要连接
Updates an Access application.
认证
需要 Connected AccountTags
Create an Access groupCLOUDFLARE_ZONE_LEVEL_ACCESS_GROUPS_CREATE_AN_ACCESS_GROUPCreates a new Access group.需要连接
Creates a new Access group.
认证
需要 Connected AccountTags
Delete an Access groupCLOUDFLARE_ZONE_LEVEL_ACCESS_GROUPS_DELETE_AN_ACCESS_GROUPDeletes an Access group.需要连接
Deletes an Access group.
认证
需要 Connected AccountTags
Get an Access groupCLOUDFLARE_ZONE_LEVEL_ACCESS_GROUPS_GET_AN_ACCESS_GROUPFetches a single Access group.需要连接
Fetches a single Access group.
认证
需要 Connected AccountTags
List Access groupsCLOUDFLARE_ZONE_LEVEL_ACCESS_GROUPS_LIST_ACCESS_GROUPSLists all Access groups.需要连接
Lists all Access groups.
认证
需要 Connected AccountTags
Update an Access groupCLOUDFLARE_ZONE_LEVEL_ACCESS_GROUPS_UPDATE_AN_ACCESS_GROUPUpdates a configured Access group.需要连接
Updates a configured Access group.
认证
需要 Connected AccountTags
Add an Access identity providerCLOUDFLARE_ZONE_LEVEL_ACCESS_IDENTITY_PROVIDERS_ADD_AN_ACCESS_IDENTITY_PROVIDERAdds a new identity provider to Access.需要连接
Adds a new identity provider to Access.
认证
需要 Connected AccountTags
Delete an Access identity providerCLOUDFLARE_ZONE_LEVEL_ACCESS_IDENTITY_PROVIDERS_DELETE_AN_ACCESS_IDENTITY_PROVIDERDeletes an identity provider from Access.需要连接
Deletes an identity provider from Access.
认证
需要 Connected AccountTags
Get an Access identity providerCLOUDFLARE_ZONE_LEVEL_ACCESS_IDENTITY_PROVIDERS_GET_AN_ACCESS_IDENTITY_PROVIDERFetches a configured identity provider.需要连接
Fetches a configured identity provider.
认证
需要 Connected AccountTags
List Access identity providersCLOUDFLARE_ZONE_LEVEL_ACCESS_IDENTITY_PROVIDERS_LIST_ACCESS_IDENTITY_PROVIDERSLists all configured identity providers.需要连接
Lists all configured identity providers.
认证
需要 Connected AccountTags
Update an Access identity providerCLOUDFLARE_ZONE_LEVEL_ACCESS_IDENTITY_PROVIDERS_UPDATE_AN_ACCESS_IDENTITY_PROVIDERUpdates a configured identity provider.需要连接
Updates a configured identity provider.
认证
需要 Connected AccountTags
Add an mTLS certificateCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_ADD_AN_MTLS_CERTIFICATEAdds a new mTLS root certificate to Access.需要连接
Adds a new mTLS root certificate to Access.
认证
需要 Connected AccountTags
Delete an mTLS certificateCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_DELETE_AN_MTLS_CERTIFICATEDeletes an mTLS certificate.需要连接
Deletes an mTLS certificate.
认证
需要 Connected AccountTags
Get an mTLS certificateCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_GET_AN_MTLS_CERTIFICATEFetches a single mTLS certificate.需要连接
Fetches a single mTLS certificate.
认证
需要 Connected AccountTags
List mTLS certificatesCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_LIST_MTLS_CERTIFICATESLists all mTLS certificates.需要连接
Lists all mTLS certificates.
认证
需要 Connected AccountTags
List all mTLS hostname settingsCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_LIST_MTLS_CERTIFICATES_HOSTNAME_SETTINGSList all mTLS hostname settings for this zone.需要连接
List all mTLS hostname settings for this zone.
认证
需要 Connected AccountTags
Update an mTLS certificateCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_UPDATE_AN_MTLS_CERTIFICATEUpdates a configured mTLS certificate.需要连接
Updates a configured mTLS certificate.
认证
需要 Connected AccountTags
Update an mTLS certificate's hostname settingsCLOUDFLARE_ZONE_LEVEL_ACCESS_MTLS_AUTHENTICATION_UPDATE_AN_MTLS_CERTIFICATE_SETTINGSUpdates an mTLS certificate's hostname settings.需要连接
Updates an mTLS certificate's hostname settings.
认证
需要 Connected AccountTags
Create an Access policyCLOUDFLARE_ZONE_LEVEL_ACCESS_POLICIES_CREATE_AN_ACCESS_POLICYCreate a new Access policy for an application.需要连接
Create a new Access policy for an application.
认证
需要 Connected AccountTags
Delete an Access policyCLOUDFLARE_ZONE_LEVEL_ACCESS_POLICIES_DELETE_AN_ACCESS_POLICYDelete an Access policy.需要连接
Delete an Access policy.
认证
需要 Connected AccountTags
Get an Access policyCLOUDFLARE_ZONE_LEVEL_ACCESS_POLICIES_GET_AN_ACCESS_POLICYFetches a single Access policy.需要连接
Fetches a single Access policy.
认证
需要 Connected AccountTags
List Access policiesCLOUDFLARE_ZONE_LEVEL_ACCESS_POLICIES_LIST_ACCESS_POLICIESLists Access policies configured for an application.需要连接
Lists Access policies configured for an application.
认证
需要 Connected AccountTags
Update an Access policyCLOUDFLARE_ZONE_LEVEL_ACCESS_POLICIES_UPDATE_AN_ACCESS_POLICYUpdate a configured Access policy.需要连接
Update a configured Access policy.
认证
需要 Connected AccountTags
Create a service tokenCLOUDFLARE_ZONE_LEVEL_ACCESS_SERVICE_TOKENS_CREATE_A_SERVICE_TOKENGenerates a new service token. **Note:** This is the only time you can get the Client Secret. If you lose the Client Secret, you will have to create a new service token.需要连接
Generates a new service token. **Note:** This is the only time you can get the Client Secret. If you lose the Client Secret, you will have to create a new service token.
认证
需要 Connected AccountTags
Delete a service tokenCLOUDFLARE_ZONE_LEVEL_ACCESS_SERVICE_TOKENS_DELETE_A_SERVICE_TOKENDeletes a service token.需要连接
Deletes a service token.
认证
需要 Connected AccountTags
Get a service tokenCLOUDFLARE_ZONE_LEVEL_ACCESS_SERVICE_TOKENS_GET_A_SERVICE_TOKENFetches a single service token.需要连接
Fetches a single service token.
认证
需要 Connected AccountTags
List service tokensCLOUDFLARE_ZONE_LEVEL_ACCESS_SERVICE_TOKENS_LIST_SERVICE_TOKENSLists all service tokens.需要连接
Lists all service tokens.
认证
需要 Connected AccountTags
Update a service tokenCLOUDFLARE_ZONE_LEVEL_ACCESS_SERVICE_TOKENS_UPDATE_A_SERVICE_TOKENUpdates a configured service token.需要连接
Updates a configured service token.
认证
需要 Connected AccountTags
Create a short-lived certificate CACLOUDFLARE_ZONE_LEVEL_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_CREATE_A_SHORT_LIVED_CERTIFICATE_CAGenerates a new short-lived certificate CA and public key.需要连接
Generates a new short-lived certificate CA and public key.
认证
需要 Connected AccountTags
Delete a short-lived certificate CACLOUDFLARE_ZONE_LEVEL_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_DELETE_A_SHORT_LIVED_CERTIFICATE_CADeletes a short-lived certificate CA.需要连接
Deletes a short-lived certificate CA.
认证
需要 Connected AccountTags
Get a short-lived certificate CACLOUDFLARE_ZONE_LEVEL_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_GET_A_SHORT_LIVED_CERTIFICATE_CAFetches a short-lived certificate CA and its public key.需要连接
Fetches a short-lived certificate CA and its public key.
认证
需要 Connected AccountTags
List short-lived certificate CAsCLOUDFLARE_ZONE_LEVEL_ACCESS_SHORT_LIVED_CERTIFICATE_C_AS_LIST_SHORT_LIVED_CERTIFICATE_C_ASLists short-lived certificate CAs and their public keys.需要连接
Lists short-lived certificate CAs and their public keys.
认证
需要 Connected AccountTags
Delete CertificateCLOUDFLARE_ZONE_LEVEL_AUTHENTICATED_ORIGIN_PULLS_DELETE_CERTIFICATERemoves a client certificate used for zone-level authenticated origin pulls.需要连接
Removes a client certificate used for zone-level authenticated origin pulls.
认证
需要 Connected AccountTags
Get Certificate DetailsCLOUDFLARE_ZONE_LEVEL_AUTHENTICATED_ORIGIN_PULLS_GET_CERTIFICATE_DETAILSRetrieves details for a specific client certificate used in zone-level authenticated origin pulls.需要连接
Retrieves details for a specific client certificate used in zone-level authenticated origin pulls.
认证
需要 Connected AccountTags
Get Enablement Setting for ZoneCLOUDFLARE_ZONE_LEVEL_AUTHENTICATED_ORIGIN_PULLS_GET_ENABLEMENT_SETTING_FOR_ZONEGet whether zone-level authenticated origin pulls is enabled or not. It is false by default.需要连接
Get whether zone-level authenticated origin pulls is enabled or not. It is false by default.
认证
需要 Connected AccountTags
List CertificatesCLOUDFLARE_ZONE_LEVEL_AUTHENTICATED_ORIGIN_PULLS_LIST_CERTIFICATESLists all client certificates configured for zone-level authenticated origin pulls.需要连接
Lists all client certificates configured for zone-level authenticated origin pulls.
认证
需要 Connected AccountTags
Set Enablement for ZoneCLOUDFLARE_ZONE_LEVEL_AUTHENTICATED_ORIGIN_PULLS_SET_ENABLEMENT_FOR_ZONEEnable or disable zone-level authenticated origin pulls. 'enabled' should be set true either before/after the certificate is uploaded to see the certificate in use.需要连接
Enable or disable zone-level authenticated origin pulls. 'enabled' should be set true either before/after the certificate is uploaded to see the certificate in use.
认证
需要 Connected AccountTags
Upload CertificateCLOUDFLARE_ZONE_LEVEL_AUTHENTICATED_ORIGIN_PULLS_UPLOAD_CERTIFICATEUpload your own certificate you want Cloudflare to use for edge-to-origin communication to override the shared certificate. Please note that it is important to keep only one certificate active. Also, make sure to enable zone-level authenticated origin pulls by making a PUT call to settings endpoint to see the uploaded certificate in use.需要连接
Upload your own certificate you want Cloudflare to use for edge-to-origin communication to override the shared certificate. Please note that it is important to keep only one certificate active. Also, make sure to enable zone-level authenticated origin pulls by making a PUT call to settings endpoint to see the uploaded certificate in use.
认证
需要 Connected AccountTags
Create your Zero Trust organizationCLOUDFLARE_ZONE_LEVEL_ZERO_TRUST_ORGANIZATION_CREATE_YOUR_ZERO_TRUST_ORGANIZATIONSets up a Zero Trust organization for your account.需要连接
Sets up a Zero Trust organization for your account.
认证
需要 Connected AccountTags
Get your Zero Trust organizationCLOUDFLARE_ZONE_LEVEL_ZERO_TRUST_ORGANIZATION_GET_YOUR_ZERO_TRUST_ORGANIZATIONReturns the configuration for your Zero Trust organization.需要连接
Returns the configuration for your Zero Trust organization.
认证
需要 Connected AccountTags
Revoke all Access tokens for a userCLOUDFLARE_ZONE_LEVEL_ZERO_TRUST_ORGANIZATION_REVOKE_ALL_ACCESS_TOKENS_FOR_A_USERRevokes a user's access across all applications.需要连接
Revokes a user's access across all applications.
认证
需要 Connected AccountTags
Update your Zero Trust organizationCLOUDFLARE_ZONE_LEVEL_ZERO_TRUST_ORGANIZATION_UPDATE_YOUR_ZERO_TRUST_ORGANIZATIONUpdates the configuration for your Zero Trust organization.需要连接
Updates the configuration for your Zero Trust organization.
认证
需要 Connected AccountTags
Create a Zone Lockdown ruleCLOUDFLARE_ZONE_LOCKDOWN_CREATE_A_ZONE_LOCKDOWN_RULECreates a new Zone Lockdown rule.需要连接
Creates a new Zone Lockdown rule.
认证
需要 Connected AccountTags
Delete a Zone Lockdown ruleCLOUDFLARE_ZONE_LOCKDOWN_DELETE_A_ZONE_LOCKDOWN_RULEDeletes an existing Zone Lockdown rule.需要连接
Deletes an existing Zone Lockdown rule.
认证
需要 Connected AccountTags
Get a Zone Lockdown ruleCLOUDFLARE_ZONE_LOCKDOWN_GET_A_ZONE_LOCKDOWN_RULEFetches the details of a Zone Lockdown rule.需要连接
Fetches the details of a Zone Lockdown rule.
认证
需要 Connected AccountTags
List Zone Lockdown rulesCLOUDFLARE_ZONE_LOCKDOWN_LIST_ZONE_LOCKDOWN_RULESFetches Zone Lockdown rules. You can filter the results using several optional parameters.需要连接
Fetches Zone Lockdown rules. You can filter the results using several optional parameters.
认证
需要 Connected AccountTags
Update a Zone Lockdown ruleCLOUDFLARE_ZONE_LOCKDOWN_UPDATE_A_ZONE_LOCKDOWN_RULEUpdates an existing Zone Lockdown rule.需要连接
Updates an existing Zone Lockdown rule.
认证
需要 Connected AccountTags
Purge Cached ContentCLOUDFLARE_ZONE_PURGE### Purge All Cached Content Removes ALL files from Cloudflare's cache. All tiers can purge everything. ``` {"purge_everything": true} ``` ### Purge Cached Content by URL Granularly removes one or more files from Cloudflare's cache by specifying URLs. All tiers can purge by URL. To purge files with custom cache keys, include the headers used to compute the cache key as in the example. If you have a device type or geo in your cache key, you will need to include the CF-Device-Type or CF-IPCountry headers. If you have lang in your cache key, you will need to include the Accept-Language header. **NB:** When including the Origin header, be sure to include the **scheme** and **hostname**. The port number can be omitted if it is the default port (80 for http, 443 for https), but must be included otherwise. Single file purge example with files: ``` {"files": ["http://www.example.com/css/styles.css", "http://www.example.com/js/index.js"]} ``` Single file purge example with url and header pairs: ``` {"files": [{"url": "http://www.example.com/cat_picture.jpg", "headers": {"CF-IPCountry": "US", "CF-Device-Type": "desktop", "Accept-Language": "zh-CN"}}, {"url": "http://www.example.com/dog_picture.jpg", "headers": {"CF-IPCountry": "EU", "CF-Device-Type": "mobile", "Accept-Language": "en-US"}}]} ``` ### Purge Cached Content by Tag, Host or Prefix Granularly removes one or more files from Cloudflare's cache either by specifying the host, the associated Cache-Tag, or a Prefix. Flex purge with tags: ``` {"tags": ["a-cache-tag", "another-cache-tag"]} ``` Flex purge with hosts: ``` {"hosts": ["www.example.com", "images.example.com"]} ``` Flex purge with prefixes: ``` {"prefixes": ["www.example.com/foo", "images.example.com/bar/baz"]} ``` ### Availability and limits Please refer to [purge cache availability and limits documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/#availability-and-limits).需要连接
### Purge All Cached Content Removes ALL files from Cloudflare's cache. All tiers can purge everything. ``` {"purge_everything": true} ``` ### Purge Cached Content by URL Granularly removes one or more files from Cloudflare's cache by specifying URLs. All tiers can purge by URL. To purge files with custom cache keys, include the headers used to compute the cache key as in the example. If you have a device type or geo in your cache key, you will need to include the CF-Device-Type or CF-IPCountry headers. If you have lang in your cache key, you will need to include the Accept-Language header. **NB:** When including the Origin header, be sure to include the **scheme** and **hostname**. The port number can be omitted if it is the default port (80 for http, 443 for https), but must be included otherwise. Single file purge example with files: ``` {"files": ["http://www.example.com/css/styles.css", "http://www.example.com/js/index.js"]} ``` Single file purge example with url and header pairs: ``` {"files": [{"url": "http://www.example.com/cat_picture.jpg", "headers": {"CF-IPCountry": "US", "CF-Device-Type": "desktop", "Accept-Language": "zh-CN"}}, {"url": "http://www.example.com/dog_picture.jpg", "headers": {"CF-IPCountry": "EU", "CF-Device-Type": "mobile", "Accept-Language": "en-US"}}]} ``` ### Purge Cached Content by Tag, Host or Prefix Granularly removes one or more files from Cloudflare's cache either by specifying the host, the associated Cache-Tag, or a Prefix. Flex purge with tags: ``` {"tags": ["a-cache-tag", "another-cache-tag"]} ``` Flex purge with hosts: ``` {"hosts": ["www.example.com", "images.example.com"]} ``` Flex purge with prefixes: ``` {"prefixes": ["www.example.com/foo", "images.example.com/bar/baz"]} ``` ### Availability and limits Please refer to [purge cache availability and limits documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/#availability-and-limits).
认证
需要 Connected AccountTags
Available Plan DetailsCLOUDFLARE_ZONE_RATE_PLAN_AVAILABLE_PLAN_DETAILSDetails of the available plan that the zone can subscribe to.需要连接
Details of the available plan that the zone can subscribe to.
认证
需要 Connected AccountTags
List Available PlansCLOUDFLARE_ZONE_RATE_PLAN_LIST_AVAILABLE_PLANSLists available plans the zone can subscribe to.需要连接
Lists available plans the zone can subscribe to.
认证
需要 Connected AccountTags
List Available Rate PlansCLOUDFLARE_ZONE_RATE_PLAN_LIST_AVAILABLE_RATE_PLANSLists all rate plans the zone can subscribe to.需要连接
Lists all rate plans the zone can subscribe to.
认证
需要 Connected AccountTags
Change Cloudflare Fonts settingCLOUDFLARE_ZONE_SETTINGS_CHANGE_FONTS_SETTINGEnhance your website's font delivery with Cloudflare Fonts. Deliver Google Hosted fonts from your own domain, boost performance, and enhance user privacy. Refer to the Cloudflare Fonts documentation for more information.需要连接
Enhance your website's font delivery with Cloudflare Fonts. Deliver Google Hosted fonts from your own domain, boost performance, and enhance user privacy. Refer to the Cloudflare Fonts documentation for more information.
认证
需要 Connected AccountTags
Update Google Tag Gateway configurationCLOUDFLARE_ZONE_SETTINGS_CHANGE_GOOGLE_TAG_GATEWAY_CONFIGUpdates the Google Tag Gateway configuration for a zone.需要连接
Updates the Google Tag Gateway configuration for a zone.
认证
需要 Connected AccountTags
Change Cloudflare Speed Brain settingCLOUDFLARE_ZONE_SETTINGS_CHANGE_SPEED_BRAIN_SETTINGSpeed Brain lets compatible browsers speculate on content which can be prefetched or preloaded, making website navigation faster. Refer to the Cloudflare Speed Brain documentation for more information.需要连接
Speed Brain lets compatible browsers speculate on content which can be prefetched or preloaded, making website navigation faster. Refer to the Cloudflare Speed Brain documentation for more information.
认证
需要 Connected AccountTags
Edit zone settingCLOUDFLARE_ZONE_SETTINGS_EDIT_SINGLE_SETTINGUpdates a single zone setting by the identifier需要连接
Updates a single zone setting by the identifier
认证
需要 Connected AccountTags
Edit multiple zone settingsCLOUDFLARE_ZONE_SETTINGS_EDIT_ZONE_SETTINGS_INFOEdit settings for a zone.需要连接
Edit settings for a zone.
认证
需要 Connected AccountTags
Get all zone settingsCLOUDFLARE_ZONE_SETTINGS_GET_ALL_ZONE_SETTINGSAvailable settings for your user in relation to a zone.需要连接
Available settings for your user in relation to a zone.
认证
需要 Connected AccountTags
Get Cloudflare Fonts settingCLOUDFLARE_ZONE_SETTINGS_GET_FONTS_SETTINGEnhance your website's font delivery with Cloudflare Fonts. Deliver Google Hosted fonts from your own domain, boost performance, and enhance user privacy. Refer to the Cloudflare Fonts documentation for more information.需要连接
Enhance your website's font delivery with Cloudflare Fonts. Deliver Google Hosted fonts from your own domain, boost performance, and enhance user privacy. Refer to the Cloudflare Fonts documentation for more information.
认证
需要 Connected AccountTags
Get Google Tag Gateway configurationCLOUDFLARE_ZONE_SETTINGS_GET_GOOGLE_TAG_GATEWAY_CONFIGGets the Google Tag Gateway configuration for a zone.需要连接
Gets the Google Tag Gateway configuration for a zone.
认证
需要 Connected AccountTags
Get zone settingCLOUDFLARE_ZONE_SETTINGS_GET_SINGLE_SETTINGFetch a single zone setting by name需要连接
Fetch a single zone setting by name
认证
需要 Connected AccountTags
Get Cloudflare Speed Brain settingCLOUDFLARE_ZONE_SETTINGS_GET_SPEED_BRAIN_SETTINGSpeed Brain lets compatible browsers speculate on content which can be prefetched or preloaded, making website navigation faster. Refer to the Cloudflare Speed Brain documentation for more information.需要连接
Speed Brain lets compatible browsers speculate on content which can be prefetched or preloaded, making website navigation faster. Refer to the Cloudflare Speed Brain documentation for more information.
认证
需要 Connected AccountTags
Create Zone SubscriptionCLOUDFLARE_ZONE_SUBSCRIPTION_CREATE_ZONE_SUBSCRIPTIONCreate a zone subscription, either plan or add-ons.需要连接
Create a zone subscription, either plan or add-ons.
认证
需要 Connected AccountTags
Create Zone SubscriptionCLOUDFLARE_ZONE_SUBSCRIPTION_CREATE_ZONE_SUBSCRIPTIONSCreate a zone subscription, either plan or add-ons. Retained for audit-log coverage. Use the singular `/zones/{zone_id}/subscription` path instead.需要连接
Create a zone subscription, either plan or add-ons. Retained for audit-log coverage. Use the singular `/zones/{zone_id}/subscription` path instead.
认证
需要 Connected AccountTags
Delete Zone SubscriptionCLOUDFLARE_ZONE_SUBSCRIPTION_DELETE_ZONE_SUBSCRIPTIONDeletes a zone's subscription.需要连接
Deletes a zone's subscription.
认证
需要 Connected AccountTags
Delete Zone SubscriptionCLOUDFLARE_ZONE_SUBSCRIPTION_DELETE_ZONE_SUBSCRIPTIONSDeletes a zone's subscription. Retained for audit-log coverage. Use the singular `/zones/{zone_id}/subscription` path instead.需要连接
Deletes a zone's subscription. Retained for audit-log coverage. Use the singular `/zones/{zone_id}/subscription` path instead.
认证
需要 Connected AccountTags
Update Zone SubscriptionCLOUDFLARE_ZONE_SUBSCRIPTION_UPDATE_ZONE_SUBSCRIPTIONUpdates zone subscriptions, either plan or add-ons.需要连接
Updates zone subscriptions, either plan or add-ons.
认证
需要 Connected AccountTags
Update Zone SubscriptionCLOUDFLARE_ZONE_SUBSCRIPTION_UPDATE_ZONE_SUBSCRIPTIONSUpdates zone subscriptions, either plan or add-ons. Retained for audit-log coverage. Use the singular `/zones/{zone_id}/subscription` path instead.需要连接
Updates zone subscriptions, either plan or add-ons. Retained for audit-log coverage. Use the singular `/zones/{zone_id}/subscription` path instead.
认证
需要 Connected AccountTags
Zone Subscription DetailsCLOUDFLARE_ZONE_SUBSCRIPTION_ZONE_SUBSCRIPTION_DETAILSLists zone subscription details.需要连接
Lists zone subscription details.
认证
需要 Connected AccountTags
Delete ZoneCLOUDFLARE_ZONES_0_DELETEDeletes an existing zone.需要连接
Deletes an existing zone.
认证
需要 Connected AccountTags
Zone DetailsCLOUDFLARE_ZONES_0_GETRetrieves detailed information about a specific zone identified by its zone ID. Returns zone configuration, status, nameservers, and associated metadata.需要连接
Retrieves detailed information about a specific zone identified by its zone ID. Returns zone configuration, status, nameservers, and associated metadata.
认证
需要 Connected AccountTags
Remove Zone HoldCLOUDFLARE_ZONES_0_HOLD_DELETEStop enforcement of a zone hold on the zone, permanently or temporarily, allowing the creation and activation of zones with this zone's hostname. Existing zone holds can be removed from CDN-only zones when `hold_after` is not provided. Active holds are automatically disabled when a zone transitions to CDN-only mode.需要连接
Stop enforcement of a zone hold on the zone, permanently or temporarily, allowing the creation and activation of zones with this zone's hostname. Existing zone holds can be removed from CDN-only zones when `hold_after` is not provided. Active holds are automatically disabled when a zone transitions to CDN-only mode.
认证
需要 Connected AccountTags
Get Zone HoldCLOUDFLARE_ZONES_0_HOLD_GETRetrieve whether the zone is subject to a zone hold, and metadata about the hold.需要连接
Retrieve whether the zone is subject to a zone hold, and metadata about the hold.
认证
需要 Connected AccountTags
Update Zone HoldCLOUDFLARE_ZONES_0_HOLD_PATCHUpdate the `hold_after` and/or `include_subdomains` values on an existing zone hold. The hold is enabled if the `hold_after` date-time value is in the past. Existing zone holds can be removed from CDN-only zones by setting `hold_after` to `null`. Other zone hold updates cannot be made on CDN-only zones. Active holds are automatically disabled when a zone transitions to CDN-only mode.需要连接
Update the `hold_after` and/or `include_subdomains` values on an existing zone hold. The hold is enabled if the `hold_after` date-time value is in the past. Existing zone holds can be removed from CDN-only zones by setting `hold_after` to `null`. Other zone hold updates cannot be made on CDN-only zones. Active holds are automatically disabled when a zone transitions to CDN-only mode.
认证
需要 Connected AccountTags
Create Zone HoldCLOUDFLARE_ZONES_0_HOLD_POSTEnforce a zone hold on the zone, blocking the creation and activation of zones with this zone's hostname. Zone holds cannot be enabled on CDN-only zones.需要连接
Enforce a zone hold on the zone, blocking the creation and activation of zones with this zone's hostname. Zone holds cannot be enabled on CDN-only zones.
认证
需要 Connected AccountTags
Get Zone Hold by Zone NameCLOUDFLARE_ZONES_0_HOLD_ZONE_NAME_GETRetrieve whether a given hostname is subject to a zone hold, and metadata about the hold. This endpoint checks whether the given hostname (or any of its ancestor domains) is blocked by an active zone hold. If a hold with `include_subdomains` is active on an ancestor domain, that hold is returned. This endpoint is used internally by SSL/COMS to check hold status during zone activation.需要连接
Retrieve whether a given hostname is subject to a zone hold, and metadata about the hold. This endpoint checks whether the given hostname (or any of its ancestor domains) is blocked by an active zone hold. If a hold with `include_subdomains` is active on an ancestor domain, that hold is returned. This endpoint is used internally by SSL/COMS to check hold status during zone activation.
认证
需要 Connected AccountTags
Edit ZoneCLOUDFLARE_ZONES_0_PATCHEdits a zone. Only one zone property can be changed at a time.需要连接
Edits a zone. Only one zone property can be changed at a time.
认证
需要 Connected AccountTags
Create zone environmentsCLOUDFLARE_ZONES_ENVIRONMENTS_CREATECreates environments for a zone.需要连接
Creates environments for a zone.
认证
需要 Connected AccountTags
Delete zone environmentCLOUDFLARE_ZONES_ENVIRONMENTS_DELETEDeletes a zone environment by reference identifier.需要连接
Deletes a zone environment by reference identifier.
认证
需要 Connected AccountTags
Partially update zone environmentsCLOUDFLARE_ZONES_ENVIRONMENTS_EDITApplies partial updates to zone environments.需要连接
Applies partial updates to zone environments.
认证
需要 Connected AccountTags
List zone environmentsCLOUDFLARE_ZONES_ENVIRONMENTS_LISTLists configured environments for a zone.需要连接
Lists configured environments for a zone.
认证
需要 Connected AccountTags
Roll back zone environmentCLOUDFLARE_ZONES_ENVIRONMENTS_ROLLBACKRolls a zone environment back to its previous version.需要连接
Rolls a zone environment back to its previous version.
认证
需要 Connected AccountTags
Upsert zone environmentsCLOUDFLARE_ZONES_ENVIRONMENTS_UPDATEReplaces the full environment configuration for a zone.需要连接
Replaces the full environment configuration for a zone.
认证
需要 Connected AccountTags
List ZonesCLOUDFLARE_ZONES_GETLists, searches, sorts, and filters your zones. Listing zones across more than 500 accounts is currently not allowed.需要连接
Lists, searches, sorts, and filters your zones. Listing zones across more than 500 accounts is currently not allowed.
认证
需要 Connected AccountTags
List available zone datasetsCLOUDFLARE_ZONES_LOGS_EXPLORER_DATASETS_AVAILABLE_LISTReturns all dataset types that this zone can create. Each entry includes the dataset schema and timestamp field. The schema shows all possible fields for a dataset. However, not all fields may be available for your account. When creating or updating a dataset, only fields available to your account can be enabled. If you request a field that is not available, you will receive an error.需要连接
Returns all dataset types that this zone can create. Each entry includes the dataset schema and timestamp field. The schema shows all possible fields for a dataset. However, not all fields may be available for your account. When creating or updating a dataset, only fields available to your account can be enabled. If you request a field that is not available, you will receive an error.
认证
需要 Connected AccountTags
Create a zone datasetCLOUDFLARE_ZONES_LOGS_EXPLORER_DATASETS_CREATECreate a new Log Explorer dataset for the zone. List available zone datasets to see the dataset types and fields you can use. The `fields` property is optional. If not specified, all available fields will be enabled. For dataset field definitions, see: https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/需要连接
Create a new Log Explorer dataset for the zone. List available zone datasets to see the dataset types and fields you can use. The `fields` property is optional. If not specified, all available fields will be enabled. For dataset field definitions, see: https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/
认证
需要 Connected AccountTags
Get a zone datasetCLOUDFLARE_ZONES_LOGS_EXPLORER_DATASETS_GETRetrieve a single Log Explorer dataset by ID for the zone.需要连接
Retrieve a single Log Explorer dataset by ID for the zone.
认证
需要 Connected AccountTags
List zone datasetsCLOUDFLARE_ZONES_LOGS_EXPLORER_DATASETS_LISTReturns all Log Explorer datasets configured for the zone. List responses omit the `fields` property; use the single-dataset endpoint to retrieve field configuration.需要连接
Returns all Log Explorer datasets configured for the zone. List responses omit the `fields` property; use the single-dataset endpoint to retrieve field configuration.
认证
需要 Connected AccountTags
Update a zone datasetCLOUDFLARE_ZONES_LOGS_EXPLORER_DATASETS_UPDATEUpdates the enabled state and/or field configuration of a zone dataset.需要连接
Updates the enabled state and/or field configuration of a zone dataset.
认证
需要 Connected AccountTags
Run a log queryCLOUDFLARE_ZONES_LOGS_EXPLORER_QUERY_GETRun a SQL query against zone-level datasets. The SQL query is passed as the `query` query parameter. Because the query appears in the URL, it is subject to gateway and proxy URL-length limits and may be recorded in access logs. This endpoint is deprecated in favour of the POST variant which sends the query in the request body.需要连接
Run a SQL query against zone-level datasets. The SQL query is passed as the `query` query parameter. Because the query appears in the URL, it is subject to gateway and proxy URL-length limits and may be recorded in access logs. This endpoint is deprecated in favour of the POST variant which sends the query in the request body.
认证
需要 Connected AccountTags
Run a log queryCLOUDFLARE_ZONES_LOGS_EXPLORER_QUERY_POSTRun a SQL query against zone-level datasets. Timestamp fields are RFC3339 strings. Filter with: WHERE {timestamp_field} >= now() - INTERVAL '30' DAY WHERE {timestamp_field} >= '2026-04-01T00:00:00Z' WHERE {timestamp_field} BETWEEN '2026-04-01T00:00:00Z' AND '2026-04-30T23:59:59Z' List configured zone datasets to see enabled zone-level datasets. List available zone datasets to inspect their schemas and timestamp fields. For more information about the datasets, and the meaning of each field, check out https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/需要连接
Run a SQL query against zone-level datasets. Timestamp fields are RFC3339 strings. Filter with: WHERE {timestamp_field} >= now() - INTERVAL '30' DAY WHERE {timestamp_field} >= '2026-04-01T00:00:00Z' WHERE {timestamp_field} BETWEEN '2026-04-01T00:00:00Z' AND '2026-04-30T23:59:59Z' List configured zone datasets to see enabled zone-level datasets. List available zone datasets to inspect their schemas and timestamp fields. For more information about the datasets, and the meaning of each field, check out https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/
认证
需要 Connected AccountTags
Create ZoneCLOUDFLARE_ZONES_POSTCreates a new zone (domain) in your Cloudflare account. The zone is created in a pending state and must be activated by updating your domain's nameservers to point to Cloudflare, or by completing the verification process for partial (CNAME) setups.需要连接
Creates a new zone (domain) in your Cloudflare account. The zone is created in a pending state and must be activated by updating your domain's nameservers to point to Cloudflare, or by completing the verification process for partial (CNAME) setups.
认证
需要 Connected AccountTags