Get the list of LSF configuration parameters that cannot be modified (GET)

Description

URL

scheme://domain:port/platform/ws/lsfconfig/notconfigurable_list

Description

Gets the list of LSF configuration parameters that cannot be modified with the Platform Web Services LSF configuration APIs. These parameters are loaded as read-only in an LSF configuration.

Platform Web Services ignores these parameters if found in the request body and will continue with the save request.

HTTP Method

GET

Parameters

None

Request

Request-Method

GET

Request-URI

/platform/ws/lsfconfig/notconfigurable_list

Response-Header

Name Value

Accept

application/xml or application/json

Message-body

empty

Response

Response-Code

  • 200 Successful: Request was successful.
  • 500 Internal Server Error: Exception occurred.

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 file ./schemas/lsfconfig/notconfigurable_list.xsd.

Failure Message

If not successful, returns an error message.

For additional information, refer to the schema file ./schemas/error/error.xsd

<error>
  <message>
     %s
  </message>
</error>