Content Library Usages Info

Content Library Usages Info
Content Library Usages Info

The Content Library Usages Info schema contains information about the usage on a content library.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "usage": "string",
    "resource_urn": "string",
    "addition_time": "string"
}
string
usage
Required

The identifier of the usage on a content library.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.library.Usages. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.library.Usages.

string As uri As uri
resource_urn
Required

The Uniform Resource Name (URN) of the resource that is using the content library.

This property was added in vSphere API 9.1.0.0.

string As date-time As date-time
addition_time
Required

The date and time when the usage got added on the content library.

This property was added in vSphere API 9.1.0.0.