[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

ApplianceDiskDrResponseList

List of entities about: Detailed information about an appliance disk.


Properties

_meta Optional

List metadata


array of ApplianceDisk
list Optional

Detailed information about an appliance disk.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"description": "string",
			"name": "string",
			"partition_name": "string",
			"total_space": 0,
			"used_space": 0,
			"used_space_percent": "36%"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Returned By

Get Appliance Disks

Feedback

Was this page helpful?