Skip to main content

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

successful operation

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.

Loading...