v1/containers

Use the v1/containers API to create, update, or list containers available for devices in your account.

URI

http://<hostname>/ws/v1/containers

Formats

HTTP method Format Description Parameters
GET /ws/v1/containers Get summary of the containers APIs.
GET /ws/v1/containers/images/inventory Get a list of all containers for your account. orderby, cursor, size, query
GET /ws/v1/containers/images/inventory/{imageId} Download a container.
GET /ws/v1/containers/download/{device_type}/{firmware_version}/{image_name}[/{image_version}]/{filename} Download a container.
POST /ws/v1/containers/images/inventory Upload a container. name, version, type, vendor_id, device_type, firmware_version, sha3_512
PUT /ws/v1/containers/images/inventory/{imageId} Update image attributes.
DELETE /ws/v1/containers/images/inventory/{imageId} Remove a container.