Download OpenAPI specification:Download
The rApp Manager is a lifecycle management service for rApps. It gets the rApp as ASD formatted package and lifecycle manages it based on it instance configuration.
rapp_id required | string |
rappInstanceId | string <uuid> |
state | string Enum: "DEPLOYED" "DEPLOYING" "UNDEPLOYED" "UNDEPLOYING" |
reason | string |
object (RappACMInstance) | |
object (RappSMEInstance) | |
object (RappDMEInstance) |
{- "rappInstanceId": "fa410192-bcfe-406c-8981-2193ea094480",
- "state": "DEPLOYED",
- "reason": "string",
- "acm": {
- "instance": "string",
- "acmInstanceId": "c85a2e19-2789-4b8b-a20e-7c58d16681c5"
}, - "sme": {
- "providerFunction": "string",
- "providerFunctionIds": [
- "string"
], - "serviceApis": "string",
- "serviceApiIds": [
- "string"
], - "invokers": "string",
- "invokerIds": [
- "string"
], - "aefId": "string",
- "apfId": "string"
}, - "dme": {
- "infoTypesProducer": [
- "string"
], - "infoProducer": "string",
- "infoTypeConsumer": "string",
- "infoConsumer": "string"
}
}