addressing_provisioning

Status of a Service Binding's deployment to the Cloudflare network

APIs.ioEngineeringPlatform

Properties

Name Type Description
state string When a binding has been deployed to a majority of Cloudflare datacenters, the binding will become active and can be used with its associated service.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-provisioning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_provisioning",
  "title": "addressing_provisioning",
  "description": "Status of a Service Binding's deployment to the Cloudflare network",
  "properties": {
    "state": {
      "description": "When a binding has been deployed to a majority of Cloudflare datacenters, the binding will become active and can be used with its associated service.\n",
      "enum": [
        "provisioning",
        "active"
      ],
      "example": "provisioning",
      "type": "string"
    }
  },
  "type": "object"
}