1.5 IQConnect Web Service

The following table summarizes the Aegis IQConnect web service methods.

Method

Summary

CreateObject

POST method to create an object in an Aegis provider namespace.

DestroyObject

POST method to destroy an object from an Aegis provider namespace.

Execute

POST method to execute a method defined for an Aegis provider namespace.

GetAttribute

POST method to get an attribute value from an Aegis provider object.

GetAttributes

POST method to get all the attributes and their values from an Aegis provider object.

GetAttributesByNames

POST method to get specific attribute values from an Aegis provider object.

GetChildren

POST method to get a list of children from an Aegis provider object.

GetManagementServices

GET method to get a summary of the available Aegis providers.

Integration Login

GET method to log in to a session with the Aegis IQConnect web service.

ReadResource

POST method to read from a resource (for example, a file) associated with an Aegis provider namespace object.

RunVOSScript

POST method to run a VOS script query against the Aegis provider namespaces.

RunVOSScriptByProvider

POST method to run a VOS script query against a specific provider namespace.

RunVQLQuery

POST method to run a VQL query against the available Aegis provider namespaces.

RunVQLQueryByProvider

POST method to run a VQL query against a specific provider namespace.

SetAttribute

POST method to get an attribute for a provider namespace object.

SetAttributes

POST method to set multiple attributes for a provider namespace object.

WriteResource

POST method to write to a resource (for example, a file) associated with an Aegis provider namespace object.