In Delphix 6.0.10.0, the new API version is 1.11.10. This section describes all API changes since API version 1.11.9, which was released with Delphix 6.0.9.0.
All URL paths are relative to /resources/json/delphix
.
What's Changed?
API Object | Path | Type | Name | Change |
---|---|---|---|---|
CredentialsEnvVars | N/A (value type) | API Type | CredentialsEnvVars | Extends reference changed from TypedObject to IdentifiableArrayElement. |
CredentialsEnvVars | N/A (value type) | property |
| Optional for an update. Optional for update. |
IscsiTarget | /storage/iscsi/target | property | state | Added enum value ERROR . |
KeyPairCredential | N/A (value type) | property | privateKey publicKey | Required for create. Optional for update. |
NetworkRoute | /network/route | property | list | Add enum value protocol in "cliDisplay ". |
Operation | N/A (value type) | API Type | Operation | Extends reference changed from TypedObject to IdentifiableArrayElement. |
OracleDatabaseContainer | N/A (value type) | property | racMaxInstanceLag | FeatureFlag 'ORACLERACMAXINSTANCELAG ' is removed.default value changed to 3. |
OracleExportParameters | N/A (value type) | property | filesystemLayout | Extends reference changed from TimeFlowFilesystemLayout to OracleExportTimeflowFilesystemLayout |
SystemInitializationParameters | N/A (value type) | property | devices | Optional while creating. |
TimeZone | /timezone | property | id | Removed values for enum -
|
What's New?
API Object | Path | Type | Name | Description |
---|---|---|---|---|
IdentifiableArrayElement | N/A (value type) | API Type | IdentifiableArrayElement | A unique identifier is generated by the engine when this object is in an array. If this value is set and this object is in an update request, this id identifies the element to update in the existing array. In that case, this object can be sparse (only the changed properties need to be included). The resulting position of the element in the array is its position in the update. If an element with this id does not exist, this object is ignored. If the id is not set, a new object is added to the array and a new id is assigned to it by the engine. If an existing element id is omitted from an update, the corresponding element is deleted. To preserve an existing array element unchanged, the API client must include an element in the update with just this id. |
MSSqlSnapshot | N/A (value type) | property | backupSoftwareType backupLocationType | The backup software was used to restore the source database backup for this snapshot. The type of backup location where the source database backup was present. |
NetworkRoute | /network/route | property | protocol create return | The protocol is used to manage the route. Create a new NetworkRoute object. Return the NetworkRoute object reference. |
ObjectStore | N/A (value type) | API Type | ObjectStore | An object store. |
OracleExportTimeflowFilesystemLayout | N/A (value type) | API Type | OracleExportTimeflowFilesystemLayout | A filesystem layout that matches the filesystem of a Delphix Oracle TimeFlow for use in database export. |
S3ObjectStoreAccessInstanceProfile | N/A (value type) | API Type | S3ObjectStoreAccessInstanceProfile | S3 object store access through instance profile. |
S3ObjectStoreAccessKey | N/A (value type) | API Type | S3ObjectStoreAccessKey | S3 object store access key. |
S3ObjectStoreAccess | N/A (value type) | API Type | S3ObjectStoreAccess | S3 Object-store access. |
S3ObjectStoreTestResult | N/A (value type) | API Type | S3ObjectStoreTestResult | An Amazon S3 object store connectivity test result. |
S3ObjectStoreTest | N/A (value type) | API Type | S3ObjectStoreTest | An Amazon S3 object store connectivity test object. |
S3ObjectStore | N/A (value type) | API Type | S3ObjectStore | An Amazon Simple Storage Service (Amazon S3) object store. |
SystemInitializationParameters | N/A (value type) | property | objectStore | Object storage. |