Service Operations Insight

 View Only

Add a Service based on Custom data

  • 1.  Add a Service based on Custom data

    Broadcom Employee
    Posted Jan 29, 2020 11:57 AM
    Hi I am trying to Add a Service based on custom data.
    In attach you can find file test_inventory.json
    Through that file I ingest Groups, Inventory and Alarms via:
    curl -XPOST --header "Content-Type: application/json" "http://10.182.100.71:6060/mdo/v2/aoanalytics/ingestion/inventory" --data-binary @test_inventory.json
    curl -XPOST --header "Content-Type: application/json" "http://10.182.100.71:6060/mdo/v2/aoanalytics/ingestion/groups" --data-binary @test_inventory.json
    curl -XPOST --header "Content-Type: application/json" "http://10.182.100.71:6060/mdo/v2/aoanalytics/ingestion/alarms" --data-binary @test_inventory.json

    When I try Add a Service from Custom Group there are no any item in this TEST_GROUP_1,
    however in Data Studio I can see my custom inventory item belong to TEST_GROUP_1 - it is test_hostname_3.

    I tried to use Rule-based function, it works, but as i understand from documentation with this function it is not possible to set manual weight between
    CIs (it uses auto-weight). Manual weight is only possible throght Custom Group option:
    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/digital-operational-intelligence/1-3-2/using/service-analytics/services-overview/add-service.html

    How to fix this issue?

    Attachment(s)

    txt
    test_inventory.txt   985 B 1 version