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

VcInfoDrResponseList

List of entities about: Structure containing VC information


Properties

_meta Optional

List metadata


array of VcInfo
list Optional

Structure containing VC 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": [
		{
			"node_id": "string",
			"product_version": "string",
			"service_id": "string",
			"url": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Returned By

List VC Services

Feedback

Was this page helpful?