[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Get Roles

Description

Gets a list of all roles

Request

Request

URL

URL


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

Query Parameters

Query Parameters

string
orderby Optional

It is a sort property through which you can sort your result based on any property


integer
page Optional

It displays the result in number of pages


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagePublicApiFeatureAccessRoleDto of type */*
{
	"content": [
		{
			"cspOrgId": "string",
			"datasetList": [
				{
					"constraints": {
						"constraints": "QueryConstraint Object",
						"fieldName": "string",
						"operator": "AND",
						"tags": [
							"string"
						],
						"value": "string"
					},
					"cspOrgId": "string",
					"description": "string",
					"id": "string",
					"name": "string",
					"restrictAutocomplete": false,
					"restricts": false
				}
			],
			"description": "string",
			"displayName": "string",
			"featureAccessList": [
				{
					"allowedActions": [
						"READ"
					],
					"description": "string",
					"name": "CONTENT.*"
				}
			],
			"id": "string",
			"name": "string"
		}
	],
	"empty": false,
	"first": false,
	"last": false,
	"number": 0,
	"numberOfElements": 0,
	"pageable": {
		"offset": 0,
		"pageNumber": 0,
		"pageSize": 0,
		"paged": false,
		"sort": {
			"empty": false,
			"sorted": false,
			"unsorted": false
		},
		"unpaged": false
	},
	"size": 0,
	"sort": {
		"empty": false,
		"sorted": false,
		"unsorted": false
	},
	"totalElements": 0,
	"totalPages": 0
}
content Optional

List of feature access role on this page


boolean
empty Optional

It represents whether the page is empty


boolean
first Optional

It represents whether the page is first page of the result


boolean
last Optional

It represents whether the page is last page of the result


integer as int32
number Optional

Current page number


integer as int32
numberOfElements Optional

Number of feature access roles on the current page


pageable Optional

It represents pageable parameters


integer as int32
size Optional

Current page size


sort Optional

It represents sort parameters


integer as int64
totalElements Optional

Total number of feature access roles in the result


integer as int32
totalPages Optional

Total number of pages in the result

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/access-control/role


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?