Available Actions

Download this manual as a PDF file

This appendix lists all actions that can be performed through the API, organized by ScienceLogic entity. Each table includes the HTTP method and URI you should use to perform the action. The URIs in this list include "X", which signifies where the ID number of a specific entity must be inserted.

Accounts

Action URI Method
View/search/filter the list of user accounts. /account GET
Create a new user account. /account POST
View the properties of a user account. /account/X GET
Update the properties of a user account. /account/X POST
Replace a user account. /account/X PUT
Delete a user account. /account/X DELETE
View the list of access hooks that have been granted to a user account. /account/X/access_hooks GET
For records that require an account value, use the user ID for the logged-in user. /account/_self GET, POST

Account Lockouts

Action URI Method
View a list of locked-out user accounts. /access_lock GET
View details about a locked-out user account. /access_lock/X GET
Clear a lock on a user account. /access_lock/X DELETE

Alerts

Action URI Method
Create a new API alert. /alert POST
View/search/filter the list of pending API alerts. /alert GET
View details about a pending API alert. /alert/X GET
Update a pending API alert. /alert/X POST

Appliances

Action URI Method
View/search/filter the list of SL1 appliances. /appliance GET
View the properties of a SL1 appliance. /appliance/X GET
Update the description or IP address of a SL1 appliance. /appliance/X POST

Assets

Action URI Method
View/search/filter the list of asset records. /asset GET
Create a new asset record. /asset POST
View the general properties of an asset record. /asset/X GET
Replace an asset record. /asset/X PUT
Update the general properties of an asset record. /asset/X POST
Delete an asset record. /asset/X DELETE
View/search/filter the list of components associated with an asset record. /asset/X/component/ GET
Add a new component to an asset record. /asset/X/component/ POST
View the properties of a component associated with an asset record. /asset/X/component/X GET
Update the properties of a component associated with an asset record. /asset/X/component/X POST
Replace a component associated with an asset record. /asset/X/component/X PUT
Delete a component from an asset record. /asset/X/component/X DELETE
View the configuration properties of an asset record. /asset/X/configuration/ GET
Update the configuration properties of an asset record. /asset/X/configuration/ POST
Replace the configuration properties of an asset record. /asset/X/configuration/ PUT
View/search/filter the list of software licenses associated with an asset record. /asset/X/license/ GET
Add a new software license to an asset record. /asset/X/license/ POST
View the properties of a software license associated with an asset record. /asset/X/license/X GET
Update the properties of a software license associated with an asset record. /asset/X/license/X POST
Replace a software license associated with an asset record. /asset/X/license/X PUT
Delete a software license from an asset record. /asset/X/license/X DELETE
View the maintenance and service properties of an asset record. /asset/X/maintenance/ GET
Update the maintenance and service properties of an asset record. /asset/X/maintenance/ POST
Replace the maintenance and service properties of an asset record. /asset/X/maintenance/ PUT
View/search/filter the list of IP networks associated with an asset record. /asset/X/network/ GET
Add a new IP network to an asset record. /asset/X/network/ POST
View the properties of an IP network associated with an asset record. /asset/X/network/X GET
Update the properties of an IP network associated with an asset record. /asset/X/network/X POST
Replace an IP network associated with an asset record. /asset/X/network/X PUT
Delete an IP network from an asset record. /asset/X/network/X DELETE
View/search/filter the list of notes associated with an asset record. /asset/X/note/ GET
Add a note to an asset record. /asset/X/note/ POST
View a note associated with an asset record. /asset/X/note/X GET
Update a note associated with an asset record. /asset/X/note/X POST
Replace a note associated with an asset record. /asset/X/note/X PUT
View/search/filter the list of files associated with an asset record note. /asset/X/note/X/media GET
Get a media file associated with an asset record note. /asset/X/note/X/media/X GET
Add a media file to an asset record note. /asset/X/note/X/media/X PUT
View meta-data about a media file associated with an asset record note. /asset/X/note/X/media/X/info GET

CBQoS Metrics

Action URI Method
View/search/filter the list of CBQoS metrics. /cbqos_metric GET
View details about a CBQoS metric. /cbqos_metric/X GET

CBQoS Objects

Action URI Method
View/search/filter the list of CBQoS objects. /cbqos_object GET
View details about a CBQoS object. /cbqos_object/X GET

CBQoS Object Types

Action URI Method
View/search/filter the list of CBQoS object types. /cbqos_type GET
View details about a CBQoS object type. /cbqos_type/X GET

Cleared Events

Action URI Method
View/search/filter the list of cleared events. /cleared_event GET
View the properties of a cleared event. /cleared_event/X GET

Collection Labels

Action URI Method
View/search/filter the list of collection labels. /collection_label GET
View the properties of a collection label. /collection_label/X GET

Collection Label Groups

Action URI Method
View/search/filter the list of collection label groups. /collection_label_group GET
View the properties of a collection label group. /collection_label_group/X GET

Collector Groups

Action URI Method
View/search/filter the list of collector groups. /collector_group GET
Create a new collector group. /collector_group POST
View the properties of a collector group. /collector_group/X GET
Update the properties of a collector group. /collector_group/X POST
Replace a collector group. /collector_group/X PUT
Delete a collector group. /collector_group/X DELETE

To enable multi-tenancy for collector groups, the database setting "master.system_settings_ core.enable_cug_orgs" must be set to 1. When multi-tenancy is enabled, an administrative user can update all collector groups using the new fields. Non-administrative users can update all collector groups for which the "all_orgs" field is set to 1. Otherwise, these users can only update credentials and collector groups within their aligned organizations.

 

Be aware that you might encounter a situation where a device is not aligned to a collector group if you do not properly configure these actions.

View the properties of all collector groups. /collector_group/all_orgs GET
Update the properties of all collector groups. /collector_group/all_orgs POST
View the propertied of only the collector groups within your aligned organizations. /collector_group/aligned_organizations GET
Update the properties of only the collector groups within your aligned organizations /collector_group/aligned_organizations POST

Credentials

