Authentication

Authentication

The Log Management API supports the following methods to authenticate requests. Individual operations in the documentation will include their specific authentication types.


OPSTokenAuthorization


This documentation covers v2 API endpoints.

Authenticated requests must include an X-JWT-Token header with a token retrieved with the following authenticated call to VCF Operation API :

POST /suite-api/api/auth/token/exchange

Request body {"serviceKeys": ["ops-li"]}.

Access is allowed only to resources that the user is authorized to use.


In : header
Name : X-JWT-Token
Type : apiKey