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:
GetApplication Result
The following output properties are available:
- 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
newrelicTerraform Provider.