- 18 Dec 2024
- 3 Minutes à lire
- SombreLumière
- PDF
backEndServerGroupQuery (Command)
- Mis à jour le 18 Dec 2024
- 3 Minutes à lire
- SombreLumière
- PDF
The backEndServerGroupQuery command allows to query back-end server groups that match specified search criteria.
Parameters
Parameter name | Data type | Description |
---|---|---|
sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
attributeSet | BackEndServerGroupAttributeSet | Required. A set containing zero or more attribute fields that specify the query search criteria. See BackEndServerGroupAttributeSet (Data type). |
fieldSet | BackEndServerGroupFieldSet | Optional. Specifies the attribute fields to be returned for all the records matching the search criteria. See BackEndServerGroupFieldSet (Data type). If fieldSet is omitted, all possible output parameters are returned. If an attribute field is not set in the database, it is not returned for that specific operation. |
queryOptions | BackEndServerGroupQueryOptions | Optional. Options to determine what results should be returned. See BackEndServerGroupQueryOptions (Data type). |
Parameter name | Data type | Description |
---|---|---|
results | BackEndServerGroupQueryResults | Required. Result structure containing return and status codes and a list of zero or more result attribute fields. See BackEndServerGroupQueryResults (Data type). |
The following field attributes are available for the operations of this command:
BackEndServerGroupAttributeSet (Data type)
The attributes specified in this attribute set define the search criteria.
Element name | Data type | Description |
---|---|---|
attributes | BackEndServerGroupAttribute | Attributes specifying the query search criteria (see Table: BackEndServerGroupAttribute (Data type)). |
Element name | Data type | Description |
---|---|---|
attributeOptions | AttributeOptions | Specifies how to handle the attribute value during request processing, where each option is added as a single element to attributeOptions, e.g.: <negative>true</negative> Supported values:
|
value | Any | The attribute value. The data type has to be specified by setting the xsi:type XML attribute. |
attributeID | BackEndServerGroupAttributeIDEnum | The attribute identifier (see Table: backEndServerGroupQuery (Supported input attributes)). |
Attribute name | Optionality |
---|---|
BACKENDSERVERGROUPFLD_QUALIFIED_NAME | Optional |
BACKENDSERVERGROUPFLD_BACK_END_PROTOL_ID | Optional |
BackEndServerGroupFieldSet (Data type)
The attributes included in the fieldSet parameter specify the attribute fields that should be returned by OneSpan Authentication Server for the items matching the search criteria.
If fieldSet is omitted, all possible output parameters are returned. If an attribute field is not set in the database, it is not returned for that specific record.
Element name | Data type | Description |
---|---|---|
attributeID | BackEndServerGroupAttributeIDEnum | The identifier of an attribute to return (see Table: backEndServerGroupQuery (Supported output attributes) ). |
Attribute name | Returned? |
---|---|
BACKENDSERVERGROUPFLD_BACK_END_PROTOL_ID | If defined |
BACKENDSERVERGROUPFLD_QUALIFIED_NAME | If defined |
BackEndServerGroupQueryOptions (Data type)
This data type determines what results should be returned.
BackEndServerGroupQueryResults (Data type)
Additional considerations
After upgrading OneSpan Authentication Server, server data is continuously migrated while the already-upgraded OneSpan Authentication Server service is running. Until data migration has been completed, the result of a query command may be incomplete and may include both migrated and non-migrated data. This means that values for new data fields may be missing or not set correctly in the query result.