Virima API Specification - DevOpsService Services
The requests documented in this section are directed to
DevOpsService resources, which represent .
processDevOps GET Interface
Method: GET
Relative URL: dev-ops/process/start-time/user-id/customer-id
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
Example Response:
{
"id":460823087,
"response":"?"
}
processDevOpsForSingleApplication GET Interface
Method: GET
Relative URL: dev-ops/process-devops/id
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
Example Response:
{
"id":2147483647,
"response":"?"
}