Deletes the configurations of one or more live domains at a time.

Usage note

The domain names are mandatory for calling this API.

QPS limit

A single user can perform a maximum of 30 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation. For more information about what a single user means and the QPS details, see QPS limit on an API operation in ApsaraVideo Live.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

ParameterTypeRequiredExampleDescription
ActionStringYesBatchDeleteLiveDomainConfigs

The operation that you want to perform. Set the value to BatchDeleteLiveDomainConfigs.

DomainNamesStringYesdemo.aliyundoc.com,example.aliyundoc.com,example.com

The live streaming domain and ingest domain. Separate multiple live domains with commas (,).

FunctionNamesStringYesreferer_white_list_set,ip_black_list_set

The name of the feature. Separate multiple features with commas (,). For more information, see the Feature description section of this topic.

Format of the Functions parameter

  • Example: [{"functionArgs":[{"argName":"domain_name","argValue":"developer.aliyundoc.com"}],"functionName":"set_req_host_header"}]
  • Some features, such as filetype_based_ttl_set, support multiple configuration records. To update one of the configuration records, use configId to identify the record. Example: [{"functionArgs":[{"argName":"file_type","argValue":"jpg"},{"argName":"ttl","argValue":"18"},{"argName":"weight","argValue":"30"}],"functionName":"filetype_based_ttl_set","configId":506***}]

Features specified by the Functions parameter

Feature

Attribute

referer_white_list_set: specifies the Referer whitelist.

refer_domain_allow_list: the Referers to be added to the whitelist. Separate multiple Referers with commas (,).

allow_empty: specifies whether an empty Referer is allowed. Valid values: on and off.

referer_black_list_set: specifies the Referer blacklist.

refer_domain_deny_list: the Referers to be added to the blacklist. Separate multiple Referers with commas (,).

allow_empty: specifies whether an empty Referer is allowed. Valid values: on and off.

filetype_based_ttl_set: specifies the time period after which a file expires.

ttl: the cache duration. Unit: seconds. Valid values: 1 to 99999999 (more than three years).

file_type: the file type. Separate multiple file types with commas (,).

weight: the weight of the file type. Valid values: 1 to 99.

path_based_ttl_set: specifies the time period after which a directory expires.

ttl: the cache duration. Unit: seconds. Valid values: 1 to 99999999 (more than three years).

path: the directory, which must start with a forward slash (/).

weight: the weight of the directory. Valid values: 1 to 99.

oss_auth: authenticates access to an Object Storage Service (OSS) bucket.

oss_bucket_id: the URL of your OSS bucket.

ip_black_list_set: specifies the IP address blacklist.

ip_list: the IP addresses to be added to the blacklist. Separate multiple IP addresses with commas (,).

ip_allow_list_set: specifies the IP address whitelist.

ip_list: the IP addresses to be added to the whitelist. Separate multiple IP addresses with commas (,).

ip_white_list_set: specifies the IP address whitelist for rate limiting.

ip_list: the IP addresses to be added to the whitelist. Separate multiple IP addresses with commas (,).

error_page: redirects an error page to a specified page.

error_code: the error code.

rewrite_page: the page to which the error page is redirected.

set_req_host_header: modifies the host header of back-to-origin requests.

domain_name: the host header of back-to-origin requests.

set_hashkey_args: ignores the specified URL parameters.

hashkey_args: the parameters to be reserved. Separate multiple parameters with commas (,).

disable: specifies whether to ignore all parameters. Valid values: on and off. A value of on indicates that all parameters are ignored. A value of off indicates that none of the parameters are ignored.

aliauth: configures Alibaba Cloud authentication.

auth_type: the authentication type. Valid values: type_a and no_auth. A value of type_a indicates that authentication type A is enabled. A value of no_auth indicates that authentication is disabled.

auth_key1: the primary authentication key. The authentication key can contain letters and digits. We recommend that you set the authentication key to a value that is 8 to 32 characters in length.

auth_key2: the secondary authentication key.

ali_auth_delta: the custom buffer time for authentication. Unit: minutes. We recommend that you set the value to at least 1 minute.

auth_m3u8: specifies whether to enable M3U8 rewrite. If you enable M3U8 rewrite, the system completes authentication for TS segments in an M3U8 playlist to prevent failures in accessing the TS segments. Valid values: on and off. Default value: on.

set_resp_header: configures a response header. To verify the configuration, you can check the response message in a browser.

key: the name of the response header. Valid values:

Content-Type

Cache-Control

Content-Disposition

Content-Language

Expires

Access-Control-Allow-Origin

Access-Control-Allow-Methods

Access-Control-Allow-Headers

Access-Control-Max-Age

Access-Control-Expose-Headers

value: the content of the response header. If you want to delete the header, enter null.

https_force: configures force redirect to HTTPS.

enable: specifies whether to enable the feature. Valid values: on and off. The https_force and http_force features are mutually exclusive. You cannot configure them both. If you have configured one of the features, you must delete it before you can configure the other feature.

http_force: configures force redirect to HTTP.

enable: specifies whether to enable the feature. Valid values: on and off. The https_force and http_force features are mutually exclusive. You cannot configure them both. If you have configured one of the features, you must delete it before you can configure the other feature.

forward_scheme: configures adaptive back-to-origin.

enable: specifies whether to enable the feature. Valid values: on and off.

