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

Metadata

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


Properties

array of MetaError
errors Optional

Response payload data errors.

JSON Example

{
	"errors": [
		{
			"code": "string",
			"field": "string",
			"message": "string"
		}
	]
}

Feedback

Was this page helpful?