|
Properties |
|
siteId |
Specifies the NE the Policy resides on. This is a mandatory input parameter.
type=string
|
|
policyId |
Specifies Policy ID to be retrieved. This is a mandatory input parameter.
type=long
|
|
retrieveEntryOption |
This option indicates if the entries will be retrieved. This value is optional.
The default value is 0.
"0" = "None" : No entries retrieved.
"1" = "All" : retrieves the entries between 'startEntry' and 'startEntry + entryCount'.
type=boolean
|
|
startEntry |
Specifies start entry in the Policy configuration. This is optional input parameter.
type=int
|
|
entryCount |
Specifies number of entry count in the Policy configuration. This is optional input.
type=int
|