Resource Filters

List default values for different resource filters

get
Authorizations
Query parameters
technologiesstring[]optional

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

cloudsintegeroptional
Responses
curl -L \
  --url 'https://api.cegedim.cloud/itcare/compute/resource-filters'
{
  "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