Previous Topic: REST-based API

Next Topic: Get Tags

REST-based Authentication

CA Access Control for Virtual Environments REST requests include the authentication information as part of the request information. CA Access Control for Virtual Environments supports HTTP basic authentication method. You can use the following basic authentication, for example:

Authorization: Basic c3VwZXJhZG1pbjpkZWZhdWx0c3VwZXJhZG1pbjpkZWZhdWx0 

The example above represents the Base 64 encoding of the user “superadmin” and the password “default”.