get_deployment_alert_info {previsionio} | R Documentation |
Get information about a deployment_alert for a given deployed model.
Description
Get information about a deployment_alert for a given deployed model.
Usage
get_deployment_alert_info(deployment_id, deployment_alert_id)
Arguments
deployment_id |
id of the deployment, can be obtained with get_deployments(). |
deployment_alert_id |
id of the deployment_alert to be retrieved, can be obtained with get_deployment_alerts(). |
Value
list - parsed content of the deployment_alert.
[Package previsionio version 11.7.0 Index]