AuditInformationService_LookupCluster
GET/v2/sentry/auditInfo/cluster
AuditInformationService_LookupCluster
Request
Query Parameters
clusterSNI string
Responses
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
name string
displayName string
project string
{
"name": "string",
"displayName": "string",
"project": "string"
}
- Schema
- Example (from schema)
Schema
name string
displayName string
project string
{
"name": "string",
"displayName": "string",
"project": "string"
}
Returned when the user does not have permission to access the resource.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned when the resource does not exist.
- application/json
- application/yaml
- Schema
Schema
string
- Schema
Schema
string
An unexpected error response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...