{ "operationId": "get-contract-group-hosts-acgs", "method": "GET", "path": "/contracts/{contractId}/groups/{groupId}/hostsAcgs", "summary": "List hostnames with access control groups", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "acgId": "WAA-3-1AINU1T", "contractId": "C-0N7RAC71", "hostname": "www.bookstore.api.akamai.com" }, { "acgId": "WAA-3-WNNG6F", "contractId": "K-0N7RAK71", "hostname": "www.bookstore2.api.akamai.com" } ] } ] }