Action URI Method
View the index of available credential resources. /credential GET
View/search/filter the list of basic/snippet credentials. /credential/basic GET
Create a new basic/snippet credential. /credential/basic POST
View a basic/snippet credential. /credential/basic/X GET
Update a basic/snippet credential. /credential/basic/X POST
Replace a basic/snippet credential. /credential/basic/X PUT
Delete a basic/snippet credential. /credential/basic/X DELETE
View/search/filter the list of database credentials. /credential/db GET
Create a new database credential. /credential/db POST
View a database credential. /credential/db/X GET
Update a database credential. /credential/db/X POST
Replace a database credential. /credential/db/X PUT
Delete a database credential. /credential/db/X DELETE
View/search/filter the list of LDAP/AD credentials. /credential/ldap GET
Create a new LDAP/AD credential. /credential/ldap POST
View a LDAP/AD credential. /credential/ldap/X GET
Update a LDAP/AD credential. /credential/ldap/X POST
Replace a LDAP/AD credential. /credential/ldap/X PUT
Delete a LDAP/AD credential. /credential/ldap/X DELETE
View/search/filter the list of PowerShell credentials. /credential/powershell GET
Create a new PowerShell credential. /credential/powershell POST
View a PowerShell credential. /credential/powershell/X GET
Update a PowerShell credential. /credential/powershell/X POST
Replace a PowerShell credential. /credential/powershell/X PUT
Delete a PowerShell credential. /credential/powershell/X DELETE
View/search/filter the list of SNMP credentials. /credential/snmp GET
Create a new SNMP credential. /credential/snmp POST
View an SNMP credential. /credential/snmp/X GET
Update an SNMP credential. /credential/snmp/X POST
Replace an SNMP credential. /credential/snmp/X PUT
Delete an SNMP credential. /credential/snmp/X DELETE
View/search/filter the list of SOAP/XML credentials. /credential/soap GET
Create a new SOAP/XML credential. /credential/soap POST
View a SOAP/XML credential. /credential/soap/X GET
Update a SOAP/XML credential. /credential/soap/X POST
Replace a SOAP/XML credential. /credential/soap/X PUT
Delete a SOAP/XML credential. /credential/soap/X DELETE
View/search/filter the list of SSH credentials. /credential/ssh GET
Create a new SSH credential. /credential/ssh POST
View an SSH credential. /credential/ssh/X GET
Update an SSH credential. /credential/ssh/X POST
Replace an SSH credential. /credential/ssh/X PUT
Delete an SSH credential. /credential/ssh/X DELETE

Custom Attributes

Action URI Method
View the index of available custom attribute resources. /custom_attribute GET
View the custom attributes defined for assets. /custom_attribute/asset GET
Add a custom attribute for assets. /custom_attribute/asset POST
View details of a custom attribute defined for assets. /custom_attribute/asset/X GET
Update a custom attribute defined for assets. /custom_attribute/asset/X POST
Delete a custom attribute defined for assets. /custom_attribute/asset/X DELETE
View example JSON or XML content for creating custom attributes for assets. /custom_attribute/asset/_example GET
View the custom attributes defined for devices. /custom_attribute/device GET
Add a custom attribute for devices. /custom_attribute/device POST
View details of a custom attribute defined for devices. /custom_attribute/device/X GET
Update a custom attribute defined for devices. /custom_attribute/device/X POST
Delete a custom attribute defined for devices. /custom_attribute/device/X DELETE
View example JSON or XML content for creating custom attributes for devices. /custom_attribute/device/_example GET
View the custom attributes defined for interfaces. /custom_attribute/interface GET
Add a custom attribute for interfaces. /custom_attribute/interface POST
View details of a custom attribute defined for interfaces. /custom_attribute/interface/X GET
Update a custom attribute defined for interfaces. /custom_attribute/interface/X POST
Delete a custom attribute defined for interfaces. /custom_attribute/interface/X DELETE
View example JSON or XML content for creating custom attributes for interfaces. /custom_attribute/interface/_example GET
View the custom attributes defined for themes. /custom_attribute/theme GET
Add a custom attribute for themes. /custom_attribute/theme POST
View details of a custom attribute defined for themes. /custom_attribute/theme/X GET
Update a custom attribute defined for themes. /custom_attribute/theme/X POST
Delete a custom attribute defined for themes. /custom_attribute/theme/X DELETE
View example JSON or XML content for creating custom attributes for themes. /custom_attribute/theme/_example GET
View the custom attributes defined for vendors. /custom_attribute/vendor GET
Add a custom attribute for vendors. /custom_attribute/vendor POST
View details of a custom attribute defined for vendors. /custom_attribute/vendor/X GET
Update a custom attribute defined for vendors. /custom_attribute/vendor/X POST
Delete a custom attribute defined for vendors. /custom_attribute/vendor/X DELETE
View example JSON or XML content for creating custom attributes for vendors. /custom_attribute/vendor/_example GET
View the custom attributes defined for all entity types. /custom_attribute/_lookup GET

Dashboards

Action URI Method
View/search/filter the list of dashboards. /dashboard GET
Create a new dashboard. /dashboard POST
View the properties of a dashboard. /dashboard/X GET
Update the properties of a dashboard. /dashboard/X POST
Replace a dashboard. /dashboard/X PUT
Delete a dashboard. /dashboard/X DELETE
View/search/filter the list of widgets on a dashboard. /dashboard/X/widget GET
View the properties of a widget on a dashboard. /dashboard/X/widget/X GET
Update the properties of a widget on a dashboard. /dashboard/X/widget/X POST
Replace a widget on a dashboard. /dashboard/X/widget/X PUT
Remove a widget from a dashboard. /dashboard/X/widget/X DELETE
Create a new dashboard by duplicating an existing dashboard. /dashboard POST a /dashboard resource.

Devices

