Resources | Methods |
---|---|
https://localhost:8443/api/rest/acl |
|
https://localhost:8443/api/rest/acl/assignments |
GET Retrieves the list policy assignments.
|
https://localhost:8443/api/rest/acl/assignments/{acl-policy-assignment-identifier} |
GET gets the assignment.
|
https://localhost:8443/api/rest/acl/variables |
GET Retrieves the ACL variables.
POST Creates a new ACL variable [tags: DMA] . |
https://localhost:8443/api/rest/acl/variables/{acl-variable-identifier} |
GET Gets information for an existing variable.
PUT Updates information about an existing variable. DELETE Deletes the variable if it is unused. |
https://localhost:8443/api/rest/acl/policies |
GET Retrieves the list of defined policies.
POST Creates a new Policy [tags: DMA] . |
https://localhost:8443/api/rest/acl/policies/import |
POST
Import an ACL.
|
https://localhost:8443/api/rest/acl/policies/export |
GET
Exports an ACL.
|
https://localhost:8443/api/rest/acl/policies/{acl-policy-identifier} |
GET Retrieves a single policy.
PUT Updates information about an existing ACL policy. DELETE Deletes the policy if there are no listening point assignments. |
https://localhost:8443/api/rest/acl/policies/{acl-policy-identifier}/rules |
POST
Adds an ACL rule to a policy at an optionally specified position with a
specified action (allow, deny silently, deny respond) and enable/disable flag.
|
https://localhost:8443/api/rest/acl/policies/{acl-policy-identifier}/rules/{acl-rule-identifier} |
GET
Retrieves an ACL rule for a policy
[tags: DMA]
.
DELETE Removes an ACL rule from a policy [tags: DMA] . PUT Adds an ACL rule to a policy at an optionally specified position with a specified action (allow, deny silently, deny respond) and enable/disable setting. |
https://localhost:8443/api/rest/acl/rules |
GET Gets the list of defined ACL rules
[tags: DMA]
.
POST Creates an ACL rule. |
https://localhost:8443/api/rest/acl/rules/{acl-rule-identifier} |
GET Retrieves information about an ACL rule.
PUT Updates information about an existing ACL rule. DELETE Deletes the ACL rule. |
https://localhost:8443/api/rest/acl/rules/constants |
GET Retrieves constant operators and identifiers for building rule expressions
[tags: DMA]
.
|
https://localhost:8443/api/rest/acl/variableUpdateAgentSettings |
GET Retrieves settings for acl variable update agent
[tags: DMA]
.
PUT Updates ACL variable update agent settings. |
https://localhost:8443/api/rest/acl/variableUpdateAgentSettings/reloadVariables |
POST Causes the system to immediately reload the acl variables that are currently configured for automatic updates.
|
GETRetrieves the list policy assignments.[tags: DMA] Response
|
GETgets the assignment.[tags: DMA] Response
|
GETRetrieves the ACL variables.[tags: DMA] Response
POSTCreates a new ACL variable[tags: DMA] RequestRepresentations
Response
|
GETGets information for an existing variable.[tags: DMA] RequestRepresentations
Response
PUTUpdates information about an existing variable.[tags: DMA] RequestRepresentations
Response
DELETEDeletes the variable if it is unused.[tags: DMA] Response
|
GETRetrieves the list of defined policies.[tags: DMA] Response
POSTCreates a new Policy[tags: DMA] RequestRepresentations
Response
|
POSTImport an ACL. [tags: DMA] RequestRepresentations
Response
|
GETExports an ACL. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
acl-policy-identifier | xs:string | The unique identifier of the policy |
GETRetrieves a single policy.[tags: DMA] Response
PUTUpdates information about an existing ACL policy.[tags: DMA] RequestRepresentations
Response
DELETEDeletes the policy if there are no listening point assignments.[tags: DMA] Response
|
Name | Type | Description |
---|---|---|
acl-policy-identifier | xs:string | The unique identifier of the policy |
POSTAdds an ACL rule to a policy at an optionally specified position with a specified action (allow, deny silently, deny respond) and enable/disable flag. [tags: DMA] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
acl-policy-identifier | xs:string | The unique identifier of the policy |
acl-rule-identifier | xs:string | The unique identifier of the ACL rule |
GETRetrieves an ACL rule for a policy [tags: DMA] Response
DELETERemoves an ACL rule from a policy [tags: DMA] Response
PUTAdds an ACL rule to a policy at an optionally specified position with a specified action (allow, deny silently, deny respond) and enable/disable setting. [tags: DMA] RequestRepresentations
Response
|
GETGets the list of defined ACL rules[tags: DMA] RequestResponse
POSTCreates an ACL rule.[tags: DMA] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
acl-rule-identifier | xs:string | The unique identifier of the ACL rule |
GETRetrieves information about an ACL rule.[tags: DMA] Response
PUTUpdates information about an existing ACL rule.[tags: DMA] RequestRepresentations
Response
DELETEDeletes the ACL rule.[tags: DMA] Response
|
GETRetrieves constant operators and identifiers for building rule expressions[tags: DMA] Response
|
GETRetrieves settings for acl variable update agent[tags: DMA] Response
PUTUpdates ACL variable update agent settings.[tags: DMA] RequestRepresentations
Response
|
POSTCauses the system to immediately reload the acl variables that are currently configured for automatic updates.[tags: DMA] Response
|