TagQueue
Written by
Updated at March 31, 2025
Method for getting queue labels. Updating labels can take up to 60 seconds.
A new label with a key identical to that of the existing label replaces the existing label.
Request
Request parameters
Parameter | Type | Required parameter | Description |
---|---|---|---|
QueueUrl |
string | Yes | URL of a queue |
Tags.N.* |
List of labels | Yes | List of queue labels |
Labels
Queue labels. The labels are provided as a list. For more information about passing list parameters, see Using the API.
Tag.N.Key (label)
Tag.N.Value (label value)
Response
Successful response fields
The response does not contain any fields.
TagQueue errors
For a list of errors common for all methods, see Common errors.
Request example
Action=TagQueue
&Version=2012-11-05
&QueueUrl=https://message-queue.api.cloud.yandex.net/b1g8ad42m6he********/dj6000000000********/sample-queue
&Tag.1.Key=environment
&Tag.1.Value=production
For more information about forming requests, see General API request format.
Response example
<TagQueueResponse>
<ResponseMetadata>
<RequestId>87acfbed-5254a88a-ef8d6306-e5fd93e-74626d14b02d992c99e5fa1b********</RequestId>
</ResponseMetadata>
</TagQueueResponse>