Axway · Schema

apicentral.apiservice.create

Published when a top-level Central asset is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
automatic boolean Whether the asset is agent created.
envId object
group string
View JSON Schema on GitHub

JSON Schema

axway-apicentralapiservicecreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apicentral.apiservice.create",
  "title": "apicentral.apiservice.create",
  "type": "object",
  "description": "Published when a top-level Central asset is created.",
  "x-context": "api_central",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataCentral"
    }
  ],
  "properties": {
    "automatic": {
      "type": "boolean",
      "description": "Whether the asset is agent created.",
      "example": true
    },
    "envId": {
      "$ref": "#/components/schemas/Environment/properties/guid"
    },
    "group": {
      "type": "string",
      "enum": [
        "management"
      ],
      "example": "management"
    }
  }
}