Clouds

Returns all clouds summary

get/clouds/summary/

Response

Cloud summary

namestring
countinteger
descriptionstring
ownerstring
ticketstring
ccuserstring[]
provisionedboolean
validatedboolean

Example response

{
  "name": "cloud12",
  "count": 10,
  "description": "Short description here",
  "owner": "jsbach",
  "ccuser": [
    "edroste",
    "kgodel"
  ],
  "provisioned": true,
  "validated": true
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.