/info | Returns basic information about API supported by this server. | GET |
/v310/alert | Fetches information based on the alert related query string parameters. | GET, PUT |
/v310/alert/alertListDownloadable | Create a URL for retrieving the specified alert report which is returned as output. | POST |
/v310/alert/filter | Returns alert properties as specified by a filter request such as VMstore names and log message count. | GET |
/v310/alert/markArchived | Marks all non-archived alerts to archived. | PUT |
/v310/alert/markRead | Marks all non-acknowledged alerts to acknowledged. | PUT |
/v310/alert/notificationPolicy | Get all notification policies or get notification policies filtered by the corresponding alert ID. | POST, GET |
/v310/alert/notificationPolicy/allowedUserAlertIds | Returns a sorted list of user alert ID that allowed for Alert Notification Policy. | GET |
/v310/alert/notificationPolicy/{uuid} | Get the notification policy associated with the specified ID. | PUT, DELETE, GET |
/v310/alert/paginated | Fetches information based on the alert related query string parameters. | GET |
/v310/appliance | Gets Tintri Appliances. | GET |
/v310/appliance/authProvider | Returns the current Identity Providers configurations. | GET, DELETE, POST, PUT |
/v310/appliance/{uuid} | Gets Tintri Appliance properties. | GET, PUT |
/v310/appliance/{uuid}/action=testEmail | Deprecated. Tests alert mail. | POST |
/v310/appliance/{uuid}/action=testSNMP | Deprecated. Send a SNMP test trap to a remote trap receiver host. | POST |
/v310/appliance/{uuid}/action=testSyslogForwarding | Deprecated. Send a test log forwarding message to the remote host. | POST |
/v310/appliance/{uuid}/action=upgrade | Deprecated. Starts the Tintri appliance upgrade. | POST |
/v310/appliance/{uuid}/alertCounts | Gets the number of notifications on appliance | GET |
/v310/appliance/{uuid}/certificate | Returns any present host certificate and trusted Certificate Authority (CA) certificates. | GET, PUT |
/v310/appliance/{uuid}/certificate/generate | Generate new self-signed host certificate with hostname and IP address in the Subject Alternative Name extension
on VMstore. | POST |
/v310/appliance/{uuid}/certificate/{id} | Returns certificate(s) that matche the certificate ID or empty collection if not found. | GET, DELETE |
/v310/appliance/{uuid}/component | Gets the Tintri appliance components. | GET |
/v310/appliance/{uuid}/connectivity/testPing | Ping test. | POST |
/v310/appliance/{uuid}/controller | Gets the Tintri appliance controllers. | GET |
/v310/appliance/{uuid}/csiProperties | Gets CSI properties. | GET |
/v310/appliance/{uuid}/customizationInfo | Gets the Tintri appliance customization information, which includes
replication interface and space saving support. | GET |
/v310/appliance/{uuid}/dataProtectionConfig | Returns the Tintri appliance data protection config. | GET |
/v310/appliance/{uuid}/dateTime | Returns the date and time settings. | GET |
/v310/appliance/{uuid}/disk | Gets the Tintri appliance disks. | GET |
/v310/appliance/{uuid}/dns | Gets the Tintri appliance DNS setting. | GET |
/v310/appliance/{uuid}/emailalerts | Gets the Tintri appliance alert email configuration. | GET |
/v310/appliance/{uuid}/enableEncryption | Enables disk encryption. | POST |
/v310/appliance/{uuid}/encryptionInfo | Gets the disk encryption information. | GET |
/v310/appliance/{uuid}/escalateDPAPrivileges | Escalates DATA_PROTECTION_ADMIN user's privilges until the time specific by escalatedPrivilegeExpiryTimeMs. | PUT |
/v310/appliance/{uuid}/expand | Deprecated. Expands the storage capacity of the Tintri appliance after successful HA failover, the additional capacity will
be added to realstore's single large RAID group. | POST |
/v310/appliance/{uuid}/expand/async | Expands the storage capacity of the Tintri appliance after successful HA failover, the additional capacity will
be added to realstore's single large RAID group. | POST |
/v310/appliance/{uuid}/failedComponents | Gets the failed hardware parts that need to be replaced. | GET |
/v310/appliance/{uuid}/fileDirInfo/{path} | Fetch the file system information associated with the entity specificed by path. | GET |
/v310/appliance/{uuid}/hafailover | API to perform HA failover. | POST |
/v310/appliance/{uuid}/info | Gets the Tintri appliance basic information, which includes serial
number, model name, OS verison, and product ID. | GET |
/v310/appliance/{uuid}/ipmi | Gets IPMI configuration. | GET |
/v310/appliance/{uuid}/ips | Gets the Tintri appliance IP configurations. | GET |
/v310/appliance/{uuid}/lacp | Gets LACP configuration. | GET |
/v310/appliance/{uuid}/lldp | Returns the LLDP info for both controllers. | GET |
/v310/appliance/{uuid}/maintenanceMode | Gets maintenance mode. | GET |
/v310/appliance/{uuid}/operationalStatus | Gets the Tintri appliance operational status, which contains sample time,
up time, count of unread alerts, file system status, urgent message. | GET |
/v310/appliance/{uuid}/rbacExternalConfig | Returns the external directory service authentication configuration. | GET, PUT |
/v310/appliance/{uuid}/reboot | API to perform Appliance reboot operation | POST |
/v310/appliance/{uuid}/rebootSecondary | API to perform secondary reboot operation | POST |
/v310/appliance/{uuid}/restartAuthd | Restart the AuthenticationService (authd). | POST |
/v310/appliance/{uuid}/restartDb | Restarts the application database. | POST |
/v310/appliance/{uuid}/restartSnmp | Restart the snmp-agent. | POST |
/v310/appliance/{uuid}/restartWebServer | Restart the web server. | POST |
/v310/appliance/{uuid}/rotateEncryptionKey | Rotates the disk encryption key. | POST |
/v310/appliance/{uuid}/rpcReport | Generates a report of external RPC connection to filesystem in /var/log/tintri/rpc-connections-external.txt | POST |
/v310/appliance/{uuid}/shutdown | API to perform Appliance shutdown operation | POST |
/v310/appliance/{uuid}/snmp | Gets the sytem SNMP configuration. | GET, PUT |
/v310/appliance/{uuid}/snmpTarget | Get all the SNMP trap targets information. | GET, POST |
/v310/appliance/{uuid}/snmpTarget/{targetid} | Get the specified SNMP trap target configuration. | GET, DELETE, PUT |
/v310/appliance/{uuid}/snmpUser | Gets SNMP users. | GET, POST |
/v310/appliance/{uuid}/snmpUser/{username} | Returns the SNMP configuration of the specified user. | GET, DELETE, PUT |
/v310/appliance/{uuid}/stagingAreaInfo | Gets the Tintri appliance staging area information, which includes details about the space, software uploaded
etc. | GET |
/v310/appliance/{uuid}/stagingAreaInfo/availableSoftwares | Gets the Tintri appliance staging area available software information, which includes details of the software
uploaded etc. | GET |
/v310/appliance/{uuid}/stagingAreaInfo/availableSoftwares/cancelupgrade | Cancel the VMstore software upgrade. | POST |
/v310/appliance/{uuid}/stagingAreaInfo/availableSoftwares/{softwareuuid} | Delete the specified TxOS software from the staging area. | DELETE |
/v310/appliance/{uuid}/stagingAreaInfo/availableSoftwares/{softwareuuid}/error | Deprecated. Delete the specified TxOS software from the staging area and clears upgrade validation errors. | DELETE |
/v310/appliance/{uuid}/stagingAreaInfo/availableSoftwares/{softwareuuid}/startupgrade | Upgrades the TXOS software to the specified VMstores. | POST |
/v310/appliance/{uuid}/stagingAreaInfo/clearError/{applianceUuid} | Clears upgrade validation error from VMstores. | DELETE |
/v310/appliance/{uuid}/support | Gets the Tintri appliance autosupport settings. | GET |
/v310/appliance/{uuid}/syslogForwarding | Gets the log forwarding info. | GET |
/v310/appliance/{uuid}/temperature | Gets the Tintri appliance termperatures. | GET |
/v310/appliance/{uuid}/testEmail | Tests alert mail. | POST |
/v310/appliance/{uuid}/testEncryption | Tests disk encryption. | POST |
/v310/appliance/{uuid}/testRbacExternalConfig | Test the external directory service authentication configuration. | POST, PUT |
/v310/appliance/{uuid}/testSNMP | Send a SNMP test trap to a remote trap receiver host. | POST |
/v310/appliance/{uuid}/testSyslogForwarding | Send a test log forwarding message to the remote host. | POST |
/v310/appliance/{uuid}/timezones | Returns list of all time zones supported by the server. | GET |
/v310/appliance/{uuid}/upgrade | Starts the Tintri appliance upgrade. | POST |
/v310/appliance/{uuid}/upgradeInfo | Gets the Tintri appliance upgrade information, which includes upgrade
state, checksum, verison, error message. | GET |
/v310/autosupport/nightly | Generate a report with summary information about the past 25 hours. | POST |
/v310/autosupport/reportInfo | Gets the Tintri appliance autosupport report creation information, which includes the time stamp, progress,
description of each report creation steps. | GET |
/v310/autosupport/support | Generate a support bundle. | POST |
/v310/clusterConfig | Returns current cluster configuration | GET, PUT |
/v310/computeResource | Get configuration and performance data about compute resources in a paginated response. | GET |
/v310/datastore | Get all datastore properties. | GET |
/v310/datastore/{uuid} | Get the specified datastore properties. | GET, PUT |
/v310/datastore/{uuid}/customTunables | Returns custom tunables set for realstore and tomcat on each controller | GET |
/v310/datastore/{uuid}/customTunablesDiff | Returns list of tunables that do not match between the two controllers. | GET |
/v310/datastore/{uuid}/customizationSpec/{vcenterName} | Gets the customization specifications of the datastore for the specified vCenter. | GET |
/v310/datastore/{uuid}/deleteAllCloudReplication | Deletes all per VM configurations that point to a cloud replication Link. | DELETE |
/v310/datastore/{uuid}/deleteAllReplication | Deletes all per VM configurations that point to a asynchronous replication Link. | DELETE |
/v310/datastore/{uuid}/directory | Create a new directory under /tintri. | POST |
/v310/datastore/{uuid}/fileShare | Gets all FileShares on a given datastore. | GET, POST |
/v310/datastore/{uuid}/fileShare/{fsName} | Gets a specific FileShare given the FileShare name. | GET, PUT, DELETE |
/v310/datastore/{uuid}/fileShare/{fsName}/acl | Gets the access control list (ACL) of a specified FileShare. | GET, POST |
/v310/datastore/{uuid}/fileShare/{fsName}/acl/{aceId} | Gets a specific access control entry (ACE) of a specified FileShare and access control entry ID. | GET, DELETE |
/v310/datastore/{uuid}/fileShare/{fsName}/resetFileAcls | Resets the permissions of all the files on the specified share | PUT |
/v310/datastore/{uuid}/hostResources | Returns a list of host resources, Host, Resource Pool, Cluster, Compute Resource, etc. | GET |
/v310/datastore/{uuid}/hypervisorDatastore | Get all hypervisor datastores. | GET |
/v310/datastore/{uuid}/hypervisorManagerConfig | Gets hypervisor manager configuration | POST, GET |
/v310/datastore/{uuid}/hypervisorManagerConfig/csi/refresh | Refresh the manager of the CSI Managed Object (OtherFileCsiVm). | POST |
/v310/datastore/{uuid}/hypervisorManagerConfig/{managerConfigId} | Updates username or password of already configured hypervisor manager. | DELETE, PUT |
/v310/datastore/{uuid}/hypervisorManagerConfig/{managerId} | Gets hypervisor manager configuration for given manager id and optionally refreshes the manager. | GET |
/v310/datastore/{uuid}/hypervisorManagerStatus | Ping hypervisor managers configured on the Datastore | POST |
/v310/datastore/{uuid}/hypervisorManagersFromAD | Find potential Hyper-V hosts from Active Directory that this Datastore can manage. | GET |
/v310/datastore/{uuid}/k8s/container | Returns k8s containers in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/k8s/deployment | Returns k8s deployments in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/k8s/namespace | Returns k8s namespaces in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/k8s/pod | Returns k8s pods in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/k8s/pv | Returns k8s persistent volumes in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/k8s/pvc | Returns k8s persistent volume claims in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/nfsaccess | Gets the NFS access control list and the NFS access enabled flag. | GET, PUT |
/v310/datastore/{uuid}/pauseAsyncSyncReplication | Pause asynchronous and synchronous replication | POST |
/v310/datastore/{uuid}/pauseCloudReplication | Pause cloud replication | POST |
/v310/datastore/{uuid}/qosInfo | Returns the system-wide QoS information such as total minimum IOPS allocated. | GET |
/v310/datastore/{uuid}/replicationConfig | Returns the system-wide replication configuration | GET, PUT |
/v310/datastore/{uuid}/replicationInfo | Gets the replication properties. | GET, PUT |
/v310/datastore/{uuid}/replicationPath | Gets all of the replication paths. | POST, PUT, GET |
/v310/datastore/{uuid}/replicationPath/test | Deprecated. Tests the specified replication link on the specified datastore instance. | PUT |
/v310/datastore/{uuid}/replicationPath/{smReplLinkId} | Deletes the specified replication path on the specified datastore instance. | DELETE |
/v310/datastore/{uuid}/schedulesDefault | Updates a system snapshot schedule | PUT |
/v310/datastore/{uuid}/schedulesDistinct | Gets a list of distinct snapshot schedules, max of 100, including the system default snapshot schedules. | GET |
/v310/datastore/{uuid}/smbSettings | Gets the SMB settings and the SMB settings enabled flag. | GET, PUT |
/v310/datastore/{uuid}/statsDownloadable | Create a URL for retrieving the system historical performance statistics report which
is returned as output. | POST |
/v310/datastore/{uuid}/statsHistoric | Gets the historic datastore performance slices containing all of the statistics for the datastore. | GET |
/v310/datastore/{uuid}/statsRealtime | Gets the real time datastore performance slice containing all of the statistics for the datastore. | GET |
/v310/datastore/{uuid}/statsSummary | Gets the latest historic datastore performance slice containing all of the statistics for the datastore. | GET |
/v310/datastore/{uuid}/systemProperty | Returns a list of system properties and related information. | GET, PUT |
/v310/datastore/{uuid}/systemProperty/{propertyName} | Get information on the specified system property given the property name. | GET, DELETE |
/v310/datastore/{uuid}/tag | Returns hypervisor tags in paginated form as specified by filter parameters in request. | GET |
/v310/datastore/{uuid}/tag/{tagId} | Returns hypervisor tag information for tag with given tagId. | GET |
/v310/datastore/{uuid}/testReplicationPath | Tests the specified replication link on the specified datastore instance. | POST |
/v310/datastore/{uuid}/testSmbConfig | Test SMB host name configuration. | PUT |
/v310/license | Returns a list of all the licenses. | POST, GET |
/v310/license/bulk | Adds one or more licenses. | POST |
/v310/license/eval | Returns a list of all the evaluation licenses. | GET |
/v310/license/eval/{feature} | Activates an evaluation license for a feature. | POST |
/v310/license/licenseListDownloadable | Create a URL for retrieving the license list report which is returned as output. | POST |
/v310/license/summary | Returns a summary of the number of license types (i.e. | GET |
/v310/license/{key} | Removes a license resource identified by the license key. | DELETE |
/v310/quorumServer | Returns a list of all the quorum servers. | POST, GET |
/v310/quorumServer/{id} | Removes a quorum server identified by the given id. | DELETE |
/v310/replTopology | Gets the replication links. | GET |
/v310/role | Returns a collection of fixed access control Role instances. | GET |
/v310/role/external | Returns a collection of external groups from external directory service. | GET |
/v310/role/external/filter | Returns a paginated collection of external groups containing
the name query parameter up to the limit query parameter. | GET |
/v310/role/external/{id} | Returns an access control Role that matches the external group ID. | GET |
/v310/role/{id} | Returns an access control Role by instance Tintri UUID. | GET, PUT |
/v310/servicegroup | Get page list of service groups. | GET, POST, PUT |
/v310/servicegroup/svgListDownloadable | Create a URL for retrieving service group report which is returned as output. | POST |
/v310/servicegroup/syncRepl/pause | On VMStore, this will pause all synchronous replication configurations at the system level. | POST |
/v310/servicegroup/syncRepl/resume | On VMStore, this will resume all synchronous replication configurations at the system level. | POST |
/v310/servicegroup/syncRepl/test | Test the Synchronous Replication configuration associated with the specified
. | POST |
/v310/servicegroup/syncRepl/test/quorumServer | Test the synchronous replication quorum server status represented by the given parameter. | POST |
/v310/servicegroup/syncRepl/test/quorumServer/{vmStoreUuid} | Test the quorum server connection status represented by the given VMstore UUID. | POST |
/v310/servicegroup/{id} | Returns the service group associated with the specified ID. | GET, DELETE |
/v310/servicegroup/{id}/members | Return the service group members associcated with the specified ID.. | GET |
/v310/servicegroup/{id}/members/static | Update statically assigned members for the given service group. | PUT |
/v310/servicegroup/{id}/operationStatus | Return the current or last service group operation associated with protection of the specified service group. | GET |
/v310/servicegroup/{id}/policy | Apply the policy configured by PUT
to all members in the service group for the given service group. | POST |
/v310/servicegroup/{id}/policyConfig | Returns the PolicyConfig associated with the given service group. | PUT, GET |
/v310/servicegroup/{id}/qos | Apply the QoS configured by update QoS Config API
to all members in the service group for the given service group. | POST |
/v310/servicegroup/{id}/qos/operationStatus | Return the current or last service group operation associated with QoS of the specified service group. | GET |
/v310/servicegroup/{id}/qosConfig | Returns the QoS configuration associated with the given service group. | PUT, GET |
/v310/servicegroup/{id}/quota/statsHistoric | Get all of the historic quota statistics slices for the service group. | GET |
/v310/servicegroup/{id}/quotaPolicy | Returns the quota policy associated with the given service group. | GET, POST, PUT, DELETE |
/v310/servicegroup/{id}/replConfig | Getter for the replication configuration associated with the service group. | GET |
/v310/servicegroup/{id}/rules | Update rules for a given service group. | PUT |
/v310/servicegroup/{id}/snapshotSchedules | Returns list of snapshot schedules which will be applied to members of this service group. | GET |
/v310/servicegroup/{id}/srmConfig | Return SRM configuration associated with this service group. | GET |
/v310/servicegroup/{id}/syncRepl/makePrimary | Initiate a failover from this VMstore. | POST |
/v310/servicegroup/{id}/syncRepl/pause | Pause the specified synchronous replication configuration. | POST |
/v310/servicegroup/{id}/syncRepl/resume | Resume the specified synchronous replication configuration. | POST |
/v310/servicegroup/{id}/syncRepl/statsHistoric | Get all of the historic synchronous replication performance slices for the service group. | GET |
/v310/servicegroup/{id}/syncRepl/statsRealtime | Get Synchronous Replication real time statistics. | GET |
/v310/servicegroup/{uuid}/statsDownloadable | Create a URL for retrieving the service group historical performance statistics report which
is returned as output. | POST |
/v310/session/active | Returns a list of user sessions information that are currently logged in. | GET |
/v310/session/active/tintricenter | Returns a list of user sessions belongs to user=tintricenter. | GET |
/v310/session/current | Returns the current user session information. | GET |
/v310/session/login | Creates session on Tintri API server after successful authentication and authorization. | POST |
/v310/session/logout | Deprecated. Logout from Tintri API server session. | POST, GET |
/v310/session/ssoauth | Creates a valid session after successful authentication with Kerberos tickets
and successful authorization on Tintri API server. | GET |
/v310/session/{tintriSessionId}/invalidate | Invalidate a session by a user belonging to "Admin" role. | POST |
/v310/snapshot | Fetches snapshot information based on the snapshot related query string parameters. | GET, POST, DELETE |
/v310/snapshot/remote/{tintriUuid}/{instanceId} | Removes remote snapshot resource identified by snapshot Tintri UUID, for example on cloud. | DELETE |
/v310/snapshot/restore | Restore a snapshot from cloud as specified by the snapshot restore specification. | POST |
/v310/snapshot/{snapshotTintriUuid}/lock | Locks a snapshot. | POST |
/v310/snapshot/{snapshotTintriUuid}/unlock | Unlocks a snapshot | POST |
/v310/snapshot/{tintriSnapshotUuid}/disks | Fetches disks of a snapshot. | GET |
/v310/snapshot/{tintriUuid} | Fetches a snapshot by Tintri UUID. | GET, DELETE |
/v310/task | Return a paginated set of Tasks | GET |
/v310/task/restart | Restart a job | PUT |
/v310/task/{id} | Returns a job by Id | DELETE, GET |
/v310/task/{id}/acknowledge | Acknowledge a job | PUT |
/v310/userAccount | Return a collection of UserAccount objects configured in the system. | GET, POST |
/v310/userAccount/resetPassword | Resets the password of a local user. | POST |
/v310/userAccount/{id} | Return an UserAccount object by Tintri UUID. | DELETE, GET, PUT |
/v310/userAgreement | Returns user agreement. | GET, PUT |
/v310/virtualDisk | Returns information about virtual disks. | GET |
/v310/virtualDisk/filter | Return virtual disk filter scope. | GET |
/v310/virtualDisk/{vmId}/{vdiskId}/pin | Operation will pin the Virtual Disk of the VM to Flash storage in case of hybrid platform. | PUT |
/v310/virtualDisk/{vmId}/{vdiskId}/statsHistoric | Performance historic trend data for the virtual disk | GET |
/v310/virtualDisk/{vmId}/{vdiskId}/statsRealtime | Latest performance trend data for the virtual disk | GET |
/v310/virtualDisk/{vmId}/{vdiskId}/unpin | Operation will unpin the Virtual Disk of the VM from Flash storage in case of hybrid platform. | PUT |
/v310/vm | Return information on virtual machines in a pagenated form as specified by the request parameters. | GET, POST |
/v310/vm/deleteSyncDisks | Delete all the virtual disks that restored via SyncVM File-Level Restore operation
for each of the targeted virtual machine. | PUT |
/v310/vm/filter | Returns VM properties as specified by a filter request such as performance stats minimum and maximum filter limits. | GET |
/v310/vm/filterScope | Returns available filter properties. | GET |
/v310/vm/policyErrorStat | Return a list of current policy errors, and the number of VMs affected by each type of error. | GET |
/v310/vm/qosConfig | Update multiple VM's QoS settings. | PUT |
/v310/vm/replicationConfig | Deprecated. Create a new replication configuration for the specified VMs. | POST |
/v310/vm/sync | Synchronize a Virtual Machine to one of its snapshots. | POST |
/v310/vm/thinProvision | Convert a collection of VMs and all their files to thin-provisioning for maximum
space savings. | PUT |
/v310/vm/updateReplicationConfigToDefault | Update the outgoing replication configurations for the specified VMs
to the system default replication configuration. | PUT |
/v310/vm/updateScheduleToDefault | Update selected VMs to use the default snapshot schedules. | PUT |
/v310/vm/vmListDownloadable | Create a URL for retrieving the specified VM list report which is returned as output. | POST |
/v310/vm/{vmId} | Return the virtual machine information specified in the URI. | GET, PUT |
/v310/vm/{vmId}/affinity | Updates virtual machine affinity rule. | PUT |
/v310/vm/{vmId}/customizationScripts | API to get customization scripts for the VM | GET |
/v310/vm/{vmId}/hfSnapshotConfig | Update the VM high frequency snapshot configuration properties | PUT |
/v310/vm/{vmId}/pin | Operation will pin the VM to Flash storage in case of hybrid platform. | PUT |
/v310/vm/{vmId}/qosConfig | Update QoS per VM. | PUT |
/v310/vm/{vmId}/relocate | Relocate a virtual machine to another datastore. | PUT |
/v310/vm/{vmId}/replicationConfig | Deprecated. Create a new replication configuration for the VM. | DELETE, POST, PUT |
/v310/vm/{vmId}/replicationConfig/incoming | Delete incoming replication configuration for a VM. | DELETE |
/v310/vm/{vmId}/replicationConfig/{id} | Deprecated. Delete a specific replication configuration for a VM. | DELETE |
/v310/vm/{vmId}/replicationConfigs | Update the outgoing replication configurations for the VM specified by the given vmId
to the new replication configurations, specified in the API input. | PUT |
/v310/vm/{vmId}/snapshotSchedule | Create a new custom VM snapshot schedule | POST, PUT |
/v310/vm/{vmId}/snapshotSchedule/{scheduleName} | Delete a custom VM snapshot schedule | DELETE |
/v310/vm/{vmId}/statsDownloadable | Create a URL for retrieving the specified VM historical statistics report which is
returned as output. | POST |
/v310/vm/{vmId}/statsHistoric | Gets the historic VM performance slice containing all of the statistics for the VM specified by query parameters. | GET |
/v310/vm/{vmId}/statsRealtime | Gets the real time VM performance slice containing all of the statistics for the VM. | GET |
/v310/vm/{vmId}/unpin | Un-pin VM from Flash storage in case of hybrid platform. | PUT |
/v310/vmstore | Returns all VMstores and their properties in the Tintri Global Center cluster. | GET, POST |
/v310/vmstore/vmstoreListDownloadable | Create a URL for retrieving the VMstore list report which is returned as output. | POST |
/v310/vmstore/{uuid} | Deletes a VMstore by it's Tintri UUID. | DELETE |
/v310/vmstore/{vmStoreUuid} | Updates the specified VMstore properties. | PUT |
/v310/vmstorePool | Return a list of all the VMstore pools in the Tintri Global Center. | GET, POST |
/v310/vmstorePool/vmPoolListDownloadable | Create a URL for retrieving the specified VM Pool report which is returned as output. | POST |
/v310/vmstorePool/{poolUuid} | Return the VMstore pool associated with the specified ID | GET, PUT, DELETE |
/v310/vmstorePool/{poolUuid}/members | Add or delete members for the given VMstore pool. | PUT |
/v310/vmstorePool/{poolUuid}/recommendation/current | Returns the current Recommendation for a specified VMstorePool UUID. | GET |
/v310/vmstorePool/{poolUuid}/recommendation/{recoUuid} | Returns the Recommendation associated with the specified Recommendation UUID. | GET, PUT |
/v310/vmstorePool/{poolUuid}/recommendation/{recoUuid}/accept | Accept a Recommendation. | POST |
/v310/vmstorePool/{poolUuid}/recommendation/{recoUuid}/acknowledge | Acknowledge a Recommendation. | POST |
/v310/vmstorePool/{poolUuid}/recommendation/{recoUuid}/cancel | Cancel a Recommendation that has been accepted. | POST |
/v310/vmstorePool/{poolUuid}/recommendation/{recoUuid}/issues | Select a subset of VMstores and/or issues. | PUT |
/v310/vmstorePool/{poolUuid}/recommendation/{recoUuid}/reset | Reset a Recommendation. | POST |
/v310/vmstorePool/{poolUuid}/recommendationHistory | Returns the Recommendation history for 30 days. | GET |