Vcenter Capacity Usage Token
Vcenter Capacity Usage Token
The Vcenter Capacity Usage Token schema contains information about the token required in the HTTP GET request to generate the report.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"uuid": "string",
"expiry": "string"
}
string
uuid
Required
A one-time, short-lived token required in the HTTP header of the request to the url. This token needs to be passed in as a header with the name "session-id".
This property was added in vSphere API 9.1.0.0.
string As date-time
As date-time
expiry
Required
Expiry time of the token.
This property was added in vSphere API 9.1.0.0.