Queries the number of times that a pause can be requested.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:GetViberPauseTimes |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
The space ID of the ISV sub-customer or the instance ID of the direct customer. |
cams-x*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The access denial details. This field is returned only when a RAM permission verification fails. |
{} |
| Message |
string |
The additional message. |
success |
| RequestId |
string |
The request ID generated by Alibaba Cloud for this request. You can use it to troubleshoot issues. |
90E63D28-E31D-1EB2**9-A94866411B2O |
| Data |
object |
The returned data. |
11 |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "success",
"RequestId": "90E63D28-E31D-1EB2**9-A94866411B2O\n",
"Data": 11,
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.