v1

latestOpenAPI 3.0.02026-07-243339471.1 MB

Generate Access Token

This endpoint generates an access token for new Central. The provided API client credentials must be for Central application on the HPE GreenLake Platform. The generated token is valid for 2 hours.

post/as/token.oauth2

Headers

Content-Typestring

Response

Successful response

access_tokenstring

The token you can use to make API calls to new Central

token_typestring

Indicates the type of token issued

expires_ininteger

The duration (in seconds) for which the token is valid

Example response

{
  "access_token": "<access_token>",
  "token_type": "Bearer",
  "expires_in": 7200
}
All 333 operations