/api/space/application-management/platform/features

The following operation is supported on this resource:

  • GET - This API is used to query the platform for the set of features present
GET /platform/features Version 3

This API is used to query the platform for the set of features present.

Sample Usage

GET /platform/features


  • Sample Output XML:
    <features total="1" uri="/api/space/application-management/platform/features">
         <feature
               href="/api/space/application-management/platform/features/344" uri="/api/space/application-management/platform/features/344">
               <id>344</id>
               <name>IPv6_for_SpaceMgt</name>
               <enabled>true</enabled>
               <description>IPv6 for space management</description>
         </feature>
    </features>

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

  • Access Control

    The following capabilities are required to access this API: DefaultRead