2.2.4.226 EntityStatus

The EntityStatus is a complex type that is used to describe the operation and its outcome on an IPAM object.

 <xs:complexType name="EntityStatus">
   <xs:sequence>
     <xs:element minOccurs="0" name="IsSuccessful" type="xsd:boolean" />
     <xs:element minOccurs="0" name="ObjectType" type="ipam:IpamObjectType" />
     <xs:element minOccurs="0" name="OperationType" type="ipam:EntityOperationType" />
     <xs:element minOccurs="0" name="RecordId" type="xsd:long" />
   </xs:sequence>
 </xs:complexType>

IsSuccessful:  This is of type Boolean and indicates the success status of the associated operation.

ObjectType:  This is of type ipam:IpamObjectType and indicates the object type to perform the operation on.

OperationType:  This is of type ipam:EntityOperationType and indicates the type of operation to be performed.

RecordId:  This is a unique identifier for the EntityStatus in the IPAM data store.