How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Delphix HyperscaleObjects API

The HyperscaleObjects API from Delphix — 17 operation(s) for hyperscaleobjects.

Delphix HyperscaleObjects API is one of 60 APIs that Delphix publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include HyperscaleObjects. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 27 operations across 17 paths, and defines 23 schemas. It is described by OpenAPI 3.0.0, at version 3.28.0.

Requests are made against a single base URL, /dct/v3.

27 operations 17 paths 23 schemas 2 DELETE11 GET4 PATCH10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
3.28.0
Base URL
https://help-api.delphix.com/dct/v3
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Delphix HyperscaleObjects API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 27

Across 17 paths, the API surfaces 27 operations — 2 DELETE, 11 GET, 4 PATCH, 10 POST. Each is listed below with its method, path, parameters, and response codes.

HyperscaleObjects 27
GET
/hyperscale-mount-points
Returns a list of Hyperscale Mount Points.
get_hyperscale_mount_points 3 params → 200
POST
/hyperscale-mount-points
Create a Hyperscale Mount Point
create_hyperscale_mount_point body → 200
GET
/hyperscale-mount-points/{hyperscaleMountPointId}
Get a Hyperscale Mount Points.
get_hyperscale_mount_point_by_id 1 param → 200
PATCH
/hyperscale-mount-points/{hyperscaleMountPointId}
Update a Hyperscale Mount Point by ID.
update_hyperscale_mount_point_by_id 1 param body → 200
DELETE
/hyperscale-mount-points/{hyperscaleMountPointId}
Delete a Hyperscale Mount Point.
delete_hyperscale_mount_point 1 param → 200
GET
/hyperscale-mount-points/{hyperscaleMountPointId}/validate
Validate the permissions for the Hyperscale Mount Point.
validate_hyperscale_mount_point 1 param → 200
POST
/hyperscale-mount-points/search
Search for Hyperscale Mount Points.
search_hyperscale_mount_points 3 params body → 200
GET
/hyperscale-connectors
Returns a list of Hyperscale Connectors.
get_hyperscale_connectors 3 params → 200
POST
/hyperscale-connectors
Create a Hyperscale Connector.
create_hyperscale_connector body → 200
GET
/hyperscale-connectors/{hyperscaleConnectorId}
Get a Hyperscale Connector.
get_hyperscale_connector_by_id 1 param → 200
PATCH
/hyperscale-connectors/{hyperscaleConnectorId}
Update a Hyperscale Connector by ID.
update_hyperscale_connector_by_id 1 param body → 200
DELETE
/hyperscale-connectors/{hyperscaleConnectorId}
Delete a Hyperscale Connector.
delete_hyperscale_connector 1 param → 200
POST
/hyperscale-connectors/{hyperscaleConnectorId}/tags
Create tags for a Hyperscale Connector.
create_hyperscale_connector_tags 1 param body → 201
GET
/hyperscale-connectors/{hyperscaleConnectorId}/tags
Get tags for a Hyperscale Connector.
get_hyperscale_connector_tags 1 param → 200
POST
/hyperscale-connectors/{hyperscaleConnectorId}/tags/delete
Delete tags for a Hyperscale Connector.
delete_hyperscale_connector_tags 1 param body → 204
POST
/hyperscale-connectors/search
Search for Hyperscale Connectors.
search_hyperscale_connectors 3 params body → 200
GET
/hyperscale-datasets
Returns a list of Hyperscale Datasets.
get_hyperscale_datasets 3 params → 200
GET
/hyperscale-datasets/{hyperscaleDatasetId}
Get a Hyperscale Dataset.
get_hyperscale_dataset_by_id 1 param → 200
PATCH
/hyperscale-datasets/{hyperscaleDatasetId}
Update a Hyperscale Dataset by ID.
update_hyperscale_dataset_by_id 1 param body → 200
POST
/hyperscale-datasets/{hyperscaleDatasetId}/tags
Create tags for a Hyperscale Dataset.
create_hyperscale_dataset_tags 1 param body → 201
GET
/hyperscale-datasets/{hyperscaleDatasetId}/tags
Get tags for a Hyperscale Dataset.
get_hyperscale_dataset_tags 1 param → 200
POST
/hyperscale-datasets/{hyperscaleDatasetId}/tags/delete
Delete tags for a Hyperscale Dataset.
delete_hyperscale_dataset_tags 1 param body → 204
GET
/hyperscale-datasets/{hyperscaleDatasetId}/tables-or-files/{hyperscaleDatasetTableOrFileId}
Get a Hyperscale Dataset table or file by ID.
get_hyperscale_dataset_table_or_file_by_id 2 params → 200
PATCH
/hyperscale-datasets/{hyperscaleDatasetId}/tables-or-files/{hyperscaleDatasetTableOrFileId}
Update a Hyperscale Dataset table or file by ID.
update_hyperscale_dataset_table_or_file_by_id 2 params body → 200
GET
/hyperscale-datasets/{hyperscaleDatasetId}/tables-or-files
Get the tables or files of a hyperscale dataset
get_hyperscale_dataset_tables_or_files 4 params → 200
POST
/hyperscale-datasets/{hyperscaleDatasetId}/tables-or-files/search
Search the tables or files of a hyperscale dataset
search_hyperscale_dataset_tables_or_files 4 params body → 200
POST
/hyperscale-datasets/search
Search for Hyperscale Datasets.
search_hyperscale_datasets 3 params body → 200

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are Job (25 properties), HyperscaleDatasetTableOrFile (19 properties), HyperscaleMountPoint (18 properties), HyperscaleConnector (17 properties). Each schema is shown below with its type and property counts.

