getAccessRule
The getAccessRule operation handles configuration related to
AccessRule
model.
Path Parameters
|
Parameter
|
Required
|
Type
|
Description
|
|
parentId
|
True
|
string
|
|
|
|
objId
|
True
|
string
|
|
|
Query Parameters
|
Parameter
|
Required
|
Type
|
Description
|
|
includeHitCounts
|
False
|
boolean
|
The field to decide if hit count values are to be included or not. Default value is false.
|
|
Example
- name: Execute 'getAccessRule' operation
ftd_configuration:
operation: "getAccessRule"
path_params:
parentId: "{{ parent_id }}"
objId: "{{ obj_id }}"
query_params:
includeHitCounts: "{{ include_hit_counts }}"