All Products
Search
Document Center

Edge Security Acceleration:GetVideoProcessing

Last Updated:Nov 15, 2025

Queries the video processing configuration details of a site.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
esa:GetVideoProcessingget
*Site
acs:esa:{#regionId}:{#accountId}:site/{#SiteId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SiteIdlongYes

The website ID, which can be obtained by calling the ListSites operation.

23282348***
ConfigIdlongYes

The configuration ID. You can call the ListVideoProcessings operation to obtain the configuration ID.

23321557***

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
ConfigIdlong

The configuration ID.

35281609698****
ConfigTypestring

The type of the configuration. Valid values:

  • global: global configuration.
  • rule: rule configuration.
global
SiteVersioninteger

The version number of the website configurations.

1
Sequenceinteger

The order in which the rule is executed. A smaller value gives priority to the rule.

1
RuleEnablestring

Indicates whether the rule is enabled. Valid values:

  • on
  • off
on
Rulestring

The rule content.

(http.host eq \"video.example.com\")
RuleNamestring

The name of the scaling rule.

rule_example
VideoSeekEnablestring

Video seeking. Valid values:

  • on
  • off
on
FlvVideoSeekModestring

FLV Seeking Valid values:

  • by_byte: Seek by byte.
  • by_time: Seek by time.
by_byte
Mp4SeekStartstring

Customize the mp4 start parameter.

start
Mp4SeekEndstring

Customize the mp4 end parameter.

end
FlvSeekStartstring

The custom start parameter for FLV files.

start
FlvSeekEndstring

The custom end parameter for FLV files.

end

Examples

Sample success responses

JSONformat

{
  "RequestId": "CB1A380B-09F0-41BB-A198-72F8FD6DA2FE\n",
  "ConfigId": 0,
  "ConfigType": "global",
  "SiteVersion": 1,
  "Sequence": 1,
  "RuleEnable": "on",
  "Rule": "(http.host eq \\\"video.example.com\\\")\n",
  "RuleName": "rule_example",
  "VideoSeekEnable": "on",
  "FlvVideoSeekMode": "by_byte",
  "Mp4SeekStart": "start",
  "Mp4SeekEnd": "end",
  "FlvSeekStart": "start",
  "FlvSeekEnd": "end"
}

Error codes

HTTP status codeError codeError messageDescription
400InternalExceptionFailed to call the service. Try again later or contact technical support.Failed to call the service. Try again later or contact technical support.

For a list of error codes, visit the Service error codes.