CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /Projects/{projectId}/runningStatus:read (Post)
Post/Projects/{projectId}/runningStatus:read
Description
Deletes an array of objects in the project
Parameters
NameDescriptionData Type
the id of the projectstring
200 Response

The response body is of type RunningStatusGetResponse.

The running status of the CIMPLICITY project.

Overview

RunningStatusGetResponse
The running status of the CIMPLICITY project.
IsProjectRunning : boolean
IsPrimaryRunning : boolean
IsSecondaryRunning : boolean
IsStartAtBoot : boolean
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
project with the given id is not registered on the system
See Also