Start Service program starts the block service.
/runtime/blocks/{instanceId}/service/start: post: tags: - "runtime" description: "Start service: Start the block service" operationId: "startService" produces: - "application/json" parameters: - in: "path" name: "instanceId" description: "UUID of the instantiated DCF block" required: true type: "string" responses: 200: description: "Success" 400: description: "Invalid Request" 500: description: "Exception: In executing service request START on block"
Example:
Request : curl -k --user admin:changeme --request POST --url https://127.0.0.1:8443/dcc/v1/runtime/blocks/smarts-metrics70d9afac-516a-47f5-b38f-799fa530d55c/service/start
Response : [{"id": "apg-collector-manager-smarts-metricseaea8c69-b12a-4fa6-8389-6ea87dd997c5", "module": "collector-manager", "instance": "smarts-metricseaea8c69-b12a-4fa6-8389-6ea87dd997c5", "status": "STARTED", "last-modified": "1551155145000", "startup-mode": "auto", "start-order": "96", "stop-order": "4"}]