Retrieve a Deployment in a Project
get
/ic/api/integration/v1/projects/{projectId}/deployments/{id}
Retrieves detailed information about the deployment in a project.
Request
Path Parameters
-
id(required): string
Deployment identifier
-
projectId(required): string
Project identifier
Query Parameters
-
integrationInstance(required): string
This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json;charset=utf-8, application/vnd.oracle.model+json;type=singular
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
object
-
b2btradingpartners: array
b2btradingpartners
B2BTradingPartner List
-
code(required): string
Deployment Identifier
-
decisions: array
decisions
Decision List
-
description: string
Deployment Description
-
integrations: array
integrations
Integration List
-
lastUpdated: string
(date-time)
Last Updated Date
-
name(required): string
Deployment Name
-
robots: array
robots
Robot List
Nested Schema : TradingPartner
Type:
Show Source
object
-
code: string
TradingPartner Code
-
inboundAgrs: array
inboundAgrs
TradingPartner inboundAgrs List
-
name: string
TradingPartner Name
-
outboundAgrs: array
outboundAgrs
TradingPartner outboundAgrs List
-
status: string
TradingPartner Status
-
transports: array
transports
TradingPartner Transports List
-
type: string
TradingPartner Type
-
version: string
Default Value:
01.00.0000
TradingPartner Version
Nested Schema : DecisionDeploymentFlow
Type:
Show Source
object
-
displayName: string
Decision Name
-
identifier: string
Decision Identifier
-
status: string
Decision Status
-
version: string
Decision Version
Nested Schema : Integration
Type:
Show Source
object
-
code: string
Integration Code
-
name: string
Integration Name
-
status: string
Integration Status
-
type: string
Integration Type
-
version: string
Integration Version
Nested Schema : RPADeploymentFlow
Type:
Show Source
object
-
displayName: string
Robot Name
-
identifier: string
Robot Identifier
-
lifecycleState: string
Robot Lifecycle State
-
version: string
Robot Version
404 Response
Deployment not found
500 Response
Server error
Examples
The following example shows how to get details about a deployment in a project by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL. For more information about endpoint URL structure, see Send Requests.
Example: Get details about the deployment TESTDEPLOYMENT in the project TEST_PROJECT
curl -X GET -H 'Authorization: Bearer access_token' -H "Accept:application/json" https://design.integration.region.ocp.oraclecloud.com/ic/api/integration/v1/projects/TEST_PROJECT/deployments/TESTDEPLOYMENT?integrationInstance=service-instance