Sends a command to process a live stream snapshot job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SendLiveSnapshotJobCommand |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The ID of the snapshot job. |
****a046-263c-3560-978a-fb287782**** |
| Command |
string |
Yes |
The operation command. Valid values:
Valid values:
|
start |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter | %s | |
| 400 | InvalidParameter | %s | |
| 400 | JobLimitExceeded | Job limit exceeded. | |
| 400 | StreamNotFound | No such stream. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | UserDisable | User is disable. | |
| 403 | Forbidden | User not authorized to operate on the specified resource. | |
| 403 | OperationDenied | Your account has not enabled the ICE service. | |
| 404 | JobNotFound | No such job. | |
| 409 | JobAlreadyStarted | Job is already started. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.