Queries jobs of deleting media files from a media fingerprint library.
Operation description
You can call this operation to query the specified jobs of deleting media files from a media fingerprint library based on the job IDs. If you do not specify job IDs, the system returns the latest 20 jobs that are submitted.
QPS limit
You can call this operation up to 500 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.
Debugging
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:
- The required resource types are displayed in bold characters.
- 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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mts:QueryFpFileDeleteJobList | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobIds | string | No | The IDs of the jobs of deleting media files from a media fingerprint library. You can obtain the job IDs from the response parameters of the SubmitFpFileDeleteJob operation. Separate multiple job IDs with commas (,). If you leave this parameter empty, the system returns the latest 20 jobs that are submitted. | d98459323c024947a104f6a50cbf****,c2dc694696f1441591c5012a73c1**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "D127C68E-F1A1-4CE5-A874-8FF724881A12",
"FpFileDeleteJobList": {
"FpFileDeleteJob": [
{
"CreationTime": "2020-06-30T00:33:18Z",
"Status": "Success",
"FinishTime": "2020-06-30T00:34:02Z",
"UserData": "example data",
"Code": "ServiceUnavailable",
"Message": "The request has failed due to a temporary failure of the server.",
"PipelineId": "fb712a6890464059b1b2ea7c8647****",
"FpDBId": "88c6ca184c0e47098a5b665e2a12****",
"Id": "25bacf2824614bcf9273dc0744db****",
"FileIds": "41e6536e4f2250e2e9bf26cdea19****"
}
]
},
"NonExistIds": {
"String": [
"c2dc694696f1441591c5012a73c1****"
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | The operation has failed due to some unknown error, exception or failure. |
For a list of error codes, visit the Service error codes.