Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
SHOW JOB PARAMETERS FOR
On this page
The SHOW JOB PARAMETERS FOR command returns the parameters specified for the job with the specified ID.
Syntax
SHOW JOB PARAMETERS FOR '<job_ID>'Argument
-
job_: ID of the job.ID
Example
The following command shows the parameters specified for the job with ID 058e2ed1-3000-4000-a000-512d334df903:
SHOW JOB PARAMETERS FOR '058e2ed1-3000-4000-a000-512d334df903';
Name Value Type
endpoint svc-xxxx-dml.aws-region.svc.singlestore.com string
port 3306 integer
username s2user string
enableSSL True booleanLast modified: