Last updated 2 months ago
By default,The user's clouds are used to filter the final output
/networking/domains
curl -L \ --url 'https://api.cegedim.cloud/itcare/networking/domains'
[ { "description": "text", "id": 1, "isManagedByCegedim": true, "isPublic": true, "name": "text", "sniDefault": true } ]
/networking/domains/{domainId}
1234, example: 1234
curl -L \ --url 'https://api.cegedim.cloud/itcare/networking/domains/{domainId}'
{ "description": "text", "id": 1, "isManagedByCegedim": true, "isPublic": true, "name": "text", "sniDefault": true }