Tag
object
2 properties 2 required
HyperscaleMountPoint
object
A Mount Point for the Hyperscale instance to write to a staging area and engines to read from.
18 properties 1 required
VirtualizationTaskEvent
object
1 property
HyperscaleConnectorUpdateParameters
object
The updatable properties of a Hyperscale Connector.
13 properties
Engine
object
2 properties
PaginatedResponseMetadata
object
3 properties
ValidateHyperscaleMountPointResponse
object
Mount File system permissions validation.
1 property
JobTaskEvent
object
1 property
HyperscaleConnector
object
A Hyperscale connector to read/write data from/to a datasource.
17 properties
DeleteTag
object
3 properties
JobTask
object
8 properties
TagsRequest
object
1 property 1 required
SearchBody
object
Search body.
1 property
HyperscaleDataset
object
A Hyperscale Dataset.
6 properties
VirtualizationTask
object
8 properties
HyperscaleConnectorCreateParameters
object
Parameters to create a Hyperscale Connector.
17 properties
TagsResponse
object
1 property
HyperscaleDatasetTableOrFileUpdateParameters
object
The updatable properties of a table or file which is part of a hyperscale dataset.
13 properties
HyperscaleDatasetUpdateParameters
object
The updatable properties of a Hyperscale Dataset.
2 properties
HyperscaleMountPointUpdateParameters
object
The updatable properties of a Hyperscale Mount Point.
5 properties
HyperscaleDataTypeEnum
string
The data type designation for the hyperscale deployment.
Job
object
An asynchronous task.
25 properties
HyperscaleDatasetTableOrFile
object
A table or file which is part of a hyperscale dataset.
19 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

delphix-hyperscaleobjects-api-openapi.yml Raw ↑

Other APIs Delphix publishes across the network.

Delphix Algorithms API
Delphix Bookmarks API
Delphix CDB DSources API
Delphix CDBs API
Delphix Classifiers API
Delphix CloudAccounts API
Delphix ComplianceJobCollections API
Delphix ComplianceJobs API
Delphix ComplianceNodes API
Delphix Connectivity API
Delphix Connectors API
Delphix DatabaseTemplates API
Where this information came from

This is an independent, third-party profile of Delphix HyperscaleObjects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.