servers

List releases

List releases ordered by most recent first. Logs are omitted — fetch a specific release to see logs.

get/servers/{qualifiedName}/releases

Path parameters

qualifiedNamestring required

The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.

Query parameters

pageinteger
pageSizeinteger

Response

Paginated list of releases

Changes

Changed in 2 of the 47 revisions of this API.16

    • ▲

      the response's body type changed from array to object for status

      response-body-type-changed

    • ○

      added the new optional query request parameter page

      new-optional-request-parameter

    • ○

      added the new optional query request parameter pageSize

      new-optional-request-parameter

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    • ○

      added the required property to the response with the status

      response-required-property-added

    • ○

      added the required property to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added