CreateSavedQuery function
Create a saved query of BMC Atrium CMDB.
WSDL operation
<operation name="CreateSavedQuery" parameterOrder="inargs">
<input message="tns:CreateSavedQueryRequest"
name="CreateSavedQueryRequest"/>
<output message="tns:CreateSavedQueryResponse"
name="CreateSavedQueryResponse"/>
<fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
WSDL messages
<message name="CreateSavedQueryRequest">
<part element="types:CreateSavedQuery" name="inargs"/>
</message>
<message name="CreateSavedQueryResponse">
<part element="common:StatusOutput" name="outargs"/>
</message>
<fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
XSD schema
<element name="CreateSavedQuery">
<complexType>
<sequence>
<element name="loginInfo" nillable="true"
type="common:LoginInfo"/>
<element name="savedQuery" type="tns:SavedGraphQuery"/>
<element name="extensions" nillable="true"
type="common:ExtensionList"/>
</sequence>
</complexType>
<element name="AtriumFault">
<complexType>
<choice>
<element name="serviceFault"
type="tns:AtriumServiceFault" />
<element name="backendFault"
type="tns:AtriumBackendFault" />
</choice>
</complexType>
</element>
Input arguments
loginInfo | User ID, passwords, domain and other information necessary to log on to the application. See LoginInfo. |
savedQuery | Indicates the path that needs to be queried to return the wanted CIs and relationships. See SavedGraphQuery. |
extensions | The extension ID of the class for which you want to retrieve relationships and instances. This is required if the query graph contains the same CI class more than once and needs to distinguish one from another. See ExtensionList. |
Fault message
Fault message | See Fault message |
Comments