Kernel::WebApp::Controller::API::Public::Configuration::Deployments

NAME

Kernel::WebApp::Controller::API::Public::Configuration::Deployments – Notification endpoint for Configuration Deployment Synchronisation

ValidationQueryParameters()

Additional Parameters:

Type – The name of the deployment to be synchronised. Values: (SysConfigDeploy|ACLDeploy|ProcessDeploy)

DeploymentID – The ID of the Deployment.

DeploymentUUID – The UUID of the Deployment.

CreateTime – The string representing the time when the Deployment was created.

Authorize()

To authorize the request a Authorisation Token must be sent in the header as X-Deployment-Token.

All authorized token are configured in the ExternalFrontend::Auth::APITokens setting.

See setting ExternalFrontend::Auth::APITokens.

Action()

This will add a file uploaded in the Request Body to a Release.

If the Release is not specified in the Parameters it will be parsed from the file name.

Parameters:

See method ValidationQueryParameters().

Scroll to Top