RegisterPlugin
Register a new plugin into the global plugin registry
POST
/api/v1/pluginsOperation ID
RegisterPluginSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name of the plugin to register
Example: nginx-log-collector
versionStringRequiredVersion of the plugin package
Example: 2.1.0
pluginTypeStringRequiredPlugin type category (log, metric, trace)
Example: log
artifactUrlStringRequiredURL pointing to the downloadable plugin artifact
Example: https://artifacts.example.com/plugins/nginx-log-collector-2.1.0.tar.gz
checksumStringRequiredSHA256 checksum for verifying artifact integrity
Example: sha256:abc123def456