scheme_origin: specifies the protocol of the origin server. Valid values: http, https, and follow.

scheme_origin_port: specifies the port number of the origin server. Valid values: 80, 443, and 80:443.

green_manager: configures pornography detection.

enable: specifies whether to enable pornography detection. Valid values: on and off.

tmd_signature: configures custom rate limiting rules.

name: the name of the rule, which must be globally unique.

path: the uniform resource identifier (URI). You can specify duplicate URIs. However, you must verify their validity.

pathType: the matching rule. Valid values: 0 and 1. A value of 0 indicates a prefix match. A value of 1 indicates an exact match.

interval: the interval at which data is monitored. Unit: seconds. The interval must be greater than or equal to 10 seconds.

count: the number of visits from an IP address.

action: the operation to be performed after the specified conditions are met. Valid values: 0 and 1. A value of 0 indicates that access is blocked. A value of 1 indicates that bot detection is performed.

ttl: the time period during which access is blocked. Unit: seconds.

l2_oss_key: configures private key authentication for back-to-origin requests from L2 nodes to private OSS buckets.

private_oss_auth: specifies whether to authenticate access to a private OSS bucket. Valid values: on and off.

range: configures object chunking.

enable: specifies whether to enable the feature. Valid values: on and off.

video_seek: configures video seeking.

enable: specifies whether to enable the feature. Valid values: on and off.

gzip: configures Gzip compression.

enable: specifies whether to enable the feature. Valid values: on and off.

tesla: configures page optimization to accelerate access.

enable: specifies whether to enable the feature. Valid values: on and off.

ali_ua: configures User-Agent-based access control.

ua: the User-Agent.

type: the type of the User-Agent list. Valid values: black and white.

host_redirect: configures URL rewrite.

regex: the URL to be rewritten. Example: ^/$.

replacement: the destination URL. Example: /go/act/sale/tbzlsy.php.

flag: the flag. Valid values: redirect and break.

ipv6: configures IPv6.

switch: required. Specifies whether to enable IPv6. Valid values: on and off. If you want to disable this feature after this feature is enabled, deselect the feature in the console. Do not delete the configuration. Otherwise, the feature will still be enabled.

region: the region where you want to enable IPv6. Valid values: cn-beijing (Beijing), cn-shanghai (Shanghai), cn-shenzhen (Shenzhen), cn-qingdao (Qingdao), apsoutheast-1 (Singapore), eu-central-1 (Germany), ap-northeast-1 (Tokyo), ap-south-1 (Mumbai), and ap-southeast-5 (Jakarta).

ali_location: configures region-based access control.

location: the regions.

type: the type of the list. Valid values: black and white.

cc_defense: configures protection against HTTP flood attacks.

enable: specifies whether to enable protection against HTTP flood attacks. Valid values: on and off.

alilive: configures the ApsaraVideo Live service.

notify_url: specifies the URL for receiving notifications from ApsaraVideo Live.

enable: specifies whether to enable the feature. Valid values: on and off.

live_forbid_flv: specifies whether to prohibit the playback of FLV videos. Valid values: on and off.

live_forbid_rtmp: specifies whether to prohibit the playback of Real-Time Messaging Protocol (RTMP) videos. Valid values: on and off.

live_forbid_hls: specifies whether to prohibit the playback of HTTP Live Streaming (HLS) videos. Valid values: on and off.

ali_grtn: specifies whether to connect to Global Realtime Transport Network (GRTN).

grtn_rts_pub: specifies whether to enable stream ingest over Real-Time Streaming (RTS). This attribute is applicable to ingest domains. Valid values: on and off.

grtn_rts_play: specifies whether to enable streaming over RTS. This attribute is applicable to streaming domains. Valid values: on and off.

grtn_rts_transcode: specifies whether to enable auto transcoding for RTS-based HTML5 playback. Valid values: on and off.

edge_function: configures the edge function.

Required attributes:

rule: the domain-specific language (DSL) rule.

pri: the priority of the rule.

enable: specifies whether to enable the rule. Valid values: on and off.

Optional attributes:

name: the name of the rule.

pos: the position from which to execute the rule.

brk: After the rule is hit, the rules after the specified position are skipped.

option: the option.

grammar: the grammar. Valid values: es2 and js. You can also leave this attribute empty.

jsmode: manages the domain name whitelist in JavaScript. Valid values: redirect and bypass.

https_tls_version: configures the Transport Layer Security (TLS) protocol versions.

tls10: specifies whether to enable TLS 1.0. Default value: on. Valid values: on and off.

tls11: specifies whether to enable TLS 1.1. Default value: on. Valid values: on and off.

tls12: specifies whether to enable TLS 1.2. Default value: on. Valid values: on and off.

tls13: specifies whether to enable TLS 1.3. Default value: on. Valid values: on and off.

Response parameters

ParameterTypeExampleDescription
RequestIdString04F0F334-1335-436C-A1D7-6C044FE73368

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=BatchDeleteLiveDomainConfigs
&DomainNames=demo.aliyundoc.com,example.aliyundoc.com,example.com
&FunctionNames=referer_white_list_set,ip_black_list_set
&<Common request parameters>

Sample success responses

XML format

<BatchDeleteLiveDomainConfigsResponse>
      <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</BatchDeleteLiveDomainConfigsResponse>

JSON format

{
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}

Error codes

For a list of error codes, visit the API Error Center.