Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Specifies new values for updating a Agent.

Members

Name Type Description

addresses

addressesListUpdater

Addresses to add and/or remove for agent.

name

string

Get the Name of the Entity

primaryAddress

entityAddress

Primary address of the agent.

status

provisioningStatus

provisioning status of agent.

Hierarchy

agentUpdater is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="agentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="addresses" type="tns:addressesListUpdater"/>
                <xs:element minOccurs="0" name="primaryAddress" type="tns:entityAddress"/>
                <xs:element minOccurs="0" name="status" type="tns:provisioningStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to agentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations