[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Get Role
DescriptionGets a role for the id
Request
URLURL
https://{api_host}/vrlic/api/v1/access-control/role/{id}
Path Parameters
Path Parameters
string
id
Required
Feature access role Id to perform GET operation
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
PublicApiFeatureAccessRoleDto
of type */*
{
"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"
}
string
name
Required
A unique feature access role name
string
id
Required
A unique feature access roles identifier.
array of
PublicApiFeatureAccessDto
featureAccessList
Required
List of feature accesses for the given role
string
displayName
Optional
Feature access role display name that is shown in the UI
boolean
defaultRole
Optional
System internal field
string
description
Optional
Feature access roles description that is shown in the UI
string
cspOrgId
Optional
Unique ID associated with the org
string
createdBy
Optional
Email ID of the user who created this feature access role
boolean
internal
Optional
System internal field
string
lastUpdatedAt
Optional
ISO8601 date string that informs when this feature access role was updated
string
lastUpdatedBy
Optional
Email ID of the user who updated this feature access role
string
createdAt
Optional
ISO8601 date string that informs when this feature access role was created
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/vrlic/api/v1/access-control/role/{id}
[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Access Control Operations
post
post
delete
delete
get
get
get
get
get
put
put