com.vmware.vapi.metadata.privilege.component

The component service provides operations to retrieve privilege information of a component element.

A component element is said to contain privilege information if any one of package elements in it contains privilege information.

list

GET /com/vmware/vapi/metadata/privilege/component
POST /com/vmware/vapi/metadata/privilege/component?~action=list

Returns the identifiers for the component elements that have privilege information.
Request:
Representations:
GET /com/vmware/vapi/metadata/privilege/component

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/vapi/metadata/privilege/component" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value-array>
    <array-item>obj-103</array-item>
    <array-item>obj-103</array-item>
  </value-array>
</ns0:List-Result>

Parameters:
Name Type Required Description
result List<ID> Yes The list of identifiers for the component elements that have privilege information. Id of type com.vmware.vapi.component.

Errors:
None

Copyright © 2014. All Rights Reserved.