Skip to main content
Version: latest

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

(empty)

Schema

    items

    object[]

    required

  • Array [

  • 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

  • ]

Loading...