Retrieve ca certificate details

get

https://cloud-native-SBC-IP/config/v1/certificates/ca-certs/{name}

Retrieve ca certificate details

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : CertificateDetail
Type: object
Show Source
Nested Schema : Extensions
Type: object
Show Source
Nested Schema : issuer
Type: array
Show Source
Nested Schema : PublicKeyInfo
Type: object
Show Source
Nested Schema : subject
Type: array
Show Source
Nested Schema : authority-info-access
Type: array
Show Source
Nested Schema : CertificatePolicy
Type: object
Show Source
Nested Schema : CrlDistributionPoint
Type: object
Show Source
Nested Schema : extended-key-usage
Type: array
Show Source
Nested Schema : key-usage
Type: array
Show Source
Nested Schema : subject-alternative-name
Type: array
Show Source
Nested Schema : policyQualifiers
Type: array
Show Source
Nested Schema : PolicyQualifiers
Type: object
Show Source
Nested Schema : DistributionPointFullName
Type: object
Show Source

404 Response

Not Found
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source

406 Response

Not Acceptable
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source
Back to Top