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

ApplianceDiskDrResponseEntity

Detailed information about an appliance disk.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"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"}]
vrs-appliance-config-api

Feedback

Was this page helpful?