
provisioner users list --wildcard company.com
User Email Last Login Days Visited
------------ ----------------------------- ---------- ------------
XCOCHRAN. xavier.cochran@company.com 2022-06-22 20
BCROW bob.crow@company.com 2022-06-28 1
BPURDY barb.purdy@company.com None None
CPATTON curt.patton@company.com 2022-06-28 5
DTAYLOR d.taylor@company.com 2022-03-14 1
DVALENCIA danny.valencia@company.com None None
EMCMIILLAN sally.mcmillan@company.com None None
GFERRAZ greg.foster@company.com None None
provisioner spaces create \
--template COMMON_TEMPLATE \
--disk 1 \
--memory .5 \
MY_NEW_SPACE \
mark.greynolds@sap.com otheruser@company.com anotheruser@company.com
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.json
provisioner shares create \
--wildcard \
--sourceSpace COMMON_SPACE \
--sourceObject FINANCE_DATA_VIEW \
--targetSpace TRAINING ONE_SPACE OTHER_SPACE
provisioner 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": "host.name.for.db@company.com",
"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 |
---|---|
12 | |
12 | |
11 | |
11 | |
11 | |
8 | |
8 | |
7 | |
7 | |
7 |