get_deployment_alert_id_from_name: 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.