Axway · Schema

api_central.provisioned

Published when a Engage is successfully provisioned.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
org_guid object
org_id object
success boolean
url string
user_guid object
View JSON Schema on GitHub

JSON Schema

axway-api-centralprovisioned-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_central.provisioned",
  "title": "api_central.provisioned",
  "type": "object",
  "description": "Published when a Engage is successfully provisioned.",
  "x-context": "org",
  "properties": {
    "org_guid": {
      "$ref": "#/components/schemas/Org/properties/guid"
    },
    "org_id": {
      "$ref": "#/components/schemas/Org/properties/org_id"
    },
    "success": {
      "type": "boolean",
      "example": true
    },
    "url": {
      "type": "string",
      "example": "https://example.com"
    },
    "user_guid": {
      "$ref": "#/components/schemas/User/properties/guid"
    }
  }
}