/executiongroups/{egName}/resources/{resourceName}

Mount Point: /apiv1/executiongroups/{egName}/resources/{resourceName}

GET

Get a named resource inside an execution group.

Parameters

name description type default
egName The name of the execution group to look for. path
resourceName resource name to look for path
depth depth to show children query 1

Response Body

element: resource

resource response object

DELETE

Delete a resource deployed directly to an execution group (that was deployed in an integration project (not app/lib)). The web UI will only show a "Delete" menu item in the context menu of a deployed flow if-and-only-if it was deployed in an integration project (independent project); not if it was deployed in an application or library. Look in /webui/apps/ROOT/webui/widgets/common/_TreeNode.js's postCreate() method in the 'case "messageFlow":' section to view the code that filter's out the "Delete" menu item.

Parameters

name description type default
egName execution group to look in path
resourceName resource name to look for and delete path

Response Body

element: (custom)

"HTTP success no content" (204) or exception