Parameter name (JSON) | Parameter description |
---|
f_order | - All: no order
- displayName: order by DisplayName
- entityID: order by entityID
- registrationAuthority (only for "entities" action): order by registrationAuthority
- ignoreEntity: order by ignoredEntity
- lastCheck: order by last check
- currentResult: order by last result
|
f_order_direction | - ASC: ascending order
- DESC: descending order
|
f_entityID | - All: consider all entityIDs
- A specific IdP's entityID value: consider only a specific one
|
f_registrationAuthority | - All: consider all registrationAuthorities
- A specific registrationAuthority value: consider only a specific one
|
f_displayName | - All: consider all DisplayName
- A specific IdP's DisplayName value: consider only a specific one
|
f_ignore_entity | - True: for the entities that are ignored (by the service owner).
- False: for the entities that are considered (by the service owner).
|
f_current_result (for only "checks" action) | - All: consider all IdPs
- OK: consider only IdP that have received an "OK" from the check script.
- FORM-Invalid: consider only IdP that have received an "FORM-Invalid" from the check script
- HTTP-Error: consider only IdP that have received an "HTTP-Error" from the check script
- TCP/IP-Error: consider only IdP that have received an "TCP/IP-Error" from the check script
|
rpp | - All: Show all entities
- 20: Show 20 entities per page. (default value: 30)
|