<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>REST API on Kinetica Docs</title><link>/7.2/aws/api/rest/</link><description>Recent content in REST API on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.2/aws/api/rest/index.xml" rel="self" type="application/rss+xml"/><item><title>/admin/add/host</title><link>/7.2/aws/api/rest/admin_add_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_add_host_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/add/host Adds a host to an existing cluster.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description host_address string IP address of the host that will be added to the cluster.</description></item><item><title>/admin/add/ranks</title><link>/7.2/aws/api/rest/admin_add_ranks_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_add_ranks_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/add/ranks Add one or more ranks to an existing Kinetica cluster. The new ranks will not contain any data initially (other than replicated tables) and will not be assigned any shards. To rebalance data and shards across the cluster, use &lt;a href="/7.2/7.2/aws/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a>.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
For example, if attempting to add three new ranks (two ranks on host 172.123.45.67 and one rank on host 172.</description></item><item><title>/admin/alter/host</title><link>/7.2/aws/api/rest/admin_alter_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_alter_host_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/alter/host Alter properties on an existing host in the cluster. Currently, the only property that can be altered is a hosts ability to accept failover processes.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.</description></item><item><title>/admin/alter/jobs</title><link>/7.2/aws/api/rest/admin_alter_jobs_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_alter_jobs_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/alter/jobs Perform the requested action on a list of one or more job(s). Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Input Parameter Description Name Type Description job_ids array of longs Jobs to be modified.</description></item><item><title>/admin/backup/begin</title><link>/7.2/aws/api/rest/admin_backup_begin_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_backup_begin_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/backup/begin Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using &lt;a href="/7.2/7.2/aws/api/rest/admin_backup_end_rest/">/admin/backup/end&lt;/a>.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/backup/end</title><link>/7.2/aws/api/rest/admin_backup_end_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_backup_end_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/backup/end Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/ha/offline</title><link>/7.2/aws/api/rest/admin_ha_offline_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_ha_offline_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/ha/offline Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/ha/refresh</title><link>/7.2/aws/api/rest/admin_ha_refresh_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_ha_refresh_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/ha/refresh Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. Additionally the cluster is put into read-only while HA is restarting.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/offline</title><link>/7.2/aws/api/rest/admin_offline_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_offline_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/offline Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description flush_to_disk Flush to disk when going offline.</description></item><item><title>/admin/rebalance</title><link>/7.2/aws/api/rest/admin_rebalance_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_rebalance_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/rebalance Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
If &lt;a href="/7.2/7.2/aws/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a> is invoked after a change is made to the cluster, e.g., a host was added or removed, sharded data will be evenly redistributed across the cluster by number of shards per rank while unsharded data will be redistributed across the cluster by data size per rank If &lt;a href="/7.2/7.2/aws/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a> is invoked at some point when unsharded data (a.</description></item><item><title>/admin/remove/host</title><link>/7.2/aws/api/rest/admin_remove_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_remove_host_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/remove/host Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using &lt;a href="/7.2/7.2/aws/api/rest/admin_remove_ranks_rest/">/admin/remove/ranks&lt;/a> or manually switched over to a new host using &lt;a href="/7.2/7.2/aws/api/rest/admin_switchover_rest/">/admin/switchover&lt;/a> prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using &lt;a href="/7.2/7.2/aws/api/rest/admin_switchover_rest/">/admin/switchover&lt;/a>.</description></item><item><title>/admin/remove/ranks</title><link>/7.2/aws/api/rest/admin_remove_ranks_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_remove_ranks_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/remove/ranks Remove one or more ranks from an existing Kinetica cluster. All data will be rebalanced to other ranks before the rank(s) is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the input parameter options, in which case the corresponding sharded data and/or unsharded data (a.k.a. randomly-sharded) will be deleted.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
This endpoint's processing time depends on the amount of data in the system, thus the API call may time out if run directly.</description></item><item><title>/admin/repair/table</title><link>/7.2/aws/api/rest/admin_repair_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_repair_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/repair/table Manually repair a corrupted table. Returns information about affected tables.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. table_types map of string to strings ID of the type per table. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description repair_policy Corrective action to take.</description></item><item><title>/admin/send/alert</title><link>/7.2/aws/api/rest/admin_send_alert_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_send_alert_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/send/alert Sends a user generated alert to the monitoring system.
Input Parameter Description Name Type Description message string Alert message body.
The default value is ''.
label string Label to add to alert message.
The default value is ''.
log_level string Alert message logging criteria.
The supported values are:
fatal error warn info debug options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/show/alerts</title><link>/7.2/aws/api/rest/admin_show_alerts_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_alerts_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/show/alerts Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.
Input Parameter Description Name Type Description num_alerts int Number of most recent alerts to request.</description></item><item><title>/admin/show/cluster/operations</title><link>/7.2/aws/api/rest/admin_show_cluster_operations_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_cluster_operations_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/show/cluster/operations Requests the detailed status of the current operation (by default) or a prior cluster operation specified by input parameter history_index. Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
Input Parameter Description Name Type Description history_index int Indicates which cluster operation to retrieve. Use 0 for the most recent.
The default value is 0.
options map of string to strings Optional parameters.</description></item><item><title>/admin/show/jobs</title><link>/7.2/aws/api/rest/admin_show_jobs_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_jobs_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/show/jobs Get a list of the current jobs in GPUdb.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_async_jobs If true, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list.</description></item><item><title>/admin/show/shards</title><link>/7.2/aws/api/rest/admin_show_shards_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_shards_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/show/shards Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/shutdown</title><link>/7.2/aws/api/rest/admin_shutdown_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_shutdown_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/shutdown Exits the database server application.
Input Parameter Description Name Type Description exit_type string Reserved for future use. User can pass an empty string. authorization string No longer used. User can pass an empty string. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/switchover</title><link>/7.2/aws/api/rest/admin_switchover_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_switchover_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/switchover Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.</description></item><item><title>/admin/verifydb</title><link>/7.2/aws/api/rest/admin_verifydb_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_verifydb_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/verifydb Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description rebuild_on_error [DEPRECATED] Use the Rebuild DB feature of GAdmin instead.</description></item><item><title>/aggregate/convexhull</title><link>/7.2/aws/api/rest/aggregate_convexhull_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_convexhull_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/convexhull Calculates and returns the convex hull for the values in a table specified by input parameter table_name.
Input Parameter Description Name Type Description table_name string Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. x_column_name string Name of the column containing the x coordinates of the points for the operation being performed. y_column_name string Name of the column containing the y coordinates of the points for the operation being performed.</description></item><item><title>/aggregate/groupby</title><link>/7.2/aws/api/rest/aggregate_groupby_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_groupby_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/groupby Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. This is somewhat analogous to an SQL-style SELECT...GROUP BY.
For aggregation details and examples, see Aggregation. For limitations, see Aggregation Limitations.
Any column(s) can be grouped on, and all column types except unrestricted-length strings may be used for computing applicable aggregates.
The results can be paged via the input parameter offset and input parameter limit parameters.</description></item><item><title>/aggregate/histogram</title><link>/7.2/aws/api/rest/aggregate_histogram_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_histogram_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/histogram Performs a histogram calculation given a table, a column, and an interval function. The input parameter interval is used to produce bins of that size and the result, computed over the records falling within each bin, is returned. For each bin, the start value is inclusive, but the end value is exclusive--except for the very last bin for which the end value is also inclusive. The value returned for each bin is the number of records in it, except when a column name is provided as a value_column.</description></item><item><title>/aggregate/kmeans</title><link>/7.2/aws/api/rest/aggregate_kmeans_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_kmeans_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/kmeans This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering. An ideal k-means clustering algorithm selects k points such that the sum of the mean squared distances of each member of the set to the nearest of the k points is minimized. The k-means algorithm however does not necessarily produce such an ideal cluster. It begins with a randomly selected set of k points and then refines the location of the points iteratively and settles to a local minimum.</description></item><item><title>/aggregate/minmax</title><link>/7.2/aws/api/rest/aggregate_minmax_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_minmax_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/minmax Calculates and returns the minimum and maximum values of a particular column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a column or an expression of one or more column on which the min-max will be calculated.</description></item><item><title>/aggregate/minmax/geometry</title><link>/7.2/aws/api/rest/aggregate_minmax_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_minmax_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/minmax/geometry Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a geospatial geometry column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>/aggregate/statistics</title><link>/7.2/aws/api/rest/aggregate_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/statistics Calculates the requested statistics of the given column(s) in a given table.
The available statistics are: count (number of total objects), mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, weighted_average, cardinality (unique count), estimated_cardinality, percentile, and percentile_rank.
Estimated cardinality is calculated by using the hyperloglog approximation technique.
Percentiles and percentile ranks are approximate and are calculated using the t-digest algorithm. They must include the desired percentile/percentile_rank.</description></item><item><title>/aggregate/statistics/byrange</title><link>/7.2/aws/api/rest/aggregate_statistics_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_statistics_byrange_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/statistics/byrange Divides the given set into bins and calculates statistics of the values of a value-column in each bin. The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins.</description></item><item><title>/aggregate/unique</title><link>/7.2/aws/api/rest/aggregate_unique_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_unique_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/unique Returns all the unique values from a particular column (specified by input parameter column_name) of a particular table or view (specified by input parameter table_name). If input parameter column_name is a numeric column, the values will be in output parameter binary_encoded_response. Otherwise if input parameter column_name is a string column, the values will be in output parameter json_encoded_response. The results can be paged via input parameter offset and input parameter limit parameters.</description></item><item><title>/aggregate/unpivot</title><link>/7.2/aws/api/rest/aggregate_unpivot_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_unpivot_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/unpivot Rotate the column values into rows values.
For unpivot details and examples, see Unpivot. For limitations, see Unpivot Limitations.
Unpivot is used to normalize tables that are built for cross tabular reporting purposes. The unpivot operator rotates the column values for all the pivoted columns. A variable column, value column and all columns from the source table except the unpivot columns are projected into the result table. The variable column and value columns in the result table indicate the pivoted column name and values respectively.</description></item><item><title>/alter/backup</title><link>/7.2/aws/api/rest/alter_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/backup Alters an existing database backup, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be altered. action string Operation to be applied.
Supported Values Description checksum Calculate checksum for backed-up files. ddl_only Whether or not to only save DDL and not back up table data, when taking future snapshots; set input parameter value to 'true' or 'false' for DDL only or DDL and table data, respectively.</description></item><item><title>/alter/credential</title><link>/7.2/aws/api/rest/alter_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/credential Alter the properties of an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be altered. Must be an existing credential. credential_updates_map map of string to strings Map containing the properties of the credential to be updated. Error if empty.
Supported Parameters (keys) Parameter Description type New type for the credential.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key docker gcs_service_account_id gcs_service_account_keys hdfs kafka identity New user for the credential.</description></item><item><title>/alter/datasink</title><link>/7.2/aws/api/rest/alter_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/datasink Alters the properties of an existing data sink.
Input Parameter Description Name Type Description name string Name of the data sink to be altered. Must be an existing data sink. datasink_updates_map map of string to strings Map containing the properties of the data sink to be updated. Error if empty.
Supported Parameters (keys) Parameter Description destination Destination for the output data in format 'destination_type://path[:port]'.
Supported destination types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.</description></item><item><title>/alter/datasource</title><link>/7.2/aws/api/rest/alter_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/datasource Alters the properties of an existing data source.
Input Parameter Description Name Type Description name string Name of the data source to be altered. Must be an existing data source. datasource_updates_map map of string to strings Map containing the properties of the data source to be updated. Error if empty.
Supported Parameters (keys) Parameter Description location Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.</description></item><item><title>/alter/directory</title><link>/7.2/aws/api/rest/alter_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/directory Alters an existing directory in KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be altered. directory_updates_map map of string to strings Map containing the properties of the directory to be altered. Error if empty.
Supported Parameters (keys) Parameter Description data_limit The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit. options map of string to strings Optional parameters.</description></item><item><title>/alter/environment</title><link>/7.2/aws/api/rest/alter_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/environment Alters an existing environment which can be referenced by a user-defined function (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be altered. action string Modification operation to be applied.
Supported Values Description install_package Install a python package from PyPI, an external data source or KiFS. install_requirements Install packages from a requirements file. uninstall_package Uninstall a python package. uninstall_requirements Uninstall packages from a requirements file.</description></item><item><title>/alter/resourcegroup</title><link>/7.2/aws/api/rest/alter_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_resourcegroup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/resourcegroup Alters the properties of an existing resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with is_default_group. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>/alter/role</title><link>/7.2/aws/api/rest/alter_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/role Alters a Role.
Input Parameter Description Name Type Description name string Name of the role to be altered. Must be an existing role. action string Modification operation to be applied to the role.
Supported Values Description set_comment Sets the comment for an internal role. set_resource_group Sets the resource group for an internal role. The resource group must exist, otherwise, an empty string assigns the role to the default resource group.</description></item><item><title>/alter/schema</title><link>/7.2/aws/api/rest/alter_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/schema Used to change the name of a SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be altered. action string Modification operation to be applied.
Supported Values Description add_comment Adds a comment describing the schema. rename_schema Renames a schema to input parameter value. Has the same naming restrictions as tables. value string The value of the modification, depending on input parameter action.</description></item><item><title>/alter/system/properties</title><link>/7.2/aws/api/rest/alter_system_properties_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_system_properties_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/system/properties The &lt;a href="/7.2/7.2/aws/api/rest/alter_system_properties_rest/">/alter/system/properties&lt;/a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the input parameter property_updates_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Input Parameter Description Name Type Description property_updates_map map of string to strings Map containing the properties of the system to be updated.</description></item><item><title>/alter/table</title><link>/7.2/aws/api/rest/alter_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/table Apply various modifications to a table or view. The available modifications include the following:
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.
External tables cannot be modified except for their refresh method.
Create or delete a column, low-cardinality index, chunk skip, geospatial, CAGRA, or HNSW index. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns.</description></item><item><title>/alter/table/columns</title><link>/7.2/aws/api/rest/alter_table_columns_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_table_columns_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/table/columns Apply various modifications to columns in a table, view. The available modifications include the following:
Create or delete an index on a particular column. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns. This only applies to tables.
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.</description></item><item><title>/alter/table/metadata</title><link>/7.2/aws/api/rest/alter_table_metadata_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_table_metadata_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/table/metadata Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.
Input Parameter Description Name Type Description table_names array of strings Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/alter/tablemonitor</title><link>/7.2/aws/api/rest/alter_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_tablemonitor_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/tablemonitor Alters a table monitor previously created with &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. monitor_updates_map map of string to strings Map containing the properties of the table monitor to be updated. Error if empty.
Supported Parameters (keys) Parameter Description schema_name Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.</description></item><item><title>/alter/tier</title><link>/7.2/aws/api/rest/alter_tier_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_tier_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/tier Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
Input Parameter Description Name Type Description name string Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description capacity Maximum size in bytes this tier may hold at once, per rank.</description></item><item><title>/alter/user</title><link>/7.2/aws/api/rest/alter_user_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_user_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/user Alters a user.
Input Parameter Description Name Type Description name string Name of the user to be altered. Must be an existing user. action string Modification operation to be applied to the user.
Supported Values Description set_activated Is the user allowed to login. true User may login. false User may not login. set_comment Sets the comment for an internal user. set_default_schema Set the default_schema for an internal user.</description></item><item><title>/alter/video</title><link>/7.2/aws/api/rest/alter_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_video_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/video Alters a video.
Input Parameter Description Name Type Description path string Fully-qualified KiFS path to the video to be altered. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description ttl Sets the TTL of the video. Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/alter/wal</title><link>/7.2/aws/api/rest/alter_wal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_wal_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/wal Alters table write-ahead log (WAL) settings. Returns information about the requested table WAL modifications.
Input Parameter Description Name Type Description table_names array of strings List of tables to modify. An asterisk changes the system settings. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description max_segment_size Maximum size of an individual segment file. segment_count Approximate number of segment files to split the WAL across.</description></item><item><title>/append/records</title><link>/7.2/aws/api/rest/append_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/append_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/append/records Append (or insert) all records from a source table (specified by input parameter source_table_name) to a particular target table (specified by input parameter table_name). The field map (specified by input parameter field_map) holds the user specified map of target table column names with their mapped source column names.
Input Parameter Description Name Type Description table_name string The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/check/table</title><link>/7.2/aws/api/rest/check_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/check_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/check/table Scans the requested tables as specified in input parameter table_names for integrity. Any table chunks which fail the check will be marked as corrupt. By default the database will automatically repair corrupt tables (via truncating). Note that since this reads every table column from disk it may be a potentially long-running operation. The option local_only can be used to skip any table files already written to a remote storage.</description></item><item><title>/clear/statistics</title><link>/7.2/aws/api/rest/clear_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/statistics Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.
The default value is ''.
column_name string Name of the column in input parameter table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table.</description></item><item><title>/clear/table</title><link>/7.2/aws/api/rest/clear_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/table Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.
Input Parameter Description Name Type Description table_name string Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.</description></item><item><title>/clear/tablemonitor</title><link>/7.2/aws/api/rest/clear_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_tablemonitor_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/tablemonitor Deactivates a table monitor previously created with &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description keep_autogenerated_sink If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it.</description></item><item><title>/clear/tables</title><link>/7.2/aws/api/rest/clear_tables_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_tables_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/tables Clears (drops) tables in the database cluster. The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
Input Parameter Description Name Type Description table_names array of strings Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.</description></item><item><title>/clear/trigger</title><link>/7.2/aws/api/rest/clear_trigger_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_trigger_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/trigger Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description Name Type Description trigger_id string ID for the trigger to be deactivated. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/collect/statistics</title><link>/7.2/aws/api/rest/collect_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/collect_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/collect/statistics Collect statistics for a column(s) in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. column_names array of strings List of one or more column names in input parameter table_name for which to collect statistics (cardinality, mean value, etc.). options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/create/backup</title><link>/7.2/aws/api/rest/create_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/backup Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless recreate is set to true. backup_type string Type of snapshot to create.
Supported Values Description differential Snapshot of changes in the database objects and data since the last full snapshot.</description></item><item><title>/create/catalog</title><link>/7.2/aws/api/rest/create_catalog_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_catalog_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/catalog Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Input Parameter Description Name Type Description name string Name of the catalog to be created. table_format string Table format (iceberg, hudi, deltalake). location string Location of the catalog in 'http[s]://[server[:port]]]' format. type string Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). credential string Name of the credential object to be used in catalog.</description></item><item><title>/create/credential</title><link>/7.2/aws/api/rest/create_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/credential Create a new credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. type string Type of the credential to be created.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key confluent docker gcs_service_account_id gcs_service_account_keys hdfs jdbc kafka nvidia_api_key openai_api_key rest identity string User of the credential to be created.</description></item><item><title>/create/datasink</title><link>/7.2/aws/api/rest/create_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/datasink Creates a data sink, which contains the destination information for a data sink that is external to the database.
Input Parameter Description Name Type Description name string Name of the data sink to be created. destination string Destination for the output data in format 'storage_provider_type://path[:port]'.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.
options map of string to strings Optional parameters.</description></item><item><title>/create/datasource</title><link>/7.2/aws/api/rest/create_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/datasource Creates a data source, which contains the location and connection information for a data store that is external to the database.
Input Parameter Description Name Type Description name string Name of the data source to be created. location string Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.
user_name string Name of the remote system user; may be an empty string.</description></item><item><title>/create/directory</title><link>/7.2/aws/api/rest/create_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/directory Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using &lt;a href="/7.2/7.2/aws/api/rest/upload_files_rest/">/upload/files&lt;/a>.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description create_home_directory When set, a home directory is created for the user name provided in the value.</description></item><item><title>/create/environment</title><link>/7.2/aws/api/rest/create_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/environment Creates a new environment which can be used by user-defined functions (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/create/graph</title><link>/7.2/aws/api/rest/create_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/graph Creates a new graph network using given nodes, edges, weights, and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to generate. directed_graph boolean If set to true, the graph will be directed. If set to false, the graph will not be directed.</description></item><item><title>/create/job</title><link>/7.2/aws/api/rest/create_job_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_job_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/job Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by &lt;a href="/7.2/7.2/aws/api/rest/get_job_rest/">/get/job&lt;/a>.
Input Parameter Description Name Type Description endpoint string Indicates which endpoint to execute, e.g. '/alter/table'. request_encoding string The encoding of the request payload for the job.</description></item><item><title>/create/jointable</title><link>/7.2/aws/api/rest/create_jointable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_jointable_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/jointable Creates a table that is the result of a SQL JOIN.
For join details and examples see: Joins. For limitations, see Join Limitations and Cautions.
Input Parameter Description Name Type Description join_table_name string Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. table_names array of strings The list of table names composing the join, each in [schema_name.</description></item><item><title>/create/materializedview</title><link>/7.2/aws/api/rest/create_materializedview_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_materializedview_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/materializedview Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains output parameter view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
Input Parameter Description Name Type Description table_name string Name of the table to be created that is the top-level table of the materialized view, in [schema_name.</description></item><item><title>/create/proc</title><link>/7.2/aws/api/rest/create_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/proc Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
Input Parameter Description Name Type Description proc_name string Name of the proc to be created. Must not be the name of a currently existing proc. execution_mode string The execution mode of the proc.
The default value is distributed.
Supported Values Description distributed Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.</description></item><item><title>/create/projection</title><link>/7.2/aws/api/rest/create_projection_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_projection_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/projection Creates a new projection of an existing table. A projection represents a subset of the columns (potentially including derived columns) of a table.
For projection details and examples, see Projections. For limitations, see Projection Limitations and Cautions.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/aws/api/rest/get_records_bycolumn_rest/">/get/records/bycolumn&lt;/a>.
A projection can be created with a different shard key than the source table.</description></item><item><title>/create/resourcegroup</title><link>/7.2/aws/api/rest/create_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_resourcegroup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/resourcegroup Creates a new resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>/create/role</title><link>/7.2/aws/api/rest/create_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/role Creates a new role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/create/schema</title><link>/7.2/aws/api/rest/create_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/schema Creates a SQL-style schema. Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
Input Parameter Description Name Type Description schema_name string Name of the schema to be created. Has the same naming restrictions as tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_exists If true, prevents an error from occurring if the schema already exists.</description></item><item><title>/create/table</title><link>/7.2/aws/api/rest/create_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/table Creates a new table with the given type (definition of columns). The type is specified in input parameter type_id as either a numerical type ID (as returned by &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>) or as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the properties map values from &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>), and any data handling, data key, or data replacement properties.</description></item><item><title>/create/table/external</title><link>/7.2/aws/api/rest/create_table_external_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_table_external_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/table/external Creates a new external table, which is a local database object whose source data is located externally to the database. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
The external table can have its structure defined explicitly, via input parameter create_table_options, which contains many of the options from &lt;a href="/7.2/7.2/aws/api/rest/create_table_rest/">/create/table&lt;/a>; or defined implicitly, inferred from the source data.</description></item><item><title>/create/tablemonitor</title><link>/7.2/aws/api/rest/create_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_tablemonitor_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/tablemonitor Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by input parameter table_name) and forwards event notifications to subscribers via ZMQ. After this call completes, subscribe to the returned output parameter topic_id on the ZMQ table monitor port (default 9002). Each time an operation of the given type on the table completes, a multipart message is published for that topic; the first part contains only the topic ID, and each subsequent part contains one binary-encoded Avro object that corresponds to the event and can be decoded using output parameter type_schema.</description></item><item><title>/create/trigger/byarea</title><link>/7.2/aws/api/rest/create_trigger_byarea_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_trigger_byarea_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/trigger/byarea Sets up an area trigger mechanism for two column_names for one or more tables. (This function is essentially the two-dimensional version of &lt;a href="/7.2/7.2/aws/api/rest/create_trigger_byrange_rest/">/create/trigger/byrange&lt;/a>.) Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/aws/api/rest/insert_records_rest/">/insert/records&lt;/a> with the chosen columns' values falling within the specified region will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/aws/api/rest/show_system_status_rest/">/show/system/status&lt;/a>) for any listening client to collect.</description></item><item><title>/create/trigger/byrange</title><link>/7.2/aws/api/rest/create_trigger_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_trigger_byrange_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/trigger/byrange Sets up a simple range trigger for a column_name for one or more tables. Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/aws/api/rest/insert_records_rest/">/insert/records&lt;/a> with the chosen column_name's value falling within the specified range will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/aws/api/rest/show_system_status_rest/">/show/system/status&lt;/a>) for any listening client to collect.</description></item><item><title>/create/type</title><link>/7.2/aws/api/rest/create_type_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_type_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/type Creates a new type describing the columns of a table. The type definition is specified as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the possible values for input parameter properties), and any data handling, data key, or data replacement properties.</description></item><item><title>/create/union</title><link>/7.2/aws/api/rest/create_union_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_union_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/union Merges data from one or more tables with comparable data types into a new table.
The following merges are supported:
UNION (DISTINCT/ALL) - For data set union details and examples, see Union. For limitations, see Union Limitations and Cautions.
INTERSECT (DISTINCT/ALL) - For data set intersection details and examples, see Intersect. For limitations, see Intersect Limitations.
EXCEPT (DISTINCT/ALL) - For data set subtraction details and examples, see Except.</description></item><item><title>/create/user/external</title><link>/7.2/aws/api/rest/create_user_external_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_user_external_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/user/external Creates a new external user (a user whose credentials are managed by an external LDAP).
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be created. Must exactly match the user's name in the external LDAP, prefixed with a &amp;#64;. Must not be the same name as an existing user. options map of string to strings Optional parameters.</description></item><item><title>/create/user/internal</title><link>/7.2/aws/api/rest/create_user_internal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_user_internal_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/user/internal Creates a new internal user (a user whose credentials are managed by the database system).
Input Parameter Description Name Type Description name string Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. password string Initial password of the user to be created. May be an empty string for no password.</description></item><item><title>/create/video</title><link>/7.2/aws/api/rest/create_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_video_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/video Creates a job to generate a sequence of raster images that visualize data over a specified time.
Input Parameter Description Name Type Description attribute string The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. begin string The start point for the video. Accepts an expression evaluable over the input parameter attribute.</description></item><item><title>/delete/directory</title><link>/7.2/aws/api/rest/delete_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/directory Deletes a directory from KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description recursive If true, will delete directory and all files residing in it. If false, directory must be empty for deletion.</description></item><item><title>/delete/files</title><link>/7.2/aws/api/rest/delete_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/files Deletes one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
options map of string to strings Optional parameters.</description></item><item><title>/delete/graph</title><link>/7.2/aws/api/rest/delete_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/graph Deletes an existing graph from the graph server and/or persist.
Input Parameter Description Name Type Description graph_name string Name of the graph to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description delete_persist If set to true, the graph is removed from the server and persist. If set to false, the graph is removed from the server but is left in persist.</description></item><item><title>/delete/proc</title><link>/7.2/aws/api/rest/delete_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/proc Deletes a proc. Any currently running instances of the proc will be killed.
Input Parameter Description Name Type Description proc_name string Name of the proc to be deleted. Must be the name of a currently existing proc. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/records</title><link>/7.2/aws/api/rest/delete_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/records Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more input parameter expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.</description></item><item><title>/delete/resourcegroup</title><link>/7.2/aws/api/rest/delete_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_resourcegroup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/resourcegroup Deletes a resource group.
Input Parameter Description Name Type Description name string Name of the resource group to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description cascade_delete If true, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist.
The default value is false.</description></item><item><title>/delete/role</title><link>/7.2/aws/api/rest/delete_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/role Deletes an existing role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be deleted. Must be an existing role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/user</title><link>/7.2/aws/api/rest/delete_user_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_user_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/user Deletes an existing user.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be deleted. Must be an existing user. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/download/files</title><link>/7.2/aws/api/rest/download_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/download_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/download/files Downloads one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of the file names to download from KiFS. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
read_offsets array of longs An array of starting byte offsets from which to read each respective file in input parameter file_names.</description></item><item><title>/drop/backup</title><link>/7.2/aws/api/rest/drop_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/backup Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be deleted. An empty string or '*' will delete all existing backups. Any text followed by a '*' will delete backups whose name starts with that text. When deleting multiple backups, delete_all_backups must be set to true.</description></item><item><title>/drop/catalog</title><link>/7.2/aws/api/rest/drop_catalog_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_catalog_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/catalog Drops an existing catalog. Any external tables that depend on the catalog must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the catalog to be dropped. Must be an existing catalog. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/credential</title><link>/7.2/aws/api/rest/drop_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/credential Drop an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be dropped. Must be an existing credential. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/datasink</title><link>/7.2/aws/api/rest/drop_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/datasink Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Input Parameter Description Name Type Description name string Name of the data sink to be dropped. Must be an existing data sink. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/drop/datasource</title><link>/7.2/aws/api/rest/drop_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/datasource Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the data source to be dropped. Must be an existing data source. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/environment</title><link>/7.2/aws/api/rest/drop_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/environment Drop an existing user-defined function (UDF) environment.
Input Parameter Description Name Type Description environment_name string Name of the environment to be dropped. Must be an existing environment. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the environment specified in input parameter environment_name does not exist, no error is returned.</description></item><item><title>/drop/schema</title><link>/7.2/aws/api/rest/drop_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/schema Drops an existing SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be dropped. Must be an existing schema. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the schema specified in input parameter schema_name does not exist, no error is returned.</description></item><item><title>/execute/proc</title><link>/7.2/aws/api/rest/execute_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/execute_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/execute/proc Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.
If the proc being executed is distributed, input parameter input_table_names and input parameter input_column_names may be passed to the proc to use for reading data, and input parameter output_table_names may be passed to the proc to use for writing data.
If the proc being executed is non-distributed, these table parameters will be ignored.</description></item><item><title>/execute/sql</title><link>/7.2/aws/api/rest/execute_sql_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/execute_sql_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/execute/sql Execute a SQL statement (query, DML, or DDL).
See SQL Support for the complete set of supported SQL commands.
When a caller wants all the results from a large query (e.g., more than max_get_records_size records), they can make multiple calls to this endpoint using the input parameter offset and input parameter limit parameters to page through the results. Normally, this will execute the input parameter statement query each time.</description></item><item><title>/export/query/metrics</title><link>/7.2/aws/api/rest/export_query_metrics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/export_query_metrics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/export/query/metrics Export query metrics to a given destination. Returns query metrics.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description expression Filter for multi query export. filepath Path to export target specified as a filename or existing directory. format Specifies which format to export the metrics.
The default value is json.</description></item><item><title>/export/records/tofiles</title><link>/7.2/aws/api/rest/export_records_tofiles_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/export_records_tofiles_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/export/records/tofiles Export records from a table to files. All tables can be exported, in full or partial (see columns_to_export and columns_to_skip). Additional filtering can be applied when using export table with expression through SQL. Default destination is KIFS, though other storage types (Azure, S3, GCS, and HDFS) are supported through datasink_name; see &lt;a href="/7.2/7.2/aws/api/rest/create_datasink_rest/">/create/datasink&lt;/a>.
Server's local file system is not supported. Default file format is delimited text. See options for different file types and different options for each file type.</description></item><item><title>/export/records/totable</title><link>/7.2/aws/api/rest/export_records_totable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/export_records_totable_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/export/records/totable Exports records from source table to the specified target table in an external database.
Input Parameter Description Name Type Description table_name string Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. remote_query string Parameterized insert query to export gpudb table data into remote database.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/filter</title><link>/7.2/aws/api/rest/filter_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter Filters data based on the specified expression. The results are stored in a result set with the given input parameter view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
Input Parameter Description Name Type Description table_name string Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/filter/byarea</title><link>/7.2/aws/api/rest/filter_byarea_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byarea_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byarea Calculates which objects from a table are within a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>/filter/byarea/geometry</title><link>/7.2/aws/api/rest/filter_byarea_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byarea_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byarea/geometry Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>/filter/bybox</title><link>/7.2/aws/api/rest/filter_bybox_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bybox_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bybox Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>/filter/bybox/geometry</title><link>/7.2/aws/api/rest/filter_bybox_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bybox_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bybox/geometry Calculates which geospatial geometry objects from a table intersect a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>/filter/bygeometry</title><link>/7.2/aws/api/rest/filter_bygeometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bygeometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bygeometry Applies a geometry filter against a geospatial geometry column in a given table or view. The filtering geometry is provided by input parameter input_wkt.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. view_name string If provided, then this will be the name of the view containing the results, in [schema_name.</description></item><item><title>/filter/bylist</title><link>/7.2/aws/api/rest/filter_bylist_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bylist_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bylist Calculates which records from a table have values in the given list for the corresponding column. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input filter specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byradius</title><link>/7.2/aws/api/rest/filter_byradius_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byradius_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byradius Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byradius/geometry</title><link>/7.2/aws/api/rest/filter_byradius_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byradius_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byradius/geometry Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byrange</title><link>/7.2/aws/api/rest/filter_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byrange_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byrange Calculates which objects from a table have a column that is within the given bounds. An object from the table identified by input parameter table_name is added to the view input parameter view_name if its column is within [input parameter lower_bound, input parameter upper_bound] (inclusive). The operation is synchronous. The response provides a count of the number of objects which passed the bound filter. Although this functionality can also be accomplished with the standard filter function, it is more efficient.</description></item><item><title>/filter/byseries</title><link>/7.2/aws/api/rest/filter_byseries_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byseries_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byseries Filters objects matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges (spatial and temporal) of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges).</description></item><item><title>/filter/bystring</title><link>/7.2/aws/api/rest/filter_bystring_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bystring_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bystring Calculates which objects from a table or view match a string expression for the given string columns. Setting case_sensitive can modify case sensitivity in matching for all modes except search. For search mode details and limitations, see Full Text Search.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/filter/bytable</title><link>/7.2/aws/api/rest/filter_bytable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bytable_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bytable Filters objects in one table based on objects in another table. The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a input parameter view_name is specified, then the filtered objects will then be put in a newly created view.</description></item><item><title>/filter/byvalue</title><link>/7.2/aws/api/rest/filter_byvalue_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byvalue_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byvalue Calculates which objects from a table has a particular value for a particular column. The input parameters provide a way to specify either a String or a Double valued column and a desired value for the column on which the filter is performed. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set.</description></item><item><title>/get/graph/entities</title><link>/7.2/aws/api/rest/get_graph_entities_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_graph_entities_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/graph/entities Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. Use &lt;a href="/7.2/7.2/aws/api/rest/show_graph_rest/">/show/graph&lt;/a> to obtain the total number of nodes and edges.
Input Parameter Description Name Type Description graph_name string Name of the graph from which to retrieve entities. offset long Starting index of the entities to retrieve (0-based).
The default value is 0.
limit long Number of entities to retrieve starting from input parameter offset.</description></item><item><title>/get/job</title><link>/7.2/aws/api/rest/get_job_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_job_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/job Get the status and result of asynchronously running job. See the &lt;a href="/7.2/7.2/aws/api/rest/create_job_rest/">/create/job&lt;/a> for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
Input Parameter Description Name Type Description job_id long A unique identifier for the job whose status and result is to be fetched. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/get/records</title><link>/7.2/aws/api/rest/get_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. This operation can be performed on tables and views. Records can be returned encoded as binary, json, or geojson.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters. Note that when paging through a table, if the table (or the underlying table in case of a view) is updated (records are inserted, deleted or modified) the records retrieved may differ between calls based on the updates applied.</description></item><item><title>/get/records/bycolumn</title><link>/7.2/aws/api/rest/get_records_bycolumn_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_bycolumn_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/bycolumn For a given table, retrieves the values from the requested column(s). Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the input parameter offset and input parameter limit parameters.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/aws/api/rest/create_projection_rest/">/create/projection&lt;/a>.
When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.</description></item><item><title>/get/records/byseries</title><link>/7.2/aws/api/rest/get_records_byseries_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_byseries_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/byseries Retrieves the complete series/track records from the given input parameter world_table_name based on the partial track information contained in the input parameter table_name.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
In contrast to &lt;a href="/7.2/7.2/aws/api/rest/get_records_rest/">/get/records&lt;/a> this returns records grouped by series/track. So if input parameter offset is 0 and input parameter limit is 5 this operation would return the first 5 series/tracks in input parameter table_name.</description></item><item><title>/get/records/fromcollection</title><link>/7.2/aws/api/rest/get_records_fromcollection_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_fromcollection_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/fromcollection Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as &lt;a href="/7.2/7.2/aws/api/rest/delete_records_rest/">/delete/records&lt;/a>.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
Input Parameter Description Name Type Description table_name string Name of the collection or table from which records are to be retrieved, in [schema_name.</description></item><item><title>/get/records/json</title><link>/7.2/aws/api/rest/get_records_json_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_json_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/json Overview Usage Parameters Examples Responses Overview Kinetica provides a direct JSON egress service to allow records to be retrieved as raw JSON from the database.
Several options can be used to identify &amp;amp; filter the data being requested. There is also limited support for aggregation.
JSON objects will be returned as an array:
Single or Multiple Records 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [ { &amp;#34;id&amp;#34;: 1, &amp;#34;category&amp;#34;: &amp;#34;Furniture&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Clamp-on Lamps&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Strong, steadfast fasteners; localized lighting for laboring&amp;#34;, &amp;#34;stock&amp;#34;: 10 }, { &amp;#34;id&amp;#34;: 14, &amp;#34;category&amp;#34;: &amp;#34;Technology&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Dot Matrix Printers&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Impactful industrial implements for impressing ink iteratively&amp;#34;, &amp;#34;stock&amp;#34;: 27 } ] For examples, see Examples or JSON Egress Snippets.</description></item><item><title>/grant/permission</title><link>/7.2/aws/api/rest/grant_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission Grant user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being granted. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. object_type string The type of object being granted to.</description></item><item><title>/grant/permission/credential</title><link>/7.2/aws/api/rest/grant_permission_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/credential Grants a credential-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be granted.</description></item><item><title>/grant/permission/datasource</title><link>/7.2/aws/api/rest/grant_permission_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/datasource Grants a data source permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be granted.</description></item><item><title>/grant/permission/directory</title><link>/7.2/aws/api/rest/grant_permission_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/directory Grants a KiFS directory-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>/grant/permission/proc</title><link>/7.2/aws/api/rest/grant_permission_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/proc Grants a proc-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>/grant/permission/system</title><link>/7.2/aws/api/rest/grant_permission_system_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_system_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/system Grants a system-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>/grant/permission/table</title><link>/7.2/aws/api/rest/grant_permission_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/table Grants a table-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>/grant/role</title><link>/7.2/aws/api/rest/grant_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/role Grants membership in a role to a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be granted. Must be an existing role. member string Name of the user or role that will be granted membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/has/permission</title><link>/7.2/aws/api/rest/has_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_permission_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/permission Checks if the specified user has the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
object string Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible.</description></item><item><title>/has/proc</title><link>/7.2/aws/api/rest/has_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/proc Checks the existence of a proc with the given name.
Input Parameter Description Name Type Description proc_name string Name of the proc to check for existence. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/role</title><link>/7.2/aws/api/rest/has_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/role Checks if the specified user has the specified role.
Input Parameter Description Name Type Description principal string Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
role string Name of role to check for membership. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/has/schema</title><link>/7.2/aws/api/rest/has_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/schema Checks for the existence of a schema with the given name.
Input Parameter Description Name Type Description schema_name string Name of the schema to check for existence, in root, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/table</title><link>/7.2/aws/api/rest/has_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/table Checks for the existence of a table with the given name.
Input Parameter Description Name Type Description table_name string Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/type</title><link>/7.2/aws/api/rest/has_type_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_type_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/type Check for the existence of a type.
Input Parameter Description Name Type Description type_id string Id of the type returned in response to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a> request. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/insert/records</title><link>/7.2/aws/api/rest/insert_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records Adds multiple records to the specified table. The operation is synchronous, meaning that a response will not be returned until all the records are fully inserted and available. The response payload provides the counts of the number of records actually inserted and/or updated, and can provide the unique identifier of each added record.
The input parameter options parameter can be used to customize this function's behavior.
The update_on_existing_pk option specifies the record collision policy for inserting into a table with a primary key, but is ignored if no primary key exists.</description></item><item><title>/insert/records/fromfiles</title><link>/7.2/aws/api/rest/insert_records_fromfiles_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_fromfiles_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/fromfiles Reads from one or more files and inserts the data into a new or existing table. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
For delimited text files, there are two loading schemes: positional and name-based. The name-based loading scheme is enabled when the file has a header present and text_has_header is set to true.</description></item><item><title>/insert/records/frompayload</title><link>/7.2/aws/api/rest/insert_records_frompayload_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_frompayload_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/frompayload Reads from the given text-based or binary payload and inserts the data into a new or existing table. The table will be created if it doesn't already exist.
Returns once all records are processed.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the payload, and the new table name will have to meet standard table naming criteria.</description></item><item><title>/insert/records/fromquery</title><link>/7.2/aws/api/rest/insert_records_fromquery_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_fromquery_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/fromquery Computes remote query result and inserts the result data into a new or existing table.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria.</description></item><item><title>/insert/records/json</title><link>/7.2/aws/api/rest/insert_records_json_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_json_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/json Overview Usage Examples Responses Overview Kinetica provides a direct JSON ingest service to allow raw JSON to be translated into records and inserted into the database.
If the target table exists, inserted records will be appended to it.
If the target table does not exist, it will be created automatically, with type inferencing used to determine column types &amp;amp; sizes, before inserting data.
Tip
To ensure a particular column ordering with a created target table, use the columns_to_load parameter, specifying all columns in the desired order.</description></item><item><title>/insert/records/random</title><link>/7.2/aws/api/rest/insert_records_random_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_random_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/random Generates a specified number of random records and adds them to the given table. There is an optional parameter that allows the user to customize the ranges of the column values. It also allows the user to specify linear profiles for some or all columns in which case linear values are generated rather than random ones. Only individual tables are supported for this operation.
This operation is synchronous, meaning that a response will not be returned until all random records are fully available.</description></item><item><title>/insert/symbol</title><link>/7.2/aws/api/rest/insert_symbol_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_symbol_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/symbol Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. Users must provide the symbol identifier (string), a format (currently supported: 'svg' and 'svg_path'), the data for the symbol, and any additional optional parameter (e.g. color). To have a symbol used for rendering create a table with a string column named 'SYMBOLCODE' (along with 'x' or 'y' for example). Then when the table is rendered (via WMS) if the 'dosymbology' parameter is 'true' then the value of the 'SYMBOLCODE' column is used to pick the symbol displayed for each point.</description></item><item><title>/kill/proc</title><link>/7.2/aws/api/rest/kill_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/kill_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/kill/proc Kills a running proc instance.
Input Parameter Description Name Type Description run_id string The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/lock/table</title><link>/7.2/aws/api/rest/lock_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/lock_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/lock/table Manages global access to a table's data. By default a table has a input parameter lock_type of read_write, indicating all operations are permitted. A user may request a read_only or a write_only lock, after which only read or write operations, respectively, are permitted on the table until the lock is removed. When input parameter lock_type is no_access then no operations are permitted on the table. The lock status can be queried by setting input parameter lock_type to status.</description></item><item><title>/match/graph</title><link>/7.2/aws/api/rest/match_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/match_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/match/graph Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /match/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the underlying geospatial graph resource to match to using input parameter sample_points.</description></item><item><title>/modify/graph</title><link>/7.2/aws/api/rest/modify_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/modify_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/modify/graph Update an existing graph network using given nodes, edges, weights, restrictions, and options.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, and Graph REST Tutorial before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to modify. nodes array of strings Nodes with which to update existing input parameter nodes in graph specified by input parameter graph_name.</description></item><item><title>/query/graph</title><link>/7.2/aws/api/rest/query_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/query_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/query/graph Employs a topological query on a graph generated a-priori by &lt;a href="/7.2/7.2/aws/api/rest/create_graph_rest/">/create/graph&lt;/a> and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
To determine the node(s) or edge(s) adjacent to a value from a given column, provide a list of values to input parameter queries.</description></item><item><title>/repartition/graph</title><link>/7.2/aws/api/rest/repartition_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/repartition_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/repartition/graph Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to rebalance. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description new_graph_name If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name.</description></item><item><title>/restore/backup</title><link>/7.2/aws/api/rest/restore_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/restore_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/restore/backup Restores database objects from a backup accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to restore from, which must refer to an existing backup.
The default value is ''.
restore_objects_map map of string to strings Map of database objects to be restored from the backup.
Supported Parameters (keys) Parameter Description all All object types and data contained in the given schema(s).</description></item><item><title>/revoke/permission</title><link>/7.2/aws/api/rest/revoke_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission Revoke user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being revoked. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. object_type string The type of object being revoked.</description></item><item><title>/revoke/permission/credential</title><link>/7.2/aws/api/rest/revoke_permission_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/credential Revokes a credential-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be revoked.</description></item><item><title>/revoke/permission/datasource</title><link>/7.2/aws/api/rest/revoke_permission_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/datasource Revokes a data source permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be revoked.</description></item><item><title>/revoke/permission/directory</title><link>/7.2/aws/api/rest/revoke_permission_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/directory Revokes a KiFS directory-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>/revoke/permission/proc</title><link>/7.2/aws/api/rest/revoke_permission_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/proc Revokes a proc-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>/revoke/permission/system</title><link>/7.2/aws/api/rest/revoke_permission_system_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_system_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/system Revokes a system-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>/revoke/permission/table</title><link>/7.2/aws/api/rest/revoke_permission_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/table Revokes a table-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>/revoke/role</title><link>/7.2/aws/api/rest/revoke_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/role Revokes membership in a role from a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be revoked. Must be an existing role. member string Name of the user or role that will be revoked membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/backup</title><link>/7.2/aws/api/rest/show_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/backup Shows information about one or more backups accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will show all existing backups. Any text followed by a '*' will show backups whose name starts with that text.
The default value is ''.
datasource_name string Data source through which the backup is accessible.</description></item><item><title>/show/credential</title><link>/7.2/aws/api/rest/show_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/credential Shows information about a specified credential or all credentials.
Input Parameter Description Name Type Description credential_name string Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If '*' is specified, information about all credentials will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/datasink</title><link>/7.2/aws/api/rest/show_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/datasink Shows information about a specified data sink or all data sinks.
Input Parameter Description Name Type Description name string Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/datasource</title><link>/7.2/aws/api/rest/show_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/datasource Shows information about a specified data source or all data sources.
Input Parameter Description Name Type Description name string Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If '*' is specified, information about all data sources will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/directories</title><link>/7.2/aws/api/rest/show_directories_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_directories_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/directories Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
Input Parameter Description Name Type Description directory_name string The KiFS directory name to show. If empty, shows all directories.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/environment</title><link>/7.2/aws/api/rest/show_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/environment Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Input Parameter Description Name Type Description environment_name string Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/show/files</title><link>/7.2/aws/api/rest/show_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/files Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Input Parameter Description Name Type Description paths array of strings File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?</description></item><item><title>/show/graph</title><link>/7.2/aws/api/rest/show_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/graph Shows information and characteristics of graphs that exist on the graph server.
Input Parameter Description Name Type Description graph_name string Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_original_request If set to true, the request that was originally used to create the graph is also returned as JSON.</description></item><item><title>/show/proc</title><link>/7.2/aws/api/rest/show_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/proc Shows information about a proc.
Input Parameter Description Name Type Description proc_name string Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description include_files If set to true, the files that make up the proc will be returned.</description></item><item><title>/show/proc/status</title><link>/7.2/aws/api/rest/show_proc_status_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_proc_status_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/proc/status Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from &lt;a href="/7.2/7.2/aws/api/rest/execute_proc_rest/">/execute/proc&lt;/a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Input Parameter Description Name Type Description run_id string The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty.</description></item><item><title>/show/resource/objects</title><link>/7.2/aws/api/rest/show_resource_objects_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_resource_objects_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/resource/objects Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/resource/statistics</title><link>/7.2/aws/api/rest/show_resource_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_resource_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/resource/statistics Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:</description></item><item><title>/show/resourcegroups</title><link>/7.2/aws/api/rest/show_resourcegroups_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_resourcegroups_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/resourcegroups Requests resource group properties. Returns detailed information about the requested resource groups.
Input Parameter Description Name Type Description names array of strings List of names of groups to be shown. A single entry with an empty string returns all groups. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_default_values If true include values of fields that are based on the default resource group.</description></item><item><title>/show/schema</title><link>/7.2/aws/api/rest/show_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/schema Retrieves information about a schema (or all schemas), as specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If false will return an error if the provided input parameter schema_name does not exist.</description></item><item><title>/show/security</title><link>/7.2/aws/api/rest/show_security_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_security_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/security Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Input Parameter Description Name Type Description names array of strings A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. options map of string to strings Optional parameters.</description></item><item><title>/show/sql/proc</title><link>/7.2/aws/api/rest/show_sql_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_sql_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/sql/proc Shows information about SQL procedures, including the full definition of each requested procedure.
Input Parameter Description Name Type Description procedure_name string Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true, no error will be returned if the requested procedure does not exist.</description></item><item><title>/show/statistics</title><link>/7.2/aws/api/rest/show_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/statistics Retrieves the collected column statistics for the specified table(s).
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the table names specified in input parameter table_names does not exist, no error is returned.</description></item><item><title>/show/system/properties</title><link>/7.2/aws/api/rest/show_system_properties_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_system_properties_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/system/properties Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description properties A list of comma separated names of properties requested. If not specified, all properties will be returned.</description></item><item><title>/show/system/status</title><link>/7.2/aws/api/rest/show_system_status_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_system_status_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/system/status Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/system/timing</title><link>/7.2/aws/api/rest/show_system_timing_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_system_timing_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/system/timing Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/table</title><link>/7.2/aws/api/rest/show_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/table Retrieves detailed information about a table, view, or schema, specified in input parameter table_name. If the supplied input parameter table_name is a schema the call can return information about either the schema itself or the tables and views it contains. If input parameter table_name is empty, information about all schemas will be returned.
If the option get_sizes is set to true, then the number of records in each table is returned (in output parameter sizes and output parameter full_sizes), along with the total number of objects across all requested tables (in output parameter total_size and output parameter total_full_size).</description></item><item><title>/show/table/metadata</title><link>/7.2/aws/api/rest/show_table_metadata_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_table_metadata_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/table/metadata Retrieves the user provided metadata for the specified tables.
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/tablemonitors</title><link>/7.2/aws/api/rest/show_tablemonitors_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_tablemonitors_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/tablemonitors Show table monitors and their properties. Table monitors are created using &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. Returns detailed information about existing table monitors.
Input Parameter Description Name Type Description monitor_ids array of strings List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/tables/bytype</title><link>/7.2/aws/api/rest/show_tables_bytype_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_tables_bytype_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/tables/bytype Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Input Parameter Description Name Type Description type_id string Type id returned by a call to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>.</description></item><item><title>/show/triggers</title><link>/7.2/aws/api/rest/show_triggers_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_triggers_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/triggers Retrieves information regarding the specified triggers or all existing triggers currently active.
Input Parameter Description Name Type Description trigger_ids array of strings List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/types</title><link>/7.2/aws/api/rest/show_types_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_types_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/types Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.
Input Parameter Description Name Type Description type_id string Type Id returned in response to a call to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>. label string Option string that was supplied by user in a call to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>.</description></item><item><title>/show/video</title><link>/7.2/aws/api/rest/show_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_video_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/video Retrieves information about rendered videos.
Input Parameter Description Name Type Description paths array of strings The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/wal</title><link>/7.2/aws/api/rest/show_wal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_wal_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/wal Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_settings If true include a map of the WAL settings for the requested tables.</description></item><item><title>/solve/graph</title><link>/7.2/aws/api/rest/solve_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/solve_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/solve/graph Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /solve/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to solve.</description></item><item><title>/update/records</title><link>/7.2/aws/api/rest/update_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/update_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/update/records Runs multiple predicate-based updates in a single call. With the list of given expressions, any matching record's column values will be updated as provided in input parameter new_values_maps. There is also an optional 'upsert' capability where if a particular predicate doesn't match any existing record, then a new record can be inserted.
Note that this operation can only be run on an original table and not on a result view.</description></item><item><title>/upload/files</title><link>/7.2/aws/api/rest/upload_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/upload_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/upload/files Uploads one or more files to KiFS. There are two methods for uploading files: load files in their entirety, or load files in parts. The latter is recommended for files of approximately 60 MB or larger.
To upload files in their entirety, populate input parameter file_names with the file names to upload into on KiFS, and their respective byte content in input parameter file_data.
Multiple steps are involved when uploading in multiple parts.</description></item><item><title>/upload/files/fromurl</title><link>/7.2/aws/api/rest/upload_files_fromurl_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/upload_files_fromurl_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/upload/files/fromurl Uploads one or more files to KiFS.
Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in &lt;a href="/7.2/7.2/aws/api/rest/show_directories_rest/">/show/directories&lt;/a>. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are delineated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.
These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.</description></item><item><title>/verify/backup</title><link>/7.2/aws/api/rest/verify_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/verify_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/verify/backup Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by input parameter datasource_name. By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will check all existing backups. Any text followed by a '*' will inspect backups whose name starts with that text.</description></item><item><title>/visualize/image/chart</title><link>/7.2/aws/api/rest/visualize_image_chart_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/visualize_image_chart_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/visualize/image/chart Scatter plot is the only plot type currently supported. A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the output parameter image_data field.
Input Parameter Description Name Type Description table_name string Name of the table containing the data to be drawn as a chart, in [schema_name.</description></item><item><title>/visualize/isochrone</title><link>/7.2/aws/api/rest/visualize_isochrone_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/visualize_isochrone_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/visualize/isochrone Generate an image containing isolines for travel results using an existing graph. Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
Input Parameter Description Name Type Description graph_name string Name of the graph on which the isochrone is to be computed. source_node string Starting vertex on the underlying graph from/to which the isochrones are created.</description></item><item><title>/vts</title><link>/7.2/aws/api/rest/vts_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/vts_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/vts Overview Configuration Usage Example Limitations and Cautions Overview Kinetica provides a Vector Tile Service (VTS) to generate Vector Tiles and support client-side visualization of the geospatial data contained within the tiles. The Vector Tile format generated follows the open standard Mapbox Vector Tile specification. The Kinetica VTS feeds a client-side Vector Tile renderer, such as Mapbox GL, by adding the VTS URL to the renderer's style configuration as a map layer source.</description></item><item><title>/wms</title><link>/7.2/aws/api/rest/wms_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/wms_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/wms Overview Downloads Usage Required Parameters Optional Parameters Modes RASTER CB_RASTER HEATMAP CONTOUR LABELS ISOCHRONES Overview Kinetica provides a Web Map Service (WMS) for generating image tiles from the geospatial data contained in it. The type of image tiles returned, the data used to generate the tiles, and the graphical styles in the tiles are specified in the query string of the WMS call. These would typically be used as overlays on top of a map.</description></item></channel></rss>