Gets the specified vault's usage against service limits.

GET {{baseUrl}}/20180608/vaults/:vaultId/usage

Gets the count of keys and key versions in the specified vault to calculate usage against service limits.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request. If provided, the returned request ID
will include this value. Otherwise, a random request ID will be
generated by the service.
Acceptstring

RESPONSES

status: OK

{"keyCount":"\u003cinteger\u003e","keyVersionCount":"\u003cinteger\u003e","softwareKeyCount":"\u003cinteger\u003e","softwareKeyVersionCount":"\u003cinteger\u003e"}