Returns the OpenStack projects
GEThttps://api.spectrocloud.com/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
items
object[]
required
{
"items": [
{
"description": "string",
"domainId": "string",
"id": "string",
"name": "string",
"parentProjectId": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/clouds/openstack/projects' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'