[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vsphere-replication-api

IssueInfoDrResponseList

List of entities about: Issue information.


Properties

_meta Optional

List metadata


array of IssueInfo
list Optional

Issue information.

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",
			"entity": "string",
			"entity_name": "string",
			"issue_type": "VC",
			"status": "WARNING",
			"timestamp": 0
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vsphere-replication-api
Returned By

Get VR Pairing Issues
Get Replications Issues

Feedback

Was this page helpful?