Dictionary
,Behavior Rules
,Output
,Package
,etc..) and the Chatbot is created through a POST
to the API endpoint /botstore/bots
, the deployment management of the Chatbots is offered by EDDI is key to have granular control over the deployed bots.POST
to /administration/{environment}/deploy/{botId}
POST
/administration/{environment}/deploy/{botId}
Path parameter
):String
deployment environment (e.g: restricted,unrestricted,test)Path parameter
):String
id of the bot that you wish to deploy.http://localhost:7070/administration/unrestricted/deploy/5aaf98e19f7dd421ac3c7de9?version=1&autoDeploy=true
no content
202
POST
to /administration/{environment}/undeploy/{botId}
POST
/administration/{environment}/undeploy/{botId}
Path parameter
):String
deployment environment (e.g: restricted,unrestricted,test)Path parameter
):String
id of the bot that you wish to undeploy.http://localhost:7070/administration/unrestricted/undeploy/5aaf98e19f7dd421ac3c7de9?version=1
no content
202
GET
to /administration/{environment}/deploymentstatus/{botId}
GET
/administration/{environment}/deploymentstatus/{botId}
Path parameter
):String
deployment environment (e.g: restricted,unrestricted,test)Path parameter
):String
id of the bot that you wish to check its deployment status.NOT_FOUND
, IN_PROGRESS
, ERROR
and READY
.http://localhost:7070/administration/unrestricted/deploymentstatus/5aaf98e19f7dd421ac3c7de9?version=1
READY
200
GET
to /administration/{environment}/deploymentstore/{botId}
:GET
/deploymentstore/deployments
http://localhost:7070/deploymentstore/deployments
200