Querying the Binary Object List

Function

This API is used to query the binary object list. This API is compatible with Sahara.

URI

Request

Request parameters

None.

Response

Table 2 Response parameter description

Parameter

Type

Description

markers

Object

Markers object

For details, see Table 3.

binaries

Array

Binary object list

For details, see Table 4.

Table 3 markers parameter description

Parameter

Type

Description

prev

String

Marker on the previous page

next

String

Marker on the next page

Table 4 binaries parameter description

Parameter

Type

Description

name

String

Binary object name

url

String

Binary object URL

description

String

Binary object description

created_at

String

Binary object creation time

updated_at

String

Binary object update time

id

String

Binary object ID

tenant_id

String

Project ID. For details on how to obtain the project ID, see Obtaining a Project ID.

is_public

Bool

Whether a binary object is public

  • true
  • false

The current version does not support this function.

is_protected

Bool

Whether a binary object is protected

  • true
  • false

The current version does not support this function.

Example

Status Code

Table 5 describes the status code of this API.

Table 5 Status code

Status Code

Description

200

The binary object list is queried successfully.

For the description about error status codes, see Status Codes.