This API is used to create tags for a VPN.
POST /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags
In the URI, project_id indicates the project ID, and resource_id indicates the ID of the target resource.
Table 1 describes the request parameter.
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
tag |
List<resource_tag> |
Yes |
Specifies the tag. |
Name |
Type |
Mandatory |
Description |
---|---|---|---|
key |
String |
Yes |
Specifies the tag key. The key
|
value |
String |
Yes |
Specifies the tag value. The value
|
None
For details, see Common Returned Values.