Object Storage Orchestration API Reference

Chapter 3. Usage Statistics
GET /?ostor-users&obj=object name
HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
3.1.2.2 Parameters
The parameter is specified by the obj subresource. If the obj subresource is undefined, the response contains
information about all existing statistics objects. Otherwise information from the specified object obj is returned.
Parameter Description Required
obj Statistics object name.
Type: string.
Default value: none.
No
3.1.2.3 Headers
This implementation uses only common request headers.
3.1.3 Responses
3.1.3.1 Headers
This implementation uses only common response headers.
3.1.3.2 Body
If obj is unspecified:
{ ”nr_items”: number of statistics objects,
”truncated”: true if a list is truncated,
”items”: [ //list of statistics objects
”first object’s name”,
26