Get Ssl Trusted Certificate State
Only Solution users, Container admins, and System admins can retrieve SslTrustedCertificateStates.
Request
URI
GET
https://{api_host}/container-service/api/config/trusted-certificates/{id}
COPY
Path Parameters
string
id
Required
The id of the SslTrustedCertificateState
Responses
200
OK with the SslTrustedCertificateState
Returns SslTrustedCertificateState of type(s) */*
{
"commonName": "string",
"documentExpirationTimeMicros": "string",
"validSince": 0,
"issuerName": "string",
"certificate": "string",
"subscriptionLink": "string",
"documentUpdateTimeMicros": "string",
"serial": "string",
"documentSelfLink": "string",
"fingerprint": "string",
"tenantLinks": [
"string"
],
"resourceLink": "string",
"validTo": 0
}
string
commonName
Optional
commonName
string
documentExpirationTimeMicros
Optional
documentExpirationTimeMicros
integer As int64 As int64
validSince
Optional
validSince
string
issuerName
Optional
issuerName
string
certificate
Optional
certificate
string
subscriptionLink
Optional
subscriptionLink
string
documentUpdateTimeMicros
Optional
documentUpdateTimeMicros
string
serial
Optional
serial
string
documentSelfLink
Optional
documentSelfLink
string
fingerprint
Optional
fingerprint
array of string
tenantLinks
Optional
tenantLinks
string
resourceLink
Optional
resourceLink
integer As int64 As int64
validTo
Optional
validTo
404
'Not Found' if no SslTrustedCertificateState with provided id
Operation doesn't return any data structure
Ssl Operations
POST
Create Ssl Trust Certificate State
POST
Create Ssl Trusted Certificate State
DELETE
Delete Ssl Trust Certificate State
DELETE
Delete Ssl Trusted Certificate State
GET
Get Ssl Trust Certificate State
GET
Get Ssl Trusted Certificate State
GET
List Ssl Trust Certificate State
GET
List Ssl Trusted Certificate State
PATCH
Patch Ssl Trust Certificate State
PATCH
Patch Ssl Trusted Certificate State
PUT
Ssl Trust Import Controller.update
PUT
Update Ssl Trust Certificate State
PUT
Update Ssl Trusted Certificate State