[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

PagedPinboardResponse

Properties

integer
cursor Optional

array of PinboardResponse
results Optional

integer
total_records Optional

JSON Example

{
	"cursor": 0,
	"results": [
		{
			"create_timestamp": "156789876.000000",
			"description": "This is the pinboard description",
			"groups_read_access": [
				"cn=administrators"
			],
			"groups_write_access": [
				"CN=HR,CN=Users"
			],
			"id": "18799:10002:211561153588",
			"last_updated_timestamp": "156789876.000000",
			"name": "Pinboard Name",
			"owner": "admin@local",
			"pins": [
				{
					"id": "1000:10001:78690089",
					"name": "Pin Name",
					"query": "Alert where Severity = 'Critical'"
				}
			],
			"users_read_access": [
				"user1@vmware.com | user3@vmware.com"
			],
			"users_write_access": [
				"user@vmware.com | user2@vmware.com"
			]
		}
	],
	"total_records": 0
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Returned By

Get All Pinboards

Feedback

Was this page helpful?