forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: gtema <artem.goncharov@gmail.com> Co-committed-by: gtema <artem.goncharov@gmail.com>
8.5 KiB
8.5 KiB
Querying VPN Resource Tags
Function
This interface is used to query tags of a specified VPN resource.
URI
GET /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags
Request Message
None
Response Message
Table 1 describes the response parameters.
Parameter |
Type |
Description |
---|---|---|
tags |
List<resource_tag> |
Specifies the tag list. |
Description of field resource_tag
Name |
Type |
Description |
---|---|---|
key |
String |
Specifies the tag key. The parameter constraints are as follows:
|
value |
String |
Specifies the tag value. The parameter constraints are as follows:
|
Example
- Example Request
GET /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags
- Example Response
{ "tags": [ { "key": "key1", "value": "value1" }, { "key": "key2", "value": "value3" } ] }
Returned Values
For details, see section Common Returned Values.
Parent topic: Tag Management