cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/security-groups/{id} \ --header 'Authorization: <api-key>'
{ "dataCenterId": "<string>", "description": "<string>", "id": "<string>", "projectId": "<string>", "rules": [ { "icmpType": "<string>", "id": "<string>", "ipRangeCidr": "<string>", "ports": "<string>", "protocol": "PROTOCOL_UNKNOWN", "ruleType": "RULE_TYPE_UNKNOWN" } ] }
Retrieves the details of a security group.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?