GetApplication

DEPRECATED! Use at your own risk. Use the newrelic..getEntity data source instead. This feature may be removed in the next major release.

Use this data source to get information about a specific application in New Relic that already exists.

Using GetApplication

function getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function  get_application(name=None, opts=None)
func GetApplication(ctx *Context, args *GetApplicationArgs, opts ...InvokeOption) (*GetApplicationResult, error)
public static class GetApplication {
    public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Name string

The name of the application in New Relic.

Name string

The name of the application in New Relic.

name string

The name of the application in New Relic.

name str

The name of the application in New Relic.

GetApplication Result

The following output properties are available:

HostIds List<int>

A list of host IDs associated with the application.

Id string

The provider-assigned unique ID for this managed resource.

InstanceIds List<int>

A list of instance IDs associated with the application.

Name string
HostIds []int

A list of host IDs associated with the application.

Id string

The provider-assigned unique ID for this managed resource.

InstanceIds []int

A list of instance IDs associated with the application.

Name string
hostIds number[]

A list of host IDs associated with the application.

id string

The provider-assigned unique ID for this managed resource.

instanceIds number[]

A list of instance IDs associated with the application.

name string
host_ids List[Integer]

A list of host IDs associated with the application.

id str

The provider-assigned unique ID for this managed resource.

instance_ids List[Integer]

A list of instance IDs associated with the application.

name str

Package Details

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