IBM Business Process Manager, Version 8.5.5

REST interface for BPD-related resources - Get Resource Environment Providers Resource Resource - GET Method

If no path paramter (providerName) is provided, then the service will return a list of all resource environment providers on the system.

Sample method invocation

GET /rest/bpm/wle/v1/system/rep/

Parameters

None

Request content

None

Response content

Returns a JSON string array containing a list of all the available resource environment providers available on the system

The default content type is application/json.

Error Response content

Detailed error information.

The default content type is application/json.

MIME type: application/json


+ View schema
{  "description": "WLE Error Response", 
   "type": "object",
   "properties":
   {  "status": {"type": "string",
         "description": "The status of the previous API call."
      },
      "exceptionType": {"type": "string",
         "description": "The classname associated with the exception."
      },
      "errorNumber": {"type": "string",
         "description": "Message ID of the exception."
      },
      "errorMessage": {"type": "string",
         "description": "Message text of the exception."
      },
      "errorMessageParameters": {"type": ["string"], "optional": true,
         "description":"Message text parameters of the exception."
      },
      "programmersDetails": {"type": "object", "optional": true,
         "description":"Additional exception details, for example, a stack trace."
      }
   }
} 

Status codes

The method returns one of the following status codes:
CodeDescription
200 OKSuccess completion.
400 Bad RequestThe parameters are not valid or they are missing.
406 Not AcceptableThe requested content type or content encoding is not supported.
500 Internal Server ErrorA severe problem has occurred, programmer's details are provided.

Available since

8.0.1

Parent Topic: Get Resource Environment Providers Resource Resource