Image Providers¶
Each container image is associated with a provider object, which holds any authentication details and URL.
List All Providers¶
OAuth Authorization Required: images_read
GET /api/container_image_providers
schema
container_image_providers
: Arrayid
: Integername
: Stringhostname
: Stringis_default
: Booleanupdated_at
: DateTimecreated_at
: DateTime
View Image Provider¶
Show a single Container Image Provider
OAuth Authorization Required: images_read
GET /api/container_image_providers/{id}
schema
container_image_providers
: Arrayid
: Integername
: Stringhostname
: Stringis_default
: Booleanupdated_at
: DateTimecreated_at
: DateTime
Last update: 2021-12-31