Plugins
Last updated
Last updated
Use these operations to interact with plugins in Cortex.
Your API key must have the Edit plugins
permission.
Retrieve a list of all plugins, excluding drafts
Number of results to return per page, between 1 and 1000. Default 250.
Page number to return, 0-indexed. Default 0.
Retrieve the metadata of a plugin by tag
Unique identifier for the plugin
When true, returns the plugin blob. Defaults to false.
Create a new plugin
The raw source code of the plugin. This should be an HTML file
Which contexts the plugin should execute/show up in, e.g. { "type": "GLOBAL" }
Description of the plugin
Icon tag for the plugin
Whether the plugin is generally available or not
The minimum role required to view the plugin, e.g. VIEWER
, USER
, MANAGER
, OWNER
, or the tag for a custom role. Learn more about each permission in our docs.
Display name of the plugin
The identifier of the proxy to use for requests from this plugin
Unique identifier for the plugin
The version of the plugin
Replace an existing plugin by tag
Unique identifier for the plugin
The raw source code of the plugin. This should be an HTML file
Which contexts the plugin should execute/show up in, e.g. { "type": "GLOBAL" }
Description of the plugin
Icon tag for the plugin
Whether the plugin is generally available or not
The minimum role required to view the plugin, e.g. VIEWER
, USER
, MANAGER
, OWNER
, or the tag for a custom role. Learn more about each permission in our docs.
Display name of the plugin
The identifier of the proxy to use for requests from this plugin
The version of the plugin