Axway · JSON Structure

Amplify Platform Api_Central.Provisioned Structure

Published when a Engage is successfully provisioned.

Type: object Properties: 5
API ManagementEnterpriseIntegrationSecurity

api_central.provisioned is a JSON Structure definition published by Axway, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

org_guid org_id success url user_guid

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "api_central.provisioned",
  "description": "Published when a Engage is successfully provisioned.",
  "type": "object",
  "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"
    }
  }
}