/  Yamcs HTTP API  /  Buckets  /  Get Object

Get ObjectΒΆ

Get an object

The body of the response represents the object data. The Content-Type header is set to the content type of the object specified when uploading the object. If no Content-Type was specified when creating the object, the Content-Type of the response is set to application/octet-stream.

URI Template

GET /api/buckets/{instance}/{bucketName}/objects/{objectName*}
{instance}

Yamcs instance name. Or _global.

{bucketName}

Bucket name.

{objectName*}

Object name.