Get Vidb Integration

Get Vidb Integration

Gets the vIDB integration for the provider org

Request
URI
GET
https://{api_host}/cloudapi/vcf/vidbRegistration
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VidbClientConfiguration of type(s) */*;version=40.0
{
    "identityProviderName": "string",
    "clientId": "string",
    "clientSecret": "string",
    "vidbIssuerUri": "string",
    "vidbLeafCert": "string"
}
string
identityProviderName
Required

The identity provider name

string
clientId
Required

The OIDC client id

string
clientSecret
Required

The OIDC client secret

string As uri As uri
vidbIssuerUri
Required

The URI of the vIDB instance

string
vidbLeafCert
Required

Leaf certificate of the vIDB instance


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/vidbRegistration