DeploymentLoggingSettings

edit

The logging settings for a deployment

Properties

edit
destination (AbsoluteRefId, required)
The destination deployment that this deployment's logs will be sent to

Example

edit
{
   "destination" : {
      "deployment_id" : "string",
      "ref_id" : "string"
   }
}