The second part of the URI must be authservice to call the
AuthorityServiceController. This controller can be used to get information
about the level of function supported by installed authority managers.
inquire
Get information about the level of function supported by installed authority
managers. This action executes the MQCMD_INQUIRE_AUTH_SERVICE pcf command.
On success, the returned JSON object will have a data array, on failure an
error object.
URL Parameters
/api/authservice/inquire/<QueueManager>
QueueManager
The name of the queuemanager. This parameter is required!
Query Parameters
AuthServiceAttrs
With the AuthServiceAttrs parameter you can specify which attributes must be
returned from the PCF command. Multiple occurences of this parameter are
possible. The value must be a (case-sensitive) valid attribute name.
Attrs is a synonym for AuthServiceAttrs
ServiceComponent
Name of authorization service.
Example
/api/authservice/inquire/PIGEON
JSON Object
When using an application/json POST request you can post a JSON object with
names like the query parameters.
All URL parameters and query parameters are ignored except for the URL
parameter for the name of the queuemanager.
There are some differences between query parameters and a JSON object:
JSON property names are case-sensitive
AuthServiceAttrs is a JSON array with
attributenames as element.
Synonyms can’t be used, you need to use the name of the attribute
as described in the query parameters.