/api/space/application-management/platform/features/{feature-id}

The following operation is supported on this resource:

  • GET - This API is used to query the platform for this feature
GET /platform/features/{feature-id} Version 3

This API is used to query the platform for this feature.

Sample Usage

GET /platform/features/{feature-id}


  • Parameters:
    Name Type URI Type Description Required
    feature-id Integer Path Feature ID Y
  • Sample Output XML:
    <feature href="/api/space/application-management/platform/features/345" uri="/api/space/application-management/platform/features/345">
         <id>345</id>
         <name>IPv6_for_SpaceMgt</name>
         <enabled>true</enabled>
         <description>IPv6 for space management</description>
    </feature>

  • Sample Output JSON:
    {
       "feature" : {
         "@href" : "/api/space/application-management/platform/features/345" ,
         "@uri" : "/api/space/application-management/platform/features/345" ,
         "id" : 345 ,
         "name" : "IPv6_for_SpaceMgt" ,
         "enabled" : true ,
         "description" : "IPv6 for space management"
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead