Download Customization Resource Bundle

Download the customization resource bundle.

Syntax

Perform an HTTP GET request at the following URL:
http://domain:port/[public/] bundles/{appid}/[{resourceBundleName}] 

Parameters

  • resourceBundleName – Optionally specifies a resource bundle to be returned.

Returns

If you specify the {resourceBundleName} in the URL, the specified resource bundle is returned in the response body as a stream. Otherwise, the resource bundle bound to its application connection settings is returned.

Examples

  • Download – HTTP request:
    GET /bundles/com.sybase.myapp/MyApp:1.0 HTTP/1.1
    Cookie: X-SUP-APPCID=b6d50e93-bcaa-439d-9741-660a3cb56771; X-SUP-SESSID=97ts80gwhxkc 
    Host: supserver:8000
    Connection: Keep-Alive
    User-Agent: Apache-HttpClient/4.1.3 (java 1.5)
    Authorization: Basic REVWMDAwMTppbml0aWFs

    HTTP response:

    HTTP/1.1 200 OK
    Expires: Thu, 01 Jan 1970 00:00:00 GMT
    Set-Cookie: X-SUP-APPCID=b6d50e93-bcaa-439d-9741-660a3cb56771
    Transfer-Encoding: chunked
    
    [resource bundle content]

Usage

For information on the format of customization resource bundles, see Administer > Applications > Maintaining Activated Applications > Modifying Application Properties > Application Customization Resource Bundles in Sybase Control Center for Sybase Unwired Platform.