Authentication

Authentication

The HCX Manager Appliance Management APIs supports the following methods to authenticate requests. Individual operations in the documentation will include their specific authentication types.


BASIC_AUTH


All operations require authentication and therefore are forbidden to the general public.


Type : http
Scheme : basic

XHM_TOKEN


Obtained from /api/admin/v1/sessions


Type : apiKey
Name : x-hm-authorization
In : header

VCF_SSO_TOKEN


Bearer access token obtained from VCF SSO


Type : http
Scheme : bearer