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 TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : CertificateDetail
Type:
Show Source
object
-
extension: object
Extensions
-
friendly-name: string
-
issuer: array
issuer
-
public-key-info: object
PublicKeyInfo
-
serial-number: string
-
signature-algorithm: string
-
signature-hash-algorithm: string
-
subject: array
subject
-
thumb-print: string
-
valid-from: string
(date)
Example:
2022-03-10
-
valid-to: string
(date)
Example:
2022-03-10
-
version: integer
(int32)
Nested Schema : Extensions
Type:
Show Source
object
-
authority-info-access: array
authority-info-access
-
authority-key-identifier: string
-
basic-constraints: string
-
certificate-policies: object
CertificatePolicy
-
crl-distribution-points: object
CrlDistributionPoint
-
crlDistributionPoint: object
CrlDistributionPoint
-
extended-key-usage: array
extended-key-usage
-
extended-validation: string
-
key-usage: array
key-usage
-
subject-alternative-name: array
subject-alternative-name
-
subject-key-identifier: string
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]
406 Response
Not Acceptable
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]