List Ssl Trust Certificate State
Only Solution users, Container admins, and System admins can list SslTrustCertificateStates.
Request
URI
GET
https://{api_host}/container-service/api/config/trust-certs
COPY
Query Parameters
integer
page
Optional
Page Number
integer
limit
Optional
Number of entries per page
string
$orderby
Optional
Multiple comma-separated properties sorted in ascending or descending order
integer
$top
Optional
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
integer
$skip
Optional
Sets how many entries you would like to skip
string
$filter
Optional
Boolean expression for whether a particular entry should be included in the response
Header Parameters
string
x-project
Optional
x-project
Responses
200
successful operation
Returns PageSslTrustCertificateState of type(s) */*
{
"number": 0,
"numberOfElements": 0,
"last": false,
"size": 0,
"totalPages": 0,
"first": false,
"content": [
{
"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
}
],
"totalElements": 0
}
integer As int32 As int32
number
Optional
number
integer As int32 As int32
numberOfElements
Optional
numberOfElements
boolean
last
Optional
last
integer As int32 As int32
size
Optional
size
integer As int32 As int32
totalPages
Optional
totalPages
boolean
first
Optional
first
integer As int64 As int64
totalElements
Optional
totalElements
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