vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
13 stars 6 forks source link

Feature/telemetry #236

Closed kjrokos closed 11 months ago

kjrokos commented 11 months ago

Updates the solution key to include the prefix 'iSDK_'.

I was able to verify that the 'solution_key' column in the vrealize_operations_manager_solution_adapters_details table does contain the 'name' key from the manifest.txt file. For example, here's the TVS 'NetworkingDevices' pack file. The 'solution_key' and 'name' match, while the solution display name, adapter_kind and adapter kind display name are all different:

Solution Key and Adapter Kind: image

Adapter Kinds match, and the 'name' field from manifest.txt matches the 'solution_key' image

Display name for solution is distinct from either value: image

Display name for adapter key is distinct from either value: image

Resolves #230