Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...


Panel
Table of Contents
maxlevel1

...

Property

UI Field Name

Description

Anchor
extAccept - LA
extAccept - LA
extAccept

Accept ExtensionsIndication of whether or not the Agent will accept deployment of Universal Extensions.

Anchor
extAcceptList - LA
extAcceptList - LA
extAcceptList

Accept List

If extAccept is true; either:

  • List of specific Universal Extensions that are allowed to be deployed to the Agent.
  • * for no deployment restrictions.

Anchor
extApiLevelMin - LA
extApiLevelMin - LA
extApiLevelMin

API Level MinimumMinimum extension API level supported.

Anchor
extApiLevelMax - LA
extApiLevelMax - LA
extApiLevelMax

API Level MaximumMaximum extension API level supported.

Anchor
extensions - LA
extensions - LA
extensions

ExtensionsList of deployed Universal Extensions and their corresponding checksums.

Anchor
hostName - LA
hostName - LA
hostName

Host Name

IP address or domain/name of the host machine where the Agent resides.

Anchor
ipAddress- LA
ipAddress- LA
ipAddress

IP Address

TCP/IP address of the machine where the Agent is running.

If the currently logged in user is a non-Administrator (ops_admin) user, and the Agent Address Information Restricted Universal Controller system property is set to true, ipAddress will be set to <ipAddress /> (XML) and "ipAddress": null (JSON).

Note
titleNote

This also applies to the ipAddress of z/OS secondary Agents.


Anchor
name - LA
name - LA
name

Agent Name

Name used within the Controller to identify this Agent.

Anchor
outputProhibited - LA
outputProhibited - LA
outputProhibited

Retrieve Output Prohibited

Specification (true or false) for whether or not Retrieve Output requests are disallowed from being performed for this Agent.

Anchor
queueName - LA
queueName - LA
queueName

Agent Id

Unique ID for this Agent.

Anchor
status - LA
status - LA
status

Status

Status of the Agent.

Anchor
suspended - LA
suspended - LA
suspended

Suspended

Indication (true or false) of whether or not the Agent currently is suspended.

Anchor
sysID- LA
sysID- LA
sysID

n/a

System ID field in the database for this Agent record.

Anchor
transient - LA
transient - LA
transient

TransientFor Linux Unix Agents only; Specification (true or false) for whether or not the Agent is considered a Transient Agent.

Anchor
type - LA
type - LA
type

Operating System

Operating system on which the Agent is running.

Anchor
version - LA
version - LA
version

Version

Version number of the Agent program.

...

Property

UI Field Name

Description

Specifications

Anchor
authVersion - READ
authVersion - READ
authVersion

Authentication Version

Type of encryption in use for this Agent.

Read only.

Anchor
build - READ
build - READ
build

Build Id

Build ID of the Agent.

Read only.

Anchor
buildDate - READ
buildDate - READ
buildDate

Build Date

Date that the Agent program was last built.

Read only.

Anchor
cpu - READ
cpu - READ
cpu

CPU

Information about the CPU on the Agent machine.

Read only.

Anchor
cpuLoad - READ
cpuLoad - READ
cpuLoad

CPU Load

Current CPU load on the Agent machine.

Read only; Integer. Expressed as a percentage. For example, 1 means 1% currently utilized.

Anchor
credentials - READ
credentials - READ
credentials

Credentials

Credentials under which this Agent runs tasks. These credentials are overridden by any credentials provided in the task definition for any tasks being run by this Agent.


Anchor
currentCount - READ
currentCount - READ
currentCount

Current Task Count

If limitType is Limited; Current number of tasks currently being run by this Agent.

Read only.

Anchor
decommissioned - READ
decommissioned - READ
decommissioned

Decommissioned

For Linux Unix Agents only; Specification (true or false) for whether or not the Agent is decommissioned.

Valid values: true/false (default is false).

Anchor
decommissionedDate - READ
decommissionedDate - READ
decommissionedDate

Decommissioned DateFor Linux Unix Agents only; If decommissioned is true: Date when the Agent was decommissioned.Read only.

Anchor
excludeRelated - READ
excludeRelated - READ
excludeRelated

n/a

For the Modify Agent web service; specification for whether or not to exclude related records from the update, even if they are provided in the request.

Note
titleNote

In XML, excludeRelated is specified as an attribute in the <agent> element.


Valid values: true/false (default is false).

Anchor
extAccept - READ
extAccept - READ
extAccept

Accept ExtensionsIndication of whether or not the Agent will accept deployment of Universal Extensions.Read only.

Anchor
extAcceptList - READ
extAcceptList - READ
extAcceptList

Accept List

If extAccept is true; either:

  • List of specific Universal Extensions that are allowed to be deployed to the Agent.
  • * for no deployment restrictions.

Read only.

Anchor
extApiLevelMin - READ
extApiLevelMin - READ
extApiLevelMin

API Level MinimumMinimum extension API level supported.Read only.

