Skip to main content

List certificates

GET 

/certificates

Retrieve a list of certificates.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • id uuid

    The UUID of the certificate

    name string

    The name of the certificate

    algorithm string

    Algorithm

    ca boolean

    CA certificate?

    common_name string

    Common name

    common_name_int string
    expiry_epoch string
    issuer string

    Issuer

    issuer_hash string

    Issue hash

    not_valid_after date

    Not valid after this date

    not_valid_before date

    Not valid before this date

    public_key string

    Public key

    subject string

    Subject

    subject_hash string

    Subject hash

    subject_int string
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...