Get details of a specific plugin manifest
Admin clients may view all plugin manifests; all other simulator engine developers can view and edit plugin manifests in an organization they are a member of.
Required scope: air:manifest_read (roles: air_simengine_debugger, air_simengine_developer)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Organization this plugin manifest belongs to. Set to None for plugin manifests of published simulator images originating from current organization.
Desired fields (and defaults) for node configuration API call.
Desired fields (and defaults) for simulator configuration API call.
Whether this manifest emulates a real hardware model. Set to True for manifests that emulate a specific hardware platform, and False for manifests that do not (they run a plain VM without modeling specific hardware).
Version of the platform information to resolve for this engine when port_mapping_required is set. Resolved together with this manifest emulation_type and the node’s model.
The API of the hypervisor to use for this plugin manifest.
libvirt- Libvirt API
Per-manifest opt-in catalogue of node features. Presence of a key enables the feature; the value carries any feature-specific configuration. Updates replace the dict in full.