com.vmware.vapi.metadata.privilege.package

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

A package element is said to contain privilege information if there is a default privilege assigned to all service elements contained in the package element or if one of the operation elements contained in one of the service elements in this package element has privilege information.

list

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

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

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/vapi/metadata/privilege/package" 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 package elements that have privilege information. Id of type com.vmware.vapi.package.

Errors:
None

Copyright © 2014. All Rights Reserved.