Skip to main content

List certificates

GET 

/sse/config/v1/certificates

List certificates.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Responses

List of certificates info

Schema
    data object[]
  • Array [
  • algorithm string
    ca boolean
    common_name string
    common_name_int string
    expiry_epoch string
    id string

    uuid of the resource

    issuer string
    issuer_hash string
    not_valid_after string
    not_valid_before string
    public_key string
    subject string
    subject_hash string
    subject_int string
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...