tphrbeu-max
tphrbeu-max
i have tried below request, but get 404 response curl --location --request GET 'http://myServerIp:62990/v1/datasets/6c9f15e6-df16-44ff-92f8-43f0841103c8/pipeline/datasource-plugins?is_published=true' \ --header 'Authorization: Bearer xxxx' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Accept: */*' \ --header...
and my dataset info is below curl --location --request GET 'http://myserverip:62990/v1/datasets/6c9f15e6-df16-44ff-92f8-43f0841103c8' \ --header 'Authorization: Bearer xxxx' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Accept: */*' \ --header 'Host: myserverip:62990' \...