Skip to main content

List trusted certificate authorities

GET 

/trusted-certificate-authorities

Retrieve a list of trusted certificate authorities.

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 string

    The UUID of the trusted certificate authority

    name string

    Possible values: <= 63 characters

    The trusted certificate authority name

    common_name string

    Possible values: <= 255 characters

    The trusted certificate authority common name

    expiry_epoch string
    filename string

    Certificate filename

    issuer string

    Issuer

    not_valid_after string

    Not valid after this date

    not_valid_before string

    Not valid before this date

    serial_number string

    Serial number

    subject string

    Subject

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...