AWS glue job as a REST API

0

Hi Team,

I have a task to execute glue jobs from third party scheduler. To accomplish this, is it possible to expose AWS Glue jobs as REST api so that job can be invoked from third party scheduler using REST API url?.

thanks, ADR

已提问 5 个月前240 查看次数
1 回答
0

Hi,

AWS services always have a programmatic API. The REST API for Glue is defined in full details here: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api.html

All actions that you can do on console can also be done with this API: indeed, the AWS console is itself built on top of those APIs.

To minimize your effort (sigv4 signing, request marshalling, etc.) , I would strongly suggest to use this rest API from one of the SDKs that we supply: https://docs.aws.amazon.com/glue/latest/dg/sdk-general-information-section.html

Best,

Duduer

profile pictureAWS
专家
已回答 5 个月前
profile picture
专家
已审核 5 个月前
profile picture
专家
已审核 5 个月前
  • Many thanks Duduer for the response. Can you please elaborate a bit. I am trying to invoke AWS Glue jobs from third party orchestration tool. To do this, we may need Glue job API url. how to generate the url.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则