Action URI Method
View/search/filter the list of devices. /device GET
Create a new virtual device. /device POST
View the properties of a device. /device/X GET
Update the properties of a device. /device/X POST
Replace the properties of a device. /device/X PUT
Delete a device. /device/X DELETE
View/search/filter the list of Dynamic Applications aligned with a device. /device/X/aligned_app GET
Align a Dynamic Application with a device. /device/X/aligned_app POST
View the collection status and associated credential for a Dynamic Application aligned with a device. /device/X/aligned_app/X GET
Update the collection status and associated credential for a Dynamic Application aligned with a device. /device/X/aligned_app/X POST
Unalign a Dynamic Application from a device. /device/X/aligned_app/X DELETE
View/search/filter the list of available configuration data for a device. /device/X/config_data GET
View meta-data about data collected from a device by a configuration Dynamic Application. /device/X/config_data/X GET
View data collected from a device by a configuration Dynamic Application. /device/X/config_data/X/data GET
View historical snapshots of data collected from a device by a configuration Dynamic Application. /device/X/config_data/X/snapshots GET
View general information collected from a device. /device/X/detail GET
View/search/filter the list of credentials aligned with a device. /device/X/device_app_credentials GET
View the threshold settings for a device. /device/X/device_thresholds GET
Update the threshold settings for a device. /device/X/device_thresholds POST
Replace the threshold settings for a device. /device/X/device_thresholds PUT
Revert all device thresholds to the global default values. /device/X/device_thresholds DELETE
Add an interface record to a device. /device/X/interface POST
View/search/filter the list of interfaces for a device. /device/X/interface GET
View the properties of an interface for a device, including all interface tags. /device/X/interface/X GET
Update the properties of an interface for a device. This can create a new interface without an interface tag or create a new interface by referencing an existing interface tag. /device/X/interface/X POST
Replace an interface record associated with a device. This can update an interface without affecting the interface tag association. /device/X/interface/X PUT
Delete an interface record associated with a device. Deleting an interface also deletes the interface tag. /device/X/interface/X DELETE
View data for an interface. /device/X/interface/X/interface_data/data GET
View daily normalized data for an interface. /device/X/interface/X/interface_data/normalized_daily GET
View hourly normalized data for an interface. /device/X/interface/X/interface_data/normalized_hourly GET
View/search/filter the list of logs associated with a device. /device/X/log/ GET
View a log associated with a device. /device/X/log/X GET
Add a note to a device. /device/X/note/ POST
View/search/filter the list of notes associated with a device. /device/X/note/ GET
View a note associated with a device. /device/X/note/X GET
Update a note associated with a device. /device/X/note/X POST
Replace a note associated with a device. /device/X/note/X PUT
Delete a note associated with a device. /device/X/note/X DELETE
View/search/filter the list of files associated with a device note. /device/X/note/X/media GET
Get a media file associated with a device note. /device/X/note/X/media/X GET
Add a media file to a device note. /device/X/note/X/media/X PUT
View meta-data about a media file associated with a device note. /device/X/note/X/media/X/info GET
View/search/filter the list of available Dynamic Application data for a device. /device/X/performance_data GET
View data for a Dynamic Application aligned to a device. /device/X/performance_data/X/data GET
View daily normalized data for a Dynamic Application aligned to a device. /device/X/performance_data/X/normalized_daily GET
View hourly normalized data for a Dynamic Application aligned to a device. /device/X/performance_data/X/normalized_hourly GET
View/search/filter the list of available vitals data for a device. /device/X/vitals GET
View availability data for a device. /device/X/vitals/availability/data GET
View daily normalized availability data for a device. /device/X/vitals/availability/normalized_daily GET
View hourly normalized availability data for a device. /device/X/vitals/availability/normalized_hourly GET
View data for a file system on a device. /device/X/vitals/fsX/data GET
View daily normalized data for a file system on a device. /device/X/vitals/fsX/normalized_daily GET
View latency data for a device. /device/X/vitals/latency/data GET
View daily normalized latency data for a device. /device/X/vitals/latency/normalized_daily GET
View hourly normalized latency data for a device. /device/X/vitals/latency/normalized_hourly GET
Apply a device template to a device. /device/X Post a /device_template resource.

Device Categories

Action URI Method
View/search/filter the list of device categories. /device_category GET
View the properties of a device category. /device_category/X GET

Device Classes

Action URI Method
View/search/filter the list of device classes. /device_class GET
View the properties of a device class. /device_class/X GET

Device Groups

Action URI Method
View/search/filter the list of device groups. /device_group GET
Create a new device group. /device_group POST
View the properties of a device group. /device_group/X GET
Update the properties of a device group. /device_group/X POST
Replace a device group. /device_group/X PUT
Delete a device group. /device_group/X DELETE
View a list of all devices in the device group, including devices that match dynamic rules. /device_group/X/expanded_devices GET
Apply a device template to a device group. /device_group/X Post a /device_template resource.

Device Relationships

Action URI Method
View/search/filter the list of device relationships. /relationship GET
View the properties of a device relationship. /relationship/X GET
View/search/filter the list of ancestor and decendant devices of a device. /relationship_hierarchy/X GET

Device Relationship Types

Action URI Method
View/search/filter the list of device relationship types. /relationship_type GET
View the properties of a device relationship type. /relationship_type/X GET

Device Templates

Action URI Method
View/search/filter the list of device templates. /device_template GET
Create a new device template. /device_template POST
View the properties of a device template. /device_template/X GET
Update the properties of a device template. /device_template/X POST
Replace a device template. /device_template/X PUT
Delete a device template. /device_template/X DELETE
View/search/filter the list of web content monitoring policy sub-templates associated with a device template. /device_template/X/subtpl_cv GET
Create a new web content monitoring policy sub-template for a device template. /device_template/X/subtpl_cv POST
View the properties of a web content monitoring policy sub-template associated with a device template. /device_template/X/subtpl_cv/X GET
Update a web content monitoring policy sub-template associated with a device template. /device_template/X/subtpl_cv/X POST
Replace a web content monitoring policy sub-template associated with a device template. /device_template/X/subtpl_cv/X PUT
Delete a web content monitoring policy sub-template associated with a device template. /device_template/X/subtpl_cv/X DELETE
View/search/filter the list of Dynamic Application sub-templates associated with a device template. /device_template/X/subtpl_dynapp GET
Create a new Dynamic Application sub-template for a device template. /device_template/X/subtpl_dynapp POST
View the properties of a Dynamic Application sub-template associated with a device template. /device_template/X/subtpl_dynapp/X GET
Update a Dynamic Application sub-template associated with a device template. /device_template/X/subtpl_dynapp/X POST
Replace a Dynamic Application sub-template associated with a device template. /device_template/X/subtpl_dynapp/X PUT
Delete a Dynamic Application sub-template associated with a device template. /device_template/X/subtpl_dynapp/X DELETE
View/search/filter the list of port monitoring policy sub-templates associated with a device template. /device_template/X/subtpl_port GET
Create a new port monitoring policy sub-template for a device template. /device_template/X/subtpl_port POST
View the properties of a port monitoring policy sub-template associated with a device template. /device_template/X/subtpl_port/X GET
Update a port monitoring policy sub-template associated with a device template. /device_template/X/subtpl_port/X POST
Replace a port monitoring policy sub-template associated with a device template. /device_template/X/subtpl_port/X PUT
Delete a port monitoring policy sub-template associated with a device template. /device_template/X/subtpl_port/X DELETE
View/search/filter the list of process monitoring policy sub-templates associated with a device template. /device_template/X/subtpl_process GET
Create a new process monitoring policy sub-template for a device template. /device_template/X/subtpl_process POST
View the properties of a process monitoring policy sub-template associated with a device template. /device_template/X/subtpl_process/X GET
Update a process monitoring policy sub-template associated with a device template. /device_template/X/subtpl_process/X POST
Replace a process monitoring policy sub-template associated with a device template. /device_template/X/subtpl_process/X PUT
Delete a process monitoring policy sub-template associated with a device template. /device_template/X/subtpl_process/X DELETE
View/search/filter the list of Windows service monitoring policy sub-templates associated with a device template. /device_template/X/subtpl_service GET
Create a new Windows service monitoring policy sub-template for a device template. /device_template/X/subtpl_service POST
View the properties of a Windows service monitoring policy sub-template associated with a device template. /device_template/X/subtpl_service/X GET
Update a Windows service monitoring policy sub-template associated with a device template. /device_template/X/subtpl_service/X POST
Replace a Windows service monitoring policy sub-template associated with a device template. /device_template/X/subtpl_service/X PUT
Delete a Windows service monitoring policy sub-template associated with a device template. /device_template/X/subtpl_service/X DELETE

