Get a list of LSF configurations in the database (GET)
Description
URL |
scheme://domain:port/platform/ws/lsfconfig |
|
Description |
Gets a list of LSF configurations that exist in the database. This list contains the following information:
|
|
HTTP Method |
GET |
|
Parameters |
None |
Request
Request-Method |
GET |
|
Request-URI |
/platform/ws/lsfconfig |
|
Response-Header |
Name | Value |
Accept |
application/xml or application/json |
|
Message-body |
empty |
Response
Response-Code |
|
|
Response-Header |
Name | Value |
Content-Type |
application/xml or application/json |
|
Message-body |
Success Message |
|
If successful, returns a list of LSF configurations in the database. For additional information, refer to the schema files ./schemas/lsfconfig/lsfConfigInfoList.xsd and ./schemas/lsfconfig/lsfConfigInfo.xsd.
|
||
Failure Message |
If not successful, returns an error message. For additional information, refer to the schema file ./schemas/error/error.xsd
|