This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Data Flow

Overview

Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.

This guide provides a brief description of Data Flow service and how to call CLI.

Version

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionStatusNot Before
1.1CURRENT-
1.0DEPRECATED20260701

1 - CLIs

1.1 - CheckClusterResourceSizeForDataFlowServiceCreate

1.1.1 - 1.1

scpcli data-flow check cluster resource size for data flow service create
--cluster_id <value>
--service_workload <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Validate Cluster Resource Size for Data Flow Service Creation.

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
cluster_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241f
service_workload
required
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
cpu
err_codeError code
memory
resultCluster resource check result

1.1.2 - 1.0

scpcli data-flow check cluster resource size for data flow service create
--cluster_id <value>
--service_workload <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Validate Cluster Resource Size for Data Flow Service Creation.

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
cluster_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241f
service_workload
required
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
cpu
err_codeError code
memory
resultCluster resource check result

1.2 - CheckClusterResourceSizeForDataFlowServiceUpdate

1.2.1 - 1.1

scpcli data-flow check cluster resource size for data flow service update
--data_flow_service_id <value>
--service_workload <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Validate Cluster Resource Size for Data Flow Service Update.

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
service_workload
required
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
cpu
err_codeError code
memory
resultCluster resource check result

1.2.2 - 1.0

scpcli data-flow check cluster resource size for data flow service update
--data_flow_service_id <value>
--service_workload <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Validate Cluster Resource Size for Data Flow Service Update.

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
service_workload
required
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
cpu
err_codeError code
memory
resultCluster resource check result

1.3 - CheckDataFlowNameDuplication

1.3.1 - 1.1

scpcli data-flow check data flow name duplication
--data_flow_name <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Check Duplication Data Flow Name. (false: no duplicate value, true: duplicate value)

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_name
required
stringData flow name-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
resultData flow check result

1.3.2 - 1.0

scpcli data-flow check data flow name duplication
--data_flow_name <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Check Duplication Data Flow Name. (false: no duplicate value, true: duplicate value)

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_name
required
stringData flow name-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
resultData flow check result

1.4 - CheckDataFlowServiceNameDuplication

1.4.1 - 1.1

scpcli data-flow check data flow service name duplication
--data_flow_service_name <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Check Duplication Data Flow Service Name. (false: no duplicate value, true: duplicate value)

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_service_name
required
stringData flow service name-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
resultData flow service check result

1.4.2 - 1.0

scpcli data-flow check data flow service name duplication
--data_flow_service_name <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Check Duplication Data Flow Service Name. (false: no duplicate value, true: duplicate value)

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_service_name
required
stringData flow service name-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
resultData flow service check result

1.5 - CreateDataFlow

1.5.1 - 1.1

