Paragon Insights APIs

API interface for PI application
More information: Paragon Insights REST API Orchestration Guide
Contact Info: healthbot-feedback@juniper.net
Version: Paragon Automation 23.2
BasePath:/api/v2
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Administration

Authentication

Configuration

Datastore

Debug

Default

Documentation

Facts

Instanceschedulestate

License

Logs

Organization

Services

System

Utility

Workflow

Workflowinstance

Workflowstatistics

Administration

Up
post /config/app-settings/
Change runtime app-settings (healthbotAlterAppSettings)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

app_settings object (optional)
Body Parameter — Maintenance endpoint to change app-settings. Not accessible externally.

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Bad Request

Authentication

Up
post /token/
Re-issue tokens from existing token (refreshToken)
Re-issue tokens from existing token

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

token token (required)
Body Parameter — Token object

Return type

inline_response_200_3

Example data

Content-Type: application/json
{
  "tokenExpires" : "aeiou",
  "refreshTokenExpires" : "aeiou",
  "accessToken" : "aeiou",
  "refreshToken" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation inline_response_200_3

400

Internal Error

Up
post /login/
User login (userLogin)
User login and recive tokens

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

credential credential (required)
Body Parameter — topics body object

Return type

inline_response_200_3

Example data

Content-Type: application/json
{
  "tokenExpires" : "aeiou",
  "refreshTokenExpires" : "aeiou",
  "accessToken" : "aeiou",
  "refreshToken" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation inline_response_200_3

400

Internal Error

Up
post /logout/
User logout (userLogout)
User logout

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

refreshToken refreshToken (required)
Body Parameter — request body object

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Configuration

Up
post /config/configuration/check/device-group/{device_group_name}/
Check if the un-committed configuration of the given device group is correct (checkDeviceGroupUnsavedConfiguration)
Checks if the un-committed configuration of a device-group is correct. The un-committed changes are merged with the committed configuration and the complete configuration required for the supplied device-group is validated.

Path parameters

device_group_name (required)
Path Parameter — Name of device group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
post /config/configuration/check/network-group/{network_group_name}/
Check if the unsaved configuration of the given network group is correct. (checkNetworkGroupUnsavedConfiguration)
Checks if the un-committed configuration of a network-group is correct. The un-committed changes are merged with the committed configuration and the complete configuration required for the supplied network-group is validated.

Path parameters

network_group_name (required)
Path Parameter — Name of network group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
post /config/configuration/
Commit unsaved configuration. (commitUnsavedConfiguration)
Commit the configuration in configuration database. Services of all the affected groups are started or restarted. If there is an error in the configuration, changes would not be saved into the database. If there is some system error, changes would be saved into the database.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

sync (optional)
Query Parameter — Boolean variable is set to false allow the commit to go asynchronously, default value is true which means commit will go synchronously default: true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

202

Job Created

default

unexpected error Error

Up
post /config/organizations/
Update or create multiple organizations. (createHealthbotOrganizationsOrganizations)
Create/Update multiple organizations. The new content for the existing organizations updates the existing content and the new organizations are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

organizations organizations_schema (required)
Body Parameter — organizations body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/topic/{topic_name}/resource/{resource_name}/
Update or create a resource (createHealthbotTopicResourceResourceById)
Create/Update a resource by resource-name. The resource-name specified in URL and the request body must match. If the resource already exists then, the existing resource's configuration will be updated with the new content

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
resource_name (required)
Path Parameter — ID of resource-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

resource resource_schema (required)
Body Parameter — resourcebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/device/{device_id}/
Update or create a device. (createIcebergDeviceDeviceById)
Create/Update a device by device-id. The device-id specified in URL and the request body must match. If the device already exists then, old content will be updated with the new content. [Note: This API can be used freely in standalone Insights. However, for Paragon Automation, devices are managed by EMS services, DO NOT USE this API to modify device configuration. For PA, this API should only be used for modifying device specific variables or playbook start/stop.]

Path parameters

device_id (required)
Path Parameter — ID of device-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device device_schema (required)
Body Parameter — devicebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/device-group/{device_group_name}/
Update or create a device-group. (createIcebergDeviceGroupDeviceGroupById)
Create/Update a device-group by device-group-name. The device-group-name specified in URL and the request body must match. If the device-group already exists then, old content will be updated with the new content

Path parameters

device_group_name (required)
Path Parameter — ID of device-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device_group device-group_schema (required)
Body Parameter — device_groupbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/device-groups/
Update or create multiple device-groups. (createIcebergDeviceGroupsDeviceGroupsById)
Create/Update multiple device-groups. The new content for the existing device-groups updates the existing content and new device-groups are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device_groups device-groups_schema (required)
Body Parameter — device-groupsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/devices/
Update or create multiple devices. (createIcebergDevicesDevicesById)
Create/Update multiple devices. The new content for the existing devices updates the existing content and the new devices are created. [Note: This API can be used freely in standalone Insights. However, for Paragon Automation, devices are managed by EMS services, DO NOT USE this API to modify device configuration. For PA, this API should only be used for modifying device specific variables or playbook start/stop.]

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

devices devices_schema (required)
Body Parameter — devicesbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/network-group/{network_group_name}/
Update or create a network-group. (createIcebergNetworkGroupNetworkGroupById)
Create/Update a network-group by network-group-name. The network-group-name parameter specified in URL and the request body must match. If the network-group already exists then, the existing network-group's configuration will be updated with the new content.

Path parameters

network_group_name (required)
Path Parameter — ID of network-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

network_group network-group_schema (required)
Body Parameter — network_groupbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/network-groups/
Update or create multiple network-groups. (createIcebergNetworkGroupsNetworkGroupsById)
Create/Update multiple network-groups. The new content for the existing network-groups updates the existing content and the new network-groups are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

network_groups network-groups_schema (required)
Body Parameter — network-groupsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/notification/{notification_name}/
Update or create a notification (createIcebergNotificationNotificationById)
Create/Update a notification by notification-name. The notification-name specified in URL and the request body must match. If the notification already exists then, the existing notification's configuration will be updated with the new content.

Path parameters

notification_name (required)
Path Parameter — ID of notification-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

notification notification_schema (required)
Body Parameter — notificationbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/notifications/
Update or create multiple notifications. (createIcebergNotificationsNotificationsById)
Create/Update multiple notifications. The new content for the existing notifications updates the existing content and the new notifications are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

notifications notifications_schema (required)
Body Parameter — notificationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/playbook/{playbook_name}/
Update or create a playbook. (createIcebergPlaybookPlaybookById)
Create/Update a playbook by playbook-name. The playbook-name specified in URL and the request body must match. If the playbook already exists then, the existing playbook's configuration will be updated with the new content.

Path parameters

playbook_name (required)
Path Parameter — ID of playbook-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

playbook playbook_schema (required)
Body Parameter — playbookbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/playbooks/
Update or create multiple playbooks. (createIcebergPlaybooksPlaybooksById)
Create/Update multiple playbooks. The new content for the existing playbooks updates the existing content and the new playbooks are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

playbooks playbooks_schema (required)
Body Parameter — playbooksbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/retention-policies/
Update or create multiple retention-policies. (createIcebergRetentionPoliciesRetentionPoliciesById)
Create/Update multiple retention-policies. The new content for the existing retention-policies update the existing content and the new retention-policies are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

retention_policies retention-policies_schema (required)
Body Parameter — retention-policiesbody object object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/retention-policy/{retention_policy_name}/
Update or create a retention-policy. (createIcebergRetentionPolicyRetentionPolicyById)
Create/Update a retention-policy by retention-policy-name. The retention-policy-name specified in URL and the request body must match. If the retention-policy exists then, the existing retention-policy's configuration will be updated by the new content.

Path parameters

retention_policy_name (required)
Path Parameter — ID of retention-policy-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

retention_policy retention-policy_schema (required)
Body Parameter — retention_policybody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/report-generation/destination/{name}/
Create destination by name (createIcebergSystemDestinationById)
Create/Update a destination by name. The name specified in URL and the request body must match. If the destination exists then, the existing destination's configuration will be updated by the new content.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destination destination_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/report-generation/destinations/
Create destinations by name (createIcebergSystemDestinations)
Create/Update multiple destinations. The new content for the existing destinations updates the existing content and the new destinations are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destinations destinations_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/report-generation/report/{name}/
Create report by name (createIcebergSystemReportById)
Create/Update a report by name. The name specified in URL and the request body must match. If the report exists then, the existing report's configuration will be updated by the new content.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

report report_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/report-generation/reports/
Create reports by name (createIcebergSystemReports)
Create/Update multiple reports. The new content for the existing reports updates the existing content and the new reports are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

reports reports_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/scheduler/{name}/
Create scheduler by name (createIcebergSystemSchedulerById)
Create/Update a scheduler by name. The name specified in URL and the request body must match. If the scheduler exists then, the existing scheduler's configuration will be updated by the new content.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

scheduler scheduler_schema (required)
Body Parameter — schedulerbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/schedulers/
Create schedulers by name (createIcebergSystemSchedulers)
Create/Update multiple schdeulers. The new content for the existing schedulers updates the existing content and the new schedulers are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

schedulers schedulers_schema (required)
Body Parameter — schedulersbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/report-generation/destination/{name}/
Create destination by name (createIcebergSystemSettingsDestinationById)
Create/Update a destination by name. The name specified in URL and the request body must match. If the destination exists then, the existing destination's configuration will be updated by the new content.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destination destination_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/report-generation/destinations/
Create destinations by name (createIcebergSystemSettingsDestinations)
Create/Update multiple destinations. The new content for the existing destinations updates the existing content and the new destinations are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destinations destinations_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/report-generation/report/{name}/
Create report by name (createIcebergSystemSettingsReportById)
Create/Update a report by name. The name specified in URL and the request body must match. If the report exists then, the existing report's configuration will be updated by the new content.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

report report_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/report-generation/reports/
Create reports by name (createIcebergSystemSettingsReports)
Create/Update multiple reports. The new content for the existing reports updates the existing content and the new reports are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

reports reports_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/scheduler/{name}/
Create scheduler by name (createIcebergSystemSettingsSchedulerById)
Create/Update a scheduler by name. The name specified in URL and the request body must match. If the scheduler exists then, the existing scheduler's configuration will be updated by the new content.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

scheduler scheduler_schema (required)
Body Parameter — schedulerbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/schedulers/
Create schedulers by name (createIcebergSystemSettingsSchedulers)
Create/Update multiple schdeulers. The new content for the existing schedulers updates the existing content and the new schedulers are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

schedulers schedulers_schema (required)
Body Parameter — schedulersbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system-settings/
Create system-settings (createIcebergSystemSettingsSystemSettingsById)
Create/Update system-settings to populate persis-raw-data, schedulers, destinations and reports.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

system_settings system-settings_schema (required)
Body Parameter — system_settings body object

Request headers

Query parameters

force_tsdb (optional)
Query Parameter — force update tsdb when force is set to True default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/
Create system (createIcebergSystemSystemById)
Create/Update system to populate persist-raw-data, schedulers, destinations and reports.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

system_settings system-settings_schema (required)
Body Parameter — system_settings body object

Request headers

Query parameters

force_tsdb (optional)
Query Parameter — force update tsdb when force is set to True default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/topic/{topic_name}/rule/{rule_name}/
Update or create a rule. (createIcebergTopicRuleRuleById)
Create/Update a rule by rule-name. The rule-name specified in URL and the request body must match. If the rule already exists then, the existing rule's configuration will be updated with the new content

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
rule_name (required)
Path Parameter — ID of rule-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

rule rule_schema (required)
Body Parameter — rulebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/topic/{topic_name}/
Update or create a topic. (createIcebergTopicTopicById)
Create/Update a topic by topic-name. The topic-name specified in URL and the request body must match. If the topic already exists then, the existing topic's configuration will be updated with the new content.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

topic topic_schema (required)
Body Parameter — topicbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/topics/
Update or create multiple topics. (createIcebergTopicsTopicsById)
Create/Update multiple topics. The new content for the existing topics updates the existing content and the new topics are created.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

topics topics_schema (required)
Body Parameter — topicsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
delete /config/ingest/byoi/ingest-mappings/
Delete all ingest-mappings. (deleteHealthbotIngestByoiIngestMappings)
Delete all ingest-mappings.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/byoi/ingest-mappings/
Delete all ingest-mappings. (deleteHealthbotIngestSettingsByoiIngestMappings)
Delete all ingest-mappings.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/organizations/
Delete all organizations. (deleteHealthbotOrganizationsOrganizations)
Delete all organizations. This will fail if any organization edge is referenced in any device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/topic/{topic_name}/resource/{resource_name}/
Delete resource (deleteHealthbotTopicResourceResourceById)
Delete a resource by 'resource-name'

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
resource_name (required)
Path Parameter — ID of resource-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/device/{device_id}/
Delete device. (deleteIcebergDeviceDeviceById)
Delete a device by device-id. Delete will fail if the device is being referenced by a device-group.

Path parameters

device_id (required)
Path Parameter — ID of device-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/device-group/{device_group_name}/
Delete device-group. (deleteIcebergDeviceGroupDeviceGroupById)
Delete a device-group by device-group-name. Delete will fail if the device-group's services are running.

Path parameters

device_group_name (required)
Path Parameter — ID of device-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/device-groups/
Delete all device-groups. (deleteIcebergDeviceGroupsDeviceGroupsById)
Delete all device-groups. Delete fails if services are still running for the device groups.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/devices/
Delete all devices. (deleteIcebergDevicesDevicesById)
Delete all devices. This will fail if any device is referenced in any device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/network-group/{network_group_name}/
Delete network-group. (deleteIcebergNetworkGroupNetworkGroupById)
Delete a network-group by network-group-name. Delete will fail if the network-group's services are running.

Path parameters

network_group_name (required)
Path Parameter — ID of network-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/network-groups/
Delete all network-groups. (deleteIcebergNetworkGroupsNetworkGroupsById)
Delete all network-groups. Delete will fail if services are still running for the network groups.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/notification/{notification_name}/
Delete a notification. (deleteIcebergNotificationNotificationById)
Delete a notification by notification-name. Delete will fail if the notification is referenced by a device-group.

Path parameters

notification_name (required)
Path Parameter — ID of notification-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/notifications/
Delete all notifications. (deleteIcebergNotificationsNotificationsById)
Delete all notifications. This will fail if any notification is referenced in any device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/playbook/{playbook_name}/
Delete a playbook. (deleteIcebergPlaybookPlaybookById)
Delete a playbook by playbook-name. Delete will fail if the playbook is referenced by a device-group.

Path parameters

playbook_name (required)
Path Parameter — ID of playbook-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/playbooks/
Delete all playbooks. (deleteIcebergPlaybooksPlaybooksById)
Delete all playbooks. This will fail if any playbook is referenced in any device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/retention-policies/
Delete all retention-policies. (deleteIcebergRetentionPoliciesRetentionPoliciesById)
Delete all the retention policies. This will fail if any retention-policy is referenced in any device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/retention-policy/{retention_policy_name}/
Delete a retention-policy. (deleteIcebergRetentionPolicyRetentionPolicyById)
Delete a retention-policy by retention-policy-name. Delete will fail if the retention-policy is referenced by a device-group.

Path parameters

retention_policy_name (required)
Path Parameter — ID of retention-policy-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/report-generation/destination/{name}/
Delete destination by name (deleteIcebergSystemDestinationById)
Delete a destination by name. Delete will fail if the destination is being referenced by a report.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/report-generation/destinations/
Delete destinations by name (deleteIcebergSystemDestinations)
Delete all destinations. This will fail if any destination is referenced in any report.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/report-generation/report/{name}/
Delete report by name (deleteIcebergSystemReportById)
Delete a report by name. Delete will fail if the report is being referenced by a device-group or network-group.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/report-generation/reports/
Delete reports by name (deleteIcebergSystemReports)
Delete all reports. This will fail if any report is referenced in any device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/scheduler/{name}/
Delete scheduler by name (deleteIcebergSystemSchedulerById)
Delete a scheduler by name. Delete will fail if the scheduler is being referenced by a report.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/schedulers/
Delete schedulers by name (deleteIcebergSystemSchedulers)
Delete all schedulers. This will fail if any scheduler is referenced in any report.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/report-generation/destination/{name}/
Delete destination by name (deleteIcebergSystemSettingsDestinationById)
Delete a destination by name. Delete will fail if the destination is being referenced by a report.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/report-generation/destinations/
Delete destinations by name (deleteIcebergSystemSettingsDestinations)
Delete all destinations. This will fail if any destination is referenced in any report.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/report-generation/report/{name}/
Delete report by name (deleteIcebergSystemSettingsReportById)
Delete a report by name. Delete will fail if the report is being referenced by a device-group or network-group.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/report-generation/reports/
Delete reports by name (deleteIcebergSystemSettingsReports)
Delete all reports. This will fail if any report is referenced in any device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/scheduler/{name}/
Delete scheduler by name (deleteIcebergSystemSettingsSchedulerById)
Delete a scheduler by name. Delete will fail if the scheduler is being referenced by a report.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/schedulers/
Delete schedulers by name (deleteIcebergSystemSettingsSchedulers)
Delete all schedulers. This will fail if any scheduler is referenced in any report.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system-settings/
Delete system-settings (deleteIcebergSystemSettingsSystemSettingsById)
Delete system-settings. This will delete all the reports, destinations and schedulers. The request will fail of any of the reports is being referenced by a device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/
Delete system (deleteIcebergSystemSystemById)
Delete system. This will delete all the reports, destinations and schedulers. The request will fail of any of the reports is being referenced by a device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/topic/{topic_name}/rule/{rule_name}/
Delete a rule. (deleteIcebergTopicRuleRuleById)
Delete a rule by rule-name. Delete will fail if the rule is referenced by any other playbook.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
rule_name (required)
Path Parameter — ID of rule-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/topic/{topic_name}/
Delete a topic. (deleteIcebergTopicTopicById)
Delete a topic by topic-name. Delete will fail if the topic is referenced by any other playbook.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/topics/
Delete all topics. (deleteIcebergTopicsTopicsById)
Delete all topics. This will fail if any topic is referenced in any playbook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
post /first-login/
Change password after first login (firstLogin)
Change password in first login

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

credenetial credenetial (required)
Body Parameter — set new password

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/initialize/
Initialize config-server (initialize)
Initialize config-server

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

restart_groups (optional)
Query Parameter — Boolean variable is set to true if group services have to be restarted. Defaults to true. default: true
reload_rules (optional)
Query Parameter — Boolean variable is set to true if default rules have to reloaded. Defaults to true. default: true
reload_playbooks (optional)
Query Parameter — Boolean variable is set to true if default playbooks have to be reloaded. Defaults to true. default: true
reload_syslog_patterns (optional)
Query Parameter — Boolean variable is set to true if syslog patterns have to be reloaded. Defaults to true. default: true
reload_syslog_pattern_sets (optional)
Query Parameter — Boolean variable is set to true if syslog pattern sets have to be reloaded. Defaults to true. default: true
reload_flow_templates (optional)
Query Parameter — Boolean variable is set to true if flow templates have to be reloaded. Defaults to true. default: true
reload_sflow_schema (optional)
Query Parameter — Boolean variable is set to true if sflow schema has to be reloaded. Defaults to true. default: true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
delete /config/device-group/{device_group_name}/device/
Remove devices from group. (removeIcebergDevicesFromGroup)
Remove the list of devices from the device group

Path parameters

device_group_name (required)
Path Parameter — ID of group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

devices devices (required)
Body Parameter — device list

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/network-group/{network_group_name}/variable/
Overwrite a network-group. (removeIcebergNetworkGroupNetworkGroupById)
Overwrite a network-group by the network-group-name. The network-group-name specified in the URL and the request body must match.

Path parameters

network_group_name (required)
Path Parameter — ID of network-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

network_variable network-variable-schema (required)
Body Parameter — network_groupbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/configuration/
Get all groups affected by un-committed configuration changes. (retrieveAffectedGroups)
Get all groups that are affected by the un-committed configuration changes.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

affected-groups

Example data

Content-Type: application/json
{
  "network-groups" : [ "aeiou" ],
  "device-groups" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation affected-groups

default

unexpected error Error

Up
get /device-group/{device_group_name}/status/
Get device-group's status. (retrieveDeviceGroupStatus)
Get information about the status of a device-group's services.

Path parameters

device_group_name (required)
Path Parameter — Name of device-group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

serviceStatus

Example data

Content-Type: application/json
{
  "service1" : "status1",
  "service2" : "status2"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Running status of device-group services serviceStatus

default

unexpected error Error

Up
get /device-group/{device_group_name}/trigger_info/
Get device-group's trigger info. (retrieveDeviceGroupTriggerInfo)
Get information about the triggers in a device-group.

Path parameters

device_group_name (required)
Path Parameter — Name of device-group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

trigger_schema

Example data

Content-Type: application/json
{
  "triggers" : [ {
    "name" : "aeiou",
    "fields" : [ "aeiou" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Trigger info for a device group. trigger_schema

default

unexpected error Error

Up
get /device/{device_id}/trigger_info/
Get trigger info for device-groups containing the device. (retrieveDeviceTriggerInfo)
Get information about the triggers in device-groups having the provided device.

Path parameters

device_id (required)
Path Parameter — Name of device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

trigger_schema

Example data

Content-Type: application/json
{
  "triggers" : [ {
    "name" : "aeiou",
    "fields" : [ "aeiou" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Trigger info for device-groups having the provided device. trigger_schema

default

unexpected error Error

Up
get /config/organizations/
Get all organizations' configuration. (retrieveHealthbotOrganizationsOrganizations)
Get the configuration details of all organizations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

organizations_schema

Example data

Content-Type: application/json
{
  "organization" : [ {
    "site" : [ {
      "edge" : [ {
        "edge-name" : "aeiou",
        "description" : "aeiou",
        "edge-id" : "aeiou"
      } ],
      "site-name" : "aeiou",
      "description" : "aeiou"
    } ],
    "description" : "aeiou",
    "organization-name" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation organizations_schema

400

Internal Error

Up
get /config/device/
List all device-ids. (retrieveIcebergDeviceDevice)
Get a list of all the device IDs.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "dev1", "dev2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[dev1, dev2]

400

Internal Error

Up
get /config/device/{device_id}/
Get a device's configuration. (retrieveIcebergDeviceDeviceById)
Get the configuration details of a device by its device-id.

Path parameters

device_id (required)
Path Parameter — ID of device-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

device_schema

Example data

Content-Type: application/json
{
  "owner" : "aeiou",
  "open-config" : {
    "initial-sync" : true,
    "gnmi" : {
      "enable" : true,
      "encoding" : "protobuf"
    },
    "port" : 39501
  },
  "server-monitoring" : "",
  "use-ingest-receive-time" : [ "{}" ],
  "outbound-ssh" : {
    "disable" : true
  },
  "timezone" : "aeiou",
  "description" : "aeiou",
  "snmp" : {
    "port" : 9607,
    "v2" : {
      "community" : "aeiou",
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ]
      }
    },
    "v3" : {
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ],
        "context-engine-id" : "aeiou"
      },
      "usm" : {
        "privacy-none" : "",
        "authentication-none" : "",
        "privacy" : {
          "protocol" : "DES",
          "passphrase" : "aeiou"
        },
        "snmp-proxy-forwarder" : {
          "security-engine-id" : "aeiou"
        },
        "authentication" : {
          "protocol" : "MD5",
          "passphrase" : "aeiou"
        },
        "username" : "aeiou"
      }
    }
  },
  "syslog" : {
    "source-ip-addresses" : [ "aeiou" ],
    "hostnames" : [ "aeiou" ]
  },
  "device-id" : "aeiou",
  "uuid" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "iAgent" : {
    "port" : 5249
  },
  "marked-for-delete" : true,
  "system-id" : "aeiou",
  "vendor" : {
    "arista" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "eos",
      "platform" : "aeiou"
    },
    "linux" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "platform" : "aeiou"
    },
    "juniper" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "junos",
      "platform" : "aeiou"
    },
    "cisco" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "iosxr",
      "platform" : "aeiou"
    },
    "other-vendor" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "vendor-name" : "aeiou",
      "platform" : "aeiou"
    },
    "paloalto" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "panos",
      "platform" : "aeiou"
    }
  },
  "name" : "aeiou",
  "host" : "aeiou",
  "variable" : [ {
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "variable-value" : [ {
      "name" : "aeiou",
      "value" : "aeiou"
    } ],
    "playbook" : "aeiou"
  } ],
  "flow" : {
    "source-ip-addresses" : [ "aeiou" ]
  },
  "authentication" : {
    "password" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "ssh" : {
      "ssh-key-profile" : "aeiou",
      "username" : "aeiou"
    },
    "ssl" : {
      "ca-profile" : "aeiou",
      "server-common-name" : "aeiou",
      "local-certificate" : "aeiou"
    }
  },
  "tagging-profile" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device_schema

400

Internal Error

Up
get /config/device-group/
List all device-group names. (retrieveIcebergDeviceGroupDeviceGroup)
Get a list of all the device-group names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "device-group1", "device-group2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[device-group1, device-group2]

400

Internal Error

Up
get /config/device-group/{device_group_name}/
Get device-group's configuration. (retrieveIcebergDeviceGroupDeviceGroupById)
Get configuration details of a device group by the device group name.

Path parameters

device_group_name (required)
Path Parameter — ID of device-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

device-group_schema

Example data

Content-Type: application/json
{
  "reports" : [ "aeiou" ],
  "field-data" : {
    "rollup" : {
      "profile" : [ "aeiou" ]
    }
  },
  "outbound-ssh" : {
    "ports" : [ 5 ]
  },
  "timezone" : "aeiou",
  "ingest-frequency" : [ "aeiou" ],
  "description" : "aeiou",
  "playbooks" : [ "aeiou" ],
  "snmp" : {
    "notification-ports" : [ 2 ],
    "port" : 7,
    "v2" : {
      "community" : "aeiou"
    },
    "v3" : {
      "usm" : {
        "privacy-none" : "",
        "authentication-none" : "",
        "privacy" : {
          "protocol" : "DES",
          "passphrase" : "aeiou"
        },
        "snmp-proxy-forwarder" : {
          "security-engine-id" : "aeiou"
        },
        "authentication" : {
          "protocol" : "MD5",
          "passphrase" : "aeiou"
        },
        "username" : "aeiou"
      }
    }
  },
  "syslog" : {
    "ports" : [ 60957 ]
  },
  "scheduler" : [ {
    "schedule" : "aeiou",
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "playbook" : "aeiou"
  } ],
  "notification" : {
    "normal" : [ "aeiou" ],
    "major" : [ "aeiou" ],
    "minor" : [ "aeiou" ],
    "enable" : [ "{}" ],
    "no-initial-normal-notify-suppression" : true
  },
  "edge" : "aeiou",
  "raw-data" : {
    "summarize" : {
      "summarization-profile" : [ "aeiou" ],
      "time-span" : "aeiou"
    },
    "persist" : "{}"
  },
  "device-group-name" : "aeiou",
  "native-gpb" : {
    "ports" : [ 0 ]
  },
  "action-scheduler" : {
    "disable-trigger-action-schedulers" : true
  },
  "flow" : {
    "netflow" : {
      "ports" : [ 1 ]
    },
    "ifa" : {
      "deploy-nodes" : [ "aeiou" ],
      "ports" : [ 6 ]
    },
    "sflow" : {
      "ports" : [ 5 ]
    },
    "deploy-nodes" : [ "aeiou" ]
  },
  "retention-policy" : "aeiou",
  "authentication" : {
    "password" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "ssh" : {
      "ssh-key-profile" : "aeiou",
      "username" : "aeiou"
    },
    "ssl" : {
      "ca-profile" : "aeiou",
      "server-common-name" : "aeiou",
      "local-certificate" : "aeiou"
    }
  },
  "open-config" : {
    "initial-sync" : true,
    "gnmi" : {
      "enable" : true,
      "encoding" : "protobuf"
    }
  },
  "use-ingest-receive-time" : [ "{}" ],
  "devices" : [ "aeiou" ],
  "paragon-active-assurance" : {
    "paa-setup" : "aeiou"
  },
  "root-cause-analysis" : {
    "no-rca" : [ "{}" ],
    "exclude-resources" : [ "aeiou" ],
    "dynamic-resources" : [ "aeiou" ]
  },
  "publish" : {
    "field" : [ "aeiou" ],
    "destination" : [ "aeiou" ],
    "sensor" : [ "aeiou" ]
  },
  "variable" : [ {
    "running-state" : "running",
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "variable-value" : [ {
      "name" : "aeiou",
      "value" : "aeiou"
    } ],
    "playbook" : "aeiou"
  } ],
  "logging" : {
    "open-config" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "server-monitoring" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "sflow" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "ifa" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "resource-discovery" : {
      "log-level" : "error"
    },
    "snmp-notification" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "snmp" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "syslog" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "iAgent" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "non-sensor-rules" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "reports-generation" : {
      "log-level" : "error"
    },
    "trigger-evaluation" : {
      "log-level" : "error"
    },
    "log-level" : "error",
    "native-gpb" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "ML-model-builder" : {
      "log-level" : "error"
    },
    "flow" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "byoi" : {
      "service" : [ {
        "log-level" : "error",
        "daemons" : [ "ingest" ],
        "name" : "aeiou"
      } ]
    }
  },
  "tagging-profile" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device-group_schema

400

Internal Error

Up
get /config/device-groups/
Get all device-groups' configuration. (retrieveIcebergDeviceGroupsDeviceGroups)
Get configuration details of all the device-groups.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

device-groups_schema

Example data

Content-Type: application/json
{
  "device-group" : [ {
    "reports" : [ "aeiou" ],
    "field-data" : {
      "rollup" : {
        "profile" : [ "aeiou" ]
      }
    },
    "outbound-ssh" : {
      "ports" : [ 5 ]
    },
    "timezone" : "aeiou",
    "ingest-frequency" : [ "aeiou" ],
    "description" : "aeiou",
    "playbooks" : [ "aeiou" ],
    "snmp" : {
      "notification-ports" : [ 2 ],
      "port" : 7,
      "v2" : {
        "community" : "aeiou"
      },
      "v3" : {
        "usm" : {
          "privacy-none" : "",
          "authentication-none" : "",
          "privacy" : {
            "protocol" : "DES",
            "passphrase" : "aeiou"
          },
          "snmp-proxy-forwarder" : {
            "security-engine-id" : "aeiou"
          },
          "authentication" : {
            "protocol" : "MD5",
            "passphrase" : "aeiou"
          },
          "username" : "aeiou"
        }
      }
    },
    "syslog" : {
      "ports" : [ 60957 ]
    },
    "scheduler" : [ {
      "schedule" : "aeiou",
      "instance-id" : "aeiou",
      "rule" : "aeiou",
      "playbook" : "aeiou"
    } ],
    "notification" : {
      "normal" : [ "aeiou" ],
      "major" : [ "aeiou" ],
      "minor" : [ "aeiou" ],
      "enable" : [ "{}" ],
      "no-initial-normal-notify-suppression" : true
    },
    "edge" : "aeiou",
    "raw-data" : {
      "summarize" : {
        "summarization-profile" : [ "aeiou" ],
        "time-span" : "aeiou"
      },
      "persist" : "{}"
    },
    "device-group-name" : "aeiou",
    "native-gpb" : {
      "ports" : [ 0 ]
    },
    "action-scheduler" : {
      "disable-trigger-action-schedulers" : true
    },
    "flow" : {
      "netflow" : {
        "ports" : [ 1 ]
      },
      "ifa" : {
        "deploy-nodes" : [ "aeiou" ],
        "ports" : [ 6 ]
      },
      "sflow" : {
        "ports" : [ 5 ]
      },
      "deploy-nodes" : [ "aeiou" ]
    },
    "retention-policy" : "aeiou",
    "authentication" : {
      "password" : {
        "password" : "aeiou",
        "username" : "aeiou"
      },
      "ssh" : {
        "ssh-key-profile" : "aeiou",
        "username" : "aeiou"
      },
      "ssl" : {
        "ca-profile" : "aeiou",
        "server-common-name" : "aeiou",
        "local-certificate" : "aeiou"
      }
    },
    "open-config" : {
      "initial-sync" : true,
      "gnmi" : {
        "enable" : true,
        "encoding" : "protobuf"
      }
    },
    "use-ingest-receive-time" : [ "{}" ],
    "devices" : [ "aeiou" ],
    "paragon-active-assurance" : {
      "paa-setup" : "aeiou"
    },
    "root-cause-analysis" : {
      "no-rca" : [ "{}" ],
      "exclude-resources" : [ "aeiou" ],
      "dynamic-resources" : [ "aeiou" ]
    },
    "publish" : {
      "field" : [ "aeiou" ],
      "destination" : [ "aeiou" ],
      "sensor" : [ "aeiou" ]
    },
    "variable" : [ {
      "running-state" : "running",
      "instance-id" : "aeiou",
      "rule" : "aeiou",
      "variable-value" : [ {
        "name" : "aeiou",
        "value" : "aeiou"
      } ],
      "playbook" : "aeiou"
    } ],
    "logging" : {
      "open-config" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "server-monitoring" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "sflow" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "ifa" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "resource-discovery" : {
        "log-level" : "error"
      },
      "snmp-notification" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "snmp" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "syslog" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "iAgent" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "non-sensor-rules" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "reports-generation" : {
        "log-level" : "error"
      },
      "trigger-evaluation" : {
        "log-level" : "error"
      },
      "log-level" : "error",
      "native-gpb" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "ML-model-builder" : {
        "log-level" : "error"
      },
      "flow" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "byoi" : {
        "service" : [ {
          "log-level" : "error",
          "daemons" : [ "ingest" ],
          "name" : "aeiou"
        } ]
      }
    },
    "tagging-profile" : [ "aeiou" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device-groups_schema

400

Internal Error

Up
get /config/devices/
Get all devices' configuration. (retrieveIcebergDevicesDevices)
Get the configuration details of all devices.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

devices_schema

Example data

Content-Type: application/json
{
  "device" : [ {
    "owner" : "aeiou",
    "open-config" : {
      "initial-sync" : true,
      "gnmi" : {
        "enable" : true,
        "encoding" : "protobuf"
      },
      "port" : 39501
    },
    "server-monitoring" : "",
    "use-ingest-receive-time" : [ "{}" ],
    "outbound-ssh" : {
      "disable" : true
    },
    "timezone" : "aeiou",
    "description" : "aeiou",
    "snmp" : {
      "port" : 9607,
      "v2" : {
        "community" : "aeiou",
        "source-id" : {
          "source-ip-addresses" : [ "aeiou" ]
        }
      },
      "v3" : {
        "source-id" : {
          "source-ip-addresses" : [ "aeiou" ],
          "context-engine-id" : "aeiou"
        },
        "usm" : {
          "privacy-none" : "",
          "authentication-none" : "",
          "privacy" : {
            "protocol" : "DES",
            "passphrase" : "aeiou"
          },
          "snmp-proxy-forwarder" : {
            "security-engine-id" : "aeiou"
          },
          "authentication" : {
            "protocol" : "MD5",
            "passphrase" : "aeiou"
          },
          "username" : "aeiou"
        }
      }
    },
    "syslog" : {
      "source-ip-addresses" : [ "aeiou" ],
      "hostnames" : [ "aeiou" ]
    },
    "device-id" : "aeiou",
    "uuid" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "iAgent" : {
      "port" : 5249
    },
    "marked-for-delete" : true,
    "system-id" : "aeiou",
    "vendor" : {
      "arista" : {
        "product" : "aeiou",
        "release" : "aeiou",
        "operating-system" : "eos",
        "platform" : "aeiou"
      },
      "linux" : {
        "product" : "aeiou",
        "release" : "aeiou",
        "operating-system" : "aeiou",
        "platform" : "aeiou"
      },
      "juniper" : {
        "product" : "aeiou",
        "release" : "aeiou",
        "operating-system" : "junos",
        "platform" : "aeiou"
      },
      "cisco" : {
        "product" : "aeiou",
        "release" : "aeiou",
        "operating-system" : "iosxr",
        "platform" : "aeiou"
      },
      "other-vendor" : {
        "product" : "aeiou",
        "release" : "aeiou",
        "operating-system" : "aeiou",
        "vendor-name" : "aeiou",
        "platform" : "aeiou"
      },
      "paloalto" : {
        "product" : "aeiou",
        "release" : "aeiou",
        "operating-system" : "panos",
        "platform" : "aeiou"
      }
    },
    "name" : "aeiou",
    "host" : "aeiou",
    "variable" : [ {
      "instance-id" : "aeiou",
      "rule" : "aeiou",
      "variable-value" : [ {
        "name" : "aeiou",
        "value" : "aeiou"
      } ],
      "playbook" : "aeiou"
    } ],
    "flow" : {
      "source-ip-addresses" : [ "aeiou" ]
    },
    "authentication" : {
      "password" : {
        "password" : "aeiou",
        "username" : "aeiou"
      },
      "ssh" : {
        "ssh-key-profile" : "aeiou",
        "username" : "aeiou"
      },
      "ssl" : {
        "ca-profile" : "aeiou",
        "server-common-name" : "aeiou",
        "local-certificate" : "aeiou"
      }
    },
    "tagging-profile" : [ "aeiou" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation devices_schema

400

Internal Error

Up
get /config/network-group/
List all network-group names. (retrieveIcebergNetworkGroupNetworkGroup)
Get a list of all the network-group-names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "network-group1", "network-group2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[network-group1, network-group2]

400

Internal Error

Up
get /config/network-group/{network_group_name}/
Get network-group's configuration. (retrieveIcebergNetworkGroupNetworkGroupById)
Get the configuration details of a network group by its network group name.

Path parameters

network_group_name (required)
Path Parameter — ID of network-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

network-group_schema

Example data

Content-Type: application/json
{
  "reports" : [ "aeiou" ],
  "ingest-frequency" : [ "aeiou" ],
  "description" : "aeiou",
  "playbooks" : [ "aeiou" ],
  "scheduler" : [ {
    "schedule" : "aeiou",
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "playbook" : "aeiou"
  } ],
  "root-cause-analysis" : {
    "no-rca" : [ "{}" ],
    "exclude-resources" : [ "aeiou" ],
    "dynamic-resources" : [ "aeiou" ]
  },
  "notification" : {
    "normal" : [ "aeiou" ],
    "major" : [ "aeiou" ],
    "minor" : [ "aeiou" ],
    "enable" : [ "{}" ]
  },
  "network-group-name" : "aeiou",
  "publish" : {
    "field" : [ "aeiou" ],
    "destination" : [ "aeiou" ]
  },
  "variable" : [ {
    "running-state" : "running",
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "variable-value" : [ {
      "name" : "aeiou",
      "value" : "aeiou"
    } ],
    "playbook" : "aeiou"
  } ],
  "action-scheduler" : {
    "disable-trigger-action-schedulers" : true
  },
  "logging" : {
    "trigger-evaluation" : {
      "log-level" : "error"
    },
    "log-level" : "error",
    "resource-discovery" : {
      "log-level" : "error"
    },
    "non-sensor-rules" : {
      "log-level" : "error",
      "daemons" : [ "ingest" ]
    },
    "reports-generation" : {
      "log-level" : "error"
    },
    "ML-model-builder" : {
      "log-level" : "error"
    }
  },
  "tagging-profile" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation network-group_schema

400

Internal Error

Up
get /config/network-groups/
Get all network-groups' configuration. (retrieveIcebergNetworkGroupsNetworkGroups)
Get configuration of all network-groups.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

network-groups_schema

Example data

Content-Type: application/json
{
  "network-group" : [ {
    "reports" : [ "aeiou" ],
    "ingest-frequency" : [ "aeiou" ],
    "description" : "aeiou",
    "playbooks" : [ "aeiou" ],
    "scheduler" : [ {
      "schedule" : "aeiou",
      "instance-id" : "aeiou",
      "rule" : "aeiou",
      "playbook" : "aeiou"
    } ],
    "root-cause-analysis" : {
      "no-rca" : [ "{}" ],
      "exclude-resources" : [ "aeiou" ],
      "dynamic-resources" : [ "aeiou" ]
    },
    "notification" : {
      "normal" : [ "aeiou" ],
      "major" : [ "aeiou" ],
      "minor" : [ "aeiou" ],
      "enable" : [ "{}" ]
    },
    "network-group-name" : "aeiou",
    "publish" : {
      "field" : [ "aeiou" ],
      "destination" : [ "aeiou" ]
    },
    "variable" : [ {
      "running-state" : "running",
      "instance-id" : "aeiou",
      "rule" : "aeiou",
      "variable-value" : [ {
        "name" : "aeiou",
        "value" : "aeiou"
      } ],
      "playbook" : "aeiou"
    } ],
    "action-scheduler" : {
      "disable-trigger-action-schedulers" : true
    },
    "logging" : {
      "trigger-evaluation" : {
        "log-level" : "error"
      },
      "log-level" : "error",
      "resource-discovery" : {
        "log-level" : "error"
      },
      "non-sensor-rules" : {
        "log-level" : "error",
        "daemons" : [ "ingest" ]
      },
      "reports-generation" : {
        "log-level" : "error"
      },
      "ML-model-builder" : {
        "log-level" : "error"
      }
    },
    "tagging-profile" : [ "aeiou" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation network-groups_schema

400

Internal Error

Up
get /config/notification/
List all notification-names. (retrieveIcebergNotificationNotification)
Get a list of all the notification-names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "notification-1", "notification-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[notification-1, notification-2]

400

Internal Error

Up
get /config/notification/{notification_name}/
Get a notification's configuration. (retrieveIcebergNotificationNotificationById)
Get the configuration details of a notification by notification-name.

Path parameters

notification_name (required)
Path Parameter — ID of notification-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

notification_schema

Example data

Content-Type: application/json
{
  "http-post" : {
    "basic" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "url" : "aeiou"
  },
  "emails" : {
    "filter" : {
      "rules" : [ "aeiou" ]
    },
    "ids" : [ "aeiou" ]
  },
  "microsoft-teams" : {
    "channel" : "aeiou"
  },
  "amqp-publish" : {
    "vhost" : "aeiou",
    "sasl" : {
      "ca-profile" : "aeiou",
      "password" : "aeiou",
      "server-common-name" : "aeiou",
      "local-certificate" : "aeiou",
      "username" : "aeiou"
    },
    "port" : 5249,
    "host" : "aeiou",
    "exchange" : "aeiou",
    "routing-key" : "aeiou"
  },
  "notification-name" : "aeiou",
  "slack" : {
    "channel" : "aeiou",
    "url" : "aeiou"
  },
  "kafka-publish" : {
    "sasl" : {
      "password" : "aeiou",
      "certificate" : "aeiou",
      "username" : "aeiou"
    },
    "use-hash-partitioner" : true,
    "bootstrap-servers" : [ "aeiou" ],
    "topic" : "aeiou"
  },
  "description" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation notification_schema

400

Internal Error

Up
get /config/notifications/
Get all notifications' configuration. (retrieveIcebergNotificationsNotificationsById)
Get the configuration details of all notifications.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

notifications_schema

Example data

Content-Type: application/json
{
  "notification" : [ {
    "http-post" : {
      "basic" : {
        "password" : "aeiou",
        "username" : "aeiou"
      },
      "url" : "aeiou"
    },
    "emails" : {
      "filter" : {
        "rules" : [ "aeiou" ]
      },
      "ids" : [ "aeiou" ]
    },
    "microsoft-teams" : {
      "channel" : "aeiou"
    },
    "amqp-publish" : {
      "vhost" : "aeiou",
      "sasl" : {
        "ca-profile" : "aeiou",
        "password" : "aeiou",
        "server-common-name" : "aeiou",
        "local-certificate" : "aeiou",
        "username" : "aeiou"
      },
      "port" : 5249,
      "host" : "aeiou",
      "exchange" : "aeiou",
      "routing-key" : "aeiou"
    },
    "notification-name" : "aeiou",
    "slack" : {
      "channel" : "aeiou",
      "url" : "aeiou"
    },
    "kafka-publish" : {
      "sasl" : {
        "password" : "aeiou",
        "certificate" : "aeiou",
        "username" : "aeiou"
      },
      "use-hash-partitioner" : true,
      "bootstrap-servers" : [ "aeiou" ],
      "topic" : "aeiou"
    },
    "description" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation notifications_schema

400

Internal Error

Up
get /config/playbook/
List all playbook-names. (retrieveIcebergPlaybookPlaybook)
Get a list of all the playbook-names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "playbook-1", "playbook-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[playbook-1, playbook-2]

400

Internal Error

Up
get /config/playbook/{playbook_name}/
Get a playbook's configuration. (retrieveIcebergPlaybookPlaybookById)
Get the configuration details of a playbook by playbook-name.

Path parameters

playbook_name (required)
Path Parameter — ID of playbook-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
download (optional)
Query Parameter — Download as compressed .playbook file

Return type

playbook_schema

Example data

Content-Type: application/json
{
  "playbook-name" : "aeiou",
  "description" : "aeiou",
  "rules" : [ "aeiou" ],
  "synopsis" : "aeiou",
  "classification" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation playbook_schema

400

Internal Error

Up
get /config/playbooks/
Get all playbooks' configuration. (retrieveIcebergPlaybooksPlaybooksById)
Get the configuration of all playbooks.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

playbooks_schema

Example data

Content-Type: application/json
{
  "playbook" : [ {
    "playbook-name" : "aeiou",
    "description" : "aeiou",
    "rules" : [ "aeiou" ],
    "synopsis" : "aeiou",
    "classification" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation playbooks_schema

400

Internal Error

Up
get /config/retention-policies/
Get all retention-policies' configuration. (retrieveIcebergRetentionPoliciesRetentionPoliciesById)
Get the configuration of all the retention-policies.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

retention-policies_schema

Example data

Content-Type: application/json
{
  "retention-policy" : [ {
    "duration" : "aeiou",
    "replication" : 0,
    "retention-policy-name" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation retention-policies_schema

400

Internal Error

Up
get /config/retention-policy/
List all retention-policy-names. (retrieveIcebergRetentionPolicyRetentionPolicy)
Get a list of all the retention-policy-names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "retention-policy-1", "retention-policy-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[retention-policy-1, retention-policy-2]

400

Internal Error

Up
get /config/retention-policy/{retention_policy_name}/
Get a retention-policy's configuration. (retrieveIcebergRetentionPolicyRetentionPolicyById)
Get the configuration details of a retention policy by retention-policy-name.

Path parameters

retention_policy_name (required)
Path Parameter — ID of retention-policy-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

retention-policy_schema

Example data

Content-Type: application/json
{
  "duration" : "aeiou",
  "replication" : 0,
  "retention-policy-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation retention-policy_schema

400

Internal Error

Up
get /config/system/report-generation/destination/{name}/
Retrieve destination by name (retrieveIcebergSystemDestinationById)
Get the configuration details of a destination by its name.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

destination_schema

Example data

Content-Type: application/json
{
  "disk" : {
    "max-reports" : 0
  },
  "name" : "aeiou",
  "email" : {
    "id" : "aeiou"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation destination_schema

400

Internal Error

Up
get /config/system/report-generation/destinations/
Retrieve destinations by name (retrieveIcebergSystemDestinations)
Get the configuration details of all destinations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

destinations_schema

Example data

Content-Type: application/json
{
  "destination" : [ {
    "disk" : {
      "max-reports" : 0
    },
    "name" : "aeiou",
    "email" : {
      "id" : "aeiou"
    }
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation destinations_schema

400

Internal Error

Up
get /config/system/report-generation/report/{name}/
Retrieve report by name (retrieveIcebergSystemReportById)
Get the configuration details of a report by its name.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

report_schema

Example data

Content-Type: application/json
{
  "schedule" : [ "aeiou" ],
  "capture-fields" : [ "aeiou" ],
  "graph-canvas" : [ {
    "name" : "aeiou",
    "canvas-panel" : [ {
      "name" : "aeiou"
    } ]
  } ],
  "destination" : [ "aeiou" ],
  "format" : "json",
  "name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation report_schema

400

Internal Error

Up
get /config/system/report-generation/reports/
Retrieve reports by name (retrieveIcebergSystemReports)
Get the configuration details of all reports.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

reports_schema

Example data

Content-Type: application/json
{
  "report" : [ {
    "schedule" : [ "aeiou" ],
    "capture-fields" : [ "aeiou" ],
    "graph-canvas" : [ {
      "name" : "aeiou",
      "canvas-panel" : [ {
        "name" : "aeiou"
      } ]
    } ],
    "destination" : [ "aeiou" ],
    "format" : "json",
    "name" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation reports_schema

400

Internal Error

Up
get /config/system/scheduler/{name}/
Retrieve scheduler by name (retrieveIcebergSystemSchedulerById)
Get the configuration details of a scheduler by its name.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

scheduler_schema

Example data

Content-Type: application/json
{
  "start-time" : "aeiou",
  "end-time" : "aeiou",
  "run-for" : {
    "hours" : 36944,
    "minutes" : 15087,
    "days" : 39073
  },
  "repeat" : {
    "never" : [ "{}" ],
    "interval" : {
      "hours" : 39501,
      "minutes" : 9607,
      "days" : 5249
    },
    "every" : "week"
  },
  "name" : "aeiou",
  "type" : "continuous"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation scheduler_schema

400

Internal Error

Up
get /config/system/schedulers/
Retrieve schedulers by name (retrieveIcebergSystemSchedulers)
Get the configuration details of all schedulers.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

schedulers_schema

Example data

Content-Type: application/json
{
  "scheduler" : [ {
    "start-time" : "aeiou",
    "end-time" : "aeiou",
    "run-for" : {
      "hours" : 36944,
      "minutes" : 15087,
      "days" : 39073
    },
    "repeat" : {
      "never" : [ "{}" ],
      "interval" : {
        "hours" : 39501,
        "minutes" : 9607,
        "days" : 5249
      },
      "every" : "week"
    },
    "name" : "aeiou",
    "type" : "continuous"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation schedulers_schema

400

Internal Error

Up
get /config/system-settings/report-generation/destination/{name}/
Retrieve destination by name (retrieveIcebergSystemSettingsDestinationById)
Get the configuration details of a destination by its name.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

destination_schema

Example data

Content-Type: application/json
{
  "disk" : {
    "max-reports" : 0
  },
  "name" : "aeiou",
  "email" : {
    "id" : "aeiou"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation destination_schema

400

Internal Error

Up
get /config/system-settings/report-generation/destinations/
Retrieve destinations by name (retrieveIcebergSystemSettingsDestinations)
Get the configuration details of all destinations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

destinations_schema

Example data

Content-Type: application/json
{
  "destination" : [ {
    "disk" : {
      "max-reports" : 0
    },
    "name" : "aeiou",
    "email" : {
      "id" : "aeiou"
    }
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation destinations_schema

400

Internal Error

Up
get /config/system-settings/report-generation/report/{name}/
Retrieve report by name (retrieveIcebergSystemSettingsReportById)
Get the configuration details of a report by its name.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

report_schema

Example data

Content-Type: application/json
{
  "schedule" : [ "aeiou" ],
  "capture-fields" : [ "aeiou" ],
  "graph-canvas" : [ {
    "name" : "aeiou",
    "canvas-panel" : [ {
      "name" : "aeiou"
    } ]
  } ],
  "destination" : [ "aeiou" ],
  "format" : "json",
  "name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation report_schema

400

Internal Error

Up
get /config/system-settings/report-generation/reports/
Retrieve reports by name (retrieveIcebergSystemSettingsReports)
Get the configuration details of all reports.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

reports_schema

Example data

Content-Type: application/json
{
  "report" : [ {
    "schedule" : [ "aeiou" ],
    "capture-fields" : [ "aeiou" ],
    "graph-canvas" : [ {
      "name" : "aeiou",
      "canvas-panel" : [ {
        "name" : "aeiou"
      } ]
    } ],
    "destination" : [ "aeiou" ],
    "format" : "json",
    "name" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation reports_schema

400

Internal Error

Up
get /config/system-settings/scheduler/{name}/
Retrieve scheduler by name (retrieveIcebergSystemSettingsSchedulerById)
Get the configuration details of a scheduler by its name.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

scheduler_schema

Example data

Content-Type: application/json
{
  "start-time" : "aeiou",
  "end-time" : "aeiou",
  "run-for" : {
    "hours" : 36944,
    "minutes" : 15087,
    "days" : 39073
  },
  "repeat" : {
    "never" : [ "{}" ],
    "interval" : {
      "hours" : 39501,
      "minutes" : 9607,
      "days" : 5249
    },
    "every" : "week"
  },
  "name" : "aeiou",
  "type" : "continuous"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation scheduler_schema

400

Internal Error

Up
get /config/system-settings/schedulers/
Retrieve schedulers by name (retrieveIcebergSystemSettingsSchedulers)
Get the configuration details of all schedulers.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

schedulers_schema

Example data

Content-Type: application/json
{
  "scheduler" : [ {
    "start-time" : "aeiou",
    "end-time" : "aeiou",
    "run-for" : {
      "hours" : 36944,
      "minutes" : 15087,
      "days" : 39073
    },
    "repeat" : {
      "never" : [ "{}" ],
      "interval" : {
        "hours" : 39501,
        "minutes" : 9607,
        "days" : 5249
      },
      "every" : "week"
    },
    "name" : "aeiou",
    "type" : "continuous"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation schedulers_schema

400

Internal Error

Up
get /config/system-settings/
Retrieve system-settings (retrieveIcebergSystemSettingsSystemSettings)
Retrieve system-settings

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

system-settings_schema

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation system-settings_schema

400

Internal Error

Up
get /config/system/
Retrieve system data (retrieveIcebergSystemSystem)
Retrieve system details

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

system-settings_schema

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation system-settings_schema

400

Internal Error

Up
get /config/topic/{topic_name}/rule/
List all rule-names in a topic. (retrieveIcebergTopicRuleRule)
Get a list of all the rule-names in a topic.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "rule-1", "rule-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[rule-1, rule-2]

400

Internal Error

Up
get /config/topic/{topic_name}/rule/{rule_name}/
Get a rule's configuration. (retrieveIcebergTopicRuleRuleById)
Get the configuration details of a rule by rule-name.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
rule_name (required)
Path Parameter — ID of rule-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
download (optional)
Query Parameter — Download a compressed .rule file

Return type

rule_schema

Example data

Content-Type: application/json
{
  "description" : "This rule collects bgp session route flap damping statistics periodically and notifies in case of anomalies",
  "field" : [ {
    "description" : "This field is for neighbor address",
    "field-name" : "neighbor-address",
    "sensor" : [ {
      "path" : "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/@neighbor-address",
      "sensor-name" : "bgp-sensor",
      "where" : [ {
        "query" : "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/@neighbor-address =~ /{{neighbors}}/"
      } ]
    } ],
    "type" : "string"
  } ],
  "keys" : [ "neighbor-address" ],
  "rule-name" : "check-bgp-route-flap-damping",
  "sensor" : [ {
    "description" : "/protocol/bgp open-config sensor to collect telemetry data from network device",
    "open-config" : {
      "frequency" : "10s",
      "sensor-name" : "/network-instances/network-instance/protocols/protocol/bgp/"
    },
    "sensor-name" : "bgp-sensor",
    "synopsis" : "bgp open-config sensor definition"
  } ],
  "synopsis" : "bgp session state analyzer",
  "trigger" : [ {
    "description" : "Sets health based on bgp neighbor route flap damping.",
    "synopsis" : "bgp neighbor route flap damping kpi",
    "term" : [ {
      "term-name" : "is-neighbor-route-flap-damping",
      "then" : {
        "status" : {
          "color" : "red",
          "message" : "Observed route-flap-damping"
        }
      },
      "when" : {
        "does-not-match-with" : [ {
          "left-operand" : "$route-flap-damping",
          "right-operand" : "false"
        } ]
      }
    } ],
    "trigger-name" : "neigbor-route-flap-damping"
  } ],
  "variable" : [ {
    "description" : "Enter neighbor name or address using regular expression",
    "name" : "neighbors",
    "type" : "string",
    "value" : ".*"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation rule_schema

400

Internal Error

Up
get /config/topic/
List all topic-names. (retrieveIcebergTopicTopic)
Get a list of all the topic-names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "topic-1", "topic-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[topic-1, topic-2]

400

Internal Error

Up
get /config/topic/{topic_name}/
Get a topic's configuration. (retrieveIcebergTopicTopicById)
Get the configuration details of a topic by the topic-name.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

topic_schema

Example data

Content-Type: application/json
{
  "sub-topics" : [ "aeiou" ],
  "resource" : [ {
    "depends-on" : [ {
      "depends-on-multiple-instances" : true,
      "with-capture-group" : [ "" ],
      "description" : "aeiou",
      "resource-name" : "aeiou",
      "term" : [ {
        "next" : true,
        "term-name" : "aeiou",
        "with-capture-group" : [ "" ],
        "get-dependencies-from-cache" : {
          "path" : "aeiou"
        },
        "for-every-network-group" : {
          "in-groups" : [ "aeiou" ],
          "label-as" : "aeiou",
          "across-all-network-groups" : true
        },
        "user-defined-function" : {
          "argument" : [ "" ],
          "function-name" : "aeiou"
        },
        "locate-resource" : [ {
          "with-capture-group" : [ {
            "field-name" : "aeiou",
            "capture-group-name" : "aeiou",
            "expression" : "aeiou",
            "ignore-case" : true
          } ],
          "resource" : "aeiou",
          "where" : {
            "less-than-or-equal-to" : [ "" ],
            "equal-to" : [ {
              "right-operand" : "aeiou",
              "left-operand" : "aeiou"
            } ],
            "eval" : [ {
              "expression" : "aeiou"
            } ],
            "greater-than-or-equal-to" : [ "" ],
            "does-not-match-with" : [ {
              "right-operand" : "aeiou",
              "left-operand" : "aeiou"
            } ],
            "matches-with" : [ {
              "right-operand" : "aeiou",
              "ignore-case" : "",
              "left-operand" : "aeiou"
            } ],
            "less-than" : [ "" ],
            "greater-than" : [ "" ],
            "user-defined-function" : [ {
              "argument" : [ {
                "argument-name" : "aeiou",
                "value" : "aeiou"
              } ],
              "function-name" : "aeiou"
            } ],
            "not-equal-to" : [ "" ]
          },
          "label-as" : "aeiou"
        } ],
        "for-every-device" : {
          "in-groups" : [ "aeiou" ],
          "across-all-device-groups" : true,
          "label-as" : "aeiou"
        }
      } ],
      "triggered-by" : [ "aeiou" ]
    } ],
    "field" : [ {
      "field-name" : "aeiou",
      "description" : "aeiou",
      "source" : {
        "rule" : [ {
          "field-name" : "aeiou",
          "rule-name" : "aeiou"
        } ]
      },
      "type" : "string"
    } ],
    "keys" : [ "aeiou" ],
    "function" : [ {
      "path" : "aeiou",
      "argument" : [ {
        "argument-name" : "aeiou",
        "mandatory" : ""
      } ],
      "function-name" : "aeiou",
      "method" : "aeiou",
      "description" : "aeiou"
    } ],
    "description" : "aeiou",
    "resource-name" : "aeiou",
    "is-default" : true,
    "is-modified" : true
  } ],
  "description" : "aeiou",
  "rule" : [ {
    "description" : "This rule collects bgp session route flap damping statistics periodically and notifies in case of anomalies",
    "field" : [ {
      "description" : "This field is for neighbor address",
      "field-name" : "neighbor-address",
      "sensor" : [ {
        "path" : "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/@neighbor-address",
        "sensor-name" : "bgp-sensor",
        "where" : [ {
          "query" : "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/@neighbor-address =~ /{{neighbors}}/"
        } ]
      } ],
      "type" : "string"
    } ],
    "keys" : [ "neighbor-address" ],
    "rule-name" : "check-bgp-route-flap-damping",
    "sensor" : [ {
      "description" : "/protocol/bgp open-config sensor to collect telemetry data from network device",
      "open-config" : {
        "frequency" : "10s",
        "sensor-name" : "/network-instances/network-instance/protocols/protocol/bgp/"
      },
      "sensor-name" : "bgp-sensor",
      "synopsis" : "bgp open-config sensor definition"
    } ],
    "synopsis" : "bgp session state analyzer",
    "trigger" : [ {
      "description" : "Sets health based on bgp neighbor route flap damping.",
      "synopsis" : "bgp neighbor route flap damping kpi",
      "term" : [ {
        "term-name" : "is-neighbor-route-flap-damping",
        "then" : {
          "status" : {
            "color" : "red",
            "message" : "Observed route-flap-damping"
          }
        },
        "when" : {
          "does-not-match-with" : [ {
            "left-operand" : "$route-flap-damping",
            "right-operand" : "false"
          } ]
        }
      } ],
      "trigger-name" : "neigbor-route-flap-damping"
    } ],
    "variable" : [ {
      "description" : "Enter neighbor name or address using regular expression",
      "name" : "neighbors",
      "type" : "string",
      "value" : ".*"
    } ]
  } ],
  "synopsis" : "aeiou",
  "topic-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation topic_schema

400

Internal Error

Up
get /config/topics/
Get all topics' configuration. (retrieveIcebergTopicsTopics)
Get the configuration details of all topics.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
sort (optional)
Query Parameter — asc/desc queries sorted configuration

Return type

topics_schema

Example data

Content-Type: application/json
{
  "topic" : [ {
    "sub-topics" : [ "aeiou" ],
    "resource" : [ {
      "depends-on" : [ {
        "depends-on-multiple-instances" : true,
        "with-capture-group" : [ "" ],
        "description" : "aeiou",
        "resource-name" : "aeiou",
        "term" : [ {
          "next" : true,
          "term-name" : "aeiou",
          "with-capture-group" : [ "" ],
          "get-dependencies-from-cache" : {
            "path" : "aeiou"
          },
          "for-every-network-group" : {
            "in-groups" : [ "aeiou" ],
            "label-as" : "aeiou",
            "across-all-network-groups" : true
          },
          "user-defined-function" : {
            "argument" : [ "" ],
            "function-name" : "aeiou"
          },
          "locate-resource" : [ {
            "with-capture-group" : [ {
              "field-name" : "aeiou",
              "capture-group-name" : "aeiou",
              "expression" : "aeiou",
              "ignore-case" : true
            } ],
            "resource" : "aeiou",
            "where" : {
              "less-than-or-equal-to" : [ "" ],
              "equal-to" : [ {
                "right-operand" : "aeiou",
                "left-operand" : "aeiou"
              } ],
              "eval" : [ {
                "expression" : "aeiou"
              } ],
              "greater-than-or-equal-to" : [ "" ],
              "does-not-match-with" : [ {
                "right-operand" : "aeiou",
                "left-operand" : "aeiou"
              } ],
              "matches-with" : [ {
                "right-operand" : "aeiou",
                "ignore-case" : "",
                "left-operand" : "aeiou"
              } ],
              "less-than" : [ "" ],
              "greater-than" : [ "" ],
              "user-defined-function" : [ {
                "argument" : [ {
                  "argument-name" : "aeiou",
                  "value" : "aeiou"
                } ],
                "function-name" : "aeiou"
              } ],
              "not-equal-to" : [ "" ]
            },
            "label-as" : "aeiou"
          } ],
          "for-every-device" : {
            "in-groups" : [ "aeiou" ],
            "across-all-device-groups" : true,
            "label-as" : "aeiou"
          }
        } ],
        "triggered-by" : [ "aeiou" ]
      } ],
      "field" : [ {
        "field-name" : "aeiou",
        "description" : "aeiou",
        "source" : {
          "rule" : [ {
            "field-name" : "aeiou",
            "rule-name" : "aeiou"
          } ]
        },
        "type" : "string"
      } ],
      "keys" : [ "aeiou" ],
      "function" : [ {
        "path" : "aeiou",
        "argument" : [ {
          "argument-name" : "aeiou",
          "mandatory" : ""
        } ],
        "function-name" : "aeiou",
        "method" : "aeiou",
        "description" : "aeiou"
      } ],
      "description" : "aeiou",
      "resource-name" : "aeiou",
      "is-default" : true,
      "is-modified" : true
    } ],
    "description" : "aeiou",
    "rule" : [ {
      "description" : "This rule collects bgp session route flap damping statistics periodically and notifies in case of anomalies",
      "field" : [ {
        "description" : "This field is for neighbor address",
        "field-name" : "neighbor-address",
        "sensor" : [ {
          "path" : "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/@neighbor-address",
          "sensor-name" : "bgp-sensor",
          "where" : [ {
            "query" : "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/@neighbor-address =~ /{{neighbors}}/"
          } ]
        } ],
        "type" : "string"
      } ],
      "keys" : [ "neighbor-address" ],
      "rule-name" : "check-bgp-route-flap-damping",
      "sensor" : [ {
        "description" : "/protocol/bgp open-config sensor to collect telemetry data from network device",
        "open-config" : {
          "frequency" : "10s",
          "sensor-name" : "/network-instances/network-instance/protocols/protocol/bgp/"
        },
        "sensor-name" : "bgp-sensor",
        "synopsis" : "bgp open-config sensor definition"
      } ],
      "synopsis" : "bgp session state analyzer",
      "trigger" : [ {
        "description" : "Sets health based on bgp neighbor route flap damping.",
        "synopsis" : "bgp neighbor route flap damping kpi",
        "term" : [ {
          "term-name" : "is-neighbor-route-flap-damping",
          "then" : {
            "status" : {
              "color" : "red",
              "message" : "Observed route-flap-damping"
            }
          },
          "when" : {
            "does-not-match-with" : [ {
              "left-operand" : "$route-flap-damping",
              "right-operand" : "false"
            } ]
          }
        } ],
        "trigger-name" : "neigbor-route-flap-damping"
      } ],
      "variable" : [ {
        "description" : "Enter neighbor name or address using regular expression",
        "name" : "neighbors",
        "type" : "string",
        "value" : ".*"
      } ]
    } ],
    "synopsis" : "aeiou",
    "topic-name" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation topics_schema

400

Internal Error

Up
get /network-group/{network_group_name}/status/
Get network-group's status. (retrieveNetworkGroupStatus)
Get information about the status of a network-group's services.

Path parameters

network_group_name (required)
Path Parameter — Name of network-group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

serviceStatus

Example data

Content-Type: application/json
{
  "service1" : "status1",
  "service2" : "status2"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success serviceStatus

default

unexpected error Error

Up
get /network-group/{network_group_name}/trigger_info/
Get network-group's trigger info. (retrieveNetworkGroupTriggerInfo)
Get information about the triggers in a device-group.

Path parameters

network_group_name (required)
Path Parameter — Name of network-group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

trigger_schema

Example data

Content-Type: application/json
{
  "triggers" : [ {
    "name" : "aeiou",
    "fields" : [ "aeiou" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Trigger info for a network group. trigger_schema

default

unexpected error Error

Up
get /orchestrator/
Get Orchestrator type (retrieveOrchestrator)
Get orchestrator type. Will be one of kubernetes or compose.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
delete /config/configuration/
Delete the un-committed configuration. (rollbackUnsavedConfiguration)
The API server follows a commit model. Unsaved configuration is called a working configuration. This API call deletes the working configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

ems_sanity (optional)
Query Parameter — DEBUG (Use with caution): roll-back a faulty transaction in HB-EMS communication default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

default

Unexpected error Error

Up
put /config/organizations/
Overwrite organizations. (updateHealthbotOrganizationsOrganizations)
Overwrite the existing organizations configuration. New organizations are created and existing organizations are overwritten with new content. If some of the existing organizations are not present in the payload, such organizations are deleted. This will fail if any of the organization edges that are not present in the payload are referenced by a device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

organizations organizations_schema (required)
Body Parameter — organizations body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/topic/{topic_name}/resource/{resource_name}/
Overwrite a resource (updateHealthbotTopicResourceResourceById)
Overwrite a rule by the resource-name. The resource-name specified in URL and the request body must match.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
resource_name (required)
Path Parameter — ID of resource-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

resource resource_schema (required)
Body Parameter — resourcebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/device/{device_id}/
Overwrite a device. (updateIcebergDeviceDeviceById)
Overwrite a device by device ID. The device ID specified in the URL and the request body must match. [Note: This API can be used freely in standalone Insights. However, for Paragon Automation, devices are managed by EMS services, DO NOT USE this API to modify device configuration. For PA, this API should only be used for modifying device specific variables or playbook start/stop.]

Path parameters

device_id (required)
Path Parameter — ID of device-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device device_schema (required)
Body Parameter — devicebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/device-group/{device_group_name}/
Overwrite a device-group. (updateIcebergDeviceGroupDeviceGroupById)
Overwrite a device-group by its device-group-name. The device-group-name specified in the URL and the request body must match.

Path parameters

device_group_name (required)
Path Parameter — ID of device-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device_group device-group_schema (required)
Body Parameter — device_groupbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/device-groups/
Overwrite device-groups. (updateIcebergDeviceGroupsDeviceGroupsById)
Overwrite the existing configuration of device-groups. New device-groups are created and the existing device-groups are overwritten with new content. If some existing device-groups are not present in the payload, such device-groups are deleted. This will fail if any of the device-groups that are not present in the payload have running services.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device_groups device-groups_schema (required)
Body Parameter — device-groupsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/devices/
Overwrite devices. (updateIcebergDevicesDevicesById)
Overwrite the existing configuration of devices. New devices are created and the existing devices are overwritten with new content. If some existing devices are not present in the payload, such devices are deleted. This will fail if any of the devices that are not present in the payload are referenced by a device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

devices devices_schema (required)
Body Parameter — devicesbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/network-group/{network_group_name}/
Overwrite a network-group. (updateIcebergNetworkGroupNetworkGroupById)
Overwrite a network-group by the network-group-name. The network-group-name specified in the URL and the request body must match.

Path parameters

network_group_name (required)
Path Parameter — ID of network-group-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

network_group network-group_schema (required)
Body Parameter — network_groupbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/network-groups/
Overwrite network-groups. (updateIcebergNetworkGroupsNetworkGroupsById)
Overwrite the existing network-group configuration. New network-groups are created and the existing network-groups are overwritten with new content. If some of the existing network-groups are not present in the payload, such network-groups are deleted. This will fail if any of the network-groups that are not present in the payload have running services.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

network_groups network-groups_schema (required)
Body Parameter — network-groupsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/notification/{notification_name}/
Overwrite a notification. (updateIcebergNotificationNotificationById)
Overwrite a notification by the notification-name. The notification-name specified in URL and the request body must match.

Path parameters

notification_name (required)
Path Parameter — ID of notification-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

notification notification_schema (required)
Body Parameter — notificationbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/notifications/
Overwrite notifications. (updateIcebergNotificationsNotificationsById)
Overwrite the existing notifications configuration. New notifications are created and existing notifications are overwritten with new content. If some of the existing notifications are not present in the payload, such notifications are deleted. This will fail if any of the notifications that are not present in the payload are referenced by a device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

notifications notifications_schema (required)
Body Parameter — notificationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/playbook/{playbook_name}/
Overwrite a playbook. (updateIcebergPlaybookPlaybookById)
Overwrite a playbook by the playbook-name. The playbook-name specified in the URL and the request body must match.

Path parameters

playbook_name (required)
Path Parameter — ID of playbook-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

playbook playbook_schema (required)
Body Parameter — playbookbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/playbooks/
Overwrite all playbooks. (updateIcebergPlaybooksPlaybooksById)
Overwrite the existing playbooks configuration. New playbooks are created and existing playbooks are overwritten with new content. If some of the existing playbooks are not present in the payload, such playbooks are deleted. This will fail if any of the playbooks that are not present in the payload are referenced by a device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

playbooks playbooks_schema (required)
Body Parameter — playbooksbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/retention-policies/
Overwrite all retention-policies. (updateIcebergRetentionPoliciesRetentionPoliciesId)
Overwrite the existing retention-policies configuration. New retention-policies are created and existing retention-policies are overwritten with new content. If some existing retention-policies are not present in the payload, such retention-policies are deleted. This will fail if any of the retention-policies that are not present in the payload are referenced by a device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

retention_policies retention-policies_schema (required)
Body Parameter — retention-policies body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/retention-policy/{retention_policy_name}/
Overwrite a retention-policy. (updateIcebergRetentionPolicyRetentionPolicyById)
Overwrite a retention-policy by the retention-policy-name. The retention-policy-name specified in URL and the request body must match.

Path parameters

retention_policy_name (required)
Path Parameter — ID of retention-policy-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

retention_policy retention-policy_schema (required)
Body Parameter — retention_policybody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/report-generation/destination/{name}/
Update destination by name (updateIcebergSystemDestinationById)
Overwrite a destination by destination name. The destination name specified in the URL and the request body must match.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destination destination_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/report-generation/destinations/
Update destinations by name (updateIcebergSystemDestinations)
Overwrite the existing configuration of destinations. New destinations are created and the existing destinations are overwritten with new content. If some existing destinations are not present in the payload, such destinations are deleted. This will fail if any of the destinations that are not present in the payload are referenced by a report.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destinations destinations_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/report-generation/report/{name}/
Update report by name (updateIcebergSystemReportById)
Overwrite a report by report name. The report name specified in the URL and the request body must match.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

report report_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/report-generation/reports/
Update reports by name (updateIcebergSystemReports)
Overwrite the existing configuration of reports. New reports are created and the existing reports are overwritten with new content. If some existing reports are not present in the payload, such reports are deleted. This will fail if any of the reports that are not present in the payload are referenced by a device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

reports reports_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/scheduler/{name}/
Update scheduler by name (updateIcebergSystemSchedulerById)
Overwrite a scheduler by scheduler name. The scheduler name specified in the URL and the request body must match.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

scheduler scheduler_schema (required)
Body Parameter — schedulerbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/schedulers/
Update schedulers by name (updateIcebergSystemSchedulers)
Update operation of resource: schedulers

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

schedulers schedulers_schema (required)
Body Parameter — schedulersbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/report-generation/destination/{name}/
Update destination by name (updateIcebergSystemSettingsDestinationById)
Overwrite a destination by destination name. The destination name specified in the URL and the request body must match.

Path parameters

name (required)
Path Parameter — Name of destination

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destination destination_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/report-generation/destinations/
Update destinations by name (updateIcebergSystemSettingsDestinations)
Overwrite the existing configuration of destinations. New destinations are created and the existing destinations are overwritten with new content. If some existing destinations are not present in the payload, such destinations are deleted. This will fail if any of the destinations that are not present in the payload are referenced by a report.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

destinations destinations_schema (required)
Body Parameter — destinationsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/report-generation/report/{name}/
Update report by name (updateIcebergSystemSettingsReportById)
Overwrite a report by report name. The report name specified in the URL and the request body must match.

Path parameters

name (required)
Path Parameter — Name of report

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

report report_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/report-generation/reports/
Update reports by name (updateIcebergSystemSettingsReports)
Overwrite the existing configuration of reports. New reports are created and the existing reports are overwritten with new content. If some existing reports are not present in the payload, such reports are deleted. This will fail if any of the reports that are not present in the payload are referenced by a device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

reports reports_schema (required)
Body Parameter — reportsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/scheduler/{name}/
Update scheduler by name (updateIcebergSystemSettingsSchedulerById)
Overwrite a scheduler by scheduler name. The scheduler name specified in the URL and the request body must match.

Path parameters

name (required)
Path Parameter — Name of Scheduler

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

scheduler scheduler_schema (required)
Body Parameter — schedulerbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/schedulers/
Update schedulers by name (updateIcebergSystemSettingsSchedulers)
Update operation of resource: schedulers

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

schedulers schedulers_schema (required)
Body Parameter — schedulersbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system-settings/
Update system-settings by ID (updateIcebergSystemSettingsSystemSettingsById)
Overwrite the existing configuration of system-settings. New system-settings are created and existing system-settings are overwritten with new content. If some existing system-settings are not present in the payload, such system-settings are deleted. This will fail if any of the reports in system-settings that are not present in the payload are referenced by a device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

system_settings system-settings_schema (required)
Body Parameter — system_settingsbody object

Request headers

Query parameters

force_tsdb (optional)
Query Parameter — force update tsdb when force is set to True default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/
Update system by ID (updateIcebergSystemSystemById)
New endpoint to over-write the existing configuration of system-settings. New system-settings are created and existing system-settings are overwritten with new content. If some existing system-settings are not present in the payload, such system settings are deleted. This will fail if any of the reports in system-settings that are not present in the payload are referenced by a device-group or network-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

system_settings system-settings_schema (required)
Body Parameter — system_settings body object

Request headers

Query parameters

force_tsdb (optional)
Query Parameter — force update tsdb when force is set to True default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/topic/{topic_name}/rule/{rule_name}/
Overwrite a rule. (updateIcebergTopicRuleRuleById)
Overwrite a rule by the rule-name. The rule-name specified in URL and the request body must match.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
rule_name (required)
Path Parameter — ID of rule-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

rule rule_schema (required)
Body Parameter — rulebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/topic/{topic_name}/
Overwrite a topic. (updateIcebergTopicTopicById)
Overwrite a topic by the topic-name. The topic-name specified in URL and the request body must match.

Path parameters

topic_name (required)
Path Parameter — ID of topic-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

topic topic_schema (required)
Body Parameter — topicbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/topics/
Overwrite topics. (updateIcebergTopicsTopicsById)
Overwrite the existing topics configuration. New topics are created and existing topics are overwritten with new content. If some existing topics are not present in the payload, such topics are deleted. This will fail if any of the topics that are not present in the payload are referenced by a playbook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

topics topics_schema (required)
Body Parameter — topicsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Datastore

Up
post /config/data-store/{group_name}/
Create dashboard details. (createDataStore)
Store data-store details in database for the requested group name and key.

Path parameters

group_name (required)
Path Parameter — Group name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

data datastore_schema (required)
Body Parameter — Value of data_store object

Request headers

Query parameters

key (required)
Query Parameter — Key of data_store object

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
delete /config/data-store/{group_name}/
Delete dashboard details. (deleteDataStore)
Delete data_store details for the given group-name, or as per the keys passed in query.

Path parameters

group_name (required)
Path Parameter — Group name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

key (optional)
Query Parameter — ID of dashboard

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
get /config/data-store/{group_name}/
Delete dashboard details. (retrieveDataStore)
Retrieve data_store details for the given group-name, or as per the keys passed in query.

Path parameters

group_name (required)
Path Parameter — Group name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

key (optional)
Query Parameter — Key of data_store object

Return type

datastore_schema

Example data

Content-Type: application/json
{
  "group-name" : "aeiou",
  "value" : "{}",
  "key" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation datastore_schema

400

Internal Error

Up
put /config/data-store/{group_name}/
Update data_store details. (updateDataStore)
Update data-store details in database for the requested group name and key.

Path parameters

group_name (required)
Path Parameter — Group name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

data datastore_schema (required)
Body Parameter — value of data_store object

Request headers

Query parameters

key (required)
Query Parameter — key of data_store

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Debug

Up
post /debug/configuration/
Request Healthbot MGD service to generate the debug related configuration for healthbot debugger to consume. (healthbotDebugGenerateConfiguration)
Request Healthbot MGD service to generate the debug related configuration for healthbot debugger to consume.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Up
post /debug/scenario/{scenario_name}/
Run debugging for the given scenario name (retrieveDebugForScenario)
Run debugging for the given scenario name

Path parameters

scenario_name (required)
Path Parameter — Scenario name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

debug_arguments debug-arguments_schema (optional)
Body Parameter — Debug arguments object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

202

Successful operation

default

Unexpected error Error

Default

Up
get /grafana/backup/
Take backup of Grafana configuration (backupGrafana)
Take backup of Grafana configuration

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

File

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation File

default

unexpected error Error

Up
get /config/files/helper-files/backup/
Download the tar file containing all helper files. (backupHelperFiles)
Download helper files tar file, which will include the config and input directory.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

File

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation File

default

unexpected error Error

Up
post /config/dynamic-tagging/key/
Creates Dynamic-tagging key-value (createDynamicTaggingByKey)
Creates a key in Dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

dynamic_tagging_obj dynamic_tagging_schema_object (required)
Body Parameter — Dynamic-tagging object containing key-value pair

Request headers

Query parameters

key_name (required)
Query Parameter — Dynamic-tagging Key

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/files/certificates/{file_name}/
Upload a certificate file. (createFilesCertificatesByFileName)
Upload the specified certificate-file.

Path parameters

file_name (required)
Path Parameter — File name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

password (optional)
Query Parameter — password
certificate_type (optional)
Query Parameter — Certificate type

Form parameters

up_file (required)
Form Parameter — File content

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
post /config/files/helper-files/{file_name}/
Upload a helper-file. (createFilesHelperFilesByFileName)
Upload the specified helper-file.

Path parameters

file_name (required)
Path Parameter — File name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Form parameters

up_file (required)
Form Parameter — File content

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
post /config/deployment/
Create deployment by ID (createHealthbotDeploymentDeploymentById)
Create operation of resource: deployment

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

deployment deployment_schema (required)
Body Parameter — deployment body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/dynamic-tagging/keys/
Create dynamic-tagging by ID (createHealthbotDynamicTagging)
Create operation of resource: dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

dynamic_tagging dynamic_taggings_schema_object (required)
Body Parameter — dynamic_taggingbody object

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/byoi/custom-plugin/{name}/
Create custom-plugin by ID (createHealthbotIngestByoiCustomPluginById)
Create operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

custom_plugin custom-plugin_schema (required)
Body Parameter — custom_pluginbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/
Create tlive-kafka-oc by ID (createHealthbotIngestByoiDefaultPluginTliveKafkaById)
Add/Merge a tlive-kafka-oc configuration.

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tlive_kafka tlive-kafka-oc_schema (required)
Body Parameter — tlive_kafkabody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/byoi/ingest-mapping/{name}/
Create ingest-mapping by ID (createHealthbotIngestByoiIngestMappingById)
Create ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_mapping ingest-mapping_schema (required)
Body Parameter — ingest_mappingbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/frequency-profile/{name}/
Create frequency-profile by ID (createHealthbotIngestFrequencyProfileById)
Create operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

frequency_profile frequency-profile_schema (required)
Body Parameter — frequency_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/ifa/
Create ifa by ID (createHealthbotIngestIfa)
Create operation of resource: ifa

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ifa ifa_schema (required)
Body Parameter — ifabody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/ifa/device/{id}/
Create device by ID (createHealthbotIngestIfaDeviceById)
Create operation of resource: device

Path parameters

id (required)
Path Parameter — ID of ifa device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device ifa_device_schema (required)
Body Parameter — devicebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/outbound-ssh/
Create outbound-ssh by ID (createHealthbotIngestOutboundSsh)
Create operation of resource: outbound-ssh

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

outbound_ssh outbound-ssh_schema (required)
Body Parameter — outbound_ssh body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/byoi/custom-plugin/{name}/
Create custom-plugin by ID (createHealthbotIngestSettingsByoiCustomPluginById)
Create operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

custom_plugin custom-plugin_schema (required)
Body Parameter — custom_pluginbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/
Create tlive-kafka-oc by ID (createHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById)
Add/Merge a tlive-kafka-oc configuration.

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tlive_kafka tlive-kafka-oc_schema (required)
Body Parameter — tlive_kafkabody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/byoi/ingest-mapping/{name}/
Create ingest-mapping by ID (createHealthbotIngestSettingsByoiIngestMappingById)
Create ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_mapping ingest-mapping_schema (required)
Body Parameter — ingest_mappingbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/frequency-profile/{name}/
Create frequency-profile by ID (createHealthbotIngestSettingsFrequencyProfileById)
Create operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

frequency_profile frequency-profile_schema (required)
Body Parameter — frequency_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/data-enrichment/tagging-profile/{name}/
Create tagging-profile by ID (createHealthbotIngestSettingsTaggingProfileById)
Create operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profile tagging-profile_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/data-enrichment/tagging-profiles/
Create tagging-profile by ID (createHealthbotIngestSettingsTaggingProfiles)
Create operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profile tagging-profiles_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/sflow/
Create sflow by ID (createHealthbotIngestSflow)
Create operation of resource: sflow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

sflow sflow_schema (required)
Body Parameter — sflowbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/sflow/counter-record/{record_name}/
Create counter-record by ID (createHealthbotIngestSflowCounterRecordById)
Create operation of resource: counter-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

counter_record counter-record_schema (required)
Body Parameter — counter_recordbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/sflow/flow-record/{record_name}/
Create flow-record by ID (createHealthbotIngestSflowFlowRecordById)
Create operation of resource: flow-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

flow_record flow-record_schema (required)
Body Parameter — flow_recordbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/sflow/protocol/{protocol_name}/
Create protocol by ID (createHealthbotIngestSflowProtocolById)
Create operation of resource: protocol

Path parameters

protocol_name (required)
Path Parameter — ID of protocol-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

protocol protocol_schema (required)
Body Parameter — protocolbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/sflow/sample/{sample_name}/
Create sample by ID (createHealthbotIngestSflowSampleById)
Create operation of resource: sample

Path parameters

sample_name (required)
Path Parameter — ID of sample-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

sample sample_schema (required)
Body Parameter — samplebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/snmp-notification/
Create snmp-notification by ID (createHealthbotIngestSnmpNotification)
Create operation of resource: snmp-notification

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

snmp_notification snmp-notification_schema (required)
Body Parameter — snmp_notification body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/snmp-notification/v3/usm/user/{name}/
Create SNMPv3 user by UserName(ID) (createHealthbotIngestSnmpNotificationV3UsmUserById)
Create operation of resource: snmp v3 usm user

Path parameters

name (required)
Path Parameter — User Name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

usm_user snmpv3-usm-user_schema (required)
Body Parameter — snmp_v3_usm user object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/syslog/header-pattern/{name}/
Create pattern by ID (createHealthbotIngestSyslogHeaderPatternById)
Create operation of resource: header-pattern

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern header-pattern_schema (required)
Body Parameter — header_patternbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/data-enrichment/tagging-profile/{name}/
Create tagging-profile by ID (createHealthbotIngestTaggingProfileById)
Create operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profile tagging-profile_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/data-enrichment/tagging-profiles/
Create tagging-profile by ID (createHealthbotIngestTaggingProfiles)
Create operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profile tagging-profiles_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/organization/{organization_name}/
Create organization by ID (createHealthbotOrganizationOrganizationById)
Create operation of resource: organization

Path parameters

organization_name (required)
Path Parameter — ID of organization-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

organization organization_schema (required)
Body Parameter — organizationbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/profile/rollup-summarization/field-profile/{profile_id}/
Create field-profile by ID (createHealthbotProfileRollupSummarizationFieldProfileFieldProfileById)
Create operation of resource: field-profile

Path parameters

profile_id (required)
Path Parameter — ID of profile-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

field_profile rollup-summarization_schema (required)
Body Parameter — field_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/tsdb/
Create time-series-database by ID (createHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabaseById)
Create operation of resource: time-series-database

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

time_series_database tsdb_schema (required)
Body Parameter — time_series_databasebody object

Query parameters

force_tsdb (optional)
Query Parameter — force update tsdb when force is set to True default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/system/trigger_action/
Create trigger-action (createHealthbotSystemTriggerAction)
Create operation of resource: trigger-action

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

trigger_action trigger_action_schema (required)
Body Parameter — trigger_action object

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/
Create ingest by ID (createIcebergIngest)
Create operation of resource: ingest

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_settings ingest-settings_schema (required)
Body Parameter — ingest_settingsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/flow/
Create flow by ID (createIcebergIngestFlow)
Create operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

flow flow_schema (required)
Body Parameter — flowbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/flow/template/{name}/
Create template by ID (createIcebergIngestFlowTemplateById)
Create operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

template template_schema (required)
Body Parameter — templatebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/native-gpb/
Create native-gpb by ID (createIcebergIngestNativeGpb)
Create operation of resource: native-gpb

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

native_gpb native-gpb_schema (required)
Body Parameter — native_gpbbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/
Create ingest-settings by ID (createIcebergIngestSettings)
Create operation of resource: ingest-settings

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_settings ingest-settings_schema (required)
Body Parameter — ingest_settingsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/flow/
Create flow by ID (createIcebergIngestSettingsFlow)
Create operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

flow flow_schema (required)
Body Parameter — flowbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/flow/template/{name}/
Create template by ID (createIcebergIngestSettingsFlowTemplateById)
Create operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

template template_schema (required)
Body Parameter — templatebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/syslog/
Create syslog by ID (createIcebergIngestSettingsSyslog)
Create operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

syslog syslog_schema (required)
Body Parameter — syslogbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/syslog/pattern/{name}/
Create pattern by ID (createIcebergIngestSettingsSyslogPatternById)
Create operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern pattern_schema (required)
Body Parameter — patternbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest-settings/syslog/pattern-set/{name}/
Create pattern-set by ID (createIcebergIngestSettingsSyslogPatternSetById)
Create operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern_set pattern-set_schema (required)
Body Parameter — pattern_setbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/syslog/
Create syslog by ID (createIcebergIngestSyslog)
Create operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

syslog syslog_schema (required)
Body Parameter — syslogbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/syslog/pattern/{name}/
Create pattern by ID (createIcebergIngestSyslogPatternById)
Create operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern pattern_schema (required)
Body Parameter — patternbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/syslog/pattern-set/{name}/
Create pattern-set by ID (createIcebergIngestSyslogPatternSetById)
Create operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern_set pattern-set_schema (required)
Body Parameter — pattern_setbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/profile/data-summarization/raw/{name}/
Create raw-data-summarization by ID (createIcebergProfileDataSummarizationRawById)
Create operation of resource: raw-data-summarization

Path parameters

name (required)
Path Parameter — Name of raw-data-summarization

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

raw_data_summarization raw_schema (required)
Body Parameter — raw_data_summarizationbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/profile/security/ca-profile/{name}/
Create ca-profile by ID (createIcebergProfileSecurityCaProfileById)
Create operation of resource: ca-profile

Path parameters

name (required)
Path Parameter — Name of ca-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ca_profile ca-profile_schema (required)
Body Parameter — ca_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/profile/security/local-certificate/{name}/
Create local-certificate by ID (createIcebergProfileSecurityLocalCertificateById)
Create operation of resource: local-certificate

Path parameters

name (required)
Path Parameter — Name of local-certificate

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

local_certificate local-certificate_schema (required)
Body Parameter — local_certificatebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/profile/security/ssh-key-profile/{name}/
Create ssh-key-profile by ID (createIcebergProfileSecuritySshKeyProfileById)
Create operation of resource: ssh-key-profile

Path parameters

name (required)
Path Parameter — Name of ssh-key-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ssh_key_profile ssh-key-profile_schema (required)
Body Parameter — ssh_key_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/profiles/
Create profile by ID (createIcebergProfiles)
Create entire profile configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

profile profiles_schema (required)
Body Parameter — profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /config/ingest/paa/{paa_name}/
Update paa by paa name (createIngestPaaByPaaName)
Create operation of resource: paa by paa_name

Path parameters

paa_name (required)
Path Parameter — name of paa setup

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

paa_setup paa-setup_schema (required)
Body Parameter — paa body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
delete /config/dynamic-tagging/key/
Delete Dynamic-tagging key-value (deleteDynamicTaggingByKey)
Update a key in Dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

key_name (required)
Query Parameter — Dynamic-tagging Key

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/files/certificates/{file_name}/
Delete a certificate-file. (deleteFilesCertificatesByFileName)
Delete the specified certificate-file. Delete will not fail if the certificate-file is being used by some service.

Path parameters

file_name (required)
Path Parameter — File name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

input_path (optional)
Query Parameter — Input path
certificate_type (optional)
Query Parameter — Certificate type

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

default

unexpected error Error

Up
delete /config/files/helper-files/{file_name}/
Delete a helper-file. (deleteFilesHelperFilesByFileName)
Delete the specified helper-file. Delete will not fail if the helper-file is being used by some service.

Path parameters

file_name (required)
Path Parameter — File name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

input_path (optional)
Query Parameter — Input path

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

default

unexpected error Error

Up
delete /config/deployment/
Delete deployment by ID (deleteHealthbotDeploymentDeploymentById)
Delete operation of resource: deployment

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/dynamic-tagging/keys/
Delete dynamic-tagging by ID (deleteHealthbotDynamicTagging)
Delete operation of resource: dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/byoi/custom-plugin/{name}/
Delete custom-plugin by ID (deleteHealthbotIngestByoiCustomPluginById)
Delete operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/
Delete tlive-kafka-oc by ID (deleteHealthbotIngestByoiDefaultPluginTliveKafkaById)
Delete operation of resource: tlive-kafka-oc

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/byoi/ingest-mapping/{name}/
Delete ingest-mapping by ID (deleteHealthbotIngestByoiIngestMappingById)
Delete ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/frequency-profile/{name}/
Delete frequency-profile by ID (deleteHealthbotIngestFrequencyProfileById)
Delete operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/ifa/
Delete ifa by ID (deleteHealthbotIngestIfa)
Delete operation of resource: ifa

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/ifa/device/{id}/
Delete device by ID (deleteHealthbotIngestIfaDeviceById)
Delete operation of resource: device

Path parameters

id (required)
Path Parameter — ID of ifa device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/outbound-ssh/
Delete outbound-ssh by ID (deleteHealthbotIngestOutboundSsh)
Delete operation of resource: outbound-ssh

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/paa/{paa_name}/
Delete paa setup by paa name (deleteHealthbotIngestPaaByPaaName)
Delete operation of resource: paa by paa name

Path parameters

paa_name (required)
Path Parameter — name of paa setup

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/byoi/custom-plugin/{name}/
Delete custom-plugin by ID (deleteHealthbotIngestSettingsByoiCustomPluginById)
Delete operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/
Delete tlive-kafka-oc by ID (deleteHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById)
Delete operation of resource: tlive-kafka-oc

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/byoi/ingest-mapping/{name}/
Delete ingest-mapping by ID (deleteHealthbotIngestSettingsByoiIngestMappingById)
Delete ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/frequency-profile/{name}/
Delete frequency-profile by ID (deleteHealthbotIngestSettingsFrequencyProfileById)
Delete operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/data-enrichment/tagging-profile/{name}/
Delete tagging-profile by ID (deleteHealthbotIngestSettingsTaggingProfileById)
Delete operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/data-enrichment/tagging-profiles/
Delete tagging-profile by ID (deleteHealthbotIngestSettingsTaggingProfiles)
Delete operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/sflow/
Delete sflow by ID (deleteHealthbotIngestSflow)
Delete operation of resource: sflow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/sflow/counter-record/{record_name}/
Delete counter-record by ID (deleteHealthbotIngestSflowCounterRecordById)
Delete operation of resource: counter-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/sflow/flow-record/{record_name}/
Delete flow-record by ID (deleteHealthbotIngestSflowFlowRecordById)
Delete operation of resource: flow-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/sflow/protocol/{protocol_name}/
Delete protocol by ID (deleteHealthbotIngestSflowProtocolById)
Delete operation of resource: protocol

Path parameters

protocol_name (required)
Path Parameter — ID of protocol-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/sflow/sample/{sample_name}/
Delete sample by ID (deleteHealthbotIngestSflowSampleById)
Delete operation of resource: sample

Path parameters

sample_name (required)
Path Parameter — ID of sample-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/snmp-notification/
Delete snmp-notification (deleteHealthbotIngestSnmpNotification)
Delete operation of resource: snmp-notification

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/snmp-notification/v3/usm/user/{name}/
Delete SNMPv3 user by UserName(ID) (deleteHealthbotIngestSnmpNotificationV3UsmUserById)
Delete operation of resource: snmp v3 usm user

Path parameters

name (required)
Path Parameter — User Name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/syslog/header-pattern/{name}/
Delete pattern by ID (deleteHealthbotIngestSyslogHeaderPatternById)
Delete operation of resource: header-pattern

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/data-enrichment/tagging-profile/{name}/
Delete tagging-profile by ID (deleteHealthbotIngestTaggingProfileById)
Delete operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/data-enrichment/tagging-profiles/
Delete tagging-profile by ID (deleteHealthbotIngestTaggingProfiles)
Delete operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/organization/{organization_name}/
Delete organization by ID (deleteHealthbotOrganizationOrganizationById)
Delete operation of resource: organization

Path parameters

organization_name (required)
Path Parameter — ID of organization-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/profile/rollup-summarization/field-profile/{profile_id}/
Delete field-profile by ID (deleteHealthbotProfileRollupSummarizationFieldProfileFieldProfileById)
Delete operation of resource: field-profile

Path parameters

profile_id (required)
Path Parameter — ID of profile-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/tsdb/
Delete time-series-database (deleteHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabaseById)
Delete operation of resource: time-series-database

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/system/trigger_action/
Delete trigger-action schedulers (deleteHealthbotSystemTriggerAction)
Delete operation of resource: trigger-action

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/
Delete ingest by ID (deleteIcebergIngest)
Delete operation of resource: ingest

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/flow/
Delete flow by ID (deleteIcebergIngestFlow)
Delete operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/flow/template/{name}/
Delete template by ID (deleteIcebergIngestFlowTemplateById)
Delete operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/native-gpb/
Delete native-gpb by ID (deleteIcebergIngestNativeGpb)
Delete operation of resource: native-gpb

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/
Delete ingest-settings by ID (deleteIcebergIngestSettings)
Delete operation of resource: ingest-settings

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/flow/
Delete flow by ID (deleteIcebergIngestSettingsFlow)
Delete operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/flow/template/{name}/
Delete template by ID (deleteIcebergIngestSettingsFlowTemplateById)
Delete operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/syslog/
Delete syslog by ID (deleteIcebergIngestSettingsSyslog)
Delete operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/syslog/pattern/{name}/
Delete pattern by ID (deleteIcebergIngestSettingsSyslogPatternById)
Delete operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest-settings/syslog/pattern-set/{name}/
Delete pattern-set by ID (deleteIcebergIngestSettingsSyslogPatternSetById)
Delete operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/syslog/
Delete syslog by ID (deleteIcebergIngestSyslog)
Delete operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/syslog/pattern/{name}/
Delete pattern by ID (deleteIcebergIngestSyslogPatternById)
Delete operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/ingest/syslog/pattern-set/{name}/
Delete pattern-set by ID (deleteIcebergIngestSyslogPatternSetById)
Delete operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/profile/data-summarization/raw/{name}/
Delete raw-data-summarization by ID (deleteIcebergProfileDataSummarizationRawById)
Delete operation of resource: raw data-summarization

Path parameters

name (required)
Path Parameter — Name of raw-data-summarization

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/profile/security/ca-profile/{name}/
Delete ca-profile by ID (deleteIcebergProfileSecurityCaProfileById)
Delete operation of resource: ca-profile

Path parameters

name (required)
Path Parameter — Name of ca-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/profile/security/local-certificate/{name}/
Delete local-certificate by ID (deleteIcebergProfileSecurityLocalCertificateById)
Delete operation of resource: local-certificate

Path parameters

name (required)
Path Parameter — Name of local-certificate

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/profile/security/ssh-key-profile/{name}/
Delete ssh-key-profile by ID (deleteIcebergProfileSecuritySshKeyProfileById)
Delete operation of resource: ssh-key-profile

Path parameters

name (required)
Path Parameter — Name of ssh-key-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
delete /config/profiles/
Delete profile by ID (deleteIcebergProfiles)
Delete entire profile configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

400

Internal Error

Up
get /config/dynamic-tagging/key/
Get value of corresponding Dynamic-tagging key (getDynamicTaggingByKey)
Get Value of corresponding key from dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

key_name (required)
Query Parameter — Dynamic-tagging Key

Return type

String

Example data

Content-Type: application/json
"aeiou"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation String

400

Internal Error

Up
get /field-capture/
Get last value of all fields before a given timestamp. (getFieldsFromXpath)
Get the values of all fields

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

xpath (required)
Query Parameter — XPATH
timestamp (optional)
Query Parameter — Timestamp

Return type

field-capture_schema

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation field-capture_schema

default

unexpected error Error

Up
get /grafana/login/
Login to grafana (grafanaLogin)
Login to Grafana

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
post /inspect/command-rpc/table/
Inspect the given iAgent table. (inspectCommandRpcTableOnDevice)
Inspect the given iAgent table on a device and return the results.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

command_rpc_detail command-rpc (required)
Body Parameter — command-rpc object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

Unexpected error Error

Up
post /grafana/restore/
Restore Grafana configuration (restoreGrafana)
Restore Grafana configuration

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Form parameters

restore_file (required)
Form Parameter — File content

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
post /config/files/helper-files/backup/
Upload a helper-file. (restoreHelperFiles)
Upload tar file of helper-files

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Form parameters

restore_file (required)
Form Parameter — File content

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

default

unexpected error Error

Up
get /config/configuration/jobs/
(retrieveConfigurationJobs)
Return list of all the Commit Job ID's

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

job_id (optional)
Query Parameter — Id of Job format: uuid
job_status (optional)
Query Parameter — Type of job

Return type

array[inline_response_200_1]

Example data

Content-Type: application/json
[ {
  "job-id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "job-result" : "aeiou",
  "job-status" : "finished"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful creation of job.

default

unexpected error Error

Up
get /data/database/table/
Get information about tables for a device of a device-group. (retrieveDataDatabaseTable)
Get information about different types of tables stored for a device of a device-group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

device_id (optional)
Query Parameter — Name of device
device_group_name (optional)
Query Parameter — Name of device-group
network_group_name (optional)
Query Parameter — Name of network-group

Return type

array[table_schema]

Example data

Content-Type: application/json
[ {
  "db_name" : "aeiou",
  "retention_policy" : "aeiou",
  "name" : "aeiou",
  "type" : "Prediction table"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Tables in the given database

default

unexpected error Error

Up
get /data/database/table/column/
Get information about columns in a table. (retrieveDataDatabaseTableColumnByTableName)
Get information about columns in a table.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

device_id (optional)
Query Parameter — Name of device
device_group_name (optional)
Query Parameter — Name of device-group
network_group_name (optional)
Query Parameter — Name of network-group
table_name (required)
Query Parameter — Name of table

Return type

array[String]

Example data

Content-Type: application/json
[ "field-1", "field-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of columns in the given table

Example data

Content-Type: application/json
[field-1, field-2]

default

unexpected error Error

Up
get /data/database/table/tags/
Get information about tags keys and values in a table. (retrieveDataDatabaseTagsByTableName)
Get information about tags keys and values in a table.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

device_id (optional)
Query Parameter — Name of device
device_group_name (optional)
Query Parameter — Name of device-group
network_group_name (optional)
Query Parameter — Name of network-group
table_name (required)
Query Parameter — Name of table
tag (optional)
Query Parameter — Tag key for which values are requested.
where_clause (optional)
Query Parameter — Where condition to select values for the requested key. This would not be processed if there is no tag query parameter. eg: tag_key1=val1 AND tag_key2=val2

Return type

array[String]

Example data

Content-Type: application/json
[ "Value-1", "Value-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of tags in the given table

Example data

Content-Type: application/json
[Value-1, Value-2]

default

unexpected error Error

Up
get /debug/jobs/
(retrieveDebugJobs)
Return the status of the last "/debug/" job

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

job_id (optional)
Query Parameter — Id of Job format: uuid

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful creation of job.

default

unexpected error Error

Up
get /event/
Get all events for a device. (retrieveEvent)
Get the list of events for a device. Filtering is possible with the use of various query parameters.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
device_id (required)
Query Parameter — device-id of the device for which events are requested
device_group_name (optional)
Query Parameter — Device group's device-group-name of which the device is part
granularity (optional)
Query Parameter — Granularity of query
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of events

default

unexpected error Error

Up
get /event/{event_name}/
Get instances of a device event. (retrieveEventByEventName)
Get instances of a specified device event. Filtering is possible with the use of various query parameters.

Path parameters

event_name (required)
Path Parameter — Name of event

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
device_id (required)
Query Parameter — device-id of the device for which events are requested
device_group_name (optional)
Query Parameter — device-group-name of which the device is part
granularity (optional)
Query Parameter — Granularity of query
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Instance list of specified event

default

unexpected error Error

Up
get /event/device-group/{event_name}/
Get instances of a device-group event. (retrieveEventByEventNameDeviceGroup)
Get instances of a specified device-group event. Filtering is possible with the use of various query parameters.

Path parameters

event_name (required)
Path Parameter — Name of event

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
device_group_name (required)
Query Parameter — device_group_name of the device-group for which events are requested
granularity (optional)
Query Parameter — Granularity of query
device_id (optional)
Query Parameter — list of devices under a device-group to be fetched
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Instance list of specified event

default

unexpected error Error

Up
get /event/network-group/{event_name}/
Get instances of a network-group event. (retrieveEventByEventNameNetworkGroup)
Get instances of a specified network-group event. Filtering is possible with the use of various query parameters.

Path parameters

event_name (required)
Path Parameter — Name of event

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
network_group_name (required)
Query Parameter — network_group_name of the network-group for which events are requested
granularity (optional)
Query Parameter — Granularity of query
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Instance list of specified event

default

unexpected error Error

Up
get /event/device-group/
Get all events for a device-group. (retrieveEventDeviceGroup)
Get the list of events for a device-group. Filtering is possible with the use of various query parameters.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
device_group_name (required)
Query Parameter — device_group_name of the device-group for which events are requested
granularity (optional)
Query Parameter — Granularity of query
device_id (optional)
Query Parameter — list of devices under a device-group to be fetched
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of events

default

unexpected error Error

Up
get /event/network-group/
Get all events for a network-group. (retrieveEventNetworkGroup)
Get the list of events for a network-group. Filtering is possible with the use of various query parameters.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
network_group_name (required)
Query Parameter — network_group_name of the network-group for which events are requested
granularity (optional)
Query Parameter — Granularity of query
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of events

default

unexpected error Error

Up
get /events/
Get all events. (retrieveEvents)
Get the list of all events. Filtering is possible with the use of various query parameters.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

from_timestamp (required)
Query Parameter — Starting timestamp format: date-time
to_timestamp (optional)
Query Parameter — Ending timestamp format: date-time
color (optional)
Query Parameter — Color of events.

Return type

array[event]

Example data

Content-Type: application/json
[ {
  "color" : "yellow",
  "event_name" : "aeiou",
  "frequency" : 0,
  "timestamp" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of events

default

unexpected error Error

Up
get /config/files/certificates/{file_name}/
Download a certificate-file. (retrieveFilesCertificatesByFileName)
Download the specified certificate-file.

Path parameters

file_name (required)
Path Parameter — File name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

input_path (optional)
Query Parameter — Input path
certificate_type (optional)
Query Parameter — Certificate type

Return type

File

Example data

Content-Type: application/json
"FILE CONTENT"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation File

Example data

Content-Type: application/json
FILE CONTENT

default

unexpected error Error

Up
get /config/files/helper-files/
Get all helper-file names. (retrieveFilesHelperFiles)
Get a list of all the helper-file file-names.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

input_path (optional)
Query Parameter — Input path

Return type

array[String]

Example data

Content-Type: application/json
[ "file-1", "file-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[file-1, file-2]

default

unexpected error Error

Up
get /config/files/helper-files/{file_name}/
Download a helper-file. (retrieveFilesHelperFilesByFileName)
Download the specified helper-file.

Path parameters

file_name (required)
Path Parameter — File name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

input_path (optional)
Query Parameter — Input path

Return type

File

Example data

Content-Type: application/json
"FILE CONTENT"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation File

Example data

Content-Type: application/json
FILE CONTENT

default

unexpected error Error

Up
get /health/
Return a dict with health of devices in device groups and network groups (retrieveHealthAll)
Returns health of network-groups and devices in device-groups

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

healthSchema

Example data

Content-Type: application/json
{
  "device-health" : {
    "device-1" : {
      "device-group-1" : "green",
      "device-group-2" : "yellow"
    },
    "device-2" : {
      "device-group-1" : "red"
    }
  },
  "network-health" : {
    "network-group-1" : "green",
    "network-group-2" : "red",
    "network-group-3" : "gray"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Dict of health of devices in device groups and network groups healthSchema

default

unexpected error Error

Up
get /health-tree/device-group/{device_group_name}/
Get device-group health-tree. (retrieveHealthTreeByDeviceGroup)
Get health-tree of a specified device-group.

Path parameters

device_group_name (required)
Path Parameterdevice-group-name of device-group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

timestamp (optional)
Query Parameter — Timestamp at which health tree is requested. If not specified, current server timestamp is used. format: date-time
tolerance (optional)
Query Parameter — Timestamp tolerance in seconds. With this option, health-tree will contain latest data between timestamp-2*tolerance and timestamp. Default value is 2*frequency where frequency is extracted from trigger. format: int64
device (optional)
Query Parameter — list of devices under a device-group to be fetched

Return type

deviceGroupHealthTree

Example data

Content-Type: application/json
{
  "children" : [ {
    "children" : [ {
      "children" : [ {
        "children" : [ {
          "color" : "red",
          "data" : "information for the field",
          "name" : "trigger-1",
          "timestamp" : "2018-06-19T05:29:08.30870784Z"
        }, {
          "color" : "yellow",
          "data" : "information for the field",
          "name" : "trigger-2",
          "timestamp" : "2018-06-19T05:43:31.993232128Z"
        } ],
        "color" : "red",
        "name" : "tag-keys"
      } ],
      "color" : "red",
      "name" : "topic-1"
    }, {
      "children" : [ {
        "color" : "green",
        "data" : "information for the field",
        "name" : "trigger-3",
        "timestamp" : "2018-06-19T05:44:40.4764928Z"
      } ],
      "color" : "green",
      "name" : "topic-2"
    } ],
    "color" : "red",
    "name" : "device-id"
  } ],
  "color" : "red",
  "name" : "device-group-name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Health Tree of a device-group deviceGroupHealthTree

default

unexpected error Error

Up
get /health-tree/{device_id}/
Return a device's health-tree. (retrieveHealthTreeById)
Return health-tree of a specified device identified by device-id.

Path parameters

device_id (required)
Path Parameterdevice-id of device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

timestamp (optional)
Query Parameter — Timestamp at which health tree is requested. If not specified, current server timestamp is used. format: date-time
tolerance (optional)
Query Parameter — Timestamp tolerance in seconds. With this option, health-tree will contain latest data between timestamp-2*tolerance and timestamp. Default value is 2*frequency where frequency is extracted from trigger. format: int64

Return type

deviceHealthTree

Example data

Content-Type: application/json
{
  "children" : [ {
    "children" : [ {
      "children" : [ {
        "children" : [ {
          "color" : "red",
          "data" : "information for the field",
          "name" : "trigger-1",
          "timestamp" : "2018-06-19T05:29:08.30870784Z"
        }, {
          "color" : "yellow",
          "data" : "information for the field",
          "name" : "trigger-2",
          "timestamp" : "2018-06-19T05:43:31.993232128Z"
        } ],
        "color" : "red",
        "name" : "tag-keys"
      } ],
      "color" : "red",
      "name" : "topic-1"
    }, {
      "children" : [ {
        "color" : "green",
        "data" : "information for the field",
        "name" : "trigger-3",
        "timestamp" : "2018-06-19T05:44:40.4764928Z"
      } ],
      "color" : "green",
      "name" : "topic-2"
    } ],
    "color" : "red",
    "name" : "device-group-name"
  } ],
  "color" : "red",
  "name" : "device-id"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Health Tree of device deviceHealthTree

default

unexpected error Error

Up
get /health-tree/network-group/{network_group_name}/
Get network-group health-tree. (retrieveHealthTreeByNetworkGroup)
Get health-tree of a specified network-group.

Path parameters

network_group_name (required)
Path Parameternetwork-group-name of network-group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

timestamp (optional)
Query Parameter — Timestamp at which health tree is requested. If not specified, current server timestamp is used. format: date-time
tolerance (optional)
Query Parameter — Timestamp tolerance in seconds. With this option, health-tree will contain latest data between timestamp-2*tolerance and timestamp. Default value is 2*frequency where frequency is extracted from trigger. format: int64

Return type

networkHealthTree

Example data

Content-Type: application/json
{
  "children" : [ {
    "children" : [ {
      "children" : [ {
        "color" : "red",
        "data" : "information for the field",
        "name" : "trigger-1",
        "timestamp" : "2018-06-19T05:29:08.30870784Z"
      }, {
        "color" : "yellow",
        "data" : "information for the field",
        "name" : "trigger-2",
        "timestamp" : "2018-06-19T05:43:31.993232128Z"
      } ],
      "color" : "red",
      "name" : "tag-keys"
    } ],
    "color" : "red",
    "name" : "topic-1"
  }, {
    "children" : [ {
      "color" : "green",
      "data" : "information for the field",
      "name" : "trigger-3",
      "timestamp" : "2018-06-19T05:44:40.4764928Z"
    } ],
    "color" : "green",
    "name" : "topic-2"
  } ],
  "color" : "red",
  "name" : "network-group-name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Health Tree of network-group networkHealthTree

default

unexpected error Error

Up
get /config/deployment/
Retrieve deployment (retrieveHealthbotDeploymentDeployment)
Retrieve operation of resource: deployment

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

deployment_schema

Example data

Content-Type: application/json
{
  "deployment" : {
    "kubernetes" : {
      "loadbalancer" : {
        "snmp-proxy" : {
          "virtual-ip-address" : "aeiou"
        }
      }
    }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation deployment_schema

400

Internal Error

Up
post /deployed-device-details/
Get device-identifying details by for specified UUIDs. (retrieveHealthbotDeviceDetailsByUuids)
Get device-identifying details (device-id and TSDB databases if playbooks are deployed on it) for all the UUIDs present in the request body.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

uuid_object uuid_object (required)
Body Parameter — device_uuids object

Request headers

Return type

device-details_schema

Example data

Content-Type: application/json
[ {
  "1000-1000-1000-1000" : {
    "device-id" : "r1",
    "groups" : [ "Core1", "Core2" ],
    "databases" : {
      "Core1" : "Core1:r1",
      "Core2" : "Core2:r1"
    }
  }
}, {
  "2000-2000-2000-2000" : {
    "device-id" : "r2",
    "groups" : [ "Core1", "Core3" ],
    "databases" : {
      "Core1" : "Core1:r2",
      "Core2" : "Core3:r2"
    }
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device-details_schema

Example data

Content-Type: application/json
[{1000-1000-1000-1000={device-id=r1, groups=[Core1, Core2], databases={Core1=Core1:r1, Core2=Core2:r1}}}, {2000-2000-2000-2000={device-id=r2, groups=[Core1, Core3], databases={Core1=Core1:r2, Core2=Core3:r2}}}]

500

Internal Server Error

Up
get /config/dynamic-tagging/keys/
Retrieve dynamic-tagging by ID (retrieveHealthbotDynamicTagging)
Retrieve operation of resource: dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/byoi/custom-plugin/{name}/
Retrieve custom-plugin by ID (retrieveHealthbotIngestByoiCustomPluginById)
Retrieve operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

custom-plugin_schema

Example data

Content-Type: application/json
{
  "service-name" : "aeiou",
  "security-parameters" : {
    "user-authentication" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "name" : "aeiou",
  "parameters" : [ {
    "value" : "aeiou",
    "key" : "aeiou"
  } ],
  "plugin-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation custom-plugin_schema

400

Internal Error

Up
get /config/ingest/byoi/custom-plugins/
Retrieve custom-plugin by ID (retrieveHealthbotIngestByoiCustomPlugins)
Retrieve all the custom-plugins configured.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

custom-plugin_schema

Example data

Content-Type: application/json
{
  "service-name" : "aeiou",
  "security-parameters" : {
    "user-authentication" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "name" : "aeiou",
  "parameters" : [ {
    "value" : "aeiou",
    "key" : "aeiou"
  } ],
  "plugin-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation custom-plugin_schema

400

Internal Error

Up
get /config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/
Retrieve tlive-kafka-oc by ID (retrieveHealthbotIngestByoiDefaultPluginTliveKafkaById)
Retrieve operation of resource: tlive-kafka-oc

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

tlive-kafka-oc_schema

Example data

Content-Type: application/json
{
  "security" : {
    "sasl" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "brokers" : [ "aeiou" ],
  "topics" : [ "aeiou" ],
  "name" : "aeiou",
  "collector-settings" : "{}"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation tlive-kafka-oc_schema

400

Internal Error

Up
get /config/ingest/byoi/default-plugin/tlive-kafka-ocs/
Retrieve tlive-kafka-oc (retrieveHealthbotIngestByoiDefaultPluginTliveKafkas)
Retrieve all the tlive-kafka-ocs configured.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/byoi/ingest-mapping/{name}/
Retrieve ingest-mapping by ID (retrieveHealthbotIngestByoiIngestMappingById)
Retrieve ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ingest-mapping_schema

Example data

Content-Type: application/json
{
  "open-config" : "",
  "netflow" : "",
  "server-monitoring" : "",
  "native-gpb" : "",
  "name" : "aeiou",
  "snmp" : "",
  "syslog" : "",
  "iAgent" : {
    "for-device-groups" : [ "aeiou" ],
    "use-plugin" : {
      "instance" : "aeiou",
      "name" : "aeiou",
      "type" : "default-plugin"
    }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ingest-mapping_schema

400

Internal Error

Up
get /config/ingest/byoi/ingest-mappings/
Retrieve ingest-mapping (retrieveHealthbotIngestByoiIngestMappings)
Retrieve all the ingest mappings configured.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/frequency-profiles/
Retrieve frequency-profile (retrieveHealthbotIngestFrequencyProfile)
Retrieve operation of resource: frequency-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/frequency-profile/{name}/
Retrieve frequency-profile by ID (retrieveHealthbotIngestFrequencyProfileById)
Retrieve operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

frequency-profile_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "sensor" : [ {
    "sensor-name" : "aeiou",
    "frequency" : "aeiou"
  } ],
  "non-sensor" : [ {
    "rule-name" : "aeiou",
    "frequency" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation frequency-profile_schema

400

Internal Error

Up
get /config/ingest/ifa/
Retrieve ifa (retrieveHealthbotIngestIfa)
Retrieve operation of resource: ifa

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ifa_schema

Example data

Content-Type: application/json
{
  "device" : [ {
    "name" : "aeiou",
    "id" : 0
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ifa_schema

400

Internal Error

Up
get /config/ingest/ifa/device/{id}/
Retrieve device by ID (retrieveHealthbotIngestIfaDeviceById)
Retrieve operation of resource: device

Path parameters

id (required)
Path Parameter — ID of ifa device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ifa_device_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ifa_device_schema

400

Internal Error

Up
get /config/ingest/ifa/device/
Retrieve device (retrieveHealthbotIngestIfaDeviceIds)
Retrieve operation of resource: device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/ifa/devices/
Retrieve devices (retrieveHealthbotIngestIfaDevices)
Retrieve operation of resource: device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[ifa_device_schema]

Example data

Content-Type: application/json
[ {
  "name" : "aeiou",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/outbound-ssh/
Retrieve outbound-ssh (retrieveHealthbotIngestOutboundSsh)
Retrieve operation of resource: outbound-ssh

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

outbound-ssh_schema

Example data

Content-Type: application/json
{
  "outbound-ssh" : {
    "port" : 5249
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation outbound-ssh_schema

400

Internal Error

Up
get /config/ingest/paa/{paa_name}/
Retrieve paa setup config by paa name (retrieveHealthbotIngestPaaByPaaName)
Retrieve operation of resource: paa by paa_name

Path parameters

paa_name (required)
Path Parameter — name of paa setup

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

paa-setup_schema

Example data

Content-Type: application/json
{
  "security" : {
    "sasl" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "brokers" : [ "aeiou" ],
  "name" : "aeiou",
  "paa-account" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation paa-setup_schema

404

Setup not found

500

Internal Error

Up
get /config/ingest-settings/byoi/custom-plugin/{name}/
Retrieve custom-plugin by ID (retrieveHealthbotIngestSettingsByoiCustomPluginById)
Retrieve operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

custom-plugin_schema

Example data

Content-Type: application/json
{
  "service-name" : "aeiou",
  "security-parameters" : {
    "user-authentication" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "name" : "aeiou",
  "parameters" : [ {
    "value" : "aeiou",
    "key" : "aeiou"
  } ],
  "plugin-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation custom-plugin_schema

400

Internal Error

Up
get /config/ingest-settings/byoi/custom-plugins/
Retrieve custom-plugin by ID (retrieveHealthbotIngestSettingsByoiCustomPlugins)
Retrieve all the custom-plugins configured.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

custom-plugin_schema

Example data

Content-Type: application/json
{
  "service-name" : "aeiou",
  "security-parameters" : {
    "user-authentication" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "name" : "aeiou",
  "parameters" : [ {
    "value" : "aeiou",
    "key" : "aeiou"
  } ],
  "plugin-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation custom-plugin_schema

400

Internal Error

Up
get /config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/
Retrieve tlive-kafka-oc by ID (retrieveHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById)
Retrieve operation of resource: tlive-kafka-oc

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

tlive-kafka-oc_schema

Example data

Content-Type: application/json
{
  "security" : {
    "sasl" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "tls" : {
      "local-certificate-profile" : "aeiou",
      "ca-profile" : "aeiou",
      "insecure-skip-verify" : true
    }
  },
  "brokers" : [ "aeiou" ],
  "topics" : [ "aeiou" ],
  "name" : "aeiou",
  "collector-settings" : "{}"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation tlive-kafka-oc_schema

400

Internal Error

Up
get /config/ingest-settings/byoi/default-plugin/tlive-kafka-ocs/
Retrieve tlive-kafka-oc (retrieveHealthbotIngestSettingsByoiDefaultPluginTliveKafkas)
Retrieve all the tlive-kafka-ocs configured.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/byoi/ingest-mapping/{name}/
Retrieve ingest-mapping by ID (retrieveHealthbotIngestSettingsByoiIngestMappingById)
Retrieve ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ingest-mapping_schema

Example data

Content-Type: application/json
{
  "open-config" : "",
  "netflow" : "",
  "server-monitoring" : "",
  "native-gpb" : "",
  "name" : "aeiou",
  "snmp" : "",
  "syslog" : "",
  "iAgent" : {
    "for-device-groups" : [ "aeiou" ],
    "use-plugin" : {
      "instance" : "aeiou",
      "name" : "aeiou",
      "type" : "default-plugin"
    }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ingest-mapping_schema

400

Internal Error

Up
get /config/ingest-settings/byoi/ingest-mappings/
Retrieve ingest-mapping (retrieveHealthbotIngestSettingsByoiIngestMappings)
Retrieve all the ingest mappings configured.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/frequency-profiles/
Retrieve frequency-profile (retrieveHealthbotIngestSettingsFrequencyProfile)
Retrieve operation of resource: frequency-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/frequency-profile/{name}/
Retrieve frequency-profile by ID (retrieveHealthbotIngestSettingsFrequencyProfileById)
Retrieve operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

frequency-profile_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "sensor" : [ {
    "sensor-name" : "aeiou",
    "frequency" : "aeiou"
  } ],
  "non-sensor" : [ {
    "rule-name" : "aeiou",
    "frequency" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation frequency-profile_schema

400

Internal Error

Up
get /config/ingest/paa/
Retrieve paas (retrieveHealthbotIngestSettingsPaa)
Retrieve operation of resource: paa

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

paa-setup_schemas

Example data

Content-Type: application/json
{
  "paa-setup" : [ {
    "security" : {
      "sasl" : {
        "password" : "aeiou",
        "username" : "aeiou"
      },
      "tls" : {
        "local-certificate-profile" : "aeiou",
        "ca-profile" : "aeiou",
        "insecure-skip-verify" : true
      }
    },
    "brokers" : [ "aeiou" ],
    "name" : "aeiou",
    "paa-account" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation paa-setup_schemas

400

Internal Error

Up
get /config/ingest-settings/data-enrichment/tagging-profile/{name}/
Retrieve tagging-profile by ID (retrieveHealthbotIngestSettingsTaggingProfileById)
Retrieve operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

tagging-profile_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "description" : "aeiou",
  "policy" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "rules" : [ "aeiou" ],
    "term" : [ {
      "term-name" : "aeiou",
      "then" : {
        "next" : [ "{}" ],
        "add-field" : [ {
          "in-memory" : true,
          "name" : "aeiou",
          "type" : "string",
          "value" : "aeiou"
        } ],
        "add-key" : [ {
          "in-memory" : true,
          "name" : "aeiou",
          "value" : "aeiou"
        } ]
      },
      "when" : {
        "less-than-or-equal-to" : [ "" ],
        "equal-to" : [ {
          "in-memory" : true,
          "right-operand" : "aeiou",
          "left-operand" : "aeiou"
        } ],
        "eval" : [ {
          "expression" : "aeiou"
        } ],
        "greater-than-or-equal-to" : [ "" ],
        "does-not-match-with" : [ {
          "in-memory" : true,
          "right-operand" : "aeiou",
          "left-operand" : "aeiou"
        } ],
        "matches-with" : [ "" ],
        "does-not-match-with-scheduler" : "",
        "exists" : [ {
          "path" : "aeiou",
          "field" : "aeiou",
          "in-memory" : true
        } ],
        "less-than" : [ "" ],
        "greater-than" : [ "" ],
        "not-equal-to" : [ "" ],
        "matches-with-scheduler" : {
          "scheduler" : "aeiou",
          "in-memory" : true,
          "time" : "aeiou"
        }
      }
    } ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation tagging-profile_schema

400

Internal Error

Up
get /config/ingest-settings/data-enrichment/tagging-profiles/
Retrieve tagging-profile by ID (retrieveHealthbotIngestSettingsTaggingProfiles)
Retrieve operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/sflow/
Retrieve sflow (retrieveHealthbotIngestSflow)
Retrieve operation of resource: sflow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

sflow_schema

Example data

Content-Type: application/json
{
  "sflow" : {
    "flow-record" : [ "" ],
    "protocol" : [ {
      "number" : 5,
      "field" : [ "" ],
      "protocol-name" : "aeiou"
    } ],
    "counter-record" : [ {
      "field" : [ {
        "field-name" : "aeiou",
        "size-based-on-field" : {
          "when-equal" : [ {
            "right-operand" : "aeiou",
            "then" : {
              "size" : "aeiou"
            },
            "left-operand" : "aeiou"
          } ],
          "then" : {
            "size" : "aeiou"
          }
        },
        "export-as" : "tag",
        "size-in-bits" : 6,
        "description" : "aeiou",
        "type" : "number",
        "next-header" : ""
      } ],
      "record-name" : "aeiou",
      "enterprise" : 0,
      "format" : 1
    } ],
    "sample" : [ {
      "record-type" : "flow",
      "sample-name" : "aeiou",
      "field" : [ "" ],
      "enterprise" : 5,
      "format" : 2
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation sflow_schema

400

Internal Error

Up
get /config/ingest/sflow/counter-record/{record_name}/
Retrieve counter-record by ID (retrieveHealthbotIngestSflowCounterRecordById)
Retrieve operation of resource: counter-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

counter-record_schema

Example data

Content-Type: application/json
{
  "field" : [ {
    "field-name" : "aeiou",
    "size-based-on-field" : {
      "when-equal" : [ {
        "right-operand" : "aeiou",
        "then" : {
          "size" : "aeiou"
        },
        "left-operand" : "aeiou"
      } ],
      "then" : {
        "size" : "aeiou"
      }
    },
    "export-as" : "tag",
    "size-in-bits" : 6,
    "description" : "aeiou",
    "type" : "number",
    "next-header" : ""
  } ],
  "record-name" : "aeiou",
  "enterprise" : 0,
  "format" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation counter-record_schema

400

Internal Error

Up
get /config/ingest/sflow/flow-record/{record_name}/
Retrieve flow-record by ID (retrieveHealthbotIngestSflowFlowRecordById)
Retrieve operation of resource: flow-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

flow-record_schema

Example data

Content-Type: application/json
{
  "field" : [ {
    "field-name" : "aeiou",
    "size-based-on-field" : {
      "when-equal" : [ {
        "right-operand" : "aeiou",
        "then" : {
          "size" : "aeiou"
        },
        "left-operand" : "aeiou"
      } ],
      "then" : {
        "size" : "aeiou"
      }
    },
    "export-as" : "tag",
    "size-in-bits" : 6,
    "description" : "aeiou",
    "type" : "number",
    "next-header" : ""
  } ],
  "record-name" : "aeiou",
  "enterprise" : 0,
  "format" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation flow-record_schema

400

Internal Error

Up
get /config/ingest/sflow/protocol/{protocol_name}/
Retrieve protocol by ID (retrieveHealthbotIngestSflowProtocolById)
Retrieve operation of resource: protocol

Path parameters

protocol_name (required)
Path Parameter — ID of protocol-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

protocol_schema

Example data

Content-Type: application/json
{
  "number" : 6,
  "field" : [ {
    "field-name" : "aeiou",
    "size-based-on-field" : {
      "when-equal" : [ {
        "right-operand" : "aeiou",
        "then" : {
          "size" : "aeiou"
        },
        "left-operand" : "aeiou"
      } ],
      "then" : {
        "size" : "aeiou"
      }
    },
    "export-as" : "tag",
    "size-in-bits" : 0,
    "description" : "aeiou",
    "type" : "number",
    "next-header" : ""
  } ],
  "protocol-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation protocol_schema

400

Internal Error

Up
get /config/ingest/sflow/sample/{sample_name}/
Retrieve sample by ID (retrieveHealthbotIngestSflowSampleById)
Retrieve operation of resource: sample

Path parameters

sample_name (required)
Path Parameter — ID of sample-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

sample_schema

Example data

Content-Type: application/json
{
  "record-type" : "flow",
  "sample-name" : "aeiou",
  "field" : [ {
    "field-name" : "aeiou",
    "size-based-on-field" : {
      "when-equal" : [ {
        "right-operand" : "aeiou",
        "then" : {
          "size" : "aeiou"
        },
        "left-operand" : "aeiou"
      } ],
      "then" : {
        "size" : "aeiou"
      }
    },
    "export-as" : "tag",
    "size-in-bits" : 6,
    "description" : "aeiou",
    "type" : "number",
    "next-header" : ""
  } ],
  "enterprise" : 0,
  "format" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation sample_schema

400

Internal Error

Up
get /config/ingest/snmp-notification/
Retrieve snmp-notification (retrieveHealthbotIngestSnmpNotification)
Retrieve operation of resource: snmp-notification

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

snmp-notification_schema

Example data

Content-Type: application/json
{
  "snmp-notification" : {
    "port" : 0,
    "engine-id" : "aeiou",
    "v3" : {
      "usm" : {
        "users" : [ {
          "privacy-none" : "",
          "authentication-none" : "",
          "privacy" : {
            "protocol" : "DES",
            "passphrase" : "aeiou"
          },
          "authentication" : {
            "protocol" : "MD5",
            "passphrase" : "aeiou"
          },
          "username" : "aeiou"
        } ]
      }
    }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation snmp-notification_schema

400

Internal Error

Up
get /config/ingest/snmp-notification/v3/usm/user/{name}/
Retrieve SNMPv3 user by UserName(ID) (retrieveHealthbotIngestSnmpNotificationV3UsmUserById)
Retrieve operation of resource: snmp v3 usm user

Path parameters

name (required)
Path Parameter — User Name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

snmpv3-usm-user_schema

Example data

Content-Type: application/json
{
  "privacy-none" : "",
  "authentication-none" : "",
  "privacy" : {
    "protocol" : "DES",
    "passphrase" : "aeiou"
  },
  "authentication" : {
    "protocol" : "MD5",
    "passphrase" : "aeiou"
  },
  "username" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation snmpv3-usm-user_schema

400

Internal Error

Up
get /config/ingest/snmp-notification/v3/usm/user/
Retrieve snmp v3 usm user names (retrieveHealthbotIngestSnmpNotificationV3UsmUsernames)
Retrieve operation of resource: snmp v3 usm user names

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/snmp-notification/v3/usm/users/
Retrieve SNMP v3 USM users (retrieveHealthbotIngestSnmpNotificationV3UsmUsers)
Retrieve operation of resource: SNMP v3 USM users

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[snmpv3-usm-users_schema]

Example data

Content-Type: application/json
[ {
  "users" : [ {
    "privacy-none" : "",
    "authentication-none" : "",
    "privacy" : {
      "protocol" : "DES",
      "passphrase" : "aeiou"
    },
    "authentication" : {
      "protocol" : "MD5",
      "passphrase" : "aeiou"
    },
    "username" : "aeiou"
  } ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/syslog/header-pattern/{name}/
Retrieve pattern by ID (retrieveHealthbotIngestSyslogHeaderPatternById)
Retrieve operation of resource: header-pattern

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

header-pattern_schema

Example data

Content-Type: application/json
{
  "filter" : "aeiou",
  "field" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "from" : "aeiou",
    "type" : "integer"
  } ],
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "filter-type" : "regex"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation header-pattern_schema

400

Internal Error

Up
get /config/ingest/syslog/header-pattern/
Retrieve header pattern names (retrieveHealthbotIngestSyslogHeaderPatternIds)
Retrieve operation of resource: header-pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/syslog/header-patterns/
Retrieve header patterns (retrieveHealthbotIngestSyslogHeaderPatterns)
Retrieve operation of resource: pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[header-pattern_schema]

Example data

Content-Type: application/json
[ {
  "filter" : "aeiou",
  "field" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "from" : "aeiou",
    "type" : "integer"
  } ],
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "filter-type" : "regex"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/data-enrichment/tagging-profile/{name}/
Retrieve tagging-profile by ID (retrieveHealthbotIngestTaggingProfileById)
Retrieve operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

tagging-profile_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "description" : "aeiou",
  "policy" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "rules" : [ "aeiou" ],
    "term" : [ {
      "term-name" : "aeiou",
      "then" : {
        "next" : [ "{}" ],
        "add-field" : [ {
          "in-memory" : true,
          "name" : "aeiou",
          "type" : "string",
          "value" : "aeiou"
        } ],
        "add-key" : [ {
          "in-memory" : true,
          "name" : "aeiou",
          "value" : "aeiou"
        } ]
      },
      "when" : {
        "less-than-or-equal-to" : [ "" ],
        "equal-to" : [ {
          "in-memory" : true,
          "right-operand" : "aeiou",
          "left-operand" : "aeiou"
        } ],
        "eval" : [ {
          "expression" : "aeiou"
        } ],
        "greater-than-or-equal-to" : [ "" ],
        "does-not-match-with" : [ {
          "in-memory" : true,
          "right-operand" : "aeiou",
          "left-operand" : "aeiou"
        } ],
        "matches-with" : [ "" ],
        "does-not-match-with-scheduler" : "",
        "exists" : [ {
          "path" : "aeiou",
          "field" : "aeiou",
          "in-memory" : true
        } ],
        "less-than" : [ "" ],
        "greater-than" : [ "" ],
        "not-equal-to" : [ "" ],
        "matches-with-scheduler" : {
          "scheduler" : "aeiou",
          "in-memory" : true,
          "time" : "aeiou"
        }
      }
    } ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation tagging-profile_schema

400

Internal Error

Up
get /config/ingest/data-enrichment/tagging-profiles/
Retrieve tagging-profile by ID (retrieveHealthbotIngestTaggingProfiles)
Retrieve operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/organization/
Retrieve organization (retrieveHealthbotOrganizationOrganization)
Retrieve operation of resource: organization

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/organization/{organization_name}/
Retrieve organization by ID (retrieveHealthbotOrganizationOrganizationById)
Retrieve operation of resource: organization

Path parameters

organization_name (required)
Path Parameter — ID of organization-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

organization_schema

Example data

Content-Type: application/json
{
  "site" : [ {
    "edge" : [ {
      "edge-name" : "aeiou",
      "description" : "aeiou",
      "edge-id" : "aeiou"
    } ],
    "site-name" : "aeiou",
    "description" : "aeiou"
  } ],
  "description" : "aeiou",
  "organization-name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation organization_schema

400

Internal Error

Up
get /config/profile/rollup-summarization/field-profile/{profile_id}/
Retrieve field-profile by ID (retrieveHealthbotProfileRollupSummarizationFieldProfileFieldProfileById)
Retrieve operation of resource: field-profile

Path parameters

profile_id (required)
Path Parameter — ID of profile-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

rollup-summarization_schema

Example data

Content-Type: application/json
{
  "data-rollup-order" : [ {
    "instance-id" : "aeiou",
    "interval" : "aeiou",
    "retention-policy" : "aeiou"
  } ],
  "database" : [ {
    "database-name" : "aeiou",
    "measurement" : [ {
      "field" : [ {
        "aggregate-function" : [ "mean" ],
        "name" : "aeiou"
      } ],
      "measurement-name" : "aeiou",
      "apply-on-existing-data" : ""
    } ]
  } ],
  "profile-id" : "aeiou",
  "rule" : [ {
    "field" : [ {
      "aggregate-function" : [ "mean" ],
      "name" : "aeiou"
    } ],
    "rule-name" : "aeiou",
    "apply-on-existing-data" : ""
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation rollup-summarization_schema

400

Internal Error

Up
get /config/profile/rollup-summarization/field-profile/
Retrieve field-profile (retrieveHealthbotProfileRollupSummarizationFieldProfileProfile)
Retrieve operation of resource: field-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

rollup-summarizations_schema

Example data

Content-Type: application/json
{
  "field-profile" : [ {
    "data-rollup-order" : [ {
      "instance-id" : "aeiou",
      "interval" : "aeiou",
      "retention-policy" : "aeiou"
    } ],
    "database" : [ {
      "database-name" : "aeiou",
      "measurement" : [ {
        "field" : [ {
          "aggregate-function" : [ "mean" ],
          "name" : "aeiou"
        } ],
        "measurement-name" : "aeiou",
        "apply-on-existing-data" : ""
      } ]
    } ],
    "profile-id" : "aeiou",
    "rule" : [ {
      "field" : [ {
        "aggregate-function" : [ "mean" ],
        "name" : "aeiou"
      } ],
      "rule-name" : "aeiou",
      "apply-on-existing-data" : ""
    } ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation rollup-summarizations_schema

400

Internal Error

Up
get /config/system/tsdb/
Retrieve time-series-database (retrieveHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabase)
Retrieve operation of resource: time-series-database

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

tsdb_schema

Example data

Content-Type: application/json
{
  "dedicate" : true,
  "nodes" : [ "aeiou" ],
  "replication-factor" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation tsdb_schema

400

Internal Error

Up
get /config/system/trigger_action/
Retrieve trigger-action (retrieveHealthbotSystemTriggerAction)
Retrieve operation of resource: trigger-action

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

trigger_action_schema

Example data

Content-Type: application/json
{
  "schedulers" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation trigger_action_schema

400

Internal Error

Up
get /config/topic/{topic_name}/resource/
List all resource-names in a topic (retrieveHealthbotTopicResourceResource)
Get a list of all the resource-name`s in a topic

Path parameters

topic_name (required)
Path Parameter — ID of topic-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "resource-1", "resource-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[resource-1, resource-2]

400

Internal Error

Up
get /config/topic/{topic_name}/resource/{resource_name}/
Get a resource's configuration (retrieveHealthbotTopicResourceResourceById)
Get the configuration details of a resource by resource-name

Path parameters

topic_name (required)
Path Parameter — ID of topic-name
resource_name (required)
Path Parameter — ID of resource-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
download (optional)
Query Parameter — Download a compressed .resource file

Return type

resource_schema

Example data

Content-Type: application/json
{
  "depends-on" : [ {
    "depends-on-multiple-instances" : true,
    "with-capture-group" : [ "" ],
    "description" : "aeiou",
    "resource-name" : "aeiou",
    "term" : [ {
      "next" : true,
      "term-name" : "aeiou",
      "with-capture-group" : [ "" ],
      "get-dependencies-from-cache" : {
        "path" : "aeiou"
      },
      "for-every-network-group" : {
        "in-groups" : [ "aeiou" ],
        "label-as" : "aeiou",
        "across-all-network-groups" : true
      },
      "user-defined-function" : {
        "argument" : [ "" ],
        "function-name" : "aeiou"
      },
      "locate-resource" : [ {
        "with-capture-group" : [ {
          "field-name" : "aeiou",
          "capture-group-name" : "aeiou",
          "expression" : "aeiou",
          "ignore-case" : true
        } ],
        "resource" : "aeiou",
        "where" : {
          "less-than-or-equal-to" : [ "" ],
          "equal-to" : [ {
            "right-operand" : "aeiou",
            "left-operand" : "aeiou"
          } ],
          "eval" : [ {
            "expression" : "aeiou"
          } ],
          "greater-than-or-equal-to" : [ "" ],
          "does-not-match-with" : [ {
            "right-operand" : "aeiou",
            "left-operand" : "aeiou"
          } ],
          "matches-with" : [ {
            "right-operand" : "aeiou",
            "ignore-case" : "",
            "left-operand" : "aeiou"
          } ],
          "less-than" : [ "" ],
          "greater-than" : [ "" ],
          "user-defined-function" : [ {
            "argument" : [ {
              "argument-name" : "aeiou",
              "value" : "aeiou"
            } ],
            "function-name" : "aeiou"
          } ],
          "not-equal-to" : [ "" ]
        },
        "label-as" : "aeiou"
      } ],
      "for-every-device" : {
        "in-groups" : [ "aeiou" ],
        "across-all-device-groups" : true,
        "label-as" : "aeiou"
      }
    } ],
    "triggered-by" : [ "aeiou" ]
  } ],
  "field" : [ {
    "field-name" : "aeiou",
    "description" : "aeiou",
    "source" : {
      "rule" : [ {
        "field-name" : "aeiou",
        "rule-name" : "aeiou"
      } ]
    },
    "type" : "string"
  } ],
  "keys" : [ "aeiou" ],
  "function" : [ {
    "path" : "aeiou",
    "argument" : [ {
      "argument-name" : "aeiou",
      "mandatory" : ""
    } ],
    "function-name" : "aeiou",
    "method" : "aeiou",
    "description" : "aeiou"
  } ],
  "description" : "aeiou",
  "resource-name" : "aeiou",
  "is-default" : true,
  "is-modified" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation resource_schema

400

Internal Error

Up
get /config/ingest/
Retrieve ingest (retrieveIcebergIngest)
Retrieve operation of resource: ingest

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ingest-settings_schema

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ingest-settings_schema

400

Internal Error

Up
get /config/ingest/flow/
Retrieve flow (retrieveIcebergIngestFlow)
Retrieve operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

flow_schema

Example data

Content-Type: application/json
{
  "flow" : {
    "template" : [ {
      "recognition-pattern" : {
        "exclude-fields" : [ "aeiou" ],
        "include-fields" : [ "aeiou" ]
      },
      "name" : "aeiou",
      "description" : "aeiou",
      "key-fields" : [ "aeiou" ],
      "protocol-version" : "v9",
      "priority" : 0
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation flow_schema

400

Internal Error

Up
get /config/ingest/flow/template/{name}/
Retrieve template by ID (retrieveIcebergIngestFlowTemplateById)
Retrieve operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

template_schema

Example data

Content-Type: application/json
{
  "recognition-pattern" : {
    "exclude-fields" : [ "aeiou" ],
    "include-fields" : [ "aeiou" ]
  },
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "protocol-version" : "v9",
  "priority" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation template_schema

400

Internal Error

Up
get /config/ingest/flow/template/
Retrieve template (retrieveIcebergIngestFlowTemplateIds)
Retrieve operation of resource: template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/native-gpb/
Retrieve native-gpb (retrieveIcebergIngestNativeGpb)
Retrieve operation of resource: native-gpb

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

native-gpb_schema

Example data

Content-Type: application/json
{
  "native-gpb" : {
    "port" : 5249
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation native-gpb_schema

400

Internal Error

Up
get /config/ingest-settings/
Retrieve ingest-settings (retrieveIcebergIngestSettings)
Retrieve operation of resource: ingest-settings

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ingest-settings_schema

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ingest-settings_schema

400

Internal Error

Up
get /config/ingest-settings/flow/
Retrieve flow (retrieveIcebergIngestSettingsFlow)
Retrieve operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

flow_schema

Example data

Content-Type: application/json
{
  "flow" : {
    "template" : [ {
      "recognition-pattern" : {
        "exclude-fields" : [ "aeiou" ],
        "include-fields" : [ "aeiou" ]
      },
      "name" : "aeiou",
      "description" : "aeiou",
      "key-fields" : [ "aeiou" ],
      "protocol-version" : "v9",
      "priority" : 0
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation flow_schema

400

Internal Error

Up
get /config/ingest-settings/flow/template/{name}/
Retrieve template by ID (retrieveIcebergIngestSettingsFlowTemplateById)
Retrieve operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

template_schema

Example data

Content-Type: application/json
{
  "recognition-pattern" : {
    "exclude-fields" : [ "aeiou" ],
    "include-fields" : [ "aeiou" ]
  },
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "protocol-version" : "v9",
  "priority" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation template_schema

400

Internal Error

Up
get /config/ingest-settings/flow/template/
Retrieve template (retrieveIcebergIngestSettingsFlowTemplateIds)
Retrieve operation of resource: template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/syslog/
Retrieve syslog (retrieveIcebergIngestSettingsSyslog)
Retrieve operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

syslog_schema

Example data

Content-Type: application/json
{
  "syslog" : {
    "header-pattern" : [ {
      "filter" : "aeiou",
      "field" : [ {
        "name" : "aeiou",
        "description" : "aeiou",
        "from" : "aeiou",
        "type" : "integer"
      } ],
      "name" : "aeiou",
      "description" : "aeiou",
      "key-fields" : [ "aeiou" ],
      "filter-type" : "regex"
    } ],
    "port" : 0,
    "pattern" : [ {
      "filter" : "aeiou",
      "constant" : [ {
        "name" : "aeiou",
        "description" : "aeiou",
        "type" : "integer",
        "value" : "aeiou"
      } ],
      "field" : [ {
        "name" : "aeiou",
        "description" : "aeiou",
        "from" : "aeiou",
        "type" : "integer"
      } ],
      "name" : "aeiou",
      "description" : "aeiou",
      "key-fields" : [ "aeiou" ],
      "filter-type" : "grok",
      "event-id" : "aeiou"
    } ],
    "pattern-set" : [ {
      "name" : "aeiou",
      "pattern-names" : [ "aeiou" ],
      "description" : "aeiou"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation syslog_schema

400

Internal Error

Up
get /config/ingest-settings/syslog/pattern/{name}/
Retrieve pattern by ID (retrieveIcebergIngestSettingsSyslogPatternById)
Retrieve operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

pattern_schema

Example data

Content-Type: application/json
{
  "filter" : "aeiou",
  "constant" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "type" : "integer",
    "value" : "aeiou"
  } ],
  "field" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "from" : "aeiou",
    "type" : "integer"
  } ],
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "filter-type" : "grok",
  "event-id" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation pattern_schema

400

Internal Error

Up
get /config/ingest-settings/syslog/pattern/
Retrieve pattern (retrieveIcebergIngestSettingsSyslogPatternIds)
Retrieve operation of resource: pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/syslog/pattern-set/{name}/
Retrieve pattern-set by ID (retrieveIcebergIngestSettingsSyslogPatternSetById)
Retrieve operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of patter-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

pattern-set_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "pattern-names" : [ "aeiou" ],
  "description" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation pattern-set_schema

400

Internal Error

Up
get /config/ingest-settings/syslog/pattern-set/
Retrieve pattern-set (retrieveIcebergIngestSettingsSyslogPatternSetIds)
Retrieve operation of resource: pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/syslog/pattern-sets/
Retrieve pattern-set by ID (retrieveIcebergIngestSettingsSyslogPatternSets)
Retrieve operation of resource: pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[pattern-set_schema]

Example data

Content-Type: application/json
[ {
  "name" : "aeiou",
  "pattern-names" : [ "aeiou" ],
  "description" : "aeiou"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest-settings/syslog/patterns/
Retrieve pattern by ID (retrieveIcebergIngestSettingsSyslogPatterns)
Retrieve operation of resource: pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[pattern_schema]

Example data

Content-Type: application/json
[ {
  "filter" : "aeiou",
  "constant" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "type" : "integer",
    "value" : "aeiou"
  } ],
  "field" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "from" : "aeiou",
    "type" : "integer"
  } ],
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "filter-type" : "grok",
  "event-id" : "aeiou"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/syslog/
Retrieve syslog (retrieveIcebergIngestSyslog)
Retrieve operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

syslog_schema

Example data

Content-Type: application/json
{
  "syslog" : {
    "header-pattern" : [ {
      "filter" : "aeiou",
      "field" : [ {
        "name" : "aeiou",
        "description" : "aeiou",
        "from" : "aeiou",
        "type" : "integer"
      } ],
      "name" : "aeiou",
      "description" : "aeiou",
      "key-fields" : [ "aeiou" ],
      "filter-type" : "regex"
    } ],
    "port" : 0,
    "pattern" : [ {
      "filter" : "aeiou",
      "constant" : [ {
        "name" : "aeiou",
        "description" : "aeiou",
        "type" : "integer",
        "value" : "aeiou"
      } ],
      "field" : [ {
        "name" : "aeiou",
        "description" : "aeiou",
        "from" : "aeiou",
        "type" : "integer"
      } ],
      "name" : "aeiou",
      "description" : "aeiou",
      "key-fields" : [ "aeiou" ],
      "filter-type" : "grok",
      "event-id" : "aeiou"
    } ],
    "pattern-set" : [ {
      "name" : "aeiou",
      "pattern-names" : [ "aeiou" ],
      "description" : "aeiou"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation syslog_schema

400

Internal Error

Up
get /config/ingest/syslog/pattern/{name}/
Retrieve pattern by ID (retrieveIcebergIngestSyslogPatternById)
Retrieve operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

pattern_schema

Example data

Content-Type: application/json
{
  "filter" : "aeiou",
  "constant" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "type" : "integer",
    "value" : "aeiou"
  } ],
  "field" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "from" : "aeiou",
    "type" : "integer"
  } ],
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "filter-type" : "grok",
  "event-id" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation pattern_schema

400

Internal Error

Up
get /config/ingest/syslog/pattern/
Retrieve pattern (retrieveIcebergIngestSyslogPatternIds)
Retrieve operation of resource: pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/syslog/pattern-set/{name}/
Retrieve pattern-set by ID (retrieveIcebergIngestSyslogPatternSetById)
Retrieve operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

pattern-set_schema

Example data

Content-Type: application/json
{
  "name" : "aeiou",
  "pattern-names" : [ "aeiou" ],
  "description" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation pattern-set_schema

400

Internal Error

Up
get /config/ingest/syslog/pattern-set/
Retrieve pattern-set (retrieveIcebergIngestSyslogPatternSetIds)
Retrieve operation of resource: pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/syslog/pattern-sets/
Retrieve pattern-set by ID (retrieveIcebergIngestSyslogPatternSets)
Retrieve operation of resource: pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[pattern-set_schema]

Example data

Content-Type: application/json
[ {
  "name" : "aeiou",
  "pattern-names" : [ "aeiou" ],
  "description" : "aeiou"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/ingest/syslog/patterns/
Retrieve pattern by ID (retrieveIcebergIngestSyslogPatterns)
Retrieve operation of resource: pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[pattern_schema]

Example data

Content-Type: application/json
[ {
  "filter" : "aeiou",
  "constant" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "type" : "integer",
    "value" : "aeiou"
  } ],
  "field" : [ {
    "name" : "aeiou",
    "description" : "aeiou",
    "from" : "aeiou",
    "type" : "integer"
  } ],
  "name" : "aeiou",
  "description" : "aeiou",
  "key-fields" : [ "aeiou" ],
  "filter-type" : "grok",
  "event-id" : "aeiou"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/profile/data-summarization/raw/{name}/
Retrieve raw-data-summarization by ID (retrieveIcebergProfileDataSummarizationRawById)
Retrieve operation of resource: raw-data-summarization

Path parameters

name (required)
Path Parameter — Name of raw-data-summarization

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

raw_schema

Example data

Content-Type: application/json
{
  "path" : [ {
    "name" : "aeiou",
    "aggregation-functions" : [ "latest" ]
  } ],
  "name" : "aeiou",
  "data-type" : [ {
    "name" : "string",
    "aggregation-functions" : [ "latest" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation raw_schema

400

Internal Error

Up
get /config/profile/data-summarizations/raw/
Retrieve raw-data-summarization (retrieveIcebergProfileDataSummarizationsRaw)
Retrieve operation of resource: raw-data-summarization

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

raw_schema

Example data

Content-Type: application/json
{
  "path" : [ {
    "name" : "aeiou",
    "aggregation-functions" : [ "latest" ]
  } ],
  "name" : "aeiou",
  "data-type" : [ {
    "name" : "string",
    "aggregation-functions" : [ "latest" ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation raw_schema

400

Internal Error

Up
get /config/profile/security/ca-profile/{name}/
Retrieve ca-profile by ID (retrieveIcebergProfileSecurityCaProfileById)
Retrieve operation of resource: ca-profile

Path parameters

name (required)
Path Parameter — Name of ca-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ca-profile_schema

Example data

Content-Type: application/json
{
  "certificate-authority-crt" : "aeiou",
  "name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ca-profile_schema

400

Internal Error

Up
get /config/profile/security/ca-profiles/
Retrieve ca-profile (retrieveIcebergProfileSecurityCaProfiles)
Retrieve entire ca-profiles configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/profile/security/local-certificate/{name}/
Retrieve local-certificate by ID (retrieveIcebergProfileSecurityLocalCertificateById)
Retrieve operation of resource: local-certificate

Path parameters

name (required)
Path Parameter — Name of local-certificate

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

local-certificate_schema

Example data

Content-Type: application/json
{
  "client-crt" : "aeiou",
  "name" : "aeiou",
  "client-key" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation local-certificate_schema

400

Internal Error

Up
get /config/profile/security/local-certificates/
Retrieve local-certificate (retrieveIcebergProfileSecurityLocalCertificates)
Retrieve entire local-certificates configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/profile/security/ssh-key-profile/{name}/
Retrieve ssh-key-profile by ID (retrieveIcebergProfileSecuritySshKeyProfileById)
Retrieve operation of resource: ssh-key-profile

Path parameters

name (required)
Path Parameter — Name of ssh-key-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

ssh-key-profile_schema

Example data

Content-Type: application/json
{
  "ssh-private-key-file" : "aeiou",
  "ssh-private-key-passphrase" : "aeiou",
  "name" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation ssh-key-profile_schema

400

Internal Error

Up
get /config/profile/security/ssh-key-profiles/
Retrieve ssh-key-profile (retrieveIcebergProfileSecuritySshKeyProfiles)
Retrieve entire ssh-key-profiles configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
get /config/profiles/
Retrieve profile (retrieveIcebergProfiles)
Retrieve entire profile configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries undeployed configuration

Return type

profiles_schema

Example data

Content-Type: application/json
{
  "profile" : {
    "rollup-summarization" : {
      "field-profile" : [ {
        "data-rollup-order" : [ {
          "instance-id" : "aeiou",
          "interval" : "aeiou",
          "retention-policy" : "aeiou"
        } ],
        "database" : [ {
          "database-name" : "aeiou",
          "measurement" : [ {
            "field" : [ {
              "aggregate-function" : [ "mean" ],
              "name" : "aeiou"
            } ],
            "measurement-name" : "aeiou",
            "apply-on-existing-data" : ""
          } ]
        } ],
        "profile-id" : "aeiou",
        "rule" : [ {
          "field" : [ {
            "aggregate-function" : [ "mean" ],
            "name" : "aeiou"
          } ],
          "rule-name" : "aeiou",
          "apply-on-existing-data" : ""
        } ]
      } ]
    },
    "security" : {
      "ca-profile" : [ {
        "certificate-authority-crt" : "aeiou",
        "name" : "aeiou"
      } ],
      "ssh-key-profile" : [ {
        "ssh-private-key-file" : "aeiou",
        "ssh-private-key-passphrase" : "aeiou",
        "name" : "aeiou"
      } ],
      "local-certificate" : [ {
        "client-crt" : "aeiou",
        "name" : "aeiou",
        "client-key" : "aeiou"
      } ]
    },
    "data-summarization" : {
      "raw" : [ {
        "path" : [ {
          "name" : "aeiou",
          "aggregation-functions" : [ "latest" ]
        } ],
        "name" : "aeiou",
        "data-type" : [ {
          "name" : "string",
          "aggregation-functions" : [ "latest" ]
        } ]
      } ]
    }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation profiles_schema

400

Internal Error

Up
get /config/sensors/
List all OpenConfig sensors. (retrieveSensors)
Get a list of all the sensors for the filters provided. Filtering is possible with the use of query parameters. If you have a sensor /1/2/3/4/5/6/ and sensor_name=/1and depth=3, the result would be /2/3/4. If you use append=true, then the result would be /1/2/3/4.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

sensor_name (optional)
Query Parameter — Sensor name prefix.
sensor_type (required)
Query Parameter — Sensor type
depth (optional)
Query Parameter — Relative depth to the sensor_name.
append (optional)
Query Parameter — Returns full path of the sensor.
snmp_table (optional)
Query Parameter — Returns list of all the columns for the particular snmp_table

Return type

array[String]

Example data

Content-Type: application/json
[ "sensor1", "sensor2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

List of sensors available for the given depth for a sensor_name

Example data

Content-Type: application/json
[sensor1, sensor2]

default

unexpected error Error

Up
put /config/dynamic-tagging/key/
Updates Dynamic-tagging key-value (updateDynamicTaggingByKey)
Update operation of Dynamic-tagging key

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

dynamic_tagging_obj dynamic_tagging_schema_object (required)
Body Parameter — Dynamic-tagging object containing key-value pair

Request headers

Query parameters

key_name (required)
Query Parameter — Dynamic-tagging Key

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/deployment/
Update deployment by ID (updateHealthbotDeploymentDeploymentById)
Update operation of resource: deployment

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

deployment deployment_schema (required)
Body Parameter — deploymentbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/dynamic-tagging/keys/
Update dynamic-tagging by ID (updateHealthbotDynamicTagging)
Update operation of resource: dynamic-tagging

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

dynamic_tagging dynamic_taggings_schema_object (required)
Body Parameter — dynamic_taggingbody object

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/byoi/custom-plugin/{name}/
Update custom-plugin by ID (updateHealthbotIngestByoiCustomPluginById)
Update operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

custom_plugin custom-plugin_schema (required)
Body Parameter — custom_pluginbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/
Update tlive-kafka-oc by ID (updateHealthbotIngestByoiDefaultPluginTliveKafkaById)
Update operation of resource: tlive-kafka-oc

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tlive_kafka tlive-kafka-oc_schema (required)
Body Parameter — tlive_kafka body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/byoi/ingest-mapping/{name}/
Update ingest-mapping by ID (updateHealthbotIngestByoiIngestMappingById)
Update ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_mapping ingest-mapping_schema (required)
Body Parameter — ingest_mappingbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/frequency-profile/{name}/
Update frequency-profile by ID (updateHealthbotIngestFrequencyProfileById)
Update operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

frequency_profile frequency-profile_schema (required)
Body Parameter — frequency_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/ifa/
Update ifa by ID (updateHealthbotIngestIfa)
Update operation of resource: ifa

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ifa ifa_schema (required)
Body Parameter — ifabody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/ifa/device/{id}/
Update device by ID (updateHealthbotIngestIfaDeviceById)
Update operation of resource: device

Path parameters

id (required)
Path Parameter — ID of ifa device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

device ifa_device_schema (required)
Body Parameter — devicebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/outbound-ssh/
Update outbound-ssh by ID (updateHealthbotIngestOutboundSsh)
Update operation of resource: outbound-ssh

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

outbound_ssh outbound-ssh_schema (required)
Body Parameter — outbound_sshbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/byoi/custom-plugin/{name}/
Update custom-plugin by ID (updateHealthbotIngestSettingsByoiCustomPluginById)
Update operation of resource: custom-plugin

Path parameters

name (required)
Path Parameter — Name of custom-plugin

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

custom_plugin custom-plugin_schema (required)
Body Parameter — custom_pluginbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/
Update tlive-kafka-oc by ID (updateHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById)
Update operation of resource: tlive-kafka-oc

Path parameters

name (required)
Path Parameter — Name of tlive-kafka-oc

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tlive_kafka tlive-kafka-oc_schema (required)
Body Parameter — tlive_kafka body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/byoi/ingest-mapping/{name}/
Update ingest-mapping by ID (updateHealthbotIngestSettingsByoiIngestMappingById)
Update ingest-mapping by name

Path parameters

name (required)
Path Parameter — Name of ingest-mapping

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_mapping ingest-mapping_schema (required)
Body Parameter — ingest_mappingbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/frequency-profile/{name}/
Update frequency-profile by ID (updateHealthbotIngestSettingsFrequencyProfileById)
Update operation of resource: frequency-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

frequency_profile frequency-profile_schema (required)
Body Parameter — frequency_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/data-enrichment/tagging-profile/{name}/
Update tagging-profile by ID (updateHealthbotIngestSettingsTaggingProfileById)
Update operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profile tagging-profile_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/data-enrichment/tagging-profiles/
Update tagging-profile by ID (updateHealthbotIngestSettingsTaggingProfiles)
Update operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profiles tagging-profiles_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/sflow/
Update sflow by ID (updateHealthbotIngestSflow)
Update operation of resource: sflow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

sflow sflow_schema (required)
Body Parameter — sflowbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/sflow/counter-record/{record_name}/
Update counter-record by ID (updateHealthbotIngestSflowCounterRecordById)
Update operation of resource: counter-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

counter_record counter-record_schema (required)
Body Parameter — counter_recordbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/sflow/flow-record/{record_name}/
Update flow-record by ID (updateHealthbotIngestSflowFlowRecordById)
Update operation of resource: flow-record

Path parameters

record_name (required)
Path Parameter — ID of record-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

flow_record flow-record_schema (required)
Body Parameter — flow_recordbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/sflow/protocol/{protocol_name}/
Update protocol by ID (updateHealthbotIngestSflowProtocolById)
Update operation of resource: protocol

Path parameters

protocol_name (required)
Path Parameter — ID of protocol-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

protocol protocol_schema (required)
Body Parameter — protocolbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/sflow/sample/{sample_name}/
Update sample by ID (updateHealthbotIngestSflowSampleById)
Update operation of resource: sample

Path parameters

sample_name (required)
Path Parameter — ID of sample-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

sample sample_schema (required)
Body Parameter — samplebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/snmp-notification/
Update snmp-notification by ID (updateHealthbotIngestSnmpNotification)
Update operation of resource: snmp-notification

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

snmp_notification snmp-notification_schema (required)
Body Parameter — snmp_notification body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/snmp-notification/v3/usm/user/{name}/
Update SNMPv3 user by UserName(ID) (updateHealthbotIngestSnmpNotificationV3UsmUserById)
Update operation of resource: snmp v3 usm user

Path parameters

name (required)
Path Parameter — User Name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

usm_user snmpv3-usm-user_schema (required)
Body Parameter — snmp_v3_usm user object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/syslog/header-pattern/{name}/
Update pattern by ID (updateHealthbotIngestSyslogHeaderPatternById)
Update operation of resource: header-pattern

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern header-pattern_schema (required)
Body Parameter — header_patternbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/data-enrichment/tagging-profile/{name}/
Update tagging-profile by ID (updateHealthbotIngestTaggingProfileById)
Update operation of resource: tagging-profile

Path parameters

name (required)
Path Parameter — ID of name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profile tagging-profile_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/data-enrichment/tagging-profiles/
Update tagging-profile by ID (updateHealthbotIngestTaggingProfiles)
Update operation of resource: tagging-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

tagging_profiles tagging-profiles_schema (required)
Body Parameter — tagging_profilebody object

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "aeiou" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/organization/{organization_name}/
Update organization by ID (updateHealthbotOrganizationOrganizationById)
Update operation of resource: organization

Path parameters

organization_name (required)
Path Parameter — ID of organization-name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

organization organization_schema (required)
Body Parameter — organizationbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/profile/rollup-summarization/field-profile/{profile_id}/
Update field-profile by ID (updateHealthbotProfileRollupSummarizationFieldProfileFieldProfileById)
Update operation of resource: field-profile

Path parameters

profile_id (required)
Path Parameter — ID of profile-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

field_profile rollup-summarization_schema (required)
Body Parameter — field_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/tsdb/
Update time-series-database by ID (updateHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabaseById)
Update operation of resource: time-series-database

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

time_series_database tsdb_schema (required)
Body Parameter — time_series_databasebody object

Query parameters

force_tsdb (optional)
Query Parameter — force update tsdb when force is set to True default: false

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/system/trigger_action/
Update trigger-action (updateHealthbotSystemTriggerAction)
Update operation of resource: trigger-action

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

trigger_action trigger_action_schema (required)
Body Parameter — trigger_action object

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/
Update ingest by ID (updateIcebergIngest)
Update operation of resource: ingest

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_settings ingest-settings_schema (required)
Body Parameter — ingest_settingsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/flow/
Update flow by ID (updateIcebergIngestFlow)
Update operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

flow flow_schema (required)
Body Parameter — flowbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/flow/template/{name}/
Update template by ID (updateIcebergIngestFlowTemplateById)
Update operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

template template_schema (required)
Body Parameter — templatebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/native-gpb/
Update native-gpb by ID (updateIcebergIngestNativeGpb)
Update operation of resource: native-gpb

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

native_gpb native-gpb_schema (required)
Body Parameter — native_gpbbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/
Update ingest-settings by ID (updateIcebergIngestSettings)
Update operation of resource: ingest-settings

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ingest_settings ingest-settings_schema (required)
Body Parameter — ingest_settingsbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/flow/
Update flow by ID (updateIcebergIngestSettingsFlow)
Update operation of resource: flow

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

flow flow_schema (required)
Body Parameter — flowbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/flow/template/{name}/
Update template by ID (updateIcebergIngestSettingsFlowTemplateById)
Update operation of resource: template

Path parameters

name (required)
Path Parameter — Name of template

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

template template_schema (required)
Body Parameter — templatebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/syslog/
Update syslog by ID (updateIcebergIngestSettingsSyslog)
Update operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

syslog syslog_schema (required)
Body Parameter — syslogbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/syslog/pattern/{name}/
Update pattern by ID (updateIcebergIngestSettingsSyslogPatternById)
Update operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern pattern_schema (required)
Body Parameter — patternbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest-settings/syslog/pattern-set/{name}/
Update pattern-set by ID (updateIcebergIngestSettingsSyslogPatternSetById)
Update operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern_set pattern-set_schema (required)
Body Parameter — pattern_setbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/syslog/
Update syslog by ID (updateIcebergIngestSyslog)
Update operation of resource: syslog

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

syslog syslog_schema (required)
Body Parameter — syslogbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/syslog/pattern/{name}/
Update pattern by ID (updateIcebergIngestSyslogPatternById)
Update operation of resource: pattern

Path parameters

name (required)
Path Parameter — Name of pattern

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern pattern_schema (required)
Body Parameter — patternbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/syslog/pattern-set/{name}/
Update pattern-set by ID (updateIcebergIngestSyslogPatternSetById)
Update operation of resource: pattern-set

Path parameters

name (required)
Path Parameter — Name of pattern-set

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

pattern_set pattern-set_schema (required)
Body Parameter — pattern_setbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/profile/data-summarization/raw/{name}/
Update raw-data-summarization by ID (updateIcebergProfileDataSummarizationRawById)
Update operation of resource: raw-data-summarization

Path parameters

name (required)
Path Parameter — Name of raw-data-summarization

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

raw_data_summarization raw_schema (required)
Body Parameter — raw_data_summarizationbody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/profile/security/ca-profile/{name}/
Update ca-profile by ID (updateIcebergProfileSecurityCaProfileById)
Update operation of resource: ca-profile

Path parameters

name (required)
Path Parameter — Name of ca-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ca_profile ca-profile_schema (required)
Body Parameter — ca_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/profile/security/local-certificate/{name}/
Update local-certificate by ID (updateIcebergProfileSecurityLocalCertificateById)
Update operation of resource: local-certificate

Path parameters

name (required)
Path Parameter — Name of local-certificate

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

local_certificate local-certificate_schema (required)
Body Parameter — local_certificatebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/profile/security/ssh-key-profile/{name}/
Update ssh-key-profile by ID (updateIcebergProfileSecuritySshKeyProfileById)
Update operation of resource: ssh-key-profile

Path parameters

name (required)
Path Parameter — Name of ssh-key-profile

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

ssh_key_profile ssh-key-profile_schema (required)
Body Parameter — ssh_key_profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/profiles/
Update profile by ID (updateIcebergProfiles)
Update entire profile configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

profile profiles_schema (required)
Body Parameter — profilebody object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Up
put /config/ingest/paa/{paa_name}/
Update paa by paa name (updateIngestPaaByPaaName)
Update operation of resource: paa by paa_name

Path parameters

paa_name (required)
Path Parameter — name of paa setup

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

paa_setup paa-setup_schema (required)
Body Parameter — paa body object

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

Documentation

Up
get /
Get all All API's. (retrieveDefinedApi)
GET static api documentation

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful loaded HTML page

default

unexpected error Error

Up
get /insights/
Get all All API's. (retrieveInsightsApi)
GET static api documentation

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful loaded HTML page

default

unexpected error Error

Facts

Up
get /config/device/{device_id}/facts/
Get a device's facts. (retrieveIcebergDeviceDeviceFactsById)
Get the fact details of a device by its device-id.

Path parameters

device_id (required)
Path Parameter — ID of device-id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
update (optional)
Query Parameter — true will first update facts from device and then return facts
timeout (optional)
Query Parameter — timeout in seconds to wait for facts from given device id

Return type

device_schema

Example data

Content-Type: application/json
{
  "owner" : "aeiou",
  "open-config" : {
    "initial-sync" : true,
    "gnmi" : {
      "enable" : true,
      "encoding" : "protobuf"
    },
    "port" : 39501
  },
  "server-monitoring" : "",
  "use-ingest-receive-time" : [ "{}" ],
  "outbound-ssh" : {
    "disable" : true
  },
  "timezone" : "aeiou",
  "description" : "aeiou",
  "snmp" : {
    "port" : 9607,
    "v2" : {
      "community" : "aeiou",
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ]
      }
    },
    "v3" : {
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ],
        "context-engine-id" : "aeiou"
      },
      "usm" : {
        "privacy-none" : "",
        "authentication-none" : "",
        "privacy" : {
          "protocol" : "DES",
          "passphrase" : "aeiou"
        },
        "snmp-proxy-forwarder" : {
          "security-engine-id" : "aeiou"
        },
        "authentication" : {
          "protocol" : "MD5",
          "passphrase" : "aeiou"
        },
        "username" : "aeiou"
      }
    }
  },
  "syslog" : {
    "source-ip-addresses" : [ "aeiou" ],
    "hostnames" : [ "aeiou" ]
  },
  "device-id" : "aeiou",
  "uuid" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "iAgent" : {
    "port" : 5249
  },
  "marked-for-delete" : true,
  "system-id" : "aeiou",
  "vendor" : {
    "arista" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "eos",
      "platform" : "aeiou"
    },
    "linux" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "platform" : "aeiou"
    },
    "juniper" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "junos",
      "platform" : "aeiou"
    },
    "cisco" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "iosxr",
      "platform" : "aeiou"
    },
    "other-vendor" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "vendor-name" : "aeiou",
      "platform" : "aeiou"
    },
    "paloalto" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "panos",
      "platform" : "aeiou"
    }
  },
  "name" : "aeiou",
  "host" : "aeiou",
  "variable" : [ {
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "variable-value" : [ {
      "name" : "aeiou",
      "value" : "aeiou"
    } ],
    "playbook" : "aeiou"
  } ],
  "flow" : {
    "source-ip-addresses" : [ "aeiou" ]
  },
  "authentication" : {
    "password" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "ssh" : {
      "ssh-key-profile" : "aeiou",
      "username" : "aeiou"
    },
    "ssl" : {
      "ca-profile" : "aeiou",
      "server-common-name" : "aeiou",
      "local-certificate" : "aeiou"
    }
  },
  "tagging-profile" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device_schema

400

Internal Error

Up
get /config/devices/facts/
Get devices facts. (retrieveIcebergDevicesDevicesFacts)
Get the fact details of every device

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
update (optional)
Query Parameter — true will first update facts from device and then return facts
timeout (optional)
Query Parameter — timeout in seconds to wait for facts from every device

Return type

device_schema

Example data

Content-Type: application/json
{
  "owner" : "aeiou",
  "open-config" : {
    "initial-sync" : true,
    "gnmi" : {
      "enable" : true,
      "encoding" : "protobuf"
    },
    "port" : 39501
  },
  "server-monitoring" : "",
  "use-ingest-receive-time" : [ "{}" ],
  "outbound-ssh" : {
    "disable" : true
  },
  "timezone" : "aeiou",
  "description" : "aeiou",
  "snmp" : {
    "port" : 9607,
    "v2" : {
      "community" : "aeiou",
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ]
      }
    },
    "v3" : {
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ],
        "context-engine-id" : "aeiou"
      },
      "usm" : {
        "privacy-none" : "",
        "authentication-none" : "",
        "privacy" : {
          "protocol" : "DES",
          "passphrase" : "aeiou"
        },
        "snmp-proxy-forwarder" : {
          "security-engine-id" : "aeiou"
        },
        "authentication" : {
          "protocol" : "MD5",
          "passphrase" : "aeiou"
        },
        "username" : "aeiou"
      }
    }
  },
  "syslog" : {
    "source-ip-addresses" : [ "aeiou" ],
    "hostnames" : [ "aeiou" ]
  },
  "device-id" : "aeiou",
  "uuid" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "iAgent" : {
    "port" : 5249
  },
  "marked-for-delete" : true,
  "system-id" : "aeiou",
  "vendor" : {
    "arista" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "eos",
      "platform" : "aeiou"
    },
    "linux" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "platform" : "aeiou"
    },
    "juniper" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "junos",
      "platform" : "aeiou"
    },
    "cisco" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "iosxr",
      "platform" : "aeiou"
    },
    "other-vendor" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "vendor-name" : "aeiou",
      "platform" : "aeiou"
    },
    "paloalto" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "panos",
      "platform" : "aeiou"
    }
  },
  "name" : "aeiou",
  "host" : "aeiou",
  "variable" : [ {
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "variable-value" : [ {
      "name" : "aeiou",
      "value" : "aeiou"
    } ],
    "playbook" : "aeiou"
  } ],
  "flow" : {
    "source-ip-addresses" : [ "aeiou" ]
  },
  "authentication" : {
    "password" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "ssh" : {
      "ssh-key-profile" : "aeiou",
      "username" : "aeiou"
    },
    "ssl" : {
      "ca-profile" : "aeiou",
      "server-common-name" : "aeiou",
      "local-certificate" : "aeiou"
    }
  },
  "tagging-profile" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device_schema

400

Internal Error

Up
get /config/device-group/{device_group_name}/facts/
Get a devices facts for given group. (retrieveIcebergDevicesFactsByGroup)
Get the fact details of every device under given group

Path parameters

device_group_name (required)
Path Parameter — ID of group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

working (optional)
Query Parameter — true queries un-committed configuration
update (optional)
Query Parameter — true will first update facts from device and then return facts
timeout (optional)
Query Parameter — timeout in seconds to wait for facts from every device

Return type

device_schema

Example data

Content-Type: application/json
{
  "owner" : "aeiou",
  "open-config" : {
    "initial-sync" : true,
    "gnmi" : {
      "enable" : true,
      "encoding" : "protobuf"
    },
    "port" : 39501
  },
  "server-monitoring" : "",
  "use-ingest-receive-time" : [ "{}" ],
  "outbound-ssh" : {
    "disable" : true
  },
  "timezone" : "aeiou",
  "description" : "aeiou",
  "snmp" : {
    "port" : 9607,
    "v2" : {
      "community" : "aeiou",
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ]
      }
    },
    "v3" : {
      "source-id" : {
        "source-ip-addresses" : [ "aeiou" ],
        "context-engine-id" : "aeiou"
      },
      "usm" : {
        "privacy-none" : "",
        "authentication-none" : "",
        "privacy" : {
          "protocol" : "DES",
          "passphrase" : "aeiou"
        },
        "snmp-proxy-forwarder" : {
          "security-engine-id" : "aeiou"
        },
        "authentication" : {
          "protocol" : "MD5",
          "passphrase" : "aeiou"
        },
        "username" : "aeiou"
      }
    }
  },
  "syslog" : {
    "source-ip-addresses" : [ "aeiou" ],
    "hostnames" : [ "aeiou" ]
  },
  "device-id" : "aeiou",
  "uuid" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "iAgent" : {
    "port" : 5249
  },
  "marked-for-delete" : true,
  "system-id" : "aeiou",
  "vendor" : {
    "arista" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "eos",
      "platform" : "aeiou"
    },
    "linux" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "platform" : "aeiou"
    },
    "juniper" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "junos",
      "platform" : "aeiou"
    },
    "cisco" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "iosxr",
      "platform" : "aeiou"
    },
    "other-vendor" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "aeiou",
      "vendor-name" : "aeiou",
      "platform" : "aeiou"
    },
    "paloalto" : {
      "product" : "aeiou",
      "release" : "aeiou",
      "operating-system" : "panos",
      "platform" : "aeiou"
    }
  },
  "name" : "aeiou",
  "host" : "aeiou",
  "variable" : [ {
    "instance-id" : "aeiou",
    "rule" : "aeiou",
    "variable-value" : [ {
      "name" : "aeiou",
      "value" : "aeiou"
    } ],
    "playbook" : "aeiou"
  } ],
  "flow" : {
    "source-ip-addresses" : [ "aeiou" ]
  },
  "authentication" : {
    "password" : {
      "password" : "aeiou",
      "username" : "aeiou"
    },
    "ssh" : {
      "ssh-key-profile" : "aeiou",
      "username" : "aeiou"
    },
    "ssl" : {
      "ca-profile" : "aeiou",
      "server-common-name" : "aeiou",
      "local-certificate" : "aeiou"
    }
  },
  "tagging-profile" : [ "aeiou" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation device_schema

400

Internal Error

Instanceschedulestate

Up
get /config/instances-schedule-state/{group_type}/{group_name}/
Get scheduled state of playbook instances with schedule. (retrieveInstancesScheduleState)
Retrieve the scheduled state of instances with an active scheduler attached to it and present under the group with name passed in the path parameter.

Path parameters

group_name (required)
Path Parameter — Group name
group_type (required)
Path Parameter — Group type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

instances_schedule_state_schema

Example data

Content-Type: application/json
{
  "instance" : [ {
    "group-name" : "aeiou",
    "group-type" : "device-group",
    "name" : "aeiou",
    "rule" : "aeiou",
    "state" : "active",
    "playbook" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation instances_schedule_state_schema

400

Internal Error

Up
put /config/instances-schedule-state/{group_type}/{group_name}/
Update scheduled state of playbook instances with schedule. (updateInstancesScheduleState)
Update the scheduled state of instances with active scheduler attached to it and present under the group with name passed in the path parameter.

Path parameters

group_name (required)
Path Parameter — Group name
group_type (required)
Path Parameter — Group type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

instances_schedule_state instances_schedule_state_schema (required)
Body Parameter — List of instances and their scheduled state

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

400

Internal Error

License

Up
post /license/keys/
Add license from file. (createIcebergAddLicenseFromFile)
Add license keys from file.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Form parameters

license_file (required)
Form Parameter — License key file content

Return type

inline_response_200_2

Example data

Content-Type: application/json
{
  "license-id" : "license-id-string"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation inline_response_200_2

Example data

Content-Type: application/json
{license-id=license-id-string}

default

unexpected error Error

Up
delete /license/keys/
Delete all licenses. (deleteIcebergDeleteAllLicense)
Delete all the previously added license keys.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

default

unexpected error Error

Up
delete /license/key/{license_id}/
Delete a license. (deleteIcebergDeleteLicenseById)
Delete a license matching the license id.

Path parameters

license_id (required)
Path Parameter — License id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

Successful operation

default

unexpected error Error

Up
get /license/keys/
List of available license id's. (retrieveIcebergGetAllLicenseId)
Get the list of all available license id's.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

array[String]

Example data

Content-Type: application/json
[ "license-id-1", "license-id-2" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful operation

Example data

Content-Type: application/json
[license-id-1, license-id-2]

default

unexpected error Error

Up
get /license/status/
Status of all the licensed features. (retrieveIcebergLicenseFeaturesInfo)
Get the status of all the licensed features. Also provides the compliance info per feature

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

license-features_schema

Example data

Content-Type: application/json
{
  "license-feature" : [ {
    "license-remaining" : 0,
    "license-total" : 0,
    "feature-name" : "aeiou",
    "license-requested" : 0,
    "mode" : "invalid",
    "feature-id" : 0,