Resource Filters

List default values for different resource filters

get
Authorizations
Query parameters
technologiesstring[]Optional

Product technology, example: MARIADB or KUBERNETES or...

cloudsintegerOptional
Responses
200
OK
*/*
get
GET /itcare/compute/resource-filters HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "az": [
    "text"
  ],
  "defaultPersistence": [
    "text"
  ],
  "fallbackPersistence": [
    "text"
  ],
  "iRules": [
    "text"
  ],
  "k8sRegions": [
    "text"
  ],
  "loadBalancingMode": [
    "text"
  ],
  "protocols": [
    "text"
  ],
  "topologies": [
    {
      "topology": "text",
      "type": "text"
    }
  ],
  "versions": [
    {
      "type": "text",
      "version": "text"
    }
  ]
}

Last updated