provisioner users list --wildcard company.comUser Email Last Login Days Visited
------------ ----------------------------- ---------- ------------
XCOCHRAN. [email protected] 2022-06-22 20
BCROW [email protected] 2022-06-28 1
BPURDY [email protected] None None
CPATTON [email protected] 2022-06-28 5
DTAYLOR [email protected] 2022-03-14 1
DVALENCIA [email protected] None None
EMCMIILLAN [email protected] None None
GFERRAZ [email protected] None Noneprovisioner spaces create \
--template COMMON_TEMPLATE \
--disk 1 \
--memory .5 \
MY_NEW_SPACE \
[email protected] [email protected] [email protected]provisioner spaces bulk create \
--skip 1 \
--force \
--template COMMON_TEMPLATE \
spaces-example.csv| Column | Description |
| Space Id | The technical name of the new Space - see here. |
| Label | Enter the business name of the space. Can contain a maximum of 30 characters, and can contain spaces and special characters. |
| Disk | Amount of disk storage to assign in gigabytes, e.g., 1 = 1 GB |
| Memory | Amount of in-memory storage to assign in gigabytes, e.g., .5 = 500MB |
| Template | The name of the template space (if any) to use as the definition. A different template can be specified per space. |
| Force | Recreate the space if already present - this deletes the Space before creating the new version. |
| Users | List of members added to the new space. |

Spaces CSV file format
provisioner connections create \
--wildcard \
--force \
TRAINING \
connection-def-file.jsonprovisioner shares create \
--wildcard \
--sourceSpace COMMON_SPACE \
--sourceObject FINANCE_DATA_VIEW \
--targetSpace TRAINING ONE_SPACE OTHER_SPACEprovisioner shares list --sourceSpace COMMON_SPACE{
"data": {
"businessName": "HANA On-premise",
"name": "HANA_Onpremise",
"description": "Example of a HANA on-premise connection via DP Agent.",
"location": {
"agentName": "ONPREMISE_AGENT",
"location": "agent",
"connected": true
},
"credentialMode": "technicaluser",
"configuration": {
"ConnectionProperties": {
"configurations": {
"cdc_properties": {
"prefix": "DWC6GFQQR_",
"enable_manageable_trigger_prefix": "false",
"conn_pool_size": "8",
"min_scan_interval": "0",
"max_scan_interval": "1",
"max_batch_size": "128",
"ddl_scan_interval": "10",
"batch_queue_size": "64",
"max_transaction_count": "1000",
"max_scan_size": "50000",
"statement_level_trigger": "false",
"record_pk_only": "false",
"shadow_table_type": "COLUMN",
"trigger_queue_type": "COLUMN",
"data_pattern_analysis": "true",
"eventual_consistency": {
"transmit_data_in_compaction": "false",
"enable_transaction_merge": "false"
}
},
"database": {
"category": "onpremise",
"host": "[email protected]",
"port": "30015",
"whitelist_table": "",
"schema": "",
"connection_options": "",
"version_in_load_table_dictionary": ""
},
"schema_alias_replacements": {
"schema_alias": "",
"schema_alias_replacement": ""
},
"gateway": {
"cloud_connector": "false"
},
"security": {
"encrypt": "false"
}
}
},
"CredentialProperties": {
"credentials_mode": "technicaluser",
"credential": {
"user": "HANA_USER",
"password": "notRealPassword!"
}
},
"ConnectionFeatures": {
"features": {
"remoteTables": true,
"dataProvisioningOption": "dpAgent",
"dpAgent": "ONPREMISE_AGENT",
"dataflows": true
}
}
},
"typeId": "HANA",
"capabilityHanaSdi": "true",
"capabilityDisDataflow": "true",
"capabilityModelTransfer": "false"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 102 | |
| 43 | |
| 41 | |
| 39 | |
| 39 | |
| 37 | |
| 34 | |
| 34 | |
| 30 | |
| 23 |