GET/clusters/fips | | Get FIPS mode status |
PUT/clusters/fips | | Update FIPS mode status |
GET/clusters/netbackup/media-servers | | List NetBackup media servers |
GET/clusters/netbackup/media-servers/{id} | | Get NetBackup media server details |
POST/clusters/netbackup/media-servers/{id}/states | | Update NetBackup media server state |
GET/clusters/netbackup/primary-servers | | Get NetBackup primary server information |
GET/clusters/netbackup/storage-servers | | List NetBackup storage servers |
POST/clusters/netbackup/storage-servers | | Register NetBackup storage server |
DELETE/clusters/netbackup/storage-servers/{id} | | Unregister NetBackup storage server |
GET/clusters/netbackup/tuning-parameters | | List NetBackup tuning parameter |
POST/clusters/netbackup/tuning-parameters | | Add or update NetBackup tuning parameter |
DELETE/clusters/netbackup/tuning-parameters/{type}/{name} | | Delete NetBackup tuning parameter |
GET/config/snmp | | Get SNMP configuration. |
POST/data-access/snapshots/sessions/{sessionId}/node-edges | | Get node edges and relations |
GET/data-hawk/tags | | List the tags. |
PUT/data-hawk/tags | | Creates a tag. |
POST/data-hawk/tags | | Updates a tag. |
DELETE/data-hawk/tags | | Delete a tag by uuid. |
GET/data-protect/agent-hosts | | List hosts associated with the registered source. |
GET/data-protect/failovers | | Get the status of latest failover for the all specified Backup and Recovery instances. Here the Backup and Recovery instance refers to the vault. |
POST/data-protect/failovers | | Initiate a failover for the specified Backup and Recovery instance. Here the Backup and Recovery instance refers to the vault. |
POST/data-protect/failovers/{uid}/actions | | Initiate an action e.g. cancel the in-progress failover |
GET/data-protect/failovers/{vaultId} | | Get the status of all the past and current failover for the specified Backup and Recovery instance. Here the Backup and Recovery instance refers to the vault. |
GET/data-protect/indexing/runs/summary | | Get the list of indexing runs summary for a given range. |
GET/data-protect/recovery-scans | | Get the status of latest recovery scan for the all specified Backup and Recovery instances. Here the Backup and Recovery instance refers to the vault. |
POST/data-protect/recovery-scans | | Initiate a recovery scan on the specified Backup and Recovery instance. Here the Backup and Recovery instance refers to the vault. |
POST/data-protect/recovery-scans/{uid}/actions | | Initiate an action e.g. cancel the in-progress recovery scan |
GET/data-protect/recovery-scans/{vaultId} | | Get the status of the all the recovery scans for the specified Backup and Recovery instance. Here the Backup and Recovery instance refers to the vault. |
GET/file-services/views/user-quotas | | Get View user quotas. |
GET/fortknox-onprem-clusters/vaulting-network-config | | Get vaulting network configuration. |
PUT/fortknox-onprem-clusters/vaulting-network-config | | Update vaulting network configuration. |
GET/health | | Get Health Status |
GET/recoveries/rules | | Get rule information for blocking recovery. |
PUT/recoveries/rules | | Update rule information for blocking recovery. |
POST/recoveries/rules | | Create rule information for blocking recovery. |
GET/snapshot-tags-info | | Return tags for given snapshots. |
PATCH/snapshot-tags-info | | Return tags for given snapshots. |
GET/stats/replication-backlog | | Get Time Series Stats for Replication Backlog. |
GET/stats/replication-clusters | | — |
GET/stats/replication-data-trend | | — |
GET/stats/replication-objects | | — |
GET/stats/replication-objects-trend | | — |
GET/storage-domains/fault-tolerance-options | | Get Fault Tolerance Settings. |
POST/users/{sid}/s3-keys | | Create a new S3 key for a User |
PUT/users/{sid}/s3-keys/{keyId} | | Update an S3 key for a User |
DELETE/users/{sid}/s3-keys/{keyId} | | Delete an S3 key for a User |
POST/users/{sid}/s3-secret-key | | This endpoint is deprecated and may be removed in a future release. Existing integrations continue to work for now. Reset S3 secret access key |
GET/file-services/views/{viewId}/user-quotas | | This endpoint is deprecated and may be removed in a future release. Existing integrations continue to work for now. Get View user quotas. |
PUT/proxy-servers/{name} | | Added properties (2) password[Request]updatePassword[Request]
|
GET/trusted-cas/{id} | - Verified backward compatible
| Verified backward compatible (1) - [Return Type] type of the response body (root schema) changed — top-level type is still
object; 8 properties added (backward compatible): authorityKeyId, certificate, commonName, isCA, selfSigned, serialNumber, sha256Fingerprint, subjectKeyId.
|
POST/trusted-cas/{id}/validate | - Verified backward compatible
| Verified backward compatible (1) - [Return Type] type of the response body (root schema) changed — top-level type is still
object; 8 properties added (backward compatible): authorityKeyId, certificate, commonName, isCA, selfSigned, serialNumber, sha256Fingerprint, subjectKeyId.
|
POST/users/{sid}/s3-secret-key | | Description changed Before: Reset the S3 secret access key for the specified user on the Cohesity Cluster. Admin users who have the Manage Users privilege can generate keys for other users. When generating a new key, anyone using the old key will lose access until they retrieve and use the newly generated key. The user must have the following privilege to access this endpoint, 'Manage S3 Keys'. After: Reset the S3 secret access key for the specified user on the Cohesity Cluster. Admin users who have the Manage Users privilege can generate keys for other users. When generating a new key, anyone using the old key will lose access until they retrieve and use the newly generated key. The user must have the following privilege to access this endpoint, 'Manage S3 Keys'. Note: This API is deprecated. Use the API PUT /users/{sid}/s3-keys/{keyId}?rotate=true instead. |
POST/users/{sid}/update-s3-keys | - Description updated
- Verified backward compatible
| Description changed Before: Update the S3 Access/Secret Keys for a User on the Cohesity Cluster. After: Updates the first S3 Access/Secret Key pair for a user. Requires 'Manage Users' and 'Manage S3Key' privileges to modify keys for other users. Verified backward compatible (1) - [Request] type of the request body (root schema) changed — top-level type is still
object; 1 optional property added (backward compatible): expirationTimeMsecs.
|
GET/users/{userSid}/api-keys/{id} | | Added properties (2) createdByUsername[Return Type]ownerUsername[Return Type]
|
PUT/users/{userSid}/api-keys/{id} | | Added properties (2) createdByUsername[Return Type]ownerUsername[Return Type]
|
POST/users/{userSid}/api-keys/{id}/rotate | | Added properties (2) createdByUsername[Return Type]ownerUsername[Return Type]
|
GET/webserver-certificate | | Added properties (3) certificateInfo[Return Type]intermediateCaList[Return Type]rootCa[Return Type]
|
GET/api-keys | | Added properties (2) apiKeys[n].createdByUsername[Return Type]apiKeys[n].ownerUsername[Return Type]
|
PUT/audit-logs/filer-configs | | Privilege name updated No API contract change for PUT. Only the documented privilege name was updated from CLUSTER_AUDIT to CLUSTER_AUDIT, CLUSTER_MODIFY. Clients using the same request body and path should work the same; verify RBAC/permissions if your integration checks privilege names. |
GET/clusters/nodes/free | | Added properties (1) nodes[n].softwareType[Return Type]
|
POST/data-protect/protection-groups/{id}/runs/actions | | Privilege name updated No API contract change for POST. Only the documented privilege name was updated from PROTECTION_MODIFY to PROTECTION_JOB_OPERATE. Clients using the same request body and path should work the same; verify RBAC/permissions if your integration checks privilege names. |
PATCH/data-source-connections/{connectionId} | | Added properties (1) connectionEnvType[Return Type]
|
PATCH/data-source-connectors/{connectorId} | | Added properties (1) connectorType[Return Type]
|
GET/groups/{sid} | - New properties added
- New fields that are always included in the response
| Now-guaranteed response fields (1) |
PUT/groups/{sid} | - New properties added
- New fields that are always included in the response
| Now-guaranteed response fields (1) |
GET/lsu | - Summary updated
- Description updated
- New properties added
| Summary changed Before: GET LSU. After: Get list of LSUs. Description changed Before: GET LSU. After: Get list of LSUs. The result can be filtered by LSU id, name, or NBU Domains it is associated with. Added properties (1) [n].storageDomainName[Return Type]
|
POST/lsu | | Added properties (1) storageDomainName[Return Type]
|
POST/lsu/pair | | Added properties (1) storageDomainName[Return Type]
|
DELETE/lsu/pair | | Added properties (1) storageDomainName[Return Type]
|
PUT/lsu/{id} | | Added properties (1) storageDomainName[Return Type]
|
POST/proxy-servers | | Added properties (2) password[Request]updatePassword[Request]
|
GET/ssl-certificates | | Added properties (3) [n].certificateInfo[Return Type][n].intermediateCaList[Return Type][n].rootCa[Return Type]
|
GET/trusted-cas | - Verified backward compatible
| Verified backward compatible (1) - [Return Type] type of
certificates[n] changed — top-level type is still object; 8 properties added (backward compatible): authorityKeyId, certificate, commonName, isCA, selfSigned, serialNumber, sha256Fingerprint, subjectKeyId.
|
POST/trusted-cas | - Verified backward compatible
| Verified backward compatible (1) - [Return Type] type of
certificates[n] changed — top-level type is still object; 8 properties added (backward compatible): authorityKeyId, certificate, commonName, isCA, selfSigned, serialNumber, sha256Fingerprint, subjectKeyId.
|
DELETE/users/sessions | | Description changed Before: Deletes all sessions for given user sid or system wide sessions After: Deletes user sessions. When current is true, only the current session is deleted. When current is not specified or false, all the sessions for given sid are deleted if sid is specified, else all sessions system wide are deleted. |
GET/users/sessions | | Added properties (1) sessionsPerUser[n].username[Return Type]
|
GET/users/{sid} | - New properties added
- New fields that are always included in the response
| Added properties (4) allowSmbAccessToken[Return Type]isBuiltIn[Return Type]s3AccountParams.expirationTimeMsecs[Return Type]s3AccountParams.keys[Return Type]
Now-guaranteed response fields (1) |
PUT/users/{sid} | - New properties added
- New fields that are always included in the response
| Added properties (4) allowSmbAccessToken[Return Type]isBuiltIn[Return Type]s3AccountParams.expirationTimeMsecs[Return Type]s3AccountParams.keys[Return Type]
Now-guaranteed response fields (1) |
POST/users/{userSid}/api-keys | | Added properties (2) createdByUsername[Return Type]ownerUsername[Return Type]
|
GET/users/{userSid}/api-keys | | Added properties (2) apiKeys[n].createdByUsername[Return Type]apiKeys[n].ownerUsername[Return Type]
|
POST/data-source-connections | | Added properties (1) connectionEnvType[Request, Return Type]
|
GET/data-source-connections | | Added properties (1) connections[n].connectionEnvType[Return Type]
|
GET/data-source-connectors | | Added properties (1) connectors[n].connectorType[Return Type]
|
GET/file-services/views/{viewId}/user-quotas | - Description updated
- New properties added
| Description changed Before: Get user quotas for the View. After: Get user quotas for the View. This api will be deprecated. Use the API '/file-services/views/user-quota' instead. Added properties (2) quotaAndUsageInAllViews[Return Type]summaryForUser[Return Type]
|
PUT/file-services/views/{viewId}/user-quotas | | Added properties (2) quotaAndUsageInAllViews[Return Type]summaryForUser[Return Type]
|
GET/groups | - New properties added
- New fields that are always included in the response
| Added properties (1) groups[n].isBuiltIn[Return Type]
Now-guaranteed response fields (1) groups[n].isBuiltIn[Return Type]
|
POST/groups | - New properties added
- New fields that are always included in the response
| Added properties (1) groups[n].isBuiltIn[Return Type]
Now-guaranteed response fields (1) groups[n].isBuiltIn[Return Type]
|
GET/storage-domains/{id} | | Added properties (1) storagePolicy.redundancy[Return Type]
|
PUT/storage-domains/{id} | | Added properties (1) storagePolicy.redundancy[Return Type]
|
GET/users | - New properties added
- New fields that are always included in the response
| Added properties (4) users[n].allowSmbAccessToken[Return Type]users[n].isBuiltIn[Return Type]users[n].s3AccountParams.expirationTimeMsecs[Return Type]users[n].s3AccountParams.keys[Return Type]
Now-guaranteed response fields (1) users[n].isBuiltIn[Return Type]
|
POST/users | - Verified backward compatible
- New properties added
- New fields that are always included in the response
| Verified backward compatible (1) - [Request] type of
[n].S3AccessKeys changed — top-level type is still object; 1 optional property added (backward compatible): expirationTimeMsecs.
Added properties (4) users[n].allowSmbAccessToken[Return Type]users[n].isBuiltIn[Return Type]users[n].s3AccountParams.expirationTimeMsecs[Return Type]users[n].s3AccountParams.keys[Return Type]
Now-guaranteed response fields (1) users[n].isBuiltIn[Return Type]
|
PUT/clusters/restore-config | | Added properties (2) forceUpdate[Request]serviceName[Request]
|
PUT/clusters/softwares | | Added properties (1) patchParams.skipComponents[Request]
|
POST/data-access/snapshots/sessions/{sessionId}/graph-nodes | | Added properties (3) graphNodes[n].graphNodeInfo.attributes[Return Type]graphNodes[n].graphNodeInfo.dataBlobLogicalSizeBytes[Return Type]graphNodes[n].graphNodeInfo.numOutboundEdges[Return Type]
|
POST/data-access/snapshots/sessions/{sessionId}/graph-nodes/query-relations/{nodeId}/differences | | Added properties (3) diffGraphNode.baseGraphNode.attributes[Return Type]diffGraphNode.baseGraphNode.dataBlobLogicalSizeBytes[Return Type]diffGraphNode.baseGraphNode.numOutboundEdges[Return Type]
|
POST/data-protect/snapshots/{snapshotId}/meta-info | | Added properties (4) kubernetesParams.storageClasses[Return Type]oracleParams.fetchRacInfoOnly[Request]oracleParams.sourceRacInfo[Return Type]oracleParams.targetRacConfigParams[Request]
|
GET/data-source-connectors/metadata | | Added properties (1) k8sConnectorInfoList[Return Type]
|
PUT/data-source-connectors/metadata | | Added properties (2) connectorMetadata.k8sConnectorInfoList[Request]k8sConnectorInfoList[Return Type]
|
POST/storage-domains | | Added properties (1) storagePolicy.redundancy[Return Type]
|
GET/storage-domains | - New properties added
- New fields that are always included in the response
| Added properties (3) settings.ec3DiskFailuresEnabled[Return Type]settings.ec3DiskFailuresShow3d3n[Return Type]storageDomains[n].storagePolicy.redundancy[Return Type]
Now-guaranteed response fields (2) settings.ec3DiskFailuresEnabled[Return Type]settings.ec3DiskFailuresShow3d3n[Return Type]
|
POST/clusters | | Added properties (7) healthyNodes[Return Type]message[Return Type]physicalClusterParams.clusterSwType[Request]physicalClusterParams.netbackupConfig[Request]unhealthyNodes[Return Type]virtualClusterParams.clusterSwType[Request]virtualClusterParams.netbackupConfig[Request]
|
POST/data-access/snapshots/sessions/graph-nodes/query | | Added properties (4) graphNodes[n].graphNodeInfo.attributes[Return Type]graphNodes[n].graphNodeInfo.dataBlobLogicalSizeBytes[Return Type]graphNodes[n].graphNodeInfo.numOutboundEdges[Return Type]structuredWorkloadParams[Request]
|
GET/data-protect/objects/last-run | | Added properties (2) objectLastRuns[n].auxEntityId[Return Type]objectLastRuns[n].childObjects[n].auxEntityId[Return Type]
|
POST/data-protect/sources/test-connection | | Added properties (1) dataSourceConnectionId[Request, Return Type]
|
GET/data-protect/sources/{sourceId}/objects | | Added properties (2) objects[n].auxEntityId[Return Type]objects[n].childObjects[n].auxEntityId[Return Type]
|
PUT/tenants/{id} | | Added properties (1) network.enableDataSourceConnector[Request, Return Type]
|
POST/tenants/{id}/actions | | Added properties (1) network.enableDataSourceConnector[Return Type]
|
GET/active-directories/{id} | | Added properties (1) permissions[n].network.enableDataSourceConnector[Return Type]
|
PUT/active-directories/{id} | | Added properties (1) permissions[n].network.enableDataSourceConnector[Return Type]
|
PUT/data-protect/objects/metadata | | Added properties (4) entityList[n].azureParams.azureKubernetesParams.cohesityDataprotectPluginImageLocation[Request]entityList[n].azureParams.azureKubernetesParams.priorityClassName[Request]entityList[n].azureParams.azureKubernetesParams.resourceAnnotations[Request]entityList[n].azureParams.azureKubernetesParams.resourceLabels[Request]
|
GET/data-protect/objects/{id}/runs/{runId} | | Added properties (3) archivalInfo.archivalTargetResults[n].warnings[Return Type]auxEntityId[Return Type]permissions[n].network.enableDataSourceConnector[Return Type]
|
GET/data-protect/objects/{objectId}/indexed-objects/snapshots | | Added properties (1) snapshots[n].hasSourceSnapshot[Return Type]
|
GET/data-protect/objects/{objectId}/protection-groups/{protectionGroupId}/indexed-objects/snapshots | | Added properties (1) snapshots[n].hasSourceSnapshot[Return Type]
|
GET/data-protect/objects/{sourceId}/metadata | | Added properties (4) entityList[n].azureParams.azureKubernetesParams.cohesityDataprotectPluginImageLocation[Return Type]entityList[n].azureParams.azureKubernetesParams.priorityClassName[Return Type]entityList[n].azureParams.azureKubernetesParams.resourceAnnotations[Return Type]entityList[n].azureParams.azureKubernetesParams.resourceLabels[Return Type]
|
GET/data-protect/protection-groups/{id}/runs/{runId} | | Added properties (4) archivalInfo.archivalTargetResults[n].warnings[Return Type]objects[n].object.auxEntityId[Return Type]permissions[n].network.enableDataSourceConnector[Return Type]userInitiated[Return Type]
|
GET/data-protect/runs/{runId}/progress | | Added properties (10) archivalRun[n].objects[n].auxEntityId[Return Type]archivalRun[n].stats.inflightBytesLogical[Return Type]archivalRun[n].stats.inflightBytesPhysical[Return Type]archivalRun[n].stats.inflightFiles[Return Type]archivalRun[n].stats.rxBytesLogical[Return Type]archivalRun[n].stats.rxBytesPhysical[Return Type]archivalRun[n].stats.rxFiles[Return Type]archivalRun[n].stats.txBytesLogical[Return Type]archivalRun[n].stats.txBytesPhysical[Return Type]archivalRun[n].stats.txFiles[Return Type]
|
GET/data-protect/runs/{runId}/stats | | Added properties (1) archivalRun[n].objects[n].auxEntityId[Return Type]
|
POST/remote-clusters/validate | - Verified backward compatible
| Verified backward compatible (1) - [Request] type of the request body (root schema) changed — top-level type is still
object; 2 optional properties added (backward compatible): otpCode, otpType.
|
GET/remote-clusters/{clusterId} | | Added properties (2) otpCode[Return Type]otpType[Return Type]
|
PUT/remote-clusters/{clusterId} | | Added properties (2) otpCode[Request, Return Type]otpType[Request, Return Type]
|
POST/tenants | | Added properties (1) network.enableDataSourceConnector[Request, Return Type]
|
GET/tenants | | Added properties (1) [n].network.enableDataSourceConnector[Return Type]
|
POST/active-directories | | Added properties (1) permissions[n].network.enableDataSourceConnector[Return Type]
|
GET/active-directories | | Added properties (1) activeDirectories[n].permissions[n].network.enableDataSourceConnector[Return Type]
|
GET/data-protect/external-targets/settings | | Added properties (3) archivalParams.externalMetadata[Return Type]archivalParams.ibmParams.targetType[Return Type]vaultTagMap[Return Type]
|
GET/data-protect/external-targets/{id} | | Added properties (3) archivalParams.externalMetadata[Return Type]archivalParams.ibmParams.targetType[Return Type]vaultTagMap[Return Type]
|
PUT/data-protect/external-targets/{id} | | Added properties (3) archivalParams.externalMetadata[Request, Return Type]archivalParams.ibmParams.targetType[Request, Return Type]vaultTagMap[Request, Return Type]
|
GET/data-protect/objects/{id}/runs | | Added properties (3) protectionRuns[n].archivalInfo.archivalTargetResults[n].warnings[Return Type]protectionRuns[n].auxEntityId[Return Type]protectionRuns[n].permissions[n].network.enableDataSourceConnector[Return Type]
|
GET/data-protect/objects/{id}/tree | | Added properties (9) auxEntityId[Return Type]childObjects[n].auxEntityId[Return Type]groupParams.isSecurityGroup[Return Type]groupParams.isTeamsGroup[Return Type]oracleParams.databaseEntityInfo.hostType[Return Type]permissions.tenant.network.enableDataSourceConnector[Return Type]sharepointParams.isGroupSite[Return Type]sharepointParams.isPrivateChannelSite[Return Type]sharepointParams.isTeamSite[Return Type]
|
GET/data-protect/policies/{id} | | Added properties (1) remoteTargetPolicy.crossRegionTargets[Return Type]
|
PUT/data-protect/policies/{id} | | Added properties (1) remoteTargetPolicy.crossRegionTargets[Request, Return Type]
|
GET/data-protect/policy-templates/{id} | | Added properties (1) remoteTargetPolicy.crossRegionTargets[Return Type]
|
PUT/data-protect/protection-groups/{id}/runs | | Added properties (1) updateProtectionGroupRunParams[n].sourceSnapshotConfig[Request]
|
GET/data-protect/protection-groups/{id}/runs | | Added properties (4) runs[n].archivalInfo.archivalTargetResults[n].warnings[Return Type]runs[n].objects[n].object.auxEntityId[Return Type]runs[n].permissions[n].network.enableDataSourceConnector[Return Type]runs[n].userInitiated[Return Type]
|
GET/data-protect/sources/{id} | | Added properties (9) auxEntityId[Return Type]childObjects[n].auxEntityId[Return Type]groupParams.isSecurityGroup[Return Type]groupParams.isTeamsGroup[Return Type]oracleParams.databaseEntityInfo.hostType[Return Type]permissions.tenant.network.enableDataSourceConnector[Return Type]sharepointParams.isGroupSite[Return Type]sharepointParams.isPrivateChannelSite[Return Type]sharepointParams.isTeamSite[Return Type]
|
POST/remote-clusters | | Added properties (2) otpCode[Request, Return Type]otpType[Request, Return Type]
|
GET/remote-clusters | | Added properties (2) remoteClusters[n].otpCode[Return Type]remoteClusters[n].otpType[Return Type]
|
POST/data-protect/external-targets | | Added properties (3) archivalParams.externalMetadata[Request, Return Type]archivalParams.ibmParams.targetType[Request, Return Type]vaultTagMap[Request, Return Type]
|
GET/data-protect/external-targets | | Added properties (3) externalTargets[n].archivalParams.externalMetadata[Return Type]externalTargets[n].archivalParams.ibmParams.targetType[Return Type]externalTargets[n].vaultTagMap[Return Type]
|
POST/data-protect/policies | | Added properties (1) remoteTargetPolicy.crossRegionTargets[Request, Return Type]
|
GET/data-protect/policies | | Added properties (1) policies[n].remoteTargetPolicy.crossRegionTargets[Return Type]
|
GET/data-protect/policies/{id}/summary | | Added properties (12) policy.remoteTargetPolicy.crossRegionTargets[Return Type]protectionGroupsSummary[n].archivalInfo.archivalTargetResults[n].warnings[Return Type]protectionGroupsSummary[n].objects[n].object.auxEntityId[Return Type]protectionGroupsSummary[n].permissions[n].network.enableDataSourceConnector[Return Type]protectionGroupsSummary[n].userInitiated[Return Type]protectionSourcesSummary[n].object.auxEntityId[Return Type]protectionSourcesSummary[n].object.groupParams.isSecurityGroup[Return Type]protectionSourcesSummary[n].object.groupParams.isTeamsGroup[Return Type]protectionSourcesSummary[n].object.oracleParams.databaseEntityInfo.hostType[Return Type]protectionSourcesSummary[n].object.sharepointParams.isGroupSite[Return Type]protectionSourcesSummary[n].object.sharepointParams.isPrivateChannelSite[Return Type]protectionSourcesSummary[n].object.sharepointParams.isTeamSite[Return Type]
|
GET/data-protect/policy-templates | | Added properties (1) policies[n].remoteTargetPolicy.crossRegionTargets[Return Type]
|
GET/data-protect/search/objects | | Added properties (11) objects[n].auxEntityId[Return Type]objects[n].childObjects[n].auxEntityId[Return Type]objects[n].groupParams.isSecurityGroup[Return Type]objects[n].groupParams.isTeamsGroup[Return Type]objects[n].heliosTags[n].description[Return Type]objects[n].oracleParams.databaseEntityInfo.hostType[Return Type]objects[n].permissions.tenant.network.enableDataSourceConnector[Return Type]objects[n].sharepointParams.isGroupSite[Return Type]objects[n].sharepointParams.isPrivateChannelSite[Return Type]objects[n].sharepointParams.isTeamSite[Return Type]objects[n].sourceInfo.auxEntityId[Return Type]
|
GET/data-protect/search/protected-objects | | Added properties (10) objects[n].auxEntityId[Return Type]objects[n].childObjects[n].auxEntityId[Return Type]objects[n].groupParams.isSecurityGroup[Return Type]objects[n].groupParams.isTeamsGroup[Return Type]objects[n].latestSnapshotsInfo[n].sourceSnapshotInfo[Return Type]objects[n].oracleParams.databaseEntityInfo.hostType[Return Type]objects[n].permissions.tenant.network.enableDataSourceConnector[Return Type]objects[n].sharepointParams.isGroupSite[Return Type]objects[n].sharepointParams.isPrivateChannelSite[Return Type]objects[n].sharepointParams.isTeamSite[Return Type]
|
GET/data-protect/sources | | Added properties (9) sources[n].auxEntityId[Return Type]sources[n].childObjects[n].auxEntityId[Return Type]sources[n].groupParams.isSecurityGroup[Return Type]sources[n].groupParams.isTeamsGroup[Return Type]sources[n].oracleParams.databaseEntityInfo.hostType[Return Type]sources[n].permissions.tenant.network.enableDataSourceConnector[Return Type]sources[n].sharepointParams.isGroupSite[Return Type]sources[n].sharepointParams.isPrivateChannelSite[Return Type]sources[n].sharepointParams.isTeamSite[Return Type]
|
DELETE/data-protect/sources/registrations/{id} | | Added properties (1) azureParams.expressRegistrationClientId[Request]
|
GET/data-protect/sources/{vCenterId}/resource-pools/{id}/entities | | Added properties (9) sources[n].auxEntityId[Return Type]sources[n].childObjects[n].auxEntityId[Return Type]sources[n].groupParams.isSecurityGroup[Return Type]sources[n].groupParams.isTeamsGroup[Return Type]sources[n].oracleParams.databaseEntityInfo.hostType[Return Type]sources[n].permissions.tenant.network.enableDataSourceConnector[Return Type]sources[n].sharepointParams.isGroupSite[Return Type]sources[n].sharepointParams.isPrivateChannelSite[Return Type]sources[n].sharepointParams.isTeamSite[Return Type]
|
GET/data-protect/objects/{id} | | Added properties (19) auxEntityId[Return Type]childObjects[n].auxEntityId[Return Type]lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]lastRun.auxEntityId[Return Type]objectBackupConfiguration.elastifileParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.flashbladeParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.genericNasParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.gpfsParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.hypervParams.excludeDisks[Return Type]objectBackupConfiguration.hypervParams.includeDisks[Return Type]objectBackupConfiguration.isilonParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.jiraParams[Return Type]objectBackupConfiguration.kubernetesParams.snapshotTimeoutSeconds[Return Type]objectBackupConfiguration.netappParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.nutanixFSParams.enableExtendedAttributes[Return Type]objectBackupConfiguration.nutanixFSParams.useNutanixFsCft[Return Type]objectBackupConfiguration.salesforceParams[Return Type]objectBackupConfiguration.vmwareParams.globalExcludeDisks[Return Type]permissions[n].network.enableDataSourceConnector[Return Type]
|
POST/data-protect/protected-objects | | Added properties (15) objects[n].elastifileParams.enableExtendedAttributes[Request]objects[n].flashbladeParams.enableExtendedAttributes[Request]objects[n].genericNasParams.enableExtendedAttributes[Request]objects[n].gpfsParams.enableExtendedAttributes[Request]objects[n].hypervParams.objects[n].excludeDisks[Request]objects[n].hypervParams.objects[n].includeDisks[Request]objects[n].isilonParams.enableExtendedAttributes[Request]objects[n].jiraParams[Request]objects[n].kubernetesParams.snapshotTimeoutSeconds[Request]objects[n].netappParams.enableExtendedAttributes[Request]objects[n].nutanixFSParams.enableExtendedAttributes[Request]objects[n].nutanixFSParams.useNutanixFsCft[Request]objects[n].salesforceParams[Request]protectedObjects[n].auxEntityId[Return Type]protectedObjects[n].childObjects[n].auxEntityId[Return Type]
|
GET/data-protect/recoveries/virtual-disks | | Added properties (11) disks[n].diskLocation.auxEntityId[Return Type]disks[n].diskLocation.childObjects[n].auxEntityId[Return Type]disks[n].diskLocation.groupParams.isSecurityGroup[Return Type]disks[n].diskLocation.groupParams.isTeamsGroup[Return Type]disks[n].diskLocation.oracleParams.databaseEntityInfo.hostType[Return Type]disks[n].diskLocation.permissions.tenant.network.enableDataSourceConnector[Return Type]disks[n].diskLocation.sharepointParams.isGroupSite[Return Type]disks[n].diskLocation.sharepointParams.isPrivateChannelSite[Return Type]disks[n].diskLocation.sharepointParams.isTeamSite[Return Type]disks[n].isBootable[Return Type]disks[n].resourceSku[Return Type]
|
GET/data-protect/sources/application-servers | | Added properties (9) appServers[n].appEntity.auxEntityId[Return Type]appServers[n].appEntity.childObjects[n].auxEntityId[Return Type]appServers[n].appEntity.groupParams.isSecurityGroup[Return Type]appServers[n].appEntity.groupParams.isTeamsGroup[Return Type]appServers[n].appEntity.oracleParams.databaseEntityInfo.hostType[Return Type]appServers[n].appEntity.permissions.tenant.network.enableDataSourceConnector[Return Type]appServers[n].appEntity.sharepointParams.isGroupSite[Return Type]appServers[n].appEntity.sharepointParams.isPrivateChannelSite[Return Type]appServers[n].appEntity.sharepointParams.isTeamSite[Return Type]
|
GET/file-services/views/{id} | | Added properties (4) viewProtection.protectionGroups[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]viewProtection.protectionGroups[n].lastRun.objects[n].object.auxEntityId[Return Type]viewProtection.protectionGroups[n].lastRun.permissions[n].network.enableDataSourceConnector[Return Type]viewProtection.protectionGroups[n].lastRun.userInitiated[Return Type]
|
PUT/file-services/views/{id} | | Added properties (4) viewProtection.protectionGroups[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Request, Return Type]viewProtection.protectionGroups[n].lastRun.objects[n].object.auxEntityId[Request, Return Type]viewProtection.protectionGroups[n].lastRun.permissions[n].network.enableDataSourceConnector[Request, Return Type]viewProtection.protectionGroups[n].lastRun.userInitiated[Request, Return Type]
|
POST/file-services/views/{id}/clone | | Added properties (5) disableS3ObjectLockConfig[Request]viewProtection.protectionGroups[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]viewProtection.protectionGroups[n].lastRun.objects[n].object.auxEntityId[Return Type]viewProtection.protectionGroups[n].lastRun.permissions[n].network.enableDataSourceConnector[Return Type]viewProtection.protectionGroups[n].lastRun.userInitiated[Return Type]
|
GET/data-protect/objects | | Added properties (19) objects[n].auxEntityId[Return Type]objects[n].childObjects[n].auxEntityId[Return Type]objects[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]objects[n].lastRun.auxEntityId[Return Type]objects[n].objectBackupConfiguration.elastifileParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.flashbladeParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.genericNasParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.gpfsParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.hypervParams.excludeDisks[Return Type]objects[n].objectBackupConfiguration.hypervParams.includeDisks[Return Type]objects[n].objectBackupConfiguration.isilonParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.jiraParams[Return Type]objects[n].objectBackupConfiguration.kubernetesParams.snapshotTimeoutSeconds[Return Type]objects[n].objectBackupConfiguration.netappParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.nutanixFSParams.enableExtendedAttributes[Return Type]objects[n].objectBackupConfiguration.nutanixFSParams.useNutanixFsCft[Return Type]objects[n].objectBackupConfiguration.salesforceParams[Return Type]objects[n].objectBackupConfiguration.vmwareParams.globalExcludeDisks[Return Type]objects[n].permissions[n].network.enableDataSourceConnector[Return Type]
|
PUT/data-protect/protected-objects/{id} | | Added properties (32) elastifileParams.enableExtendedAttributes[Request]flashbladeParams.enableExtendedAttributes[Request]genericNasParams.enableExtendedAttributes[Request]gpfsParams.enableExtendedAttributes[Request]hypervParams.excludeDisks[Request]hypervParams.includeDisks[Request]isilonParams.enableExtendedAttributes[Request]jiraParams[Request]kubernetesParams.snapshotTimeoutSeconds[Request]netappParams.enableExtendedAttributes[Request]nutanixFSParams.enableExtendedAttributes[Request]nutanixFSParams.useNutanixFsCft[Request]object.auxEntityId[Return Type]object.childObjects[n].auxEntityId[Return Type]object.lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]object.lastRun.auxEntityId[Return Type]object.objectBackupConfiguration.elastifileParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.flashbladeParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.genericNasParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.gpfsParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.hypervParams.excludeDisks[Return Type]object.objectBackupConfiguration.hypervParams.includeDisks[Return Type]object.objectBackupConfiguration.isilonParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.jiraParams[Return Type]object.objectBackupConfiguration.kubernetesParams.snapshotTimeoutSeconds[Return Type]object.objectBackupConfiguration.netappParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.nutanixFSParams.enableExtendedAttributes[Return Type]object.objectBackupConfiguration.nutanixFSParams.useNutanixFsCft[Return Type]object.objectBackupConfiguration.salesforceParams[Return Type]object.objectBackupConfiguration.vmwareParams.globalExcludeDisks[Return Type]object.permissions[n].network.enableDataSourceConnector[Return Type]salesforceParams[Request]
|
POST/data-protect/search/indexed-objects | | Added properties (18) cassandraObjects[n].sourceInfo.auxEntityId[Return Type]emailParams.o365Params.includeArchiveRecoverableItems[Request]emailParams.o365Params.includeInPlaceArchiveItems[Request]emailParams.o365Params.includePrimaryMailboxItems[Request]emailParams.o365Params.includeRecoverableItems[Request]files[n].sourceInfo.auxEntityId[Return Type]files[n].sourceInfo.groupParams.isSecurityGroup[Return Type]files[n].sourceInfo.groupParams.isTeamsGroup[Return Type]files[n].sourceInfo.oracleParams.databaseEntityInfo.hostType[Return Type]files[n].sourceInfo.permissions.tenant.network.enableDataSourceConnector[Return Type]files[n].sourceInfo.sharepointParams.isGroupSite[Return Type]files[n].sourceInfo.sharepointParams.isPrivateChannelSite[Return Type]files[n].sourceInfo.sharepointParams.isTeamSite[Return Type]gmailObjects[Return Type]gmailParams[Request]googleDriveObjects[Return Type]googleDriveParams[Request]oneDriveParams.googleWorkspaceParams[Request]
|
POST/data-protect/snapshots/restore-points | | Added properties (10) fullSnapshotInfo[n].restoreInfo.objectInfo.auxEntityId[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.childObjects[n].auxEntityId[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.groupParams.isSecurityGroup[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.groupParams.isTeamsGroup[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.oracleParams.databaseEntityInfo.hostType[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.permissions.tenant.network.enableDataSourceConnector[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.sharepointParams.isGroupSite[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.sharepointParams.isPrivateChannelSite[Return Type]fullSnapshotInfo[n].restoreInfo.objectInfo.sharepointParams.isTeamSite[Return Type]fullSnapshotInfo[n].targetsConfiguration[n].crossRegionTargets[Return Type]
|
POST/file-services/views | | Added properties (4) viewProtection.protectionGroups[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]viewProtection.protectionGroups[n].lastRun.objects[n].object.auxEntityId[Return Type]viewProtection.protectionGroups[n].lastRun.permissions[n].network.enableDataSourceConnector[Return Type]viewProtection.protectionGroups[n].lastRun.userInitiated[Return Type]
|
GET/file-services/views | | Added properties (4) views[n].viewProtection.protectionGroups[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]views[n].viewProtection.protectionGroups[n].lastRun.objects[n].object.auxEntityId[Return Type]views[n].viewProtection.protectionGroups[n].lastRun.permissions[n].network.enableDataSourceConnector[Return Type]views[n].viewProtection.protectionGroups[n].lastRun.userInitiated[Return Type]
|
GET/tenants/{id}/assignments | - New properties added
- New fields that are always included in the response
| Added properties (8) policies.policies[n].remoteTargetPolicy.crossRegionTargets[Return Type]storageDomains.settings.ec3DiskFailuresEnabled[Return Type]storageDomains.settings.ec3DiskFailuresShow3d3n[Return Type]storageDomains.storageDomains[n].storagePolicy.redundancy[Return Type]views.views[n].viewProtection.protectionGroups[n].lastRun.archivalInfo.archivalTargetResults[n].warnings[Return Type]views.views[n].viewProtection.protectionGroups[n].lastRun.objects[n].object.auxEntityId[Return Type]views.views[n].viewProtection.protectionGroups[n].lastRun.permissions[n].network.enableDataSourceConnector[Return Type]views.views[n].viewProtection.protectionGroups[n].lastRun.userInitiated[Return Type]
Now-guaranteed response fields (2) storageDomains.settings.ec3DiskFailuresEnabled[Return Type]storageDomains.settings.ec3DiskFailuresShow3d3n[Return Type]
|