Get number of available tokens
GET/v1/log-shipping/tokens/limits
Returns the number of log shipping tokens currently in use and the number of available tokens that can be enabled. Disabled tokens don't count against the token limit. Please ensure to change the region in the URL to match your account's region.
Request
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
maxAllowedTokens int32
The number of log shipping tokens this account can have.
numOfEnabledTokens int32
The number of log shipping tokens currently enabled for this account.
{
"maxAllowedTokens": 50,
"numOfEnabledTokens": 27
}
Loading...