set-http-application-url

Updates the HTTP application URL.

Resource URIs

URI Description
<base_URI>/operations/set-http-application-url Update HTTP application URL.

Parameters

status-code
Displays the status code as URL updated successfully - 0, Error not able to update configuration - 1 or Error not able to remove configuration - 2.
status-string
Displays the error in string format.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/set-http-application-url

<set-http-application-url>
  <config-http-app-url>
    <url>www.google.com</url>
    <op-type>0</op-type>
  </config-http-app-url>
</set-http-application-url>
<output xmlns='urn:brocade.com:mgmt:brocade-http-redirect'>
  <status-code>0</status-code>
  <status-string>Success</status-string>
</output>