Managed App

Managed app defined by Cloudflare.

APIs.ioEngineeringPlatform

Properties

Name Type Description
hostnames object
ip_subnets object
managed_app_id object
name object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-managed-app-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_managed_app",
  "title": "Managed App",
  "description": "Managed app defined by Cloudflare.",
  "properties": {
    "hostnames": {
      "$ref": "#/components/schemas/magic_app_hostnames"
    },
    "ip_subnets": {
      "$ref": "#/components/schemas/magic_app_subnets"
    },
    "managed_app_id": {
      "$ref": "#/components/schemas/magic_managed_app_id"
    },
    "name": {
      "$ref": "#/components/schemas/magic_app_name"
    },
    "type": {
      "$ref": "#/components/schemas/magic_app_type"
    }
  },
  "required": [
    "managed_app_id"
  ],
  "type": "object"
}