DCT-TOOLKIT COMMAND TOPIC Generated on: Tue Oct 21 12:26:59 USEDT 2025 Source: dct-toolkit-help-2025.5.txt ================================================================================ DCT-TOOLKIT COMPLETE COMMAND REFERENCE Generated on: Tue Oct 21 12:26:59 USEDT 2025 ======================================== MAIN HELP (dct-toolkit.exe -h): ======================================== Usage: dct-toolkit[-hV] [COMMAND] -h, --help Show this help message and exit. -V, --version Print version information and exit. Commands: ================================================================================ ================================================================================ TOPIC: StorageUsage ================================================================================ Commands (2): get_historical_storage_summary_aggregate, get_historical_storage_summary_by_engine COMMAND: get_historical_storage_summary_aggregate ======================================== Usage: dct-toolkit get_historical_storage_summary_aggregate[-hVw] [-cs] [include_projection] [-jh] [cdb_ids=] [dsource_ids=] [end_date=] [engine_ids=] [start_date=] [vcdb_ids=] [vdb_ids=] [-jp= | -ex=] [-A | -c=[,...] [-c= [,...]]... | -js] -A, --[no-]all-columns Whether to print all of the properties while rendering response in table format. By default not all properties from the response will be printed in table format. This option is mutually exclusive with --columns/-c and --json/-js options. -c, --columns=[,...] Comma separated list of property names that needs to be selected while rendering response in table format. By default not all properties from the response will be printed in table format. Mutually exclusive with --all-columns/-A and and --json/-js options. cdb_ids= The list of CDB ids to aggregate data for. By default aggregating data for all CDBs. -cs, --[no-]csv Whether to output the response in CSV format. This option is only applicable to list responses that are rendered in table format by default.By default this will print all of the properties from the response so providing --all-columns/-A is a noop. dsource_ids= The list of dSource ids to aggregate data for. By default aggregating data for all dSources. end_date= Report end date/time. Defaults to current time. engine_ids= The list of engine ids to aggregate data for. By default aggregating data for all engines. -ex, --expand= Property name of the nested array/object which needs to be rendered. Mutually exclusive with --jsonpath option. -h, --help Show this help message and exit. include_projection Whether to compute a projection of future storage usage. -jh, --[no-]jsonhelp Option to print help message which contains request body and response body JSON structure -jp, --jsonpath= Json path notation to extract specific object from the successful response. Mutually exclusive with --expand option. -js, --[no-]json Whether to output the response in JSON format. Mutually exclusive with --all-columns/-A and --columns/-c options. start_date= Report start date/time. Defaults to first API request. -V, --version Print version information and exit. vcdb_ids= The list of VCDB ids to aggregate data for. By default aggregating data for all VCDBs. vdb_ids= The list of VDB ids to aggregate data for. By default aggregating data for all VDBs. -w, --[no-]wait Wait for asynchronous job completion. Default value of this option is true meaning that asynchronous jobs will wait unless specified. This option is a noop for synchronous commands. ======================================== COMMAND: get_historical_storage_summary_by_engine ======================================== Usage: dct-toolkit get_historical_storage_summary_by_engine[-hVw] [-cs] [include_projection] [-jh] [end_date=] [engine_ids=] [start_date=] [-jp= | -ex=] [-A | -c=[,...] [-c= [,...]]... | -js] -A, --[no-]all-columns Whether to print all of the properties while rendering response in table format. By default not all properties from the response will be printed in table format. This option is mutually exclusive with --columns/-c and --json/-js options. -c, --columns=[,...] Comma separated list of property names that needs to be selected while rendering response in table format. By default not all properties from the response will be printed in table format. Mutually exclusive with --all-columns/-A and and --json/-js options. -cs, --[no-]csv Whether to output the response in CSV format. This option is only applicable to list responses that are rendered in table format by default.By default this will print all of the properties from the response so providing --all-columns/-A is a noop. end_date= Report end date/time. Defaults to current time. engine_ids= The list of engine ids to include in the response. By default returning data for all engines. -ex, --expand= Property name of the nested array/object which needs to be rendered. Mutually exclusive with --jsonpath option. -h, --help Show this help message and exit. include_projection Whether to compute a projection of future storage usage. -jh, --[no-]jsonhelp Option to print help message which contains request body and response body JSON structure -jp, --jsonpath= Json path notation to extract specific object from the successful response. Mutually exclusive with --expand option. -js, --[no-]json Whether to output the response in JSON format. Mutually exclusive with --all-columns/-A and --columns/-c options. start_date= Report start date/time. Defaults to first API request. -V, --version Print version information and exit. -w, --[no-]wait Wait for asynchronous job completion. Default value of this option is true meaning that asynchronous jobs will wait unless specified. This option is a noop for synchronous commands. ========================================