curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/aaa/team-groups/v2/name/{name} \
--header 'Authorization: <api-key>'{
"group": {
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"externalId": "<string>",
"groupId": 123,
"groupOrigin": "GROUP_ORIGIN_UNSPECIFIED",
"groupType": "GROUP_TYPE_UNSPECIFIED",
"name": "<string>",
"role": {
"description": "<string>",
"name": "<string>",
"roleId": 123
},
"scope": {
"scopeId": "<string>"
},
"teamId": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/aaa/team-groups/v2/name/{name} \
--header 'Authorization: <api-key>'{
"group": {
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"externalId": "<string>",
"groupId": 123,
"groupOrigin": "GROUP_ORIGIN_UNSPECIFIED",
"groupType": "GROUP_TYPE_UNSPECIFIED",
"name": "<string>",
"role": {
"description": "<string>",
"name": "<string>",
"roleId": 123
},
"scope": {
"scopeId": "<string>"
},
"teamId": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}
}API key authentication
Response containing the complete details of a team group that matches the requested name, including its members, roles, and scope settings.
A Team Group entity.
Show child attributes
Was this page helpful?