system_update_trust_root_list

A root role is a JSON document describing the cryptographic keys that are trusted to sign system release repositories, as described by The Update Framework. Uploading a repository requires its metadata to be signed by keys trusted by the trust store.

get/v1/system/update/trust-roots

Query Parameters

limit

Maximum number of items returned by a single call

Token returned by previous call to retrieve the subsequent page

Supported set of sort modes for scanning by id only.

Currently, we only support scanning in ascending order.

Responses

200

successful operation

Object
items

list of items on this page of results

Trusted root role used by the update system to verify update repositories.

Object
id

The UUID of this trusted root role.

root_role

The trusted root role itself, a JSON document as described by The Update Framework.

time_created

Time the trusted root role was added.

next_page

token used to fetch the next page of results (if any)

4XX

Error

Object
message
request_id
5XX

Error

Object
message
request_id