Search for OpenSSH certificates

Search for openssh certificates using a certificate search query

Body required
text/json

The certificate search query

query
string | null

A SSHSCQL query to filter the certificates

fields
array of string | null

The fields that must be present in the response

sortedBy
array of objects | null (Sort By)

How to sort the results

pageIndex
integer | null

Request the page at defined index

pageSize
integer | null

The number of results per request

withCount
boolean | null

Add the number of results to the search results

Responses
  • 200 The certificate search results
    results
    array of objects (OpenSSH Certificate Search Result) required

    The list of certificates

    pageIndex
    integer required

    The current page index

    pageSize
    integer required

    The current page size

    hasMore
    boolean required

    true while the page is not the last, else false

    count
    integer | null

    The total number of results. Only available if withCount was requested

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error