| Skip Navigation Links | |
| Exit Print View | |
|
Oracle® ZFS Storage Appliance RESTful Application Programming Interface |
Chapter 2 Working with the API
Chapter 3 Alert Service Commands
Chapter 8 Problem Service Commands
Lists schema properties.
Example Request:
GET /api/storage/v1/schema
Example Result:
{
"properties": [{
"description": "bob",
"href": "/api/storage/v1/schema/bob",
"property": "bob",
"type": "String"
},{
"description": "boo",
"href": "/api/storage/v1/schema/boo",
"property": "boo",
"type": "String"
}]
}