Axway · Schema

apic.ucs.subscription.create

Published when a subscription of a catalog asset is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
catalogItemId string
envId object
View JSON Schema on GitHub

JSON Schema

axway-apicucssubscriptioncreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apic.ucs.subscription.create",
  "title": "apic.ucs.subscription.create",
  "type": "object",
  "description": "Published when a subscription of a catalog asset is created.",
  "x-context": "catalog",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataCentral"
    }
  ],
  "properties": {
    "catalogItemId": {
      "type": "string",
      "example": "example_value"
    },
    "envId": {
      "$ref": "#/components/schemas/Environment/properties/guid"
    }
  }
}