vcenter lcm reports: location

The location structure contains the URI location to download the report from, as well as a token required (as a header on the HTTP request) to get the bundle. The validity of the token is 5 minutes as best attempt. After the token expires, any attempt to call the URI with said token will fail.

Representation:

{
    "uri""http://myurl.com",
    "download_file_token"{
        "expiry""2015-01-01T22:13:05.651Z",
        "token""string"
    }
}

Attributes:

Name Type Description
Required
uri URI Report Download URI.

download_file_token token Information about the token required in the HTTP GET request to retrieve the report

download_file_token.token string 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".

download_file_token.expiry date_time Expiry time of the token