Get the openstack projects for a given account
GET/v1/cloudaccounts/openstack/:uid/properties/projects
Get the openstack projects for a given account
Request
Path Parameters
uid stringrequired
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...