- User
- Tenant / Regions
- VPC
- Images
- Flavors
- Storage Policy
- Instances
- Subnet
- Security group
- Floating IP
- Activity Logs
- Tags
- Iam
- Billing
- Project
- S3
Manage tag
POST
/api/v1/vmware/vpc/{vpc_id}/floating-ip/{floatingIp_id}/manage-tags
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
vpc_id
string
required
floatingIp_id
string
required
Body Params application/json
tag_ids
array[string]
required
Example
{
"tag_ids": [
"31d85bbe-c5f2-49fa-ae90-aae6eb15b532"
]
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/vmware/vpc//floating-ip//manage-tags' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_ids": [
"31d85bbe-c5f2-49fa-ae90-aae6eb15b532"
]
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-05-24 07:04:27