Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine".
HTTP request
GET https://cloudsupport.googleapis.com/v2beta/caseClassifications:search
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
query |
An expression written in the Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out. |
pageSize |
The maximum number of cases fetched with each request. |
pageToken |
A token identifying the page of results to return. If unspecified, the first page is retrieved. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
The response message for caseClassifications.search endpoint.
JSON representation |
---|
{
"caseClassifications": [
{
object ( |
Fields | |
---|---|
caseClassifications[] |
The classifications retrieved. |
nextPageToken |
A token to retrieve the next page of results. This should be set in the |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloudsupport
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.