Panel | ||||
---|---|---|---|---|
|
...
Universal Controller supports the following RESTful-based web services for Agent Cluster operations, which are listed alphabetically on this page.
- Create an Agent Cluster
- Delete an Agent Cluster
- List Agent Clusters
- Modify an Agent Cluster
- Read an Agent Cluster
- Resolve an Agent Cluster
- Resume an Agent Cluster
- Resume an Agent Cluster Membership
- Return an Agent from an Agent Cluster
- Set an Agent Cluster Task Execution Limit
- Suspend an Agent Cluster
- Suspend an Agent Cluster Membership
Formatting specifications for each web service, including details about property requirements, are provided.
...
Property | UI Field Name | Description | Specifications | Required | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
currentCount | Current Task Count | If | Integer; Read only. | N | ||||||||||||
description | Description | User-defined; description of this record. | N | |||||||||||||
distribution | Distribution | Method used to select an Agent in the Agent Cluster. | Valid Values: Html bobswift |
Default is Any (1). | N | |||||||||||
exportReleaseLevel | n/a | Universal Controller release that the record was exported from. | read only | N | ||||||||||||
exportTable | n/a | Record table information. | read only | N | ||||||||||||
ignoreInactiveAgents | Ignore Inactive Agents | Specification for whether or not inactive (offline) Agents should be ignored when the agent cluster is used for broadcasting. | Optional; Valid values: true/false (default is false). | N | ||||||||||||
ignoreSuspendedAgents | Ignore Suspended Agents | Specification for whether or not suspended Agents should be ignored when the agent cluster is used for broadcasting. | Optional; Valid values: true/false (default is false). | N | ||||||||||||
lastAgentUsed | Last Agent Used | Agent that was selected the last time a task was sent to this Agent Cluster. | Read only. | N | ||||||||||||
lastResolution | Last Resolution | If | Read only. | N | ||||||||||||
limitAmount | Limit Amount | If | N | |||||||||||||
limitType | Task Execution Limit | Specification for whether a Limited or Unlimited number of task instances can be run concurrently by the Agents in this Agent Cluster. | Valid Values: html-bobswift<ul> <li>
Default is Unlimited (1). | N | ||||||||||||
name | Cluster Name | Name of this Agent Cluster. | Y | |||||||||||||
networkAlias | Network Alias | If | N | |||||||||||||
networkAliasPort | Agent Port | If | N | |||||||||||||
opswiseGroups | Member of Business Services | List of Business Services that this Agent Cluster belongs to.
| N | |||||||||||||
resolutionDescription | Resolution Description | If | Read only. | N | ||||||||||||
resolutionStatus | Resolution Status | If | Read only. | N | ||||||||||||
resumedOn | Resumed On | Date and time when a suspended Agent Cluster was resumed. | Read only. | N | ||||||||||||
retainSysIds | n/a | Specification for whether or not the Create an Agent Cluster web service will persist the sysId - CAC property. html-bobswift<ul> <li> If <b>retainSysIds</b>
| Optional; Valid values: true/false (default is true). | N | ||||||||||||
suspended | Suspended | Indication of whether or not the ability for this cluster of Agents to run tasks has been suspended. | Read only; Boolean; Valid Values: true/false. | N | ||||||||||||
suspendedOn | Suspended On | Date and time when the Agent Cluster was suspended. | Read only. | N | ||||||||||||
sysId | n/a | sys_id used within the Controller to identify this Agent Cluster. | N | |||||||||||||
type | n/a | Type of Agent Cluster. | For List Agent Clusters: Read only; Valid values: Html bobswift |
For Create/Modify/Read Agent Clusters: Applicable to JSON only; Specifies agent cluster type to create/modify. Valid values: | N |
...
Property | UI Field Name | Description | Specifications | ||||||
---|---|---|---|---|---|---|---|---|---|
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. | ||||||
body | Body | Text of the email message. | Variables and Functions are supported. If the | ||||||
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. | ||||||
emailConnection | Email Connection | Name of an Email Connection. | If you specify both an | ||||||
emailTemplate | Email Template | Name of an Email Template. | If you specify both an | ||||||
replyTo | Reply-To | Email address of the sender of the email. | Use commas to separate multiple recipients. Variables and Functions are supported. | ||||||
state | Notification State | Comma-separated list of Notification states | Valid values: html-bobswift<ul> <li>
| ||||||
subject | Subject | Subject line of the email. | Variables and Functions are supported. | ||||||
sysId | n/a | sys_id used within the Controller to identify this Email Notification. | |||||||
to | To | Email address of the recipient. | Use commas to separate multiple recipients Variables and Functions are supported. |
...
Property | UI Field Name | Description | Specifications | ||||||
---|---|---|---|---|---|---|---|---|---|
severity | Notification Severity | Severity level of this notification. | Valid values: html-bobswift<ul> <li>
Default is Normal (1). | ||||||
snmpManager | SNMP Manager | SNMP Manager that will receive this notification. | |||||||
state | Notification State | Comma-separated list of Notification states | Valid values: html-bobswift<ul> <li>
| ||||||
sysId | n/a | sys_id used within the Controller to identify this SNMP Notification. |
...
Description | |
---|---|
URI | http://host_name/uc/resources/agentcluster |
HTTP Method | GET |
Description | Retrieves information on a specific Agent cluster. |
URI Parameters | |
Example URI | http://localhost:8080/uc/resources/agentcluster?agentclustername=cluster1 |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response | |
Agent Cluster Properties | |
Agent Properties | See Agent Properties. |
Agent Cluster: Email Notification Properties | |
Agent Cluster: SNMP Notification Properties |
...
Property | UI Field Name | Description | Specifications | Required | ||||||
---|---|---|---|---|---|---|---|---|---|---|
agentClusterName | Cluster Name | Name used within the Controller to identify this agent cluster. | Y | |||||||
limitAmount | Limit Amount | Number of tasks that can be running at the same time by the Agents in this agent cluster. | Set only if | N | ||||||
limitType | Task Execution Limit | Specification for whether a Limited or Unlimited number of task instances can be run concurrently by the Agents in this agent cluster. | Valid values: html-bobswift<ul> <li>
| Y |
Anchor | ||||
---|---|---|---|---|
|
...