/api/space/application-management/applications/{id} (v1)

The following operation is supported on this resource:

  • GET - Get an application hosted on Junos Space
GET /applications/{id} Version 1

This API retrieves details of an application hosted on Junos Space.

Sample Usage

GET /applications/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path The application ID for which details are to be fetched. Y
  • Sample Output XML:
    <application uri="/api/space/application-management/applications/66506">
        <id>66506</id>
        <title>HelloSpace</title>
        <appVersion>11.1</appVersion>
        <releaseType>R1</releaseType>
        <appSubVersion>99.99</appSubVersion>
        <description>Show Devices and Networks</description>
        <appName>HelloSpace</appName>
        <vendorId>jssdk</vendorId>
        <vendorName>Juniper</vendorName>
        <settings href="/api/space/application-management/applications/66506/settings-config"/>
    </application>

  • Sample Output JSON:
    {
      "application": {
            "@uri": "/api/space/application-management/applications/66506",
            "id":66506,
            "title":"HelloSpace",
            "appVersion":11.2,
            "releaseType":"R1",
            "appSubVersion":99.99,
            "description": "Show Devices and Networks",
            "appName":"HelloSpace",
            "vendorId":"jssdk",
            "vendorName":"Juniper",
            "settings":{
                  "@href":"/api/space/application-management/applications/66506/settings-config"
            }
      }
    }

  • Access Control

    The following capabilities are required to access this API: ModifyApplicationSetting

      For the current version of this API, refer to :
    • version 3