Anchor
extApiLevelMax - RAED
extApiLevelMax - RAED
extApiLevelMax

API Level MaximumMaximum extension API level supported.Read only.

Anchor
extensions - READ
extensions - READ
extensions

ExtensionsList of deployed Universal Extensions and their corresponding checksums.Read only.

Anchor
hbDate - READ
hbDate - READ
hbDate

Last Heartbeat

Date and time that the most recent heartbeat was received from the Agent.

Read only.

Anchor
hbGracePeriod - READ
hbGracePeriod - READ
hbGracePeriod

Heartbeat Grace PeriodGrace period, in seconds, that the Controller will allow for a delayed heartbeat messageInteger.

Anchor
hbIntvl - READ
hbIntvl - READ
hbIntvl

Heartbeat Interval

Heartbeat interval (in seconds). The heartbeat is a status message sent from the Agent to the Controller.

Integer.

Anchor
hostName - READ
hostName - READ
hostName

Host Name

Read only; IP address or domain/name of the host machine where the resource resides.

Read only.

Anchor
ipAddress - READ
ipAddress - READ
ipAddress

IP Address

Read only; TCP/IP address of the machine where the Agent is running.

If the currently logged in user is a non-Administrator (ops_admin) user, and the Agent Address Information Restricted Universal Controller system property is set to true, ipAddress will be set to <ipAddress /> (XML) and "ipAddress": null (JSON).

Note
titleNote

This also applies to the ipAddress of z/OS secondary Agents.


Read only.

Anchor
jobs - READ
jobs - READ
jobs

Jobs Run

Read only; Total number of jobs that have been run through the Controller to this Agent.

Read only; Integer.

Anchor
limitAmount - READ
limitAmount - READ
limitAmount

Limit Amount

If limitType is Limited; Number of tasks that can be running at the same time by the Agent.

Integer.

Anchor
limitType - READ
limitType - READ
limitType

Task Execution Limit

Specification for whether a Limited or Unlimited number of task instances can be run concurrently on the Agent.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Unlimited,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Limited,
  • As
  • Value
  • =
2</ul>
  • 2

Default is Unlimited (1).

Anchor
outputProhibited - READ
outputProhibited - READ
outputProhibited

Retrieve Output Prohibited

Specification for whether or not Retrieve Output requests are disallowed from being performed for this Agent.

Read only; Boolean. Valid values: true/false.

Anchor
logLevel - READ
logLevel - READ
logLevel

Log Level

Level of logging that the Agent can perform


Valid values:

html-bobswift

<ul> <li>

  • Sever
  • Error
<li> Errors <li> Warnings <li> Informational <li> Debug <li> Trace </ul>
  • Errors
  • Warnings
  • Informational
  • Debug
  • Trace

Default is Informational.

Anchor
name - READ
name - READ
name

Name

Name used within the Controller to identify this Agent.


Anchor
omsServer - READ
omsServer - READ
omsServer

OMS Server

Host name of the OMS Server.

Read only.

Anchor
opswiseGroups - READ
opswiseGroups - READ
opswiseGroups

Member of Business Services

One or more Business Services that this Agent belongs to.

Read only.

Anchor
os - READ
os - READ
os

Operating System

Operating system on which the Agent is running.

Read only.

Anchor
osRelease - READ
osRelease - READ
osRelease

Operating System Release

Release information for the operating system on which the Agent is running.

Read only.

Anchor
pid - READ
pid - READ
pid

PID

Process ID of the Agent.

Read only.

Anchor
queueName - READ
queueName - READ
queueName

Agent ID

Unique ID for this Agent, created during installation.

Read only.

Anchor
secondaryAgentCount - READ
secondaryAgentCount - READ
secondaryAgentCount

Secondary Agent LicensesFor z/OS Agents only; Number of secondary agent licenses.Read only; Integer

Anchor
secondaryAgents - READ
secondaryAgents - READ
secondaryAgents

Secondary Agent(s)For z/OS Agents only; List of secondary agent information.

Read only.

Format:

<secondaryAgents>
    <secondaryAgent>
        <build>10</build>
        <buildDate>20200821154510</buildDate>
        <cpu>3900</cpu>
        <hostName>dvos200</hostName>
        <ipAddress>192.168.30.10</ipAddress>
        <mode>Active</mode>
        <os>zos</os>
        <osRelease>020200</osRelease>
        <pid>1000</pid>
        <startDate>09-04-2020 18:14:14 -07:00</startDate>
        <sysName>dvos200</sysName>
        <version>6.9.0.0</version>
    </secondaryAgent>
    <secondaryAgent>
        <build>11</build>
        <buildDate>20200821154511</buildDate>
        <cpu>3901</cpu>
        <hostName>dvos201</hostName>
        <ipAddress>192.168.30.11</ipAddress>
        <mode>Offline</mode>
        <os>zos</os>
        <osRelease>020200</osRelease>
        <pid>1001</pid>
        <startDate>09-05-2020 18:14:14 -07:00</startDate>
        <sysName>dvos201</sysName>
        <version>6.9.0.1</version>
    </secondaryAgent>