Discovery Sessions

Action URI Method
View/search/filter the list of discovery sessions. /discovery_session GET
Create a new discovery session. /discovery_session POST
View the properties of a discovery session. /discovery_session/X GET
Update a discovery session. /discovery_session/X POST
Replace a discovery session. /discovery_session/X PUT
Delete a discovery session. /discovery_session/X DELETE
View/search/filter the list of logs associated with a discovery session. /discovery_session/X/log GET
View a log message associated with a discovery session. /discovery_session/X/log/X GET
View/search/filter the list of currently running discovery sessions. /discovery_session_active GET
Create and immediately run a new discovery session. /discovery_session_active POST
View the properties of a currently running discovery session. /discovery_session_active/X GET
Stop a currently running discovery session. /discovery_session_active/X DELETE
View/search/filter the list of logs associated with a currently running discovery session. /discovery_session_active/X/log GET
View a log message associated with a currently running discovery session. /discovery_session_active/X/log/X GET
Start a discovery session. /discovery_session_active POST a /discovery_session resource.

Dynamic Applications

Action URI Method
View the index of available Dynamic Application resources. /dynamic_app GET
View/search/filter the list of Database Configuration Dynamic Applications. /dynamic_app/db_config GET
View the properties of a Database Configuration Dynamic Application. /dynamic_app/db_config/X GET
View/search/filter the list of collection objects associated with a Database Configuration Dynamic Application. /dynamic_app/db_config/X/collection_object GET
Add a collection object to a Database Configuration Dynamic Application. /dynamic_app/db_config/X/collection_object POST
View the properties of a collection object associated with a Database Configuration Dynamic Application. /dynamic_app/db_config/X/collection_object/X GET
Update the properties of a collection object associated with a Database Configuration Dynamic Application. /dynamic_app/db_config/X/collection_object/X POST
Replace a collection object associated with a Database Configuration Dynamic Application. /dynamic_app/db_config/X/collection_object/X PUT
Remove a collection object from a Database Configuration Dynamic Application. /dynamic_app/db_config/X/collection_object/X DELETE
View/search/filter the list of Database Performance Dynamic Applications. /dynamic_app/db_performance GET
View the properties of a Database Performance Dynamic Application. /dynamic_app/db_performance/X GET
View/search/filter the list of collection objects associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/collection_object GET
Add a collection object to a Database Performance Dynamic Application. /dynamic_app/db_performance/X/collection_object POST
View the properties of a collection object associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/collection_object/X GET
Update the properties of a collection object associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/collection_object/X POST
Replace a collection object associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/collection_object/X PUT
Remove a collection object from a Database Performance Dynamic Application. /dynamic_app/db_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/presentation_object GET
Add a presentation object to a Database Performance Dynamic Application. /dynamic_app/db_performance/X/presentation_object POST
View the properties of a presentation object associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/presentation_object/X POST
Replace a presentation object associated with a Database Performance Dynamic Application. /dynamic_app/db_performance/X/presentation_object/X PUT
Remove a presentation object from a Database Performance Dynamic Application. /dynamic_app/db_performance/X/presentation_object/X DELETE
View/search/filter the list of PowerShell Configuration Dynamic Applications. /dynamic_app/powershell_config GET
View the properties of a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X GET
View/search/filter the list of collection objects associated with a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X/collection_object GET
Add a collection object to a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X/collection_object POST
View the properties of a collection object associated with a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X/collection_object/X GET
Update the properties of a collection object associated with a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X/collection_object/X POST
Replace a collection object associated with a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X/collection_object/X PUT
Remove a collection object from a PowerShell Configuration Dynamic Application. /dynamic_app/powershell_config/X/collection_object/X DELETE
View/search/filter the list of PowerShell Performance Dynamic Applications. /dynamic_app/powershell_performance GET
View the properties of a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X GET
View/search/filter the list of collection objects associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/collection_object GET
Add a collection object to a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/collection_object POST
View the properties of a collection object associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/collection_object/X GET
Update the properties of a collection object associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/collection_object/X POST
Replace a collection object associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/collection_object/X PUT
Remove a collection object from a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/presentation_object GET
Add a presentation object to a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/presentation_object POST
View the properties of a presentation object associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/presentation_object/X POST
Replace a presentation object associated with a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/presentation_object/X PUT
Remove a presentation object from a PowerShell Performance Dynamic Application. /dynamic_app/powershell_performance/X/presentation_object/X DELETE
View/search/filter the list of Snippet Configuration Dynamic Applications. /dynamic_app/snippet_config GET
View the properties of a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X GET
View/search/filter the list of collection objects associated with a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X/collection_object GET
Add a collection object to a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X/collection_object POST
View the properties of a collection object associated with a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X/collection_object/X GET
Update the properties of a collection object associated with a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X/collection_object/X POST
Replace a collection object associated with a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X/collection_object/X PUT
Remove a collection object from a Snippet Configuration Dynamic Application. /dynamic_app/snippet_config/X/collection_object/X DELETE
View/search/filter the list of Snippet Journal Dynamic Applications. /dynamic_app/snippet_journal GET
View the properties of a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X GET
View/search/filter the list of collection objects associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/collection_object GET
Add a collection object to a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/collection_object POST
View the properties of a collection object associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/collection_object/X GET
Update the properties of a collection object associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/collection_object/X POST
Replace a collection object associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/collection_object/X PUT
Remove a collection object from a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/collection_object/X DELETE
Add a presentation object to a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/presentation_object POST
View/search/filter the list of presentation objects associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/presentation_object GET
View the properties of a presentation object associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/presentation_object/X GET
Update the properties of a presentation object associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/presentation_object/X POST
Replace a presentation object associated with a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/presentation_object/X PUT
Remove a presentation object from a Snippet Journal Dynamic Application. /dynamic_app/snippet_journal/X/presentation_object/X DELETE
View/search/filter the list of Snippet Performance Dynamic Applications. /dynamic_app/snippet_performance GET
View the properties of a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X GET
View/search/filter the list of collection objects associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/collection_object GET
Add a collection object to a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/collection_object POST
View the properties of a collection object associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/collection_object/X GET
Update the properties of a collection object associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/collection_object/X POST
Replace a collection object associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/collection_object/X PUT
Remove a collection object from a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/presentation_object GET
Add a presentation object to a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/presentation_object POST
View the properties of a presentation object associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/presentation_object/X POST
Replace a presentation object associated with a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/presentation_object/X PUT
Remove a presentation object from a Snippet Performance Dynamic Application. /dynamic_app/snippet_performance/X/presentation_object/X DELETE
View/search/filter the list of SNMP Configuration Dynamic Applications. /dynamic_app/snmp_config GET
View the properties of an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X GET
View/search/filter the list of collection objects associated with an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X/collection_object GET
Add a collection object to an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X/collection_object POST
View the properties of a collection object associated with an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X/collection_object/X GET
Update the properties of a collection object associated with an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X/collection_object/X POST
Replace a collection object associated with an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X/collection_object/X PUT
Remove a collection object from an SNMP Configuration Dynamic Application. /dynamic_app/snmp_config/X/collection_object/X DELETE
View/search/filter the list of SNMP Performance Dynamic Applications. /dynamic_app/snmp_performance GET
View the properties of an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X GET
View/search/filter the list of collection objects associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/collection_object GET
Add a collection object to an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/collection_object POST
View the properties of a collection object associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/collection_object/X GET
Update the properties of a collection object associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/collection_object/X POST
Replace a collection object associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/collection_object/X PUT
Remove a collection object from an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/presentation_object GET
Add a presentation object to an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/presentation_object POST
View the properties of a presentation object associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/presentation_object/X POST
Replace a presentation object associated with an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/presentation_object/X PUT
Remove a presentation object from an SNMP Performance Dynamic Application. /dynamic_app/snmp_performance/X/presentation_object/X DELETE
View/search/filter the list of SOAP Configuration Dynamic Applications. /dynamic_app/soap_config GET
View the properties of a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X GET
Add a collection object to a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X/collection_object POST
View/search/filter the list of collection objects associated with a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X/collection_object GET
View the properties of a collection object associated with a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X/collection_object/X GET
Update the properties of a collection object associated with a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X/collection_object/X POST
Replace a collection object associated with a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X/collection_object/X PUT
Remove a collection object from a SOAP Configuration Dynamic Application. /dynamic_app/soap_config/X/collection_object/X DELETE
View/search/filter the list of SOAP Performance Dynamic Applications. /dynamic_app/soap_performance GET
View the properties of a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X GET
View/search/filter the list of collection objects associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/collection_object GET
Add a collection object to a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/collection_object POST
View the properties of a collection object associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/collection_object/X GET
Update the properties of a collection object associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/collection_object/X POST
Replace a collection object associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/collection_object/X PUT
Remove a collection object from a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/presentation_object GET
Add a presentation object to a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/presentation_object POST
View the properties of a presentation object associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/presentation_object/X POST
Replace a presentation object associated with a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/presentation_object/X PUT
Remove a presentation object from a SOAP Performance Dynamic Application. /dynamic_app/soap_performance/X/presentation_object/X DELETE
View/search/filter the list of WMI Configuration Dynamic Applications. /dynamic_app/wmi_config GET
View the properties of a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X GET
View/search/filter the list of collection objects associated with a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X/collection_object GET
Add a collection object to a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X/collection_object POST
View the properties of a collection object associated with a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X/collection_object/X GET
Update the properties of a collection object associated with a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X/collection_object/X POST
Replace a collection object associated with a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X/collection_object/X PUT
Remove a collection object from a WMI Configuration Dynamic Application. /dynamic_app/wmi_config/X/collection_object/X DELETE
View/search/filter the list of WMI Performance Dynamic Applications. /dynamic_app/wmi_performance GET
View the properties of a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X GET
View/search/filter the list of collection objects associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/collection_object GET
Add a collection object to a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/collection_object POST
View the properties of a collection object associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/collection_object/X GET
Update the properties of a collection object associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/collection_object/X POST
Replace a collection object associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/collection_object/X PUT
Remove a collection object from a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/presentation_object GET
Add a presentation object to a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/presentation_object POST
View the properties of a presentation object associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/presentation_object/X POST
Replace a presentation object associated with a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/presentation_object/X PUT
Remove a presentation object from a WMI Performance Dynamic Application. /dynamic_app/wmi_performance/X/presentation_object/X DELETE
View/search/filter the list of XML Configuration Dynamic Applications. /dynamic_app/xml_config GET
View the properties of an XML Configuration Dynamic Application. /dynamic_app/xml_config/X GET
Add a collection object to an XML Configuration Dynamic Application. /dynamic_app/xml_config/X/collection_object POST
View/search/filter the list of collection objects associated with an XML Configuration Dynamic Application. /dynamic_app/xml_config/X/collection_object GET
View the properties of a collection object associated with an XML Configuration Dynamic Application. /dynamic_app/xml_config/X/collection_object/X GET
Update the properties of a collection object associated with an XML Configuration Dynamic Application. /dynamic_app/xml_config/X/collection_object/X POST
Replace a collection object associated with an XML Configuration Dynamic Application. /dynamic_app/xml_config/X/collection_object/X PUT
Remove a collection object from an XML Configuration Dynamic Application. /dynamic_app/xml_config/X/collection_object/X DELETE
View/search/filter the list of XML Performance Dynamic Applications. /dynamic_app/xml_performance GET
View the properties of an XML Performance Dynamic Application. /dynamic_app/xml_performance/X GET
View/search/filter the list of collection objects associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/collection_object GET
Add a collection object to an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/collection_object POST
View the properties of a collection object associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/collection_object/X GET
Update the properties of a collection object associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/collection_object/X POST
Replace a collection object associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/collection_object/X PUT
Remove a collection object from an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/presentation_object GET
Add a presentation object to an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/presentation_object POST
View the properties of a presentation object associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/presentation_object/X POST
Replace a presentation object associated with an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/presentation_object/X PUT
Remove a presentation object from an XML Performance Dynamic Application. /dynamic_app/xml_performance/X/presentation_object/X DELETE
View/search/filter the list of XSLT Configuration Dynamic Applications. /dynamic_app/xslt_config GET
View the properties of an XSLT Configuration Dynamic Application. /dynamic_app/xslt_config/X GET
View/search/filter the list of collection objects associated with an XSLT Configuration Dynamic Application. /dynamic_app/xslt_config/X/collection_object GET
Add a collection object to an XSLT Configuration Dynamic Application. /dynamic_app/xslt_config/X/collection_object POST
View the properties of a collection object associated with an XSLT Configuration Dynamic Application. /dynamic_app/xslt_config/X/collection_object/X GET
Update the properties of a collection object associated with an XSLT Configuration Dynamic Application. /dynamic_app/xslt_config/X/collection_object/X POST
Replace a collection object associated with a Dynamic Application. /dynamic_app/xslt_config/X/collection_object/X PUT
Remove a collection object from an XSLT Configuration Dynamic Application. /dynamic_app/xslt_config/X/collection_object/X DELETE
View/search/filter the list of XSLT Performance Dynamic Applications. /dynamic_app/xslt_performance GET
View the properties of an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X GET
View/search/filter the list of collection objects associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/collection_object GET
Add a collection object to an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/collection_object POST
View the properties of a collection object associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/collection_object/X GET
Update the properties of a collection object associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/collection_object/X POST
Replace a collection object associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/collection_object/X PUT
Remove a collection object from an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/collection_object/X DELETE
View/search/filter the list of presentation objects associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/presentation_object GET
Add a presentation object to an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/presentation_object POST
View the properties of a presentation object associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/presentation_object/X GET
Update the properties of a presentation object associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/presentation_object/X POST
Replace a presentation object associated with an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/presentation_object/X PUT
Remove a presentation object from an XSLT Performance Dynamic Application. /dynamic_app/xslt_performance/X/presentation_object/X DELETE
View/search/filter the list of all Dynamic Applications. /dynamic_app/_lookup GET

