Get a Process Resource by Name

get

/process/api/v1/dp-resources/{name}

Retrieves the process resource for a given resource name and deployment ID.

Request

Path Parameters
Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ProcessResources
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : ProcessResources-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ProcessResource
Type: object
Match All
Show Source
Nested Schema : ProcessResource-allOf[1]
Type: object
Show Source
Nested Schema : schema
Type: object
The schema of the resource.

401 Response

Unauthorized

404 Response

Process resource with given resource name and deployment ID does not exist.

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top