Root Controller Resource

The API allows you to view vProtect version and get custom image of logo and background.

GET /branding-configuration

Get branding configuration

Response Body
media type data type description
application/json BrandConfigurationDetails (JSON) branding configuration

Example

Request
GET /branding-configuration
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{ }
                
              

GET /version

Get vProtect version.

Response Body
media type data type description
application/json StringDTO (JSON) vProtect version

Example

Request
GET /version
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{ }
                
              

GET /capabilities/supported-by-license

Get capabilities list supported by the license file

Response Body
media type data type description
application/json SupportedLicenseCapabilitiesDetails (JSON) capabilities list supported by the license file

Example

Request
GET /capabilities/supported-by-license
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{ }