Retrieve an existing DCV provider configuration

Retrieve an existing DCV provider configuration based on its name

Path parameters
name
string required
Responses
  • 200 The DCV provider configuration
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Unique name of the DCV provider configuration

    type
    string required

    Provider type discriminator

    Value DIGICERT
    endpoint
    string required

    DigiCert API endpoint URL

    credentials
    string required

    Name of the credentials configuration holding the DigiCert API key

    proxy
    string | null

    Name of the HTTP proxy configuration to use

    timeout
    string | null (FiniteDuration)

    Request timeout

  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error