Struct IntrospectionResult

Struct Documentation

struct IntrospectionResult

Result returned by IntrospectionProvider::introspect()

Public Members

std::unordered_map<std::string, nlohmann::json> metadata

Per-entity metadata for plugin-internal use. Key = entity_id. Plugins serve this data as SOVD vendor extension resources via get_routes() and register_capability().

NewEntities new_entities

New entities discovered by this provider.