Cloud Resources API (v1)
Managing cloud platform resources within a certain project: obtain quotas and limits, SSH keys, RC files to work with the OpenStack CLI, and more
Add floating IP to project
Authorizations:
X-Auth-Token
Request Body schema: application/json
required | object Nested fields for floating IP | ||||
|
Responses
Request samples
- Payload
Content type
application/json
{- "floatingip": {
- "address": "string",
- "region": "string"
}
}
Add Windows license to project Deprecated
License management will be removed in 2025.
Authorizations:
X-Auth-Token
Request Body schema: application/json
required | object Nested fields for license | ||||
|
Responses
Request samples
- Payload
Content type
application/json
{- "license": {
- "region": "string",
- "type": "string"
}
}
Add subnets for project
Authorizations:
X-Auth-Token
Request Body schema: application/json
required | object Nested fields for subnet | ||||||
|
Responses
Request samples
- Payload
Content type
application/json
{- "subnet": {
- "prefix_length": 0,
- "region": "string",
- "type": "string"
}
}