Update Ssl Trust Certificate State
Only Solution users, Container admins, and System admins can update SslTrustCertificateStates.
Request
URI
PUT
https://{api_host}/container-service/api/config/trust-certs/{id}
COPY
Path Parameters
string
id
Required
The id of the SslTrustCertificateState
Request Body
The SslTrustCertificateState to be updated.
SslTrustCertificateState of type(s) application/json
Required
{
"commonName": "string",
"documentExpirationTimeMicros": "string",
"validSince": 0,
"issuerName": "string",
"origin": "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
origin
Optional
origin
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
Responses
200
'OK' is returned when the SslTrustCertificateState is updated.
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