Get the list of issued certificates by CA.

Prev Next
Get
/certificate-authority/issued-certificates

Get the list of issued certificates by CA. It will be empty if CRL is not enabled.

Security
HTTP
Type bearer
Responses
200

List of issued certificates.

Expand All
object
range
string

The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.

Example0-30/54
orderBy
string

The field name used to sort the list.

Examplename
descending
boolean

Whether the sorting is applied descending or ascending.

queries
Array of string

The queries applied to the list.

string
totalCount
integer

The total readable count of entities. Not influenced by the query.

Example328
filterBy
Array of object (FilterBy)

The filters applied to the list.

object
name
string

The field name the filter is applied to.

Examplename
value
string

The value used for comparison.

ExampleAWS
data
Array of object (IssuedCertificate)

List of issued certificates.

object

Issued Certificate by Appgate CA.

id
string (uuid)

Random ID assigned to the certificate.

Example4c07bc67-57ea-42dd-b702-c2d6c45419fc
type
string

Type of the certificate.

Valid values[ "Client", "Appliance" ]
subject
string

The subject name of the certificate.

ExampleCN=Appgate SDP CA
issuer
string

The issuer name of the certificate.

ExampleCN=Appgate SDP CA
serial
string

X.509 certificate serial number.

Example1542962969512
fingerprintSha256
string

SHA256 fingerprint of the certificate.

Exampled30247cee99a056c5ecdc409549165886d02925f9c64b681dff3d2ecf653355f
validFrom
string (date-time)

Since when the certificate is valid from.

validTo
string (date-time)

Until when the certificate is valid.

pem
string

PEM formatted public certificate.

issueTime
string (date-time)

When the Controller issued the certificate.

revoked
boolean

Whether the certificate is revoked or not.

Defaultfalse
revocationReason
string

X509 certificate revocation reason. See RFC 5280.

Valid values[ "unspecified", "keyCompromise", "cACompromise", "affiliationChanged", "superseded", "cessationOfOperation", "certificateHold", "privilegeWithdrawn" ]
revocationTime
string (date-time)

The revocation time of the certificate.

revocationNotes
string

Free-text notes for revocation reason.

ExamplePrivate key potentially compromised.
401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.