Services_rolloutService

Rolling out service.

SecuritybearerAuth
Request
path Parameters
id
required
string

Service id.

Request Body schema: application/json
version
string
Responses
200

Ok

post/services/{id}/rollout
Request samples
application/json
{
  • "version": "string"
}
Response samples
application/json
{
  • "packageId": "string",
  • "appId": "string",
  • "packageRevision": "string",
  • "initParams": { },
  • "runtime": { },
  • "useUserJwt": true,
  • "botUserName": "string",
  • "versions": {
    },
  • "moduleName": "string",
  • "global": true,
  • "active": true,
  • "runExecutionAsProcess": true,
  • "executionTimeout": 0,
  • "drainTime": 0,
  • "onReset": "rerun",
  • "name": "string",
  • "projectId": "string",
  • "driverId": "string",
  • "id": "string",
  • "version": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "maxAttempts": 0,
  • "secrets": [
    ],
  • "panels": [
    ],
  • "config": {
    },
  • "type": "system",
  • "crashloop": {
    },
  • "mode": {
    },
  • "metadata": {
    }
}