Returns the OpenStack projects
GET/v1/clouds/openstack/projects
Returns the OpenStack projects
Request
Query Parameters
cloudAccountUid string
Uid for the specific OpenStack cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
descriptionstring
Description is the description of the project
domainIdstring
DomainID is the domain ID the project belongs to
idstring
ID is the unique ID of the project
namestring
Name is the name of the project
parentProjectIdstring
ParentID is the parent_id of the project
{
"items": [
{
"description": "string",
"domainId": "string",
"id": "string",
"name": "string",
"parentProjectId": "string"
}
]
}
Loading...