public interface Reports extends Service, ReportsTypes
ReportsTypes.Location, ReportsTypes.Token
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
ReportsTypes.Location |
get(java.lang.String report)
Returns the location
ReportsTypes.Location
information for downloading a compatibility report. |
void |
get(java.lang.String report,
AsyncCallback<ReportsTypes.Location> asyncCallback)
Returns the location
ReportsTypes.Location
information for downloading a compatibility report. |
void |
get(java.lang.String report,
AsyncCallback<ReportsTypes.Location> asyncCallback,
InvocationConfig invocationConfig)
Returns the location
ReportsTypes.Location
information for downloading a compatibility report. |
ReportsTypes.Location |
get(java.lang.String report,
InvocationConfig invocationConfig)
Returns the location
ReportsTypes.Location
information for downloading a compatibility report. |
ReportsTypes.Location get(java.lang.String report)
ReportsTypes.Location
information for downloading a compatibility report.
Synchronous method overload. Result of the invocation will be reported as a method return value.
report
- identifier of hardware compatiblity report to be downloaded.
The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport
.Location
class which includes the URI to file, short lived token and
expiry of the token in the ReportsTypes.Location
object.NotFound
- if there is no report for the given id.Unauthenticated
- if the caller is not authenticated.ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.Unauthorized
- if you do not have all of the privileges described as follows: VcIntegrity.HardwareCompatibility.Read
. ReportsTypes.Location get(java.lang.String report, InvocationConfig invocationConfig)
ReportsTypes.Location
information for downloading a compatibility report.
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
report
- identifier of hardware compatiblity report to be downloaded.
The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport
.invocationConfig
- Configuration for the method invocation.Location
class which includes the URI to file, short lived token and
expiry of the token in the ReportsTypes.Location
object.NotFound
- if there is no report for the given id.Unauthenticated
- if the caller is not authenticated.ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.Unauthorized
- if you do not have all of the privileges described as follows: VcIntegrity.HardwareCompatibility.Read
. void get(java.lang.String report, AsyncCallback<ReportsTypes.Location> asyncCallback)
ReportsTypes.Location
information for downloading a compatibility report.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Location
class which includes the URI to file, short lived token and
expiry of the token in the ReportsTypes.Location
object.
Operation Errors:
NotFound
- if there is no report for the given id.
Unauthenticated
- if the caller is not authenticated.
ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).
Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.HardwareCompatibility.Read
. report
- identifier of hardware compatiblity report to be downloaded.
The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String report, AsyncCallback<ReportsTypes.Location> asyncCallback, InvocationConfig invocationConfig)
ReportsTypes.Location
information for downloading a compatibility report.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Location
class which includes the URI to file, short lived token and
expiry of the token in the ReportsTypes.Location
object.
Operation Errors:
NotFound
- if there is no report for the given id.
Unauthenticated
- if the caller is not authenticated.
ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).
Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.HardwareCompatibility.Read
. report
- identifier of hardware compatiblity report to be downloaded.
The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.