v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
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
}