| Skip Navigation Links | |
| Exit Print View | |
|
Oracle® ZFS Storage Appliance RESTful Application Programming Interface |
Lists all currently configured analytics worksheets.
Example Request:
GET /api/analytics/v1/worksheets HTTP/1.1 Authorization: Basic ab6rt4psMWE= Host: example.zfssa.com:215 Accept: application/json
Example Response:
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 237
X-Zfssa-Analytics-Api: 1.0
{
"worksheets": [{
"href": "/api/analytics/v1/worksheets/ab59bcbc...",
"uuid": "ab59bcbc-080a-cf1a-98c9-9f485bc3a43d"
}, {
"href": "/api/analytics/v1/worksheets/bb3ee729...",
"uuid": "bb3ee729-080a-cf1a-98c9-9f485bc3a43d"
}]
}