/sqlflow/selectedgraph/image

Get selected dbobject in Json

/sqlflow/generation/sqlflow/selectedgraph

generate selected dbobject graph

post

generate selected dbobject graph

Query parameters
columnstringOptional

column

columnLevelstringOptional

columnLevel

databasestringOptional

database

dbvendorstring · enumRequired

db vendor

Default: dbvoraclePossible values:
hideColumnbooleanOptional

hide column

Default: falseExample: false
ignoreFunctionbooleanOptional

ignore function

Default: falseExample: false
ignoreRecordSetbooleanOptional

ignore record set

Default: falseExample: false
isReturnModelbooleanOptional

whether to return model

Default: true
jobIdstringOptional

jobId

normalizeIdentifierbooleanOptional

normalizeIdentifier

Default: true
schemastringOptional

schema

sessionIdstringOptional

sessionId

showConstantTablebooleanOptional

showConstantTable

Default: false
showLinkOnlybooleanOptional

show link only

Default: true
showRelationTypestringOptional

show relation type, required false, default value is 'fdd', multiple values seperated by comma like fdd,frd,fdr,join. Availables are 'fdd' value of target column from source column, 'frd' the recordset count of target column which is affected by value of source column, 'fdr' value of target column which is affected by the recordset count of source column, 'join' combines rows from two or more tables, based on a related column between them

Default: fdd
showTransformbooleanOptional

showTransform

Default: false
simpleOutputbooleanOptional

simple output, ignore the intermediate results, defualt is false.

Default: falseExample: false
tablestringOptional

table

tokenstringRequired

The token is generated from userid and usersecret. It is used in every Api invocation.

treatArgumentsInCountFunctionAsDirectDataflowbooleanOptional

Whether treat the arguments in COUNT function as direct Dataflow

Default: false
userIdstringRequired

user id

Responses
200
OK
application/json;charset=utf-8
Responsestring
post
POST /api/gspLive_backend/sqlflow/generation/sqlflow/selectedgraph HTTP/1.1
Host: api.gudusoft.com
Accept: */*
text

Get selected dbobject image

Retrieve the data lineage image file for the selected dbobject graph

/sqlflow/generation/sqlflow/selectedgraph/image

generate selected dbobject graph image

post

generate selected dbobject graph image

Query parameters
columnstringOptional

column

columnLevelstringOptional

columnLevel

databasestringOptional

database

dbvendorstring · enumRequired

db vendor

Default: dbvoraclePossible values:
hideColumnbooleanOptional

hide column

Default: falseExample: false
ignoreFunctionbooleanOptional

ignore function

Default: falseExample: false
ignoreRecordSetbooleanOptional

ignore record set

Default: falseExample: false
isReturnModelbooleanOptional

whether to return model

Default: true
jobIdstringOptional

jobId

normalizeIdentifierbooleanOptional

normalizeIdentifier

Default: true
schemastringOptional

schema

sessionIdstringOptional

sessionId

showConstantTablebooleanOptional

showConstantTable

Default: false
showLinkOnlybooleanOptional

show link only

Default: true
showRelationTypestringOptional

show relation type, required false, default value is 'fdd', multiple values seperated by comma like fdd,frd,fdr,join. Availables are 'fdd' value of target column from source column, 'frd' the recordset count of target column which is affected by value of source column, 'fdr' value of target column which is affected by the recordset count of source column, 'join' combines rows from two or more tables, based on a related column between them

Default: fdd
showTransformbooleanOptional

showTransform

Default: false
simpleOutputbooleanOptional

simple output, ignore the intermediate results, defualt is false.

Default: falseExample: false
tablestringOptional

table

tokenstringRequired

The token is generated from userid and usersecret. It is used in every Api invocation.

treatArgumentsInCountFunctionAsDirectDataflowbooleanOptional

Whether treat the arguments in COUNT function as direct Dataflow

Default: false
userIdstringRequired

user id

Responses
200
OK
image/*
Responsestring · binary
post
POST /api/gspLive_backend/sqlflow/generation/sqlflow/selectedgraph/image HTTP/1.1
Host: api.gudusoft.com
Accept: */*
binary

Sample response:

Last updated