Events

Action URI Method
View/search/filter the list of active events. /event GET
View an active event. /event/X GET
Clear an active event. /event/X DELETE
Update the properties of an event. /event/X POST

Event Categories

Action URI Method
Add an event category to an active event. /event_category/X POST
View the event category for an active event. /event_category/X GET
Delete the event category for an active event. /event_category/X DELETE
Update the properties of an event. /event_category/X POST

External Contacts

Action URI Method
View/search/filter the list of external contacts. /contacts GET
Create a new external contact. /contacts POST
View the properties of an external contact. /contacts/X GET
Update the properties of an external contact. /contacts/X POST
Replace an external contact. /contacts/X PUT
Delete an external contact. /contacts/X DELETE

File Uploads

Action URI Method
View the index of available filestore resources. /filestore GET
View the index of available PowerPack file resources. This index does not include PowerPacks that are automatically installed by ScienceLogic patches. /filestore/powerpack GET
Download a PowerPack file. /filestore/powerpack/X GET
View the information associated with a PowerPack file. /filestore/powerpack/X/info GET
View the index of available patch file resources. /filestore/system_patch GET
Download a patch file. /filestore/system_patch/X GET
View the information associated with a patch file. /filestore/system_patch/X/info GET

Interfaces

Action URI Method
View/search/filter the list of interfaces. /interface GET
Add an interface record to a device. /interface POST
View the properties of an interface. /interface/X GET
Update the properties of an interface. /interface/X POST
Replace an interface record. /interface/X PUT
Delete an interface record. /interface/X DELETE
View data for an interface. /interface/X/interface_data/data GET
View daily normalized data for an interface. /interface/X/interface_data/normalized_daily GET
View hourly normalized data for an interface. /interface/X/interface_data/normalized_hourly GET

