PbmFetchCapabilityMetadataRequestType

PbmFetchCapabilityMetadataRequestType
PbmFetchCapabilityMetadataRequestType

The parameters of PbmFetchCapabilityMetadata.

This structure may be used only with operations rendered under /pbm.

JSON Example
{
    "resourceType": {
        "_typeName": "string",
        "resourceType": "string"
    },
    "vendorUuid": "string"
}
resourceType
Optional

Type of profile resource. The Server supports the "STORAGE" resource type only. If not specified, this method will return capability metadata for the storage resources. Any other resourceType is considered invalid.

string
vendorUuid
Optional

Unique identifier for the vendor/owner of capability metadata. The specified vendor ID must match PbmCapabilitySchemaVendorInfo.PbmCapabilitySchemaVendorInfo.vendorUuid. If omitted, the Server searchs all capability metadata registered with the system. If a vendorUuid unknown to the Server is specified, empty results will be returned.