Published when a Central environment is created.
Either "action_user_guid" or "user_guid" can be provided to indicate the creator of the env. "action_user_guid" is preferred.
"governance" is optional and assumed as "Customer Managed" if not passed.
"production" is optional and assumed as false if not passed.
Type: objectProperties: 4
API ManagementEnterpriseIntegrationSecurity
apicentral.env.create is a JSON Structure definition published by Axway, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
{
"$schema": "https://json-structure.org/draft/2020-12/schema",
"name": "apicentral.env.create",
"description": "Published when a Central environment is created.\n\nEither \"action_user_guid\" or \"user_guid\" can be provided to indicate the creator of the env. \"action_user_guid\" is preferred.\n\"governance\" is optional and assumed as \"Customer Managed\" if not passed.\n\"production\" is optional and assumed as false if not passed.",
"type": "object",
"properties": {
"governance": {
"type": "string",
"enum": [
"Axway Managed",
"Customer Managed"
],
"example": "Axway Managed"
},
"group": {
"type": "string",
"enum": [
"management"
],
"example": "management"
},
"production": {
"type": "boolean",
"example": true
},
"user_guid": {
"$ref": "#/components/schemas/User/properties/guid"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.