Interface Metrics

Action URI Method
View/search/filter the list of interface metrics. /interface_metric GET
View details about an interface metric. /interface_metric/X GET

Interface Tags

Action URI Method
View/search/filter the list of interface tags and their names. /interface_tag GET
Add a new interface tag. /interface_tag POST
Update the name of an interface tag. /interface_tag PUT
Delete an interface tag. You cannot delete a tag mapped to an interface. /interface_tag DELETE

Monitors

Action URI Method
View the index of available monitoring policy resources. /monitor GET
View/search/filter the list of web content monitoring policies. /monitor/cv GET
Create a new web content monitoring policy. /monitor/cv POST
View a web content monitoring policy. /monitor/cv/X GET
Update a web content monitoring policy. /monitor/cv/X POST
Replace a web content monitoring policy. /monitor/cv/X PUT
Delete a web content monitoring policy. /monitor/cv/X DELETE
View/search/filter the list of domain name monitoring policies. /monitor/dns GET
Create a new domain name monitoring policy. /monitor/dns POST
View a domain name monitoring policy. /monitor/dns/X GET
Update a domain name monitoring policy. /monitor/dns/X POST
Replace a domain name monitoring policy. /monitor/dns/X PUT
Delete a domain name monitoring policy. /monitor/dns/X DELETE
View/search/filter the list of Email round-trip monitoring policies. /monitor/email GET
Create a new Email round-trip monitoring policy. /monitor/email POST
View an Email round-trip monitoring policy. /monitor/email/X GET
Update an Email round-trip monitoring policy. /monitor/email/X POST
Replace an Email round-trip monitoring policy. /monitor/email/X PUT
Delete an Email round-trip monitoring policy. /monitor/email/X DELETE
View/search/filter the list of port monitoring policies. /monitor/port GET
Create a new port monitoring policy. /monitor/port POST
View a port monitoring policy. /monitor/port/X GET
Update a port monitoring policy. /monitor/port/X POST
Replace a port monitoring policy. /monitor/port/X PUT
Delete a port monitoring policy. /monitor/port/X DELETE
Create a new system process monitoring policy. /monitor/process POST
View/search/filter the list of system process monitoring policies. /monitor/process GET
View a system process monitoring policy. /monitor/process/X GET
Update a system process monitoring policy. /monitor/process/X POST
Replace a system process monitoring policy. /monitor/process/X PUT
Delete a system process monitoring policy. /monitor/process/X DELETE
View/search/filter the list of Windows service monitoring policies. /monitor/service GET
Create a new Windows service monitoring policy. /monitor/service POST
View a Windows service monitoring policy. /monitor/service/X GET
Update a Windows service monitoring policy. /monitor/service/X POST
Replace a Windows service monitoring policy. /monitor/service/X PUT
Delete a Windows service monitoring policy. /monitor/service/X DELETE
View/search/filter the list of SOAP/XML transaction monitoring policies. /monitor/tv GET
Create a new SOAP/XML transaction monitoring policy. /monitor/tv POST
View a SOAP/XML transaction monitoring policy. /monitor/tv/X GET
Update a SOAP/XML transaction monitoring policy. /monitor/tv/X POST
Replace a SOAP/XML transaction monitoring policy. /monitor/tv/X PUT
Delete a SOAP/XML transaction monitoring policy. /monitor/tv/X DELETE

