[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

List All Certificates V2

Description

This API is used to list paginated certificates.

Request

Request

URL

URL


get
https://localhost:8080/lcm/locker/api/v2/certificates
Copy

Query Parameters

Query Parameters

array
aliasQuery Optional

aliasQuery


integer
from Optional

from


integer
size Optional

size


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns CertificatePageDTO of type(s) */*, application/json
{
    "page": 0,
    "total": 1
}
certificates Optional

integer as int64
page Optional

Page


integer as int64
total Optional

Total

Errors

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


404

Not Found

Code Samples

Code Samples

cURL Command

curl https://localhost:8080/lcm/locker/api/v2/certificates


[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Feedback

Was this page helpful?