PbmFetchCapabilityMetadataRequestType
The parameters of PbmFetchCapabilityMetadata.
This structure may be used only with operations rendered under /pbm
.
{
"resourceType": {
"_typeName": "string",
"resourceType": "string"
},
"vendorUuid": "string"
}
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.
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.