</secondaryAgents>

Anchor
startDate- READ
startDate- READ
startDate

Started Date

Date/timestamp when the Agent was last started.

Read only.

Anchor
status - READ
status - READ
status

Status

Status of the Agent.

Read only. Valid values:

  • Offline
  • Active
  • Passive

Anchor
suspended - READ
suspended - READ
suspended

Suspended

Indication that the Agent's ability to run tasks has been suspended.

Read only; Boolean. Valid values: true/false.

Anchor
sysid - READ
sysid - READ
sysid

n/a

System ID field in the database for this Agent.

Read only.

Anchor
systemName - READ
systemName - READ
systemName

System NameFor z/OS Agents only; System name.Read only.

Anchor
transient - READ
transient - READ
transient

Transient

For Linux Unix Agents only; Specification (true or false) for whether or not the Agent is considered a Transient Agent.

Valid values: true/false (default is false).

Anchor
version - READ
version - READ
version

Version

Version number of the Agent program.

Read only.

...

<ul> <li>
  • As
  • String
  • =
  • Offline,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Active,
  • As
  • Value
  • =
  • 1
</ul>

Property

UI Field Name

Description

Specifications

Anchor
bcc - email
bcc - email
bcc

Bcc

Email address of the party being sent a blind (hidden) copy of the email, if any.

Use commas to separate multiple recipients. Variables and Functions are supported.

Anchor
body - email
body - email
body

Body

Text of the email message.

Variables and Functions are supported. If the emailTemplate contains text in the body, this text is appended.

Anchor
cc - email
cc - email
cc

Cc

Email address of the party being sent a copy of the email, if any.

Use commas to separate multiple recipients. Variables and Functions are supported.

Anchor
emailConnection - email
emailConnection - email
emailConnection

Email Connection

Name of an Email Connection.

If you specify both an emailConnection and an emailTemplate, the Controller uses the emailConnection.

Anchor
emailTemplate - email
emailTemplate - email
emailTemplate

Email Template

Name of an Email Template.

If you specify both an emailConnection and an emailTemplate, the Controller uses the emailConnection.

Anchor
replyTo - email
replyTo - email
replyTo

Reply-To

Email address of the sender of the email.

Use commas to separate multiple recipients. Variables and Functions are supported.

Anchor
status - email
status - email
status

Status Options

Comma-separated list of statuses

Valid values:

Html bobswift

Anchor
subject - email
subject - email
subject

Subject

Subject line of the email.

Variables and Functions are supported.

Anchor
sysid - email
sysid - email
sysId

n/a

sys_id used within the Controller to identify this Email Notification.


Anchor
to - email
to - email
to

To

Email address of the recipient.

Use commas to separate multiple recipients Variables and Functions are supported.

...

<ul> <li>
  • As
  • String
  • =
  • Offline,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Active,
  • As
  • Value
  • =
  • 1
</ul>

Property

UI Field Name

Description

Specifications

Anchor
severity - snmp
severity - snmp
severity

Notification Severity

Severity level of this notification.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Normal,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Warning,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Minor,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Major,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Critical,
  • As
  • Value
  • =
  • 5
</ul>

Default is Normal (1).

Anchor
snmpManager - snmp
snmpManager - snmp
snmpManager

SNMP Manager

SNMP Manager that will receive this notification.


Anchor
status - snmp
status - snmp
status

Status Options

Comma-separated list of statuses

Valid values:

Html bobswift

Anchor
sysId - snmp
sysId - snmp
sysId

n/a

sys_id used within the Controller to identify this SNMP Notification.


...

<ul> <li>
  • As
  • String
  • =
  • Unlimited,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Limited,
  • As
  • Value
  • =
2</ul>
  • 2

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive With

Anchor
agentID - SEL
agentID - SEL
agentID

Agent ID

Unique ID for this Agent, created during installation.


Y
(unless agentName
is specified)

agentName

Anchor
agentName - SEL
agentName - SEL
agentName

Agent Name

Name used within the Controller to identify this resource.

Maximum 40 alphanumerics.

Y
(unless agentID
is specified)

agentID

Anchor
limitAmount - SEL
limitAmount - SEL
limitAmount

Limit Amount

Number of tasks that can be running at the same time by the Agent.


Y
(if limitType
is Limited (2).


Anchor
limitType - SEL
limitType - SEL
limitType

Task Execution Limit

Specification for whether a Limited or Unlimited number of task instances can be run concurrently on the Agent.
 
For purposes of imposing this task execution limit, running task instances are those in any of these statuses: Cancel Pending, Queued, Received, Running, Submitted, and Started.

Valid values:

Html bobswift

Y


Anchor
Suspend an Agent
Suspend an Agent
Suspend an Agent

...