@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
928 lines (915 loc) • 540 kB
Markdown
## Using this Adapter
The `adapter.js` file contains the calls the adapter makes available to the rest of the Itential Platform. The API detailed for these calls should be available through JSDOC. The following is a brief summary of the calls.
### Generic Adapter Calls
These are adapter methods that IAP or you might use. There are some other methods not shown here that might be used for internal adapter functionality.
<table border="1" class="bordered-table">
<tr>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
</tr>
<tr>
<td style="padding:15px">connect()</td>
<td style="padding:15px">This call is run when the Adapter is first loaded by he Itential Platform. It validates the properties have been provided correctly.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">healthCheck(callback)</td>
<td style="padding:15px">This call ensures that the adapter can communicate with Adapter for Nokia NSP NFM P. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">refreshProperties(properties)</td>
<td style="padding:15px">This call provides the adapter the ability to accept property changes without having to restart the adapter.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">encryptProperty(property, technique, callback)</td>
<td style="padding:15px">This call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Adapter for Nokia NSP NFM P.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">iapUpdateAdapterConfiguration(configFile, changes, entity, type, action, callback)</td>
<td style="padding:15px">This call provides the ability to update the adapter configuration from IAP - includes actions, schema, mockdata and other configurations.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
<td style="padding:15px">This call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapUnsuspendAdapter(callback)</td>
<td style="padding:15px">This call provides the ability to resume a suspended adapter. Any requests in queue will be processed before new requests.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapGetAdapterQueue(callback)</td>
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapTroubleshootAdapter(props, persistFlag, adapter, callback)</td>
<td style="padding:15px">This call can be used to check on the performance of the adapter - it checks connectivity, healthcheck and basic get calls.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
<td style="padding:15px">This call will return the results of a healthcheck.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapRunAdapterConnectivity(callback)</td>
<td style="padding:15px">This call will return the results of a connectivity check.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapRunAdapterBasicGet(callback)</td>
<td style="padding:15px">This call will return the results of running basic get API calls.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapMoveAdapterEntitiesToDB(callback)</td>
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapDeactivateTasks(tasks, callback)</td>
<td style="padding:15px">This call provides the ability to remove tasks from the adapter.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapActivateTasks(tasks, callback)</td>
<td style="padding:15px">This call provides the ability to add deactivated tasks back into the adapter.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapExpandedGenericAdapterRequest(metadata, uriPath, restMethod, pathVars, queryData, requestBody, addlHeaders, callback)</td>
<td style="padding:15px">This is an expanded Generic Call. The metadata object allows us to provide many new capabilities within the generic request.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
<td style="padding:15px">This call allows you to provide the path to have the adapter call. It is an easy way to incorporate paths that have not been built into the adapter yet.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">genericAdapterRequestNoBasePath(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
<td style="padding:15px">This call is the same as the genericAdapterRequest only it does not add a base_path or version to the call.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapRunAdapterLint(callback)</td>
<td style="padding:15px">Runs lint on the addapter and provides the information back.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapRunAdapterTests(callback)</td>
<td style="padding:15px">Runs baseunit and unit tests on the adapter and provides the information back.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapGetAdapterInventory(callback)</td>
<td style="padding:15px">This call provides some inventory related information about the adapter.</td>
<td style="padding:15px">Yes</td>
</tr>
</table>
<br>
### Adapter Cache Calls
These are adapter methods that are used for adapter caching. If configured, the adapter will cache based on the interval provided. However, you can force a population of the cache manually as well.
<table border="1" class="bordered-table">
<tr>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
</tr>
<tr>
<td style="padding:15px">iapPopulateEntityCache(entityTypes, callback)</td>
<td style="padding:15px">This call populates the adapter cache.</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">iapRetrieveEntitiesCache(entityType, options, callback)</td>
<td style="padding:15px">This call retrieves the specific items from the adapter cache.</td>
<td style="padding:15px">Yes</td>
</tr>
</table>
<br>
### Adapter Broker Calls
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
<table border="1" class="bordered-table">
<tr>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
</tr>
<tr>
<td style="padding:15px">hasEntities(entityType, entityList, callback)</td>
<td style="padding:15px">This call is utilized by the IAP Device Broker to determine if the adapter has a specific entity and item of the entity.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">getDevice(deviceName, callback)</td>
<td style="padding:15px">This call returns the details of the requested device.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">isAlive(deviceName, callback)</td>
<td style="padding:15px">This call returns whether the device status is active</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
<td style="padding:15px">This call returns the configuration for the selected device.</td>
<td style="padding:15px">No</td>
</tr>
<tr>
<td style="padding:15px">iapGetDeviceCount(callback)</td>
<td style="padding:15px">This call returns the count of devices.</td>
<td style="padding:15px">No</td>
</tr>
</table>
<br>
### Specific Adapter Calls
Specific adapter calls are built based on the API of the Nokia_NSP_NFM-P. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
<table border="1" class="bordered-table">
<tr>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
</tr>
<tr>
<td style="padding:15px">getAuthToken(body, callback)</td>
<td style="padding:15px">Get a Bearer token</td>
<td style="padding:15px">{base_path}/{version}/v1/auth?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCreateChild(body, callback)</td>
<td style="padding:15px">Creates a child of an existing object with the desired configuration values for the child or childr</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">findWithChildren(body, callback)</td>
<td style="padding:15px">Find all children of the object by FDN</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/children?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">queryForClassesWithFilter(body, callback)</td>
<td style="padding:15px">Find a list of managed objects</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/search?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">queryForClassesWithRestFilter(body, callback)</td>
<td style="padding:15px">Find a list of managed objects</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/searchWithFilter?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">produceJSON(fdn, callback)</td>
<td style="padding:15px">Find the NFM-P managed Object by FDN</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restModify(fdn, body, callback)</td>
<td style="padding:15px">Modify an existing object.</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restGenericObjectDeleteInstance(fdn, callback)</td>
<td style="padding:15px">Remove an existing object</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">postV1ManagedobjectsFdnChildren(fdn, body, callback)</td>
<td style="padding:15px">Find all children of the object by FDN</td>
<td style="padding:15px">{base_path}/{version}/v1/managedobjects/{pathv1}/children?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">revokeToken(body, callback)</td>
<td style="padding:15px">Revoke a Bearer token</td>
<td style="padding:15px">{base_path}/{version}/v1/revoke?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAaaIsaRadiusPolicyRemovePassword(instanceFullName, callback)</td>
<td style="padding:15px">rest_aaa_IsaRadiusPolicy_removePassword</td>
<td style="padding:15px">{base_path}/{version}/v2/aaa/IsaRadiusPolicy/removePassword/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAaaIsaRadiusServerClearSecret(instanceFullName, callback)</td>
<td style="padding:15px">rest_aaa_IsaRadiusServer_clearSecret</td>
<td style="padding:15px">{base_path}/{version}/v2/aaa/IsaRadiusServer/clearSecret/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAaaRadiusProxyServerClearSecret(instanceFullName, callback)</td>
<td style="padding:15px">rest_aaa_RadiusProxyServer_clearSecret</td>
<td style="padding:15px">{base_path}/{version}/v2/aaa/RadiusProxyServer/clearSecret/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAaaRadiusServerPolicyClearSecret(instanceFullName, callback)</td>
<td style="padding:15px">rest_aaa_RadiusServerPolicy_clearSecret</td>
<td style="padding:15px">{base_path}/{version}/v2/aaa/RadiusServerPolicy/clearSecret/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAaaRadiusServerPolicyRequestClearMessageBuffer(instanceFullName, callback)</td>
<td style="padding:15px">requestClearMessageBuffer</td>
<td style="padding:15px">{base_path}/{version}/v2/aaa/RadiusServerPolicy/requestClearMessageBuffer/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAaaRouteDownloadPolicyForceDownload(instanceFullName, callback)</td>
<td style="padding:15px">rest_aaa_RouteDownloadPolicy_forceDownload</td>
<td style="padding:15px">{base_path}/{version}/v2/aaa/RouteDownloadPolicy/forceDownload/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyAAGroupPolicyDeleteAllSystemResidentialDCPGroups(instanceFullName, callback)</td>
<td style="padding:15px">rest_aapolicy_AAGroupPolicy_DeleteAllSystemResidentialDCPGroups</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/AAGroupPolicy/DeleteAllSystemResidentialDCPGroups/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyAAUrlFilterResyncToUpdateOperStatus(body, callback)</td>
<td style="padding:15px">rest_aapolicy_AAUrlFilter_resyncToUpdateOperStatus</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/AAUrlFilter/resyncToUpdateOperStatus?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyAAUrlListPolicyRemoveDecryptKey(instanceFullName, callback)</td>
<td style="padding:15px">rest_aapolicy_AAUrlListPolicy_removeDecryptKey</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/AAUrlListPolicy/removeDecryptKey/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyAAUrlListPolicyRetrieveAAUrlListStatus(body, callback)</td>
<td style="padding:15px">retrieveAAUrlListStatus</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/AAUrlListPolicy/retrieveAAUrlListStatus?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyApplicationFilterRenumId(body, callback)</td>
<td style="padding:15px">rest_aapolicy_ApplicationFilter_renumId</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/ApplicationFilter/renumId?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyApplicationFilterRenumIds(body, callback)</td>
<td style="padding:15px">rest_aapolicy_ApplicationFilter_renumIds</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/ApplicationFilter/renumIds?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyDbInfoTransitIpAddressRetrieveDbInfoTransitIpAddress(body, callback)</td>
<td style="padding:15px">retrieveDbInfoTransitIpAddress</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/DbInfoTransitIpAddress/retrieveDbInfoTransitIpAddress?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyDbInfoTransitPrefixAddressRetrieveDbInfoTransitPrefixAddress(body, callback)</td>
<td style="padding:15px">retrieveDbInfoTransitPrefixAddress</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/DbInfoTransitPrefixAddress/retrieveDbInfoTransitPrefixAddress?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyDbInfoTransitSubscriberInvokeResyncDbInfoTransitSubscriber(body, callback)</td>
<td style="padding:15px">rest_aapolicy_DbInfoTransitSubscriber_invokeResyncDbInfoTransitSubscriber</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/DbInfoTransitSubscriber/invokeResyncDbInfoTransitSubscriber?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAapolicyDbInfoTransitSubscriberManagerRetrieveTransitSubscribers(body, callback)</td>
<td style="padding:15px">retrieveTransitSubscribers</td>
<td style="padding:15px">{base_path}/{version}/v2/aapolicy/DbInfoTransitSubscriberManager/retrieveTransitSubscribers?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterAbstractFilterDefinitionFindAccessInterfaces(instanceFullName, body, callback)</td>
<td style="padding:15px">findAccessInterfaces</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/AbstractFilterDefinition/findAccessInterfaces/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterAbstractFilterDefinitionFindCircuits(instanceFullName, body, callback)</td>
<td style="padding:15px">findCircuits</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/AbstractFilterDefinition/findCircuits/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterAbstractFilterDefinitionFindNetworkIpInterfaces(instanceFullName, body, callback)</td>
<td style="padding:15px">findNetworkIpInterfaces</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/AbstractFilterDefinition/findNetworkIpInterfaces/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterDhcpFilterGetAllGroupInterfaces(instanceFullName, body, callback)</td>
<td style="padding:15px">getAllGroupInterfaces</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/DhcpFilter/getAllGroupInterfaces/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterEntryDefinitionFind(body, callback)</td>
<td style="padding:15px">find</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/EntryDefinition/find?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterEntryDefinitionRenum(body, callback)</td>
<td style="padding:15px">rest_aclfilter_EntryDefinition_renum</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/EntryDefinition/renum?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterFilterDefinitionFindEgressMcastGroups(instanceFullName, body, callback)</td>
<td style="padding:15px">findEgressMcastGroups</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/FilterDefinition/findEgressMcastGroups/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterFilterDefinitionFindServiceIpInterfaces(instanceFullName, body, callback)</td>
<td style="padding:15px">findServiceIpInterfaces</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/FilterDefinition/findServiceIpInterfaces/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterFilterDefinitionInitiateGroupInserts(body, callback)</td>
<td style="padding:15px">initiateGroupInserts</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/FilterDefinition/initiateGroupInserts?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterFilterDefinitionRetrieveHostSharedFilter(body, callback)</td>
<td style="padding:15px">retrieveHostSharedFilter</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/FilterDefinition/retrieveHostSharedFilter?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterIpFilterEntryFindSampleProfile(body, callback)</td>
<td style="padding:15px">findSampleProfile</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/IpFilterEntry/findSampleProfile?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAclfilterIpv6FilterEntryFindSampleProfile(body, callback)</td>
<td style="padding:15px">findSampleProfile</td>
<td style="padding:15px">{base_path}/{version}/v2/aclfilter/Ipv6FilterEntry/findSampleProfile?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationAbstractWorkOrderRetrieveWorkOrderXML(instanceFullName, callback)</td>
<td style="padding:15px">retrieveWorkOrderXML</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/AbstractWorkOrder/retrieveWorkOrderXML/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationActivationManagerFindWithWorkOrderScan(body, callback)</td>
<td style="padding:15px">findWithWorkOrderScan</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/ActivationManager/findWithWorkOrderScan?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationActivationManagerScanWorkOrderRepository(callback)</td>
<td style="padding:15px">rest_activation_ActivationManager_scanWorkOrderRepository</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/ActivationManager/scanWorkOrderRepository?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionActivate(body, callback)</td>
<td style="padding:15px">rest_activation_Session_activate</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/activate?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionActivateAll(body, callback)</td>
<td style="padding:15px">rest_activation_Session_activateAll</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/activateAll?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionAddNeWorkOrders(body, callback)</td>
<td style="padding:15px">addNeWorkOrders</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/addNeWorkOrders?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionAddWorkOrder(body, callback)</td>
<td style="padding:15px">addWorkOrder</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/addWorkOrder?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionCloseSession(body, callback)</td>
<td style="padding:15px">rest_activation_Session_closeSession</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/closeSession?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionFallback(body, callback)</td>
<td style="padding:15px">rest_activation_Session_fallback</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/fallback?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionLoad(body, callback)</td>
<td style="padding:15px">rest_activation_Session_load</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/load?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionLoadAll(body, callback)</td>
<td style="padding:15px">rest_activation_Session_loadAll</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/loadAll?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionPreactivate(body, callback)</td>
<td style="padding:15px">rest_activation_Session_preactivate</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/preactivate?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionPreactivateAll(body, callback)</td>
<td style="padding:15px">rest_activation_Session_preactivateAll</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/preactivateAll?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionRelease(body, callback)</td>
<td style="padding:15px">rest_activation_Session_release</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/release?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionRemoveNeWorkOrders(body, callback)</td>
<td style="padding:15px">rest_activation_Session_removeNeWorkOrders</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/removeNeWorkOrders?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionStartSession(body, callback)</td>
<td style="padding:15px">rest_activation_Session_startSession</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/startSession?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionUpdateAutoRelease(body, callback)</td>
<td style="padding:15px">rest_activation_Session_updateAutoRelease</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/updateAutoRelease?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionUpdateExclude(body, callback)</td>
<td style="padding:15px">rest_activation_Session_updateExclude</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/updateExclude?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionUpdateSchedule(body, callback)</td>
<td style="padding:15px">rest_activation_Session_updateSchedule</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/updateSchedule?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionValidateNeWorkOrders(body, callback)</td>
<td style="padding:15px">rest_activation_Session_validateNeWorkOrders</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/validateNeWorkOrders?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSessionValidateSession(body, callback)</td>
<td style="padding:15px">rest_activation_Session_validateSession</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Session/validateSession?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSnapshotAbort(instanceFullName, callback)</td>
<td style="padding:15px">rest_activation_Snapshot_abort</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Snapshot/abort/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSnapshotAddInclusionFilter(instanceFullName, body, callback)</td>
<td style="padding:15px">addInclusionFilter</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Snapshot/addInclusionFilter/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSnapshotExtract(instanceFullName, callback)</td>
<td style="padding:15px">rest_activation_Snapshot_extract</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Snapshot/extract/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationSnapshotRemoveInclusionFilter(instanceFullName, body, callback)</td>
<td style="padding:15px">removeInclusionFilter</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/Snapshot/removeInclusionFilter/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restActivationWorkOrderCreateSession(body, callback)</td>
<td style="padding:15px">createSession</td>
<td style="padding:15px">{base_path}/{version}/v2/activation/WorkOrder/createSession?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAdpDomainAddManagedNodes(instanceFullName, body, callback)</td>
<td style="padding:15px">rest_adp_Domain_addManagedNodes</td>
<td style="padding:15px">{base_path}/{version}/v2/adp/Domain/addManagedNodes/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAdpDomainFindManagedNodes(instanceFullName, body, callback)</td>
<td style="padding:15px">findManagedNodes</td>
<td style="padding:15px">{base_path}/{version}/v2/adp/Domain/findManagedNodes/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAdpDomainFindVprnService(body, callback)</td>
<td style="padding:15px">findVprnService</td>
<td style="padding:15px">{base_path}/{version}/v2/adp/Domain/findVprnService?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAdpDomainImportFromXML(instanceFullName, body, callback)</td>
<td style="padding:15px">rest_adp_Domain_importFromXML</td>
<td style="padding:15px">{base_path}/{version}/v2/adp/Domain/importFromXML/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAdpDomainImportSerialNumbersFromXML(instanceFullName, body, callback)</td>
<td style="padding:15px">rest_adp_Domain_importSerialNumbersFromXML</td>
<td style="padding:15px">{base_path}/{version}/v2/adp/Domain/importSerialNumbersFromXML/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAengrMatchRenum(body, callback)</td>
<td style="padding:15px">rest_aengr_Match_renum</td>
<td style="padding:15px">{base_path}/{version}/v2/aengr/Match/renum?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAengrPolicyRetrieveHostSharedPccRuleEgressPolicy(body, callback)</td>
<td style="padding:15px">retrieveHostSharedPccRuleEgressPolicy</td>
<td style="padding:15px">{base_path}/{version}/v2/aengr/Policy/retrieveHostSharedPccRuleEgressPolicy?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAingrMatchRenum(body, callback)</td>
<td style="padding:15px">rest_aingr_Match_renum</td>
<td style="padding:15px">{base_path}/{version}/v2/aingr/Match/renum?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAingrPolicyRetrieveHostSharedPccRuleIngressPolicy(body, callback)</td>
<td style="padding:15px">retrieveHostSharedPccRuleIngressPolicy</td>
<td style="padding:15px">{base_path}/{version}/v2/aingr/Policy/retrieveHostSharedPccRuleIngressPolicy?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAnalyticsAnalyticsManagerIsAnalyticalBaseEnabled(callback)</td>
<td style="padding:15px">isAnalyticalBaseEnabled</td>
<td style="padding:15px">{base_path}/{version}/v2/analytics/AnalyticsManager/isAnalyticalBaseEnabled?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAnalyticsAnalyticsManagerIsPremiumPkgEnabled(callback)</td>
<td style="padding:15px">isPremiumPkgEnabled</td>
<td style="padding:15px">{base_path}/{version}/v2/analytics/AnalyticsManager/isPremiumPkgEnabled?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAnalyticsAnalyticsManagerPurgeAnalyticReports(callback)</td>
<td style="padding:15px">rest_analytics_AnalyticsManager_purgeAnalyticReports</td>
<td style="padding:15px">{base_path}/{version}/v2/analytics/AnalyticsManager/purgeAnalyticReports?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAncpAncpDslLineInfoRetrieveDslLineInfo(body, callback)</td>
<td style="padding:15px">retrieveDslLineInfo</td>
<td style="padding:15px">{base_path}/{version}/v2/ancp/AncpDslLineInfo/retrieveDslLineInfo?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAntispoofAntiSpoofingFilterRetrieveAntiSpoofingFilters(body, callback)</td>
<td style="padding:15px">retrieveAntiSpoofingFilters</td>
<td style="padding:15px">{base_path}/{version}/v2/antispoof/AntiSpoofingFilter/retrieveAntiSpoofingFilters?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAosredundancyAOSMultiChassisGroupDeleteAOSMultiChassisGroup(instanceFullName, callback)</td>
<td style="padding:15px">rest_aosredundancy_AOSMultiChassisGroup_deleteAOSMultiChassisGroup</td>
<td style="padding:15px">{base_path}/{version}/v2/aosredundancy/AOSMultiChassisGroup/deleteAOSMultiChassisGroup/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAosredundancyAOSVFLinkGroupDeleteVFLinkGroup(instanceFullName, callback)</td>
<td style="padding:15px">rest_aosredundancy_AOSVFLinkGroup_deleteVFLinkGroup</td>
<td style="padding:15px">{base_path}/{version}/v2/aosredundancy/AOSVFLinkGroup/deleteVFLinkGroup/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAossasCPETestGroupHeadCancelCPETestGroupExection(instanceFullName, callback)</td>
<td style="padding:15px">rest_aossas_CPETestGroupHead_cancelCPETestGroupExection</td>
<td style="padding:15px">{base_path}/{version}/v2/aossas/CPETestGroupHead/cancelCPETestGroupExection/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAossasCPETestHeadCancelCPETestExection(instanceFullName, callback)</td>
<td style="padding:15px">rest_aossas_CPETestHead_cancelCPETestExection</td>
<td style="padding:15px">{base_path}/{version}/v2/aossas/CPETestHead/cancelCPETestExection/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restApsApsChannelGetDependencyCount(instanceFullName, callback)</td>
<td style="padding:15px">getDependencyCount</td>
<td style="padding:15px">{base_path}/{version}/v2/aps/ApsChannel/getDependencyCount/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restApsApsGroupFindInstanceChannelPorts(instanceFullName, body, callback)</td>
<td style="padding:15px">findInstanceChannelPorts</td>
<td style="padding:15px">{base_path}/{version}/v2/aps/ApsGroup/findInstanceChannelPorts/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restApsMultiChassisApsGroupContainerFindInstanceApsGroups(instanceFullName, body, callback)</td>
<td style="padding:15px">findInstanceApsGroups</td>
<td style="padding:15px">{base_path}/{version}/v2/aps/MultiChassisApsGroupContainer/findInstanceApsGroups/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restApsMultiChassisApsGroupContainerGetDependencyCount(instanceFullName, callback)</td>
<td style="padding:15px">getDependencyCount</td>
<td style="padding:15px">{base_path}/{version}/v2/aps/MultiChassisApsGroupContainer/getDependencyCount/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restArpArpHostRadiusClassAttributeRetrieveArpHostRadiusClasses(body, callback)</td>
<td style="padding:15px">retrieveArpHostRadiusClasses</td>
<td style="padding:15px">{base_path}/{version}/v2/arp/ArpHostRadiusClassAttribute/retrieveArpHostRadiusClasses?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAssuranceAssuranceEventManagerDeregisterApplication(body, callback)</td>
<td style="padding:15px">rest_assurance_AssuranceEventManager_deregisterApplication</td>
<td style="padding:15px">{base_path}/{version}/v2/assurance/AssuranceEventManager/deregisterApplication?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAssuranceAssuranceEventManagerRegisterApplication(body, callback)</td>
<td style="padding:15px">rest_assurance_AssuranceEventManager_registerApplication</td>
<td style="padding:15px">{base_path}/{version}/v2/assurance/AssuranceEventManager/registerApplication?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAtmInterfaceGetAllConnectionProfile(instanceFullName, aInPortPointer, callback)</td>
<td style="padding:15px">getAllConnectionProfile</td>
<td style="padding:15px">{base_path}/{version}/v2/atm/Interface/getAllConnectionProfile/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restAutoconfigAutoConfigScriptManagerConfigure(body, callback)</td>
<td style="padding:15px">configure</td>
<td style="padding:15px">{base_path}/{version}/v2/autoconfig/AutoConfigScriptManager/configure?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restBgpMd5KeyRemoveAuthentication(instanceFullName, callback)</td>
<td style="padding:15px">rest_bgp_Md5Key_removeAuthentication</td>
<td style="padding:15px">{base_path}/{version}/v2/bgp/Md5Key/removeAuthentication/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restBierBierResyncBierDatabase(instanceFullName, body, callback)</td>
<td style="padding:15px">rest_bier_Bier_resyncBierDatabase</td>
<td style="padding:15px">{base_path}/{version}/v2/bier/Bier/resyncBierDatabase/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restBundleInterfaceFindMembers(instanceFullName, body, callback)</td>
<td style="padding:15px">findMembers</td>
<td style="padding:15px">{base_path}/{version}/v2/bundle/Interface/findMembers/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restBundleInterfaceTestSetPattern(instanceFullName, body, callback)</td>
<td style="padding:15px">rest_bundle_Interface_testSetPattern</td>
<td style="padding:15px">{base_path}/{version}/v2/bundle/Interface/testSetPattern/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restBundleMultiChassisApsInterfaceFindInstanceApsBundles(instanceFullName, body, callback)</td>
<td style="padding:15px">findInstanceApsBundles</td>
<td style="padding:15px">{base_path}/{version}/v2/bundle/MultiChassisApsInterface/findInstanceApsBundles/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restBundleMultiChassisApsInterfaceGetDependencyCount(instanceFullName, callback)</td>
<td style="padding:15px">getDependencyCount</td>
<td style="padding:15px">{base_path}/{version}/v2/bundle/MultiChassisApsInterface/getDependencyCount/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCacCacManagerBookBwForReservedTunnel(body, callback)</td>
<td style="padding:15px">rest_cac_CacManager_bookBwForReservedTunnel</td>
<td style="padding:15px">{base_path}/{version}/v2/cac/CacManager/bookBwForReservedTunnel?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCacCacManagerFindServicesUsingTunnel(aInTunnelFdn, callback)</td>
<td style="padding:15px">findServicesUsingTunnel</td>
<td style="padding:15px">{base_path}/{version}/v2/cac/CacManager/findServicesUsingTunnel?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCacCacManagerIsCacEnabled(callback)</td>
<td style="padding:15px">isCacEnabled</td>
<td style="padding:15px">{base_path}/{version}/v2/cac/CacManager/isCacEnabled?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCacCacManagerVerifyCac(body, callback)</td>
<td style="padding:15px">rest_cac_CacManager_verifyCac</td>
<td style="padding:15px">{base_path}/{version}/v2/cac/CacManager/verifyCac?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceConfigAddIPoECallTraceJob(body, callback)</td>
<td style="padding:15px">addIPoECallTraceJob</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceConfig/addIPoECallTraceJob?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceConfigAddWlanGwUeCallTraceJob(body, callback)</td>
<td style="padding:15px">addWlanGwUeCallTraceJob</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceConfig/addWlanGwUeCallTraceJob?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceConfigRemoveIPoECallTraceJob(body, callback)</td>
<td style="padding:15px">removeIPoECallTraceJob</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceConfig/removeIPoECallTraceJob?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceConfigRemoveWlanGwUeCallTraceJob(body, callback)</td>
<td style="padding:15px">removeWlanGwUeCallTraceJob</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceConfig/removeWlanGwUeCallTraceJob?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceConfigRequestClearCallTraceIpoeSession(body, callback)</td>
<td style="padding:15px">requestClearCallTraceIpoeSession</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceConfig/requestClearCallTraceIpoeSession?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceConfigRequestClearCallTraceIpoeTrace(body, callback)</td>
<td style="padding:15px">requestClearCallTraceIpoeTrace</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceConfig/requestClearCallTraceIpoeTrace?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceFileRetrieveCallTraceFile(body, callback)</td>
<td style="padding:15px">retrieveCallTraceFile</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceFile/retrieveCallTraceFile?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceJobRetrieveCallTraceJobs(body, callback)</td>
<td style="padding:15px">retrieveCallTraceJobs</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceJob/retrieveCallTraceJobs?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceJobRetrieveWlanGwUeCallTraceJobs(body, callback)</td>
<td style="padding:15px">retrieveWlanGwUeCallTraceJobs</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceJob/retrieveWlanGwUeCallTraceJobs?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCalltraceCallTraceTraceRetrieveCallTraceTraces(body, callback)</td>
<td style="padding:15px">retrieveCallTraceTraces</td>
<td style="padding:15px">{base_path}/{version}/v2/calltrace/CallTraceTrace/retrieveCallTraceTraces?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restClearClearCommandManagerRetrieveClearRequest(body, callback)</td>
<td style="padding:15px">retrieveClearRequest</td>
<td style="padding:15px">{base_path}/{version}/v2/clear/ClearCommandManager/retrieveClearRequest?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restConnprofConnProfPolicyGetAllSonetChannels(instanceFullName, body, callback)</td>
<td style="padding:15px">getAllSonetChannels</td>
<td style="padding:15px">{base_path}/{version}/v2/connprof/ConnProfPolicy/getAllSonetChannels/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restConnprofConnProfPolicyGetAllVlanRanegSAPs(instanceFullName, body, callback)</td>
<td style="padding:15px">getAllVlanRanegSAPs</td>
<td style="padding:15px">{base_path}/{version}/v2/connprof/ConnProfPolicy/getAllVlanRanegSAPs/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restConnprofPssConnProfPolicyGetAllVlanRanegSAPs(instanceFullName, body, callback)</td>
<td style="padding:15px">getAllVlanRanegSAPs</td>
<td style="padding:15px">{base_path}/{version}/v2/connprof/PssConnProfPolicy/getAllVlanRanegSAPs/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restConnprofVlanConnProfPolicyGetVlanConnProfSAPs(instanceFullName, body, callback)</td>
<td style="padding:15px">getVlanConnProfSAPs</td>
<td style="padding:15px">{base_path}/{version}/v2/connprof/VlanConnProfPolicy/getVlanConnProfSAPs/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restCrdtctrlCcEntryDefinitionFind(body, callback)</td>
<td style="padding:15px">find</td>
<td style="padding:15px">{base_path}/{version}/v2/crdtctrl/CcEntryDefinition/find?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restDbAuxiliaryDbBackupAuxDbBackup(instanceFullName, body, callback)</td>
<td style="padding:15px">rest_db_AuxiliaryDbBackup_AuxDbBackup</td>
<td style="padding:15px">{base_path}/{version}/v2/db/AuxiliaryDbBackup/AuxDbBackup/{pathv1}?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restDbDatabaseManagerBackup(body, callback)</td>
<td style="padding:15px">rest_db_DatabaseManager_backup</td>
<td style="padding:15px">{base_path}/{version}/v2/db/DatabaseManager/backup?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restDbDatabaseManagerGetDbStatus(callback)</td>
<td style="padding:15px">getDbStatus</td>
<td style="padding:15px">{base_path}/{version}/v2/db/DatabaseManager/getDbStatus?{query}</td>
<td style="padding:15px">Yes</td>
</tr>
<tr>
<td style="padding:15px">restDbDatabaseManagerGetProxyStatus(callback)</td>
<td style="padding:15px">getProxyStatus</td>
<td style="padding:15px">{base_path}/{version}/v2/db/DatabaseManager/getProxyStatus?{query}</