Skip to main content
Version: latest

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

(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...