REST API Reference > Informatica Intelligent Cloud Services REST API > Success object
  

Success object

When the REST API successfully performs an action, it returns a 200 or 201 success response. It might also return a success object.
The success object has the following structure:
<xs:complexType name="success">
<xs:sequence>
<xs:element name="description" type="xs:string"/>
</xs:sequence>
</xs:complexType>