forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Hongwei, King Wang <king.wanghongwei@huawei.com> Co-committed-by: Hongwei, King Wang <king.wanghongwei@huawei.com>
11 KiB
11 KiB
Creating Tags for a VPN
Function
This API is used to create tags for a VPN.
URI
POST /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags
Request
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
|
Response
None
Example
Returned Values
For details, see Common Returned Values.
Parent topic: Tag Management