Querying the Binary Object Details

Function

This API is used to query detailed information about a binary object. This API is compatible with Sahara.

URI

Request

Request parameters

None

Response

Table 2 Response parameter description

Parameter

Type

Description

is_public

Bool

Whether a binary object is public

  • true
  • false

The current version does not support this function.

description

String

Binary object description

url

String

Binary object URL

tenant_id

String

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

created_at

String

Binary object creation time

updated_at

String

Binary object update time

id

String

Binary object ID

name

String

Binary object name

is_protected

Bool

Whether a binary object is protected

  • true
  • false

The current version does not support this function.

Example

Status Code

Table 3 describes the status code of this API.

Table 3 Status code

Status code

Description

200

The binary object details are queried successfully.

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