-
Notifications
You must be signed in to change notification settings - Fork 19
datastore.discovery[*]
dav3860 edited this page Jul 8, 2016
·
1 revision
Returns a JSON-formatted array of datastores for use with Zabbix Low-Level Discovery, eg :
{
"data": [
{
"{#DATASTORE}": "esx01-1",
"{#UUID}": "52dd19aa-a5e3669a-ae68-001a4bef4838",
"{#CLUSTER}": "datastore",
"{#LOCAL}": true,
"{#NAA}": "naa.50002ac19b2221db"
},
{
"{#DATASTORE}": "DS22",
"{#UUID}": "52de6451-9880e755-767f-001a4bef4838",
"{#CLUSTER}": "datastore",
"{#LOCAL}": false,
"{#NAA}": "naa.50002ac19bb721db"
},
{
"{#DATASTORE}": "DS23",
"{#UUID}": "52e7afd6-4c59dcb5-5a67-001a4bef4838",
"{#CLUSTER}": "datastore",
"{#LOCAL}": false,
"{#NAA}": "naa.50002ac19ec421db"
}
]
}