List the existing DCV provider configurations

List the existing DCV provider configurations

Responses
  • 200 DCV provider configuration list

    Array [

    _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

    ]

  • 204 No DCV provider configuration defined
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error