Organizations

Action URI Method
View/search/filter the list of organizations. /organization GET
Create an organization. /organization POST
View the properties of an organization. /organization/X GET
Update the properties of an organization. /organization/X POST
Replace an organization. /organization/X PUT
Delete an organization. /organization/X DELETE
View/search/filter the list of logs associated with an organization. /organization/X/log/ GET
View a log message associated with an organization. /organization/X/log/X GET
View/search/filter the list of notes associated with an organization. /organization/X/note/ GET
Add a note to an organization. /organization/X/note/ POST
View a note associated with an organization. /organization/X/note/X GET
Update a note associated with an organization. /organization/X/note/X POST
Replace a note associated with an organization. /organization/X/note/X PUT
Delete a note associated with an organization. /organization/X/note/X DELETE
View/search/filter the list of files associated with an organization note. /organization/X/note/X/media GET
Get a media file associated with an organization note. /organization/X/note/X/media/X GET
Add a media file to an organization note. /organization/X/note/X/media/X PUT
View meta-data about a media file associated with an organization note. /organization/X/note/X/media/X/info GET

Performance Data

Action URI Method
View the index of available performance data resources. /data_performance GET
View the index of available performance data resources for devices. /data_performance/device GET
View normalized (rolled-up) data about availability and latency. /data_performance/device/avail GET
View normalized (rolled-up) data from one or more Dynamic Applications. /data_performance/device/dynamic_app GET
View normalized (rolled-up) data from file system usage policies. /data_performance/device/filesystem GET
View normalized (rolled-up) data from web content monitoring policies. /data_performance/device/monitor_cv GET
View normalized (rolled-up) data from DNS monitoring policies. /data_performance/device/monitor_dns GET
View normalized (rolled-up) data from email round-trip monitoring policies. /data_performance/device/monitor_email GET
View normalized (rolled-up) data from a port monitoring policies. /data_performance/device/monitor_port GET
View normalized (rolled-up) data from system process monitoring policies. /data_performance/device/monitor_process GET
View normalized (rolled-up) data from Windows service monitoring policies. /data_performance/device/monitor_service GET
View normalized (rolled-up) data from SOAP/XML transaction monitoring policies. /data_performance/device/monitor_tv GET
View normalized (rolled-up) data about interface utilization. /data_performance/interface GET
View normalized (rolled-up) data about CBQoS objects. /data_performance/interface GET
View the index of available raw performance data resources. /data_performance_raw GET
View the index of available raw performance data resources for devices. /data_performance_raw/device GET
View raw data about availability and latency. /data_performance_raw/device/avail GET
View raw data from one or more Dynamic Applications. /data_performance_raw/device/dynamic_app GET
View raw data from file system usage policies. /data_performance_raw/device/filesystem GET
View raw data from web content monitoring policies. /data_performance_raw/device/monitor_cv GET
View raw data from DNS monitoring policies. /data_performance_raw/device/monitor_dns GET
View raw data from email round-trip monitoring policies. /data_performance_raw/device/monitor_email GET
View raw data from a port monitoring policies. /data_performance_raw/device/monitor_port GET
View raw data from system process monitoring policies. /data_performance_raw/device/monitor_process GET
View raw data from Windows service monitoring policies. /data_performance_raw/device/monitor_service GET
View raw data from SOAP/XML transaction monitoring policies. /data_performance_raw/device/monitor_tv GET
View raw data about interface utilization. /data_performance_raw/interface GET
View raw data about CBQoS objects. /data_performance_raw/cbqos GET

PowerPacks

Action URI Method
View/search/filter the list of PowerPacks. /powerpack GET
View a PowerPack. /powerpack/X GET
Install a PowerPack. /powerpack Post a /filestore/powerpack resource.

Product SKUs

Action URI Method
View/search/filter the list of Product SKUs. /product GET
Create a new Product SKU. /product POST
View a Product SKU. /product/X GET
Update a Product SKU. /product/X POST
Replace a Product SKU. /product/X PUT
Delete a Product SKU. /product/X DELETE

Scale Values

Action URI Method
View/search/filter the list of scale values associated with metrics. /scale GET
View detials about a scale value associated with metrics. /scale/X GET

Schedules

Action URI Method
View a list of schedules. /schedule/ GET
Create a new schedule. /schedule/ POST
View a schedule. /schedule/X GET
Update a schedule. /schedule/X POST
Delete a schedule. /schedule/X DELETE
View a list of tasks aligned to the schedule. /schedule/X/task/X GET

Streamer Push Proxy

Action URI Method
Return the current proxy configuration information. /streamerpush/proxy GET
Set the proxy information. /streamerpush/proxy POST
Toggle proxy on or off without deleting the configuration. /streamerpush/proxy/toggle POST

System Patches

Action URI Method
View/search/filter the list of patches registered in the system. /system_patch GET
View information about a registered patch. /system_patch/X GET
View/search/filter the list of log messages from the last execution of a patch. /system_patch/X/log GET
View a log message from the last execution of a patch. /system_patch/X/log/X GET
Register a patch file. /system_patch Post a /filestore/system_patch resource.
View/search/filter the list of staged patches. /system_patch_stage GET
View information about a staged patch. /system_patch_stage/X GET
Stage a patch file that has been registered in the system. /system_patch_stage Post a /system_patch resource.
View/search/filter the list of patches currently being installed. /system_patch_deploy_active GET
View information about a patch that is currently being installed. /system_patch_deploy_active/X GET
Install a staged patch. /system_patch_deploy_active Post a /system_patch_stage resource.

System Settings

Action URI Method
View the index of available system settings resources. /system_settings GET
View the global threshold settings. /system_settings/system_thresholds GET
Update the global threshold settings. /system_settings/system_thresholds POST

System Thresholds

Action URI Method
View/search/filter the list of system-level thresholds for metrics associated with interfaces. /system_threshold GET
View a system-level threshold for a metric associated with interfaces. /system_threshold/X GET
Update the settings for a system-level interface metric threshold. /system_threshold/X POST

Tasks

Action URI Method
View a list of tasks. A task is any item that can be scheduled, such as a discovery session. /task/ GET
Create a new task. /task/ POST
View a task. /task/X GET
Update a task. /task/X POST
Delete a task. /task/X DELETE
View a list of schedules aligned to the task. /task/X/schedule/X GET

Themes

