Getting Started
IBM TechXchange Dev Day: Virtual Agents
Join us 23 January from 11 AM - 6 PM ET as over 30 speakers from IBM and key AI industry leaders discuss the latest AI trends.
Purpose of the Workflow: Automatically create CoC objects in SevOne
Description: there are two main ways of creating custom metrics in SevOne: group poller and calculation plugin. The benefit of calculation plugin is that we can create more complex and sophisticated formulas than with group poller (mainly aggregations), however the main problem with the calculation plugin is that you need to create the formulas manually.
Now with RNA we can automate the creation of these CoC formulas with no need for scripting (PHP, Python...) or understanding the SevOne API.
This particular RNA workflow creates a new CoC object for each of the devices that are part of a device group.
This CoC object will be the sum of the In Traffic from two interfaces (it can be edited to add more or less interfaces), therefore we need to tell RNA:
where to find these devices (device group)
which CoC object type we will use to create the new CoC objects
which interfaces are the ones to be considered
which indicators have In Traffic data
List of requirements:
Setup:
00:05:58
Correct, you need to use the latest version of the integrations (not available yet in techzone)
There are missing blocks when you import to a new RNA installation. "Missing flow URL: system/SevOne/REST v3/Objects/Objects Create COC Variable". Did you get a newer SevOne integration build from support?
I'm using RNA version 2023.2.459.
My SevOne integration version is 1.0.27