Scopes (service-quota/v1)
Read a Scope
Make a request to read a scope.
get/service-quota/v1/scopes/{id}
Path parameters
idstring required
The unique identifier for the scope.
Response
Scope.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/service-quota/v1/scopes/s-12345",
"resource_name": "crn://confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/scope=s-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"description": "ORGANIZATION scope that quotas would be applied to"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.