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.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/axway/amplify-platform-apicentral.env.create-schema.json",
"title": "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.