get_deployment_alert_id_from_name {previsionio}R Documentation

Get a deployment_alert_id from a name and type for a given deployment_id.

Description

Get a deployment_alert_id from a name and type for a given deployment_id.

Usage

get_deployment_alert_id_from_name(deployment_id, name)

Arguments

deployment_id

id of the deployment, can be obtained with get_deployments().

name

name of the deployment_alert we are searching its id from.

Value

character - id of the deployment_alert if found.


[Package previsionio version 11.7.0 Index]