Administrator
- Administrator
- All Products
Use one of the following values for the platform:/api/v2/agent/installerInfo/<platform>
{ "@type": "agentInstallerInfo", "downloadUrl": "https://pdm.ics.dev/package-manager/files/binary/agent64_install_ng_ext/6403/win64/agent64_install_ng_ext.6403.exe", "installToken": "PJ7NVrQ0SGpnpbmJ8K5yte18HLDw305DwPgP_jxG1R4KiOY9BL6qxV7jWiv7wSEfg7mQHKRWX6kcEVph1xjswX", "checksumDownloadUrl": "https://pdm.ics.dev/package-manager/files/binary/agent64_install_ng_ext/6403/win64/agent64_install_ng_ext.6403_win64.sha256" }
/api/v2/agent
/api/v2/agent/?includeUnassignedOnly=true
/api/v2/agent/<agent ID>
/api/v2/agent/name/<name>
/api/v2/agent/name/special%20agent
/api/v2/agent/details
/api/v2/agent/details/<agent ID>
/api/v2/agent/details/<agent ID>?onlyStatus=false
Field
| Type
| Description
|
---|---|---|
id
| String
| Secure Agent ID.
|
orgId
| String
| Organization ID.
|
name
| String
| Secure Agent name.
|
description
| String
| Description of the Secure Agent.
|
createTime
| Date/time
| Time the Secure Agent was created.
|
updateTime
| Date/time
| Last time the Secure Agent was updated.
|
createdBy
| String
| User who created the Secure Agent.
|
updatedBy
| String
| User who updated the Secure Agent.
|
active
| Boolean
| Whether the Secure Agent is active. Returns true or false.
|
readyToRun
| Boolean
| Whether the Secure Agent is ready to run a task. Returns true or false.
|
platform
| String
| Platform of the Secure Agent machine. Returns one of the following values:
|
agentHost
| String
| Host name of the Secure Agent machine.
|
proxyHost
| String
| Host name of the outgoing proxy server that the Secure Agent uses.
|
proxyPort
| Int
| Port number of the outgoing proxy server.
|
proxyUser
| String
| User name to connect to the outgoing proxy server.
|
agentVersion
| String
| Secure Agent version.
|
spiUrl
| String
| This field is no longer applicable and has been deprecated.
|
upgradeStatus
| String
| Upgrade status.
|
lastUpgraded
| Date/time
| Last time the Secure Agent was upgraded.
|
lastUpgradeCheck
| Date/time
| Last time the Secure Agent was checked for upgrade.
|
lastStatusChange
| Date/time
| Last time the Secure Agent status was updated.
|
packages
| String
| This field is no longer applicable and has been deprecated.
|
configUpdateTime
| Date/time
| Last time a user updated Secure Agent properties.
|
agentGroupId
| String
| ID of the Secure Agent group.
|
agentConfigs
| This object is no longer applicable and has been deprecated.
| |
name
| String
| Included in the agentConfig object.
Deprecated.
|
type
| String
| Included in the agentConfig object.
Deprecated.
|
subtype
| String
| Included in the agentConfig object.
Deprecated.
|
value
| String
| Included in the agentConfig object.
Deprecated.
|
customized
| Boolean
| Included in the agentConfig object.
Deprecated.
|
overridden
| Boolean
| Included in the agentConfig object.
Deprecated.
|
defaultValue
| String
| Included in the agentConfig object.
Deprecated.
|
platform
| String
| Included in the agentConfig object.
Deprecated.
|
Field
| Type
| Description
|
---|---|---|
agentEngineStatus
| Status of the agent service, which includes information in the AgentEngineStatus object.
| |
appname
| String
| Included in the AgentEngineStatus object.
The service name that is used internally.
|
appDisplayName
| String
| Included in the AgentEngineStatus object.
The service name that displays in the user interface.
|
appversion
| String
| Included in the AgentEngineStatus object.
The service version. The version number changes each time you modify the service.
|
replacePolicy
| -
| Used for internal purposes only.
|
status
| String
| Included in the AgentEngineStatus object.
The status of the service. Possible values include:
|
desiredStatus
| -
| Used for internal purposes only.
|
subState
| String
| Included in the AgentEngineStatus object.
A value of 0 indicates that the service is operational. All other values indicate that the service is not operational.
|
createTime
| Date/time
| Included in the AgentEngineStatus object.
The time the service was created.
|
updateTime
| Date/time
| Included in the AgentEngineStatus object.
The last time the service was updated.
|
agentEngineConfigs
| Defines agent service properties. Includes information in an
engineConfig object for each agent service property. Included
when the request includes the parameter
statusOnly=false . | |
type
| String
| Included in the engineConfig object.
Configuration type.
|
name
| String
| Included in the engineConfig object.
Configuration property name.
|
value
| String
| Included in the engineConfig object.
Value of the property.
|
platform
| String
| Included in the engineConfig object.
Platform. Returns one of the following values:
|
customized
| Boolean
| Included in the engineConfig object.
Whether the property is in the custom configuration details. Returns true or false.
|
GET <serverUrl>/api/v2/agent/10044030000000000GC Accept:application/json icSessionId: <icSessionId>
{ "@type": "agent", "id": "10044030000000000GC", "orgId": "010025", "name": "MyAgent", "createTime": "2021-02-25T00:42:39:000Z", "updateTime": "2021-02-25T00:42:39:000Z", "createdBy": "larry104", "updatedBy": "larry104", "active": "false", "readyToRun": "false", "platform": "linux64", "agentHost": "agentHost5", "serverUrl": "https://na4.dm-us.informaticacloud.com/saas", "proxyPort": "0", "upgradeStatus": "NotUpgrading", "federatedId": "6iPQuOsH1YAfnJvhZWPZjI", "createTimeUTC": "2021-02-25T00:42:39:000Z", "updateTimeUTC": "2021-02-25T00:42:39:000Z", "agentGroupId": "01000125000000000002" }
/api/v2/agent/<id>