Action URI Method
View/search/filter the list of themes. /theme GET
Create a new theme. /theme POST
View a theme. /theme/X GET
Update a theme. /theme/X POST
Replace a theme. /theme/X PUT
Delete a theme. /theme/X DELETE

Threshold Overrides

Action URI Method
View/search/filter the list of threshold overrides that are in place for metrics associated with interfaces. /threshold_value_override GET
Add a threshold override for a metric on an interface. /threshold_value_override POST
View details about a threshold override for a metric associated with a specific interface. /threshold_value_override/X GET
Update a threshold override for a metric associated with a specific interface. /threshold_value_override/X POST
Replace a threshold override for a metric associated with a specific interface. /threshold_value_override/X PUT
Remove a threshold override for a metric associated with a specific interface. /threshold_value_override/X DELETE

Tickets

Action URI Method
View/search/filter the list of tickets. /ticket GET
Create a new ticket. /ticket POST
View the properties of a ticket. /ticket/X GET
Replace a ticket. /ticket/X PUT
Update a ticket. /ticket/X POST
View/search/filter the list of logs associated with a ticket. /ticket/X/log/ GET
View a log message associated with a ticket. /ticket/X/log/X GET
View/search/filter the list of notes associated with a ticket. /ticket/X/note/ GET
Add a note to a ticket. /ticket/X/note/ POST
View a note associated with a ticket. /ticket/X/note/X GET
Update a note associated with a ticket. /ticket/X/note/X POST
Replace a note associated with a ticket. /ticket/X/note/X PUT
View/search/filter the list of files associated with a ticket note. /ticket/X/note/X/media GET
Get a media file associated with a ticket note. /ticket/X/note/X/media/X GET
Add a media file to a ticket note. /ticket/X/note/X/media/X PUT
View meta-data about a media file associated with a ticket note. /ticket/X/note/X/media/X/info GET
View/search/filter the list of external watchers associated with a ticket. /ticket/X/watcher_ext GET
Add an external watcher to a ticket. /ticket/X/watcher_ext POST
View an external watcher associated with a ticket. /ticket/X/watcher_ext/X GET
Update an external watcher associated with a ticket. /ticket/X/watcher_ext/X POST
Replace an external watcher associated with a ticket. /ticket/X/watcher_ext/X PUT
Remove an external watcher from a ticket. /ticket/X/watcher_ext/X DELETE
View/search/filter the list of organization watchers associated with a ticket. /ticket/X/watcher_org GET
Add an organization watcher to a ticket. /ticket/X/watcher_org POST
View an organization watcher associated with a ticket. /ticket/X/watcher_org/X GET
Update an organization watcher associated with a ticket. /ticket/X/watcher_org/X POST
Replace an organization watcher associated with a ticket. /ticket/X/watcher_org/X PUT
Remove an organization watcher from a ticket. /ticket/X/watcher_org/X DELETE
View/search/filter the list of ticket queue watchers associated with a ticket. /ticket/X/watcher_queue GET
Add a ticket queue watcher to a ticket. /ticket/X/watcher_queue POST
View a ticket queue watcher associated with a ticket. /ticket/X/watcher_queue/X GET
Update a ticket queue watcher associated with a ticket. /ticket/X/watcher_queue/X POST
Replace a ticket queue watcher associated with a ticket. /ticket/X/watcher_queue/X PUT
Remove a ticket queue watcher from a ticket. /ticket/X/watcher_queue/X DELETE

Ticket Categories

Action URI Method
View/search/filter the list of ticket categories. /ticket_category GET
View the properties of a ticket category. /ticket_category/X GET

Ticket Chargeback

Action URI Method
View/search/filter the list of ticket chargeback entries. /ticket_chargeback GET
View the properties of a ticket chargeback entry. /ticket_chargeback/X GET

Ticket Logs

Action URI Method
View/search/filter the list of all ticket logs. /ticket_log GET
View a log message associated with a ticket. /ticket_log/X GET

Ticket Notes

Action URI Method
View/search/filter the list of all ticket notes. /ticket_note GET
View the properties of a ticket note. /ticket_note/X GET
Update a ticket note. /ticket_note/X POST
Replace a ticket note. /ticket_note/X PUT
View/search/filter the list of files associated with a ticket note. /ticket_note/X/media GET
Get a media file associated with a ticket note. /ticket_note/X/media/X GET
Add a media file to a ticket note. /ticket_note/X/media/X PUT
View meta-data about a media file associated with a ticket note. /ticket_note/X/media/X/info GET

Ticket Queues

Action URI Method
View/search/filter the list of ticket queues. /ticket_queue GET
Create a new ticket queue. /ticket_queue POST
View the properties of a ticket queue. /ticket_queue/X GET
Update a ticket queue. /ticket_queue/X POST
Replace a ticket queue. /ticket_queue/X PUT
Delete a ticket queue. /ticket_queue/X DELETE

Ticket States

Action URI Method
View/search/filter the list of ticket states. /ticket_state GET
Create a new ticket state. /ticket_state POST
View the properties of a ticket state. /ticket_state/X GET
Update a ticket state. /ticket_state/X POST
Replace a ticket state. /ticket_state/X PUT
Delete a ticket state. /ticket_state/X DELETE

Unit Values

Action URI Method
View/search/filter the list of unit values associated with metrics. /unit GET
View details about a unit value associated with metrics. /unit/X GET

User Policies

Action URI Method
View/search/filter the list of user policies. /account_policy GET
Create a new user policy. /account_policy POST
View the properties of a user policy. /account_policy/X GET
Update the properties of a user policy. /account_policy/X POST
Replace a user policy. /account_policy/X PUT
Delete a user policy. /account_policy/X DELETE

Vendors

Action URI Method
View/search/filter the list of vendor records. /vendor GET
Create a new vendor record. /vendor POST
View a vendor record. /vendor/X GET
Update a vendor record. /vendor/X POST
Replace a vendor record. /vendor/X PUT
Delete a vendor record. /vendor/X DELETE
View/search/filter the list of notes associated with a vendor record. /vendor/X/note GET
Add a note to a vendor record. /vendor/X/note POST
View a note associated with a vendor record. /vendor/X/note/X GET
Update a note associated with a vendor record. /vendor/X/note/X POST
Replace a note associated with a vendor record. /vendor/X/note/X PUT
View/search/filter the list of files associated with a vendor record note. /vendor/X/note/X/media GET
Get a media file associated with a vendor record note. /vendor/X/note/X/media/X GET
Add a media file to a vendor record note. /vendor/X/note/X/media/X PUT
View meta-data about a media file associated with a vendor record note. /vendor/X/note/X/media/X/info GET