[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service

Get Entity Access

Description

Gets a list of dashboard entity access by ids

Request

Request

URL

URL


get
https://{api_host}/vrlic/api/v1/content/dashboards/access-control
Copy

Query Parameters

Query Parameters

array of string
id Required

Entity Id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of PublicApiEntityAccessDto of type */*
{
	"createdAt": "string",
	"createdBy": "string",
	"cspOrgId": "string",
	"entityType": "QUERY",
	"id": "string",
	"lastUpdatedAt": "string",
	"lastUpdatedBy": "string",
	"owner": "string",
	"private": false,
	"readRoles": [
		{
			"createdAt": "string",
			"createdBy": "string",
			"cspOrgId": "string",
			"datasetList": [
				{
					"constraints": {
						"constraints": [
							{
								"fieldName": "text",
								"operator": "CONTAINS",
								"value": "error"
							}
						],
						"fieldName": "string",
						"operator": "AND",
						"tags": [
							"string"
						],
						"value": "string"
					},
					"createdAt": "string",
					"createdBy": "string",
					"cspOrgId": "string",
					"description": "string",
					"id": "string",
					"lastUpdatedAt": "string",
					"lastUpdatedBy": "string",
					"name": "string",
					"restrictAutocomplete": false,
					"restricts": false
				}
			],
			"defaultRole": false,
			"description": "string",
			"displayName": "string",
			"featureAccessList": [
				{
					"allowedActions": [
						"READ"
					],
					"description": "string",
					"name": "CONTENT.*"
				}
			],
			"id": "string",
			"internal": false,
			"lastUpdatedAt": "string",
			"lastUpdatedBy": "string",
			"name": "string"
		}
	],
	"requesterRoles": [
		{
			"createdAt": "string",
			"createdBy": "string",
			"cspOrgId": "string",
			"datasetList": [
				{
					"constraints": {
						"constraints": [
							{
								"fieldName": "text",
								"operator": "CONTAINS",
								"value": "error"
							}
						],
						"fieldName": "string",
						"operator": "AND",
						"tags": [
							"string"
						],
						"value": "string"
					},
					"createdAt": "string",
					"createdBy": "string",
					"cspOrgId": "string",
					"description": "string",
					"id": "string",
					"lastUpdatedAt": "string",
					"lastUpdatedBy": "string",
					"name": "string",
					"restrictAutocomplete": false,
					"restricts": false
				}
			],
			"defaultRole": false,
			"description": "string",
			"displayName": "string",
			"featureAccessList": [
				{
					"allowedActions": [
						"READ"
					],
					"description": "string",
					"name": "CONTENT.*"
				}
			],
			"id": "string",
			"internal": false,
			"lastUpdatedAt": "string",
			"lastUpdatedBy": "string",
			"name": "string"
		}
	],
	"updateRoles": [
		{
			"createdAt": "string",
			"createdBy": "string",
			"cspOrgId": "string",
			"datasetList": [
				{
					"constraints": {
						"constraints": [
							{
								"fieldName": "text",
								"operator": "CONTAINS",
								"value": "error"
							}
						],
						"fieldName": "string",
						"operator": "AND",
						"tags": [
							"string"
						],
						"value": "string"
					},
					"createdAt": "string",
					"createdBy": "string",
					"cspOrgId": "string",
					"description": "string",
					"id": "string",
					"lastUpdatedAt": "string",
					"lastUpdatedBy": "string",
					"name": "string",
					"restrictAutocomplete": false,
					"restricts": false
				}
			],
			"defaultRole": false,
			"description": "string",
			"displayName": "string",
			"featureAccessList": [
				{
					"allowedActions": [
						"READ"
					],
					"description": "string",
					"name": "CONTENT.*"
				}
			],
			"id": "string",
			"internal": false,
			"lastUpdatedAt": "string",
			"lastUpdatedBy": "string",
			"name": "string"
		}
	]
}
boolean
private Required

readRoles Required

Set of feature access read roles for given entity


string
id Required

A unique entity access identifier.


updateRoles Required

Set of feature access update roles for given entity


string
createdAt Optional

ISO8601 date string that informs when this entity access was created


string
createdBy Optional

Email ID of the user who created this entity access


string
lastUpdatedBy Optional

Email ID of the user who updated this entity access


string
owner Optional

string
cspOrgId Optional

Unique ID associated with the org


string
entityType Optional

All allowed entity types (QUERY, ALERT,DASHBOARD, INGESTION, EVENT_FORWARDING, METRIC_EXTRACTION, EXTRACTED_FIELD)

Possible values are: QUERYALERTDASHBOARDINGESTIONEVENT_FORWARDINGMETRIC_EXTRACTIONEXTRACTED_FIELD


requesterRoles Optional

Set of feature access requester roles for given entity


string
lastUpdatedAt Optional

ISO8601 date string that informs when this entity access was last updated

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/content/dashboards/access-control?id=string


[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Feedback

Was this page helpful?