com.vmware.vapi.metadata.authentication.source

The source service provides operations to manage the sources of authentication metadata information.

The interface definition language infrastructure provides tools to generate various kinds of metadata in JSON format from the interface definition files and additional properties files. One of the generated files contains authentication information. The generated file can be registered as a source of metadata.

The authentication file contains all the data present in the interface definition files. Each authentication file contains data about one component element. When a authentication file is added as a source, each source contributes only one component element's metadata.

Authentication metadata can also be discovered from a remote server that supports the authentication metadata services (see com.vmware.vapi.metadata.authentication). Since multiple components can be registered with a single metadata server, when a remote server is registered as a source, that source can contribute more than one component.

list

GET /com/vmware/vapi/metadata/authentication/source
POST /com/vmware/vapi/metadata/authentication/source?~action=list

Returns the identifiers of the metadata sources currently registered with the infrastructure.
Request:
Representations:
GET /com/vmware/vapi/metadata/authentication/source

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/vapi/metadata/authentication/source" 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 metadata sources currently registered. Id of type com.vmware.vapi.metadata.authentication.source.

Errors:
None

Copyright © 2014. All Rights Reserved.