Queries a single snapshot template.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VodTemplateId | string | Yes | The ID of the snapshot template. | 7c49f2f4c0969*****fcd446690 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "DE7A1F49-41C1-47*****DF-4CD0C02087DB",
"VodTemplateInfo": {
"CreationTime": "2018-11-30T08:05:59:57Z",
"IsDefault": "NotDefault",
"TemplateType": "Snapshot",
"VodTemplateId": "7c49f2f4c09*****69fcd446690",
"TemplateConfig": "{\\\"SnapshotConfig\\\":{\\\"Count\\\":10,\\\"SpecifiedOffsetTime\\\":0,\\\"Interval\\\":1},\\\"SnapshotType\\\":\\\"NormalSnapshot\\\"}",
"Name": "test",
"ModifyTime": "2018-11-30T09:05:59:57Z"
}
}
Error codes
For a list of error codes, visit the Service error codes.