{ "operationId": "get-namespace-groups", "method": "GET", "path": "/networks/{network}/namespaces/{namespaceId}/groups", "summary": "Akamai List Groups Within a Namespace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ "countries", "verticals", "industries" ] }, { "status": "404", "contentType": "application/problem+json", "example": { "detail": "There are no groups.", "errorCode": "EKV_9000", "instance": "/edgekv/error-instances/18c6df92-09dc-49e1-9e2f-2fe9a56f1db8", "status": 404, "title": "Not Found", "type": "/edgekv/error-types/edgekv-not-found", "additionalDetail": { "requestId": "f83062602d14002f" } } }, { "status": "500", "contentType": "application/problem+json", "example": { "detail": "An internal error occurred.", "errorCode": "EKV_0000", "instance": "/edgekv/error-instances/cdb7767c-817e-4805-9f28-0816eefa0ba8", "status": 500, "title": "Internal Server Error", "type": "/edgekv/error-types/edgekv-internal-server-error", "additionalDetail": { "requestId": "cd9b61e08148009b" } } } ] }