/api/space/application-management/platform

The following operation is supported on this resource:

  • GET - Get application details for the platform
GET /platform Version 1

This API retrieves platform application details.

Sample Usage

GET /platform


  • Sample Output XML:
    <platform uri="/api/space/application-management/platform">
       <title>Network Management Platform</title>
       <description>Network Management Platform for Automating Network Operations</description>
       <version>11.1</version>
       <subVersion>888888</subVersion>
       <settings href="/api/space/application-management/platform/settings"/>
       <features href="/api/space/application-management/platform/features"/>
    </platform>

  • Sample Output JSON:
    {
      "platform":{
        "@uri":"/api/space/application-management/platform/",
        "title":"Network Management Platform",
        "description":"Network Management Platform for Automating Network Operations",
        "version":"11.1",
        "subVersion":888888,
        "settings":{
          "@href":"/api/space/application-management/platform/settings"
        },
        "features":{
          "@href":"/api/space/application-management/platform/features"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: ModifyApplicationSetting