Update a Rapid Adapter Builder Adapter

put

/ic/api/adapters/v1/adapterBundles/{id}

Update a Rapid Adapter Builder based adapter in Oracle Integration instance.

Request

Path Parameters
Query Parameters
Supported Media Types
Request Body - application/octet-stream ()
Root Schema : schema
Type: string(binary)
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : validation
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : warnings
Type: array
Show Source
Example:
[
    {
        "location":"/flows/generalActionFlow/states/actions/functionRef/uri",
        "message":"It is best practice to avoid hardcoding entire URI. Revise these flow URIs: https://postman-echo.com/post",
        "ruleId":"W108",
        "severity":"warning",
        "suggestions":[
            "It is best practice to declare a base uri key within connectionProperties and use that instead of hardcoding it in the URI."
        ]
    },
    {
        "location":"/flows/testConnectionFlow/states/actions/functionRef/uri",
        "message":"It is best practice to avoid hardcoding entire URI. Revise these flow URIs: https://httpbin.org/get",
        "ruleId":"W108",
        "severity":"warning",
        "suggestions":[
            "It is best practice to declare a base uri key within connectionProperties and use that instead of hardcoding it in the URI."
        ]
    },
    {
        "location":"/info/settings/allowedDomains",
        "message":"Allowed Domains are recommended in settings.",
        "ruleId":"W111",
        "severity":"warning",
        "suggestions":[
            "Specify allowed domains in settings."
        ]
    },
    {
        "location":"/flows/testConnectionFlow",
        "message":"Flow [testConnectionFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/inputSchemaFlow",
        "message":"Flow [inputSchemaFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/partialInputSchemaFlow",
        "message":"Flow [partialInputSchemaFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/outputSchemaFlow",
        "message":"Flow [outputSchemaFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/generalActionFlow",
        "message":"Flow [generalActionFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/dynamicOperationFlow",
        "message":"Flow [dynamicOperationFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/dynamicTableValueFlow",
        "message":"Flow [dynamicTableValueFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/dynamicValueFlow",
        "message":"Flow [dynamicValueFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/inputAvroSchemaFlow",
        "message":"Flow [inputAvroSchemaFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/outputAvroSchemaFlow",
        "message":"Flow [outputAvroSchemaFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/fieldValidationFlow",
        "message":"Flow [fieldValidationFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/generalTriggerFlow",
        "message":"Flow [generalTriggerFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    },
    {
        "location":"/flows/allOfSchemaFlow",
        "message":"Flow [allOfSchemaFlow] , state [startState] contains Action without name.",
        "ruleId":"W112",
        "severity":"warning",
        "suggestions":[
            "Provide valid action name."
        ]
    }
]
Nested Schema : items
Type: object
Show Source
Nested Schema : suggestions
Type: array
Show Source
  • Example: It is best practice to declare a base uri key within connectionProperties and use that instead of hardcoding it in the URI.
Example:
[
    "It is best practice to declare a base uri key within connectionProperties and use that instead of hardcoding it in the URI."
]
Examples

Back to Top