/api/space/application-management/applications/{id}

The following operation is supported on this resource:

  • GET - Get all details associated with this application
GET /applications/{id} Version 3

Get all details associated with this application.

Sample Usage

GET /applications/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path The application ID. Y
  • Sample Output XML:
    <application uri="/api/space/application-management/applications/1311112">
         <id>1311112</id>
         <name>HelloSpace</name>
         <domain-id>1</domain-id>
         <title>HelloSpace</title>
         <app-version>99.9</app-version>
         <app-sub-version>1069</app-sub-version>
         <release-type>R1</release-type>
         <description>Show Devices and Networks</description>
         <domain-name>SYSTEM</domain-name>
         <min-platform-version>17.1</min-platform-version>
         <server-group>platform</server-group>
         <settings href="/api/space/application-management/applications/1311112/settings-config"/>
    </application>

  • Sample Output JSON:
    {
       "application" : {
         "@uri" : "/api/space/application-management/applications/1311112" ,
         "id" : 1311112 ,
         "name" : "HelloSpace" ,
         "domain-id" : 1 ,
         "title" : "HelloSpace" ,
         "app-version" : "99.9" ,
         "app-sub-version" : "1069" ,
         "release-type" : "R1" ,
         "description" : "Show Devices and Networks" ,
         "domain-name" : "SYSTEM" ,
         "min-platform-version" : "17.1" ,
         "server-group" : "platform" ,
         "settings" : {
           "@href" : "/api/space/application-management/applications/1311112/settings-config"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ModifyApplicationSetting

      For other non-deprecated versions of this API, refer to :
    • version 1