v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
volatile-blob

Modifies ttl for a specific volatile data blob

Modify ttl of the volatile data blob in the underlying storage mechanism (volume).

patch/layers/{layerId}/data/{dataHandle}

Path parameters

layerIdstring required

The ID of the layer that the volatile data blob belongs to.

dataHandlestring required

The data handle (ID) represents an identifier for the volatile data blob.

Query parameters

billingTagstring

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Headers

X-Replicatestring

If set to true, it indicates the request is a replication call. It is not required for user to set it manually

Request body

ttlinteger

The expiry time in milliseconds. Data is automatically removed after the specified time limit has elapsed. The TTL value must be between 60000 (1 minute) and 604800000 (7 days).

Example request

{
  "ttl": 3600000
}

Response

No Content - A new ttl was set