GetPlugin

Use this data source to get information about a specific installed plugin in New Relic.

Each plugin published to New Relic’s Plugin Central is assigned a GUID. Once you have installed a plugin into your account it is assigned an ID. This account-specific ID is required when creating Plugins alert conditions.

Using GetPlugin

function getPlugin(args: GetPluginArgs, opts?: InvokeOptions): Promise<GetPluginResult>
function  get_plugin(guid=None, opts=None)
func GetPlugin(ctx *Context, args *GetPluginArgs, opts ...InvokeOption) (*GetPluginResult, error)
public static class GetPlugin {
    public static Task<GetPluginResult> InvokeAsync(GetPluginArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Guid string

The GUID of the plugin in New Relic.

Guid string

The GUID of the plugin in New Relic.

guid string

The GUID of the plugin in New Relic.

guid str

The GUID of the plugin in New Relic.

GetPlugin Result

The following output properties are available:

Guid string
Id string

The ID of the installed plugin instance.

Guid string
Id string

The ID of the installed plugin instance.

guid string
id string

The ID of the installed plugin instance.

guid str
id str

The ID of the installed plugin instance.

Package Details

Repository
https://github.com/pulumi/pulumi-newrelic
License
Apache-2.0
Notes
This Pulumi package is based on the newrelic Terraform Provider.