Administrator
- Administrator
- All Products
<METHOD> <serverUrl>/<URI> HTTP/<HTTP version> Content-Type: application/<json | xml>Accept: application/<json | xml>icSessionId: <SessionId>
<METHOD> <baseApiUrl>/<URI> HTTP/<HTTP version> Content-Type: application/jsonAccept: application/jsonINFA-SESSION-ID: <SessionId>
Attribute
| Required
| Description
|
---|---|---|
METHOD
| Yes
| Method you want to use, such as GET, POST, or DELETE.
|
serverUrl
| Required for most v2 resources
| Base URL for all version 2 resources except login and register.
Use a placeholder for serverUrl, and replace the placeholder with the
Informatica Intelligent Cloud Services URL returned by the login resource.
For the login and register resources, use the URL listed in the resource.
|
baseApiUrl
| Required for most v3 resources
| Base URL for all version 3 resources except login.
Use a placeholder for baseApiUrl, and replace the placeholder with the
Informatica Intelligent Cloud Services URL returned by the login resource.
For the login resource, use the URL listed in the resource definition.
|
URI
| Required for most resources
| Resource URI.
The URI includes the base URL and the resource name and can also include parameters.
For the login and register resources, use the URL listed in the resource definitions.
|
HTTP version
| Yes
| HTTP version that you are using.
Some tools such as Postman automatically include the HTTP version in the header.
|
Content-Type
| Required for POST requests
| Format of the request. Use one of the following options:
Default is json.
|
Accept
| No
| Request format that you want to receive. Use one of the following options:
Default is json.
|
icSessionId
| Required for most v2 resources
| Informatica Intelligent Cloud Services session ID. Required for all version 2 resources except login and register.
Use a placeholder for sessionId, and replace the placeholder with the session ID returned by the login resource.
|
INFA-SESSION-ID
| Required for most v3 resources
| Informatica Intelligent Cloud Services session ID. Required for all version 3 resources except login.
Use a placeholder for sessionId, and replace the placeholder with the session ID returned by the login resource.
|