Blue Four Deployment API

<back to all web services

Deploy

The following routes are available for this service:
POST/deploy
Deploy Parameters:
NameParameterData TypeRequiredDescription
AuthenticationTokenbodystringNo
DeploymentCodebodystringNo
CompressedFileContainerbodystringNo
ZipContentsbodybyte[]No
ServiceResult Parameters:
NameParameterData TypeRequiredDescription
IsSuccessfulformboolNo
ErrorMessageformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /deploy HTTP/1.1 
Host: deployment.2serviceweb.nl 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	AuthenticationToken: String,
	DeploymentCode: String,
	CompressedFileContainer: String,
	ZipContents: AA==
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	IsSuccessful: False,
	ErrorMessage: String
}