vapi std introspection provider: info

Information about a vAPI provider

Representation:

{
    "checksum""string",
    "id""obj-103"
}

Attributes:

Name Type Description
Required
id string Identifier of the provider

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.provider. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.provider.

checksum string Checksum of the information present in the provider.

Clients can use this information to check if the service information has changed. When a new service is added or removed (or) one of the existing service information is modified, the value of the checksum changes.

The information used to calculate the checksum includes:

  • service identifiers
  • operation identifiers inside the service
  • input, output and error definitions of an operation