GET data-lookup/limited-discretionary?iRule={iRule}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iRule | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LimitedDescretionary| Name | Description | Type | Additional information |
|---|---|---|---|
| ConditionID | integer |
None. |
|
| RuleID | integer |
None. |
|
| Title | string |
None. |
|
| Notes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ConditionID": 1,
"RuleID": 2,
"Title": "sample string 3",
"Notes": "sample string 4"
},
{
"ConditionID": 1,
"RuleID": 2,
"Title": "sample string 3",
"Notes": "sample string 4"
}
]