Create Role
DescriptionApart from the default VMware Cloud Services roles, you can create additional roles for users. Assigning these roles to users lets you control access to vRealize Log Insight Cloud features
Request
URLURL
Request Body
{
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"name": "CONTENT.*"
}
],
"id": "string",
"name": "string"
}
A unique feature access role name
A unique feature access roles identifier.
List of feature accesses for the given role
Feature access role display name that is shown in the UI
System internal field
Feature access roles description that is shown in the UI
Unique ID associated with the org
Email ID of the user who created this feature access role
System internal field
ISO8601 date string that informs when this feature access role was updated
Email ID of the user who updated this feature access role
ISO8601 date string that informs when this feature access role was created
Authentication
Response
Response BodyResponse Body
200 OK
{
"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"
}
A unique feature access role name
A unique feature access roles identifier.
List of feature accesses for the given role
Feature access role display name that is shown in the UI
System internal field
Feature access roles description that is shown in the UI
Unique ID associated with the org
Email ID of the user who created this feature access role
System internal field
ISO8601 date string that informs when this feature access role was updated
Email ID of the user who updated this feature access role
ISO8601 date string that informs when this feature access role was created