Schema for the Continuous Compliance Engine API
Masking API (5.1.45)
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem?page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
The filesystem to mount
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"mountName": "my_mount",
"hostAddress": "some.host.com",
"mountPath": "/path/to/my/mount",
"type": "NFS4",
"options": "comma,delimited,options,list",
"connectOnStartup": true
}'Success
The ID number of the mount. This field is auto-generated by the Masking Engine.
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
The options for mount. The endpoint will return all default options and user specified options.
The connection status for mount. This field is automatically managed by the masking engine.
The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed.
{ "mountName": "my_mount", "hostAddress": "some.host.com", "mountPath": "/path/to/my/mount", "type": "NFS4", "options": "comma,delimited,options,list", "connectOnStartup": true }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem/{mountID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
The ID number of the mount. This field is auto-generated by the Masking Engine.
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
The options for mount. The endpoint will return all default options and user specified options.
The connection status for mount. This field is automatically managed by the masking engine.
The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed.
{ "mountName": "my_mount", "hostAddress": "some.host.com", "mountPath": "/path/to/my/mount", "type": "NFS4", "options": "comma,delimited,options,list", "connectOnStartup": true }
The updated filesystem
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem/{mountID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"mountName": "my_mount",
"hostAddress": "some.host.com",
"mountPath": "/path/to/my/mount",
"type": "NFS4",
"options": "comma,delimited,options,list",
"connectOnStartup": true
}'Success
The ID number of the mount. This field is auto-generated by the Masking Engine.
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
The options for mount. The endpoint will return all default options and user specified options.
The connection status for mount. This field is automatically managed by the masking engine.
The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed.
{ "mountName": "my_mount", "hostAddress": "some.host.com", "mountPath": "/path/to/my/mount", "type": "NFS4", "options": "comma,delimited,options,list", "connectOnStartup": true }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem/{mountID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}' \
-H 'Authorization: YOUR_API_KEY_HERE'- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}/connect
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem/{mountID}/connect
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}/connect' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
The ID number of the mount. This field is auto-generated by the Masking Engine.
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
The options for mount. The endpoint will return all default options and user specified options.
The connection status for mount. This field is automatically managed by the masking engine.
The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed.
{ "mountName": "my_mount", "hostAddress": "some.host.com", "mountPath": "/path/to/my/mount", "type": "NFS4", "options": "comma,delimited,options,list", "connectOnStartup": true }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}/disconnect
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem/{mountID}/disconnect
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}/disconnect' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
The ID number of the mount. This field is auto-generated by the Masking Engine.
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
The options for mount. The endpoint will return all default options and user specified options.
The connection status for mount. This field is automatically managed by the masking engine.
The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed.
{ "mountName": "my_mount", "hostAddress": "some.host.com", "mountPath": "/path/to/my/mount", "type": "NFS4", "options": "comma,delimited,options,list", "connectOnStartup": true }
The updated filesystem
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}/remount
- https://help-api.delphix.com/masking/api/v5.1.45/mount-filesystem/{mountID}/remount
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mount-filesystem/{mountID}/remount' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"mountName": "my_mount",
"hostAddress": "some.host.com",
"mountPath": "/path/to/my/mount",
"type": "NFS4",
"options": "comma,delimited,options,list",
"connectOnStartup": true
}'Success
The ID number of the mount. This field is auto-generated by the Masking Engine.
The name of the mount. This field must be unique.
The host address of the server. This field cannot be changed.
The path to the directory on the filesystem to mount. This field cannot be changed.
The type of filesystem. This field cannot be changed.
This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine.
The options for mount. The endpoint will return all default options and user specified options.
The connection status for mount. This field is automatically managed by the masking engine.
The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed.
{ "mountName": "my_mount", "hostAddress": "some.host.com", "mountPath": "/path/to/my/mount", "type": "NFS4", "options": "comma,delimited,options,list", "connectOnStartup": true }