Vcenter NamespaceManagement Supervisors SupervisorServices Signatures FilterSpec

Vcenter NamespaceManagement Supervisors SupervisorServices Signatures FilterSpec
Vcenter NamespaceManagement Supervisors SupervisorServices Signatures FilterSpec

The Vcenter NamespaceManagement Supervisors SupervisorServices Signatures FilterSpec schema contains properties used to filter the results when listing Signatures (see GET /vcenter/namespace-management/supervisors/supervisor-services/signatures).

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "supervisor": "string",
    "service": "string",
    "version": "string"
}
string
supervisor
Optional

Identifier of the Supervisor.

This property was added in vSphere API 9.1.0.0.

If missing or null, no filtering will be performed by Supervisor.

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

string
service
Optional

Identifier for the Supervisor Service.

This property was added in vSphere API 9.1.0.0.

If missing or null, no filtering will be performed by Supervisor Service.

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

string
version
Optional

Identifier for the Supervisor Service version.

This property was added in vSphere API 9.1.0.0.

If missing or null, no filtering will be performed by Supervisor Service version.

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