scpcli data-flow create data flow
--storage_class_name <value>
--ingress_controller_name <value>
--image_id <value>
--host_alias_list <value>
--domain <value>
--data_flow_name <value>
--cluster_id <value>
[--account <value>]
[--description <value>]
[--dsc_domain <value>]
[--instance_id <value>]
[--node_selector <value>]
[--tags <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

create data flow

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
storage_class_name
required
stringstorage_class_name-
ingress_controller_name
required
stringingress_controller_name-
image_id
required
stringimage_id-
host_alias_list
required
arrayhost_alias_list{'hostnames': [''], 'ip': ''}
domain
required
stringdomain-
data_flow_name
required
stringdata_flow_name-
cluster_id
required
stringcluster_id-
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
dsc_domain
optional
stringdsc_domain-
instance_id
optional
stringinstance_id-
node_selector
optional
stringnode_selector-
tags
optional
arraytags'{"key": "Key", "value": "Value"}'
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample

1.5.2 - 1.0

scpcli data-flow create data flow
--storage_class_name <value>
--ingress_controller_name <value>
--image_id <value>
--host_alias_list <value>
--domain <value>
--data_flow_name <value>
--cluster_id <value>
[--account <value>]
[--description <value>]
[--dsc_domain <value>]
[--instance_id <value>]
[--node_selector <value>]
[--tags <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

create data flow

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
storage_class_name
required
stringstorage_class_name-
ingress_controller_name
required
stringingress_controller_name-
image_id
required
stringimage_id-
host_alias_list
required
arrayhost_alias_list{'hostnames': [''], 'ip': ''}
domain
required
stringdomain-
data_flow_name
required
stringdata_flow_name-
cluster_id
required
stringcluster_id-
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
dsc_domain
optional
stringdsc_domain-
instance_id
optional
stringinstance_id-
node_selector
optional
stringnode_selector-
tags
optional
arraytags'{"key": "Key", "value": "Value"}'
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample

1.6 - CreateDataFlowService

1.6.1 - 1.1

scpcli data-flow create data flow service
--storage_class_name <value>
--service_workload <value>
--host_alias <value>
--domain <value>
--data_flow_service_name <value>
--data_flow_id <value>
[--account <value>]
[--description <value>]
[--node_selector <value>]
[--tags <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Create dataflow service console

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
storage_class_name
required
stringstorage_class_name-
service_workload
required
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
host_alias
required
objecthost_alias{'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]}
domain
required
stringdescription-
data_flow_service_name
required
stringdata_flow_service_name-
data_flow_id
required
stringdata_flow_id-
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
node_selector
optional
stringnode_selector-
tags
optional
arraytags'{"key": "Key", "value": "Value"}'
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample

1.6.2 - 1.0

scpcli data-flow create data flow service
--storage_class_name <value>
--service_workload <value>
--host_alias <value>
--domain <value>
--data_flow_service_name <value>
--data_flow_id <value>
[--account <value>]
[--description <value>]
[--node_selector <value>]
[--tags <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Create dataflow service console

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
storage_class_name
required
stringstorage_class_name-
service_workload
required
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
host_alias
required
objecthost_alias{'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]}
domain
required
stringdescription-
data_flow_service_name
required
stringdata_flow_service_name-
data_flow_id
required
stringdata_flow_id-
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
node_selector
optional
stringnode_selector-
tags
optional
arraytags'{"key": "Key", "value": "Value"}'
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample

1.7 - DeleteDataFlow

1.7.1 - 1.1

scpcli data-flow delete data flow
--data_flow_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get data flow

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241s
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.7.2 - 1.0

scpcli data-flow delete data flow
--data_flow_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get data flow

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241s
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.8 - DeleteDataFlowService

1.8.1 - 1.1

scpcli data-flow delete data flow service
--data_flow_service_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

delete dataflow service console

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.8.2 - 1.0

scpcli data-flow delete data flow service
--data_flow_service_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

delete dataflow service console

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.9 - ListDataFlowImages

1.9.1 - 1.1

scpcli data-flow list data flow images
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Get List of Data Flow Images.

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
image_idImage ID
image_nameImage name
versionVersion

1.9.2 - 1.0

scpcli data-flow list data flow images
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Get List of Data Flow Images.

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
image_idImage ID
image_nameImage name
versionVersion

1.10 - ListDataFlows

1.10.1 - 1.1

scpcli data-flow list data flow
[--sort <value>]
[--cluster_name <value>]
[--created_by <value>]
[--state <value>]
[--dataflow_version <value>]
[--size <value>]
[--page <value>]
[--cluster_id <value>]
[--data_flow_name <value>]
[--region <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get dataflow list console v1.1

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
sort
optional
stringsortcreated_dt:desc
cluster_name
optional
stringcluster_name-
created_by
optional
stringcreated_by-
state
optional
****state-
dataflow_version
optional
stringversion-
size
optional
integersize20
page
optional
integerpage0
cluster_id
optional
stringcluster_id-
data_flow_name
optional
stringdata_flow_name-
region
optional
stringregion-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
account_idaccount_id
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
created_bycreated_by
created_dtcreated_at
data_flow_iddata_flow_id
data_flow_namedata_flow_name
image_idimage_id
instance_idinstance_id
is_active_imageis_active_image
modified_bymodified_by
modified_dtmodified_at
namespace_namenamespace_name
statestate
versionversion

1.10.2 - 1.0

scpcli data-flow list data flow
[--sort <value>]
[--cluster_name <value>]
[--created_by <value>]
[--state <value>]
[--dataflow_version <value>]
[--size <value>]
[--page <value>]
[--cluster_id <value>]
[--data_flow_name <value>]
[--region <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get dataflow list console

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
sort
optional
stringsortcreated_dt:desc
cluster_name
optional
stringcluster_name-
created_by
optional
stringcreated_by-
state
optional
****state-
dataflow_version
optional
stringversion-
size
optional
integersize20
page
optional
integerpage0
cluster_id
optional
stringcluster_id-
data_flow_name
optional
stringdata_flow_name-
region
optional
stringregion-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
created_bycreated_by
created_dtcreated_at
data_flow_iddata_flow_id
data_flow_namedata_flow_name
image_idimage_id
instance_idinstance_id
is_active_imageis_active_image
modified_bymodified_by
modified_dtmodified_at
namespace_namenamespace_name
statestate
versionversion

1.11 - ListDataFlowService

1.11.1 - 1.1

scpcli data-flow list data flow service
[--size <value>]
[--page <value>]
[--sort <value>]
[--created_by <value>]
[--state <value>]
[--data_flow_service_name <value>]
[--data_flow_name <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get dataflow service list console v1.1

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsort-
created_by
optional
stringcreated_by-
state
optional
****state-
data_flow_service_name
optional
stringdata_flow_service_name-
data_flow_name
optional
stringdata_flow_name-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
account_idaccount_id
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
created_bycreated_by
created_dtcreated_at
data_flow_iddata_flow_id
data_flow_namedata_flow_name
data_flow_service_iddata_flow_service_id
data_flow_service_namedata_flow_service_name
descriptiondescription
modified_bymodified_by
modified_dtmodified_at
statestate
versionversion

1.11.2 - 1.0

scpcli data-flow list data flow service
[--size <value>]
[--page <value>]
[--sort <value>]
[--created_by <value>]
[--state <value>]
[--data_flow_service_name <value>]
[--data_flow_name <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get dataflow service list console

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsort-
created_by
optional
stringcreated_by-
state
optional
****state-
data_flow_service_name
optional
stringdata_flow_service_name-
data_flow_name
optional
stringdata_flow_name-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
created_bycreated_by
created_dtcreated_at
data_flow_iddata_flow_id
data_flow_namedata_flow_name
data_flow_service_iddata_flow_service_id
data_flow_service_namedata_flow_service_name
descriptiondescription
modified_bymodified_by
modified_dtmodified_at
statestate
versionversion

1.12 - ShowDataFlow

1.12.1 - 1.1

scpcli data-flow show data flow
--data_flow_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get data flow

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241s
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
accountaccount{‘account_id’: ‘’, ‘account_password’: ‘’}
account_idaccount_id
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
count_data_flow_servicecount_data_flow_service
created_dtcreated_dt
data_flow_iddata_flow_id
data_flow_namedata_flow_name
descriptiondescription
domaindomain
host_alias_listhost_alias[{‘hostnames’: [’’], ‘ip’: ‘’}]
hosts_filehosts_file
http_porthttp_port
https_porthttps_port
image_idimage_id
ingress_class_nameingress_class_name
instance_idinstance_id
is_active_imageis_active_image
modified_dtmodified_dt
namespace_namenamespace_name
node_selectornode_selector
statestate
storage_class_namestorage_class_name
versionversion
web_urlweb_url

1.12.2 - 1.0

scpcli data-flow show data flow
--data_flow_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

get data flow

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241s
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
accountaccount{‘account_id’: ‘’, ‘account_password’: ‘’}
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
count_data_flow_servicecount_data_flow_service
created_dtcreated_dt
data_flow_iddata_flow_id
data_flow_namedata_flow_name
descriptiondescription
domaindomain
host_alias_listhost_alias[{‘hostnames’: [’’], ‘ip’: ‘’}]
hosts_filehosts_file
http_porthttp_port
https_porthttps_port
image_idimage_id
ingress_class_nameingress_class_name
instance_idinstance_id
is_active_imageis_active_image
modified_dtmodified_dt
namespace_namenamespace_name
node_selectornode_selector
statestate
storage_class_namestorage_class_name
versionversion
web_urlweb_url

1.13 - ShowDataFlowService

1.13.1 - 1.1

scpcli data-flow show data flow service
--data_flow_service_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

GET dataflow service console v1.1

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
accountaccount{‘account_id’: ‘’, ‘account_password’: ‘’}
account_idaccount_id
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
created_dtcreated_dt
data_flow_iddata_flow_id
data_flow_namedata_flow_name
data_flow_service_iddata_flow_service_id
data_flow_service_namedata_flow_service_name
descriptiondescription
domaindomain
host_aliashost_alias{’enabled’: ’true’, ‘host_alias_list’: [{‘hostname’: ‘’, ‘ip’: ‘’}]}
host_file_registryhost_file_registry
hosts_filehosts_file
http_porthttp_port
https_porthttps_port
image_idimage_id
ingress_class_nameingress_class_name
instance_idinstance_id
is_active_imageis_active_image
modified_dtmodified_dt
namespace_namenamespace_name
node_selectornode_selector
service_workloadservice_workload
statestate
storage_class_namestorage_class_name
versionversion
web_url_nifiweb_url_nifi
web_url_registryweb_url_registry

1.13.2 - 1.0

scpcli data-flow show data flow service
--data_flow_service_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

GET dataflow service console

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
accountaccount{‘account_id’: ‘’, ‘account_password’: ‘’}
cluster_idcluster_id
cluster_namecluster_name
cluster_permissioncluster_permission
cluster_request_failedcluster_request_failed
created_dtcreated_dt
data_flow_iddata_flow_id
data_flow_namedata_flow_name
data_flow_service_iddata_flow_service_id
data_flow_service_namedata_flow_service_name
descriptiondescription
domaindomain
host_aliashost_alias{’enabled’: ’true’, ‘host_alias_list’: [{‘hostname’: ‘’, ‘ip’: ‘’}]}
host_file_registryhost_file_registry
hosts_filehosts_file
http_porthttp_port
https_porthttps_port
image_idimage_id
ingress_class_nameingress_class_name
instance_idinstance_id
is_active_imageis_active_image
modified_dtmodified_dt
namespace_namenamespace_name
node_selectornode_selector
service_workloadservice_workload
statestate
storage_class_namestorage_class_name
versionversion
web_url_nifiweb_url_nifi
web_url_registryweb_url_registry

1.14 - ShowDataFlowServiceSubVersions

1.14.1 - 1.1

scpcli data-flow show data flow service sub versions
--data_flow_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Get List of Data Flow Service Versions.

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringData flow ID-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
data_flow_service_countDataFlowService count
versionsimage versions

1.14.2 - 1.0

scpcli data-flow show data flow service sub versions
--data_flow_id <value>
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

Get List of Data Flow Service Versions.

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringData flow ID-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

Responses

NameDescriptionExample
data_flow_service_countDataFlowService count
versionsimage versions

1.15 - UpdateDataFlow

1.15.1 - 1.1

scpcli data-flow update data flow
--data_flow_id <value>
[--account <value>]
[--description <value>]
[--domain <value>]
[--host_alias_list <value>]
[--node_selector <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

update data flow by flow id

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241s
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
domain
optional
stringdomain-
host_alias_list
optional
arrayhost_alias{'hostnames': [''], 'ip': ''}
node_selector
optional
stringnode_selector-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.15.2 - 1.0

scpcli data-flow update data flow
--data_flow_id <value>
[--account <value>]
[--description <value>]
[--domain <value>]
[--host_alias_list <value>]
[--node_selector <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

update data flow by flow id

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_id
required
stringCluster ID2a9be312-5d4b-4bc8-b2ae-35100fa9241s
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
domain
optional
stringdomain-
host_alias_list
optional
arrayhost_alias{'hostnames': [''], 'ip': ''}
node_selector
optional
stringnode_selector-
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.16 - UpdateDataFlowService

1.16.1 - 1.1

scpcli data-flow update data flow service
--data_flow_service_id <value>
[--account <value>]
[--description <value>]
[--domain <value>]
[--host_alias <value>]
[--node_selector <value>]
[--service_workload <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

update dataflow service console

State ACTIVE (CURRENT)

VersionNot Before
1.1-

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
domain
optional
stringdomain-
host_alias
optional
objecthost_alias{'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]}
node_selector
optional
stringnode_selector-
service_workload
optional
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-

1.16.2 - 1.0

scpcli data-flow update data flow service
--data_flow_service_id <value>
[--account <value>]
[--description <value>]
[--domain <value>]
[--host_alias <value>]
[--node_selector <value>]
[--service_workload <value>]
[--accept <value>]
[--content-type <value>]
[--scp-request-path <value>]

Description

update dataflow service console

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260701

Parameters

NameTypeDescriptionExample
data_flow_service_id
required
stringdata_flow_service_id-
account
optional
objectaccount{'account_id': '', 'account_password': ''}
description
optional
stringdescription-
domain
optional
stringdomain-
host_alias
optional
objecthost_alias{'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]}
node_selector
optional
stringnode_selector-
service_workload
optional
objectservice_workload{'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}}
accept
optional
stringAccept-
content-type
optional
stringContent-Type-
scp-request-path
optional
stringScp-Request-Path-