Object Storage Orchestration API Reference

Table Of Contents
Chapter 3. Usage Statistics
}
},
{
"key": { "bucket": "", "epoch":0, "user_id": "f82c23f7823589eb", "tag": "" },
"counters": {
"ops": { "put":0, "get":2, "list":0, "other":0 },
"net_io": { "uploaded":0, "downloaded":0 }
}
}
]
}
3.2 DELETE Service ostor-usage
3.2.1 Description
Deletes the statistics object specified by name.
3.2.2 Requests
3.2.2.1 Syntax
DELETE /?ostor-users&obj=<object_name> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
3.2.2.2 Parameters
Parameter Description Required
obj Statistics object name.
Type: string.
Default value: none.
No
30