Return S3 Vault telemetry
Select
Request trelemetry report for S3 Vault
- application/json
Request Body
rangeUTC object
Time range is for time related token rule values to specify from and to time in unix timestamp format.
fromTime stringFrom time value in unix timestamp format
toTime stringTo time value in unix timestamp format
storeFilter Client entity[]
List of S3 Vault clients to include into report
clientId int32 requiredClient ID
clientName stringClient Name
endpointFilter Client entity[]
List of S3 endpoints to include into report
clientId int32 requiredClient ID
clientName stringClient Name
userFilter User or group entity[]
List of users or groups to include into report
userId int32User ID
userGroupId int32Group ID
- 200
- 403
- 404
- 500
Result
- application/json
- Schema
- Example (from schema)
Schema
- errorCode int32
- errorString string
Error message
operationId undefined[]
Report record for each operation (PUT,GET,HEAD,BROWSE). The activeUserId and activeUserBytes show most active user.
id int32Unique type id
name stringOperation description
requestCount int64Total number of requests of this opertion type
totalSize int64Total size of data requested with this opertion type
averageSize int64Average size of request of this opertion type
lastRequestTime stringLast time the request of this opertion type was received
throughputPerSec floatAverage throughput
activeUserId User entity
userId int32User ID
__type__ int32must be set to 13
activeUserBytes int64Total size of data requested by most active user
{
"errorCode": 0,
"errorString": "string",
"operationId": [
{
"id": 0,
"name": "string",
"requestCount": 0,
"totalSize": 0,
"averageSize": 0,
"lastRequestTime": "string",
"throughputPerSec": 0,
"activeUserId": {
"userId": 0,
"__type__": 0
},
"activeUserBytes": 0
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}