[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
List All Certificates V2
DescriptionThis API is used to list paginated certificates.
Request
URLURL
https://localhost:8080/lcm/locker/api/v2/certificates
Query Parameters
Query Parameters
array
aliasQuery
Optional
aliasQuery
integer
from
Optional
from
integer
size
Optional
size
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK returns
CertificatePageDTO
of type(s) */*, application/json
{
"certificates": [
{
"algorithm": "SHA256WITHRSA",
"alias": "certificate1",
"healthy": false,
"issuer": "C=IN, O=VMware, CN=vRealize Suite Lifecycle Manager Locker CA",
"referenced": false,
"sha1": "4170ceb21de45b3a8edeab707b7b9fc1d68052bb",
"subject": "C=IN, ST=IN, L=IN, O=vmware, OU=vmware, CN=vmware",
"transactionId": "string",
"vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c"
}
],
"page": 0,
"total": 1
}
integer as int64
page
Optional
Page
integer as int64
total
Optional
Total
Errors
401
Unauthorized
403
Forbidden
404
Not Found
Code Samples
cURL Command
curl https://localhost:8080/lcm/locker/api/v2/certificates
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager