Get a list of defined AP session names.
These HTTP query strings can be added to the URI to control the volume of returned URIs. Most query options represent properties of the object that are returned in the reply document. To see the definitions of those properties, you can read the schema documentation for the reply document.
The AP session name. A pattern-matching expression can be used to match session names.
The AP system name field. A pattern-matching expression can be used to match system names.
The type of console that is used by the session. The valid values are:
|
Valid Values |
|
|---|---|
|
ASYNCH |
SYSPLEX |
|
Default |
TANDEM |
|
DTX |
TANDEMALL |
|
INIT |
TPF3270 |
|
iSeries |
TPFASYNCH |
|
JES3 |
VAX |
|
JES3MCS |
VAXALL |
|
MCS |
VM |
|
RCS |
VSE |
The terminal used by the session. The valid values are:
|
Valid Values |
||
|---|---|---|
|
3278 |
3279_3 |
AXC |
|
3278_2 |
3279_4 |
VIO |
|
3278_3 |
3279_5 |
VT52 |
|
3278_4 |
3477 |
VT100 |
|
3278_5 |
5292 |
VT320 |
|
3279 |
6530 |
VT420 |
|
3279_2 |
ASYNCH |
|
Indicates the automation status. Valid values are:
The session is currently being automated.
Automation on the session has been explicitly paused.
The session is not automated by configuration and cannot be dynamically automated.
Indicates the state of the connection to the monitored host. Valid values are: yes and no.
Maximum number of session IDs to be returned in this request. The highest value that can be set for this option is 100000. If this option is not specified a default value of 10000 is used.
The numeric count within your selected query from which sessions are included in your reply. The first position is numbered 1. Each successive position is incremented by one. The FromCount option can be used to retrieve a few sessions at a time, repeatedly.
This example shows retrieving sessions in groups of 10, using a sequence.
get .../sessions?Count=10
get .../sessions?Count=10&FromCount=11
get .../sessions?Count=10&FromCount=21
and so on.
None
Supply a user ID and password in the HTTP Basic Authentication format. The user ID must be a user account with the AP Remote Viewer VIEW privilege on the sessions to be returned. Any session for which the user does not have at least VIEW privilege, is not returned in the list.
Successful result = 200 = Ok
SessionList in schema SessionList.xsd
This reply contains a list of customer-assigned session names for existing sessions. This reply includes the URIs used to access those sessions, for example:
https://localhost:8443/apwebsvc/sessions/sessionName1, https://localhost:8443/apwebsvc/sessions/sessionName2, and so on.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|