GET Vidb

GET Vidb

Gets the current vIDB configuration.

Request
URI
GET
https://{api_host}/api/v2/vidb
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Gets the current vIDB configuration.

{
    "enabled": true,
    "hostname": "example-vc.eng.vmware.com",
    "port": 443,
    "tenant": "customer",
    "redirectUrl": "exampleVIP.ip.or.fqdn"
}
boolean
enabled
Required

enabled

string
hostname
Optional

hostname

string
port
Optional

port

string
tenant
Optional

tenant

string
redirectUrl
Optional

redirectUrl


500
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v2/vidb