Using the HTTP Gateway
...
URI Structure
...
The HTTP Gateway can be accessed using your favourite http client. Some recommendations are:
- curl
- wget
- Postman (Google Chrome Extension)
For the request URL format, the use of headers, response codes, etc. follow the conventions recommended for a RESTful API. This is described in detail below:
Required Header:
Tip |
---|
Accept application/json (Return requested data in JSON format) or Accept application/xml (Return requested data in XML format) |
Info |
---|
Please note, a .* wildcard value can only be used as part of the objectName and fieldValue segments. A message "Warning": "Search returned no results." will be returned if used elsewhere. |
Table of Web Service REST URIs
Include Page |
---|
| Table of Web Service REST URIs |
---|
| Table of Web Service REST URIs |
---|
|
Structuring a Request
Include Page |
---|
| Structuring a Request |
---|
| Structuring a Request |
---|
|
Mainframe ZOS (Only)
RESETQSTATS
Include Page |
---|
| RESETQSTATS (Mainframe ZOS) |
---|
| RESETQSTATS (Mainframe ZOS) |
---|
|
...