ENUM

MediaPolicyStatus

The deployment status of a media policy.

link GraphQL Schema definition

  • enum MediaPolicyStatus {
  • # The policy is active on the network.
  • deployed
  • # The policy is deploying.
  • pending
  • # The policy failed to deploy
  • failed
  • # The policy is downgraded
  • downgraded
  • }