You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to get deadline url information with addon endpoint so any other addon that would like to use option of deadline submission can re-use it without need to implement the whole shebank, that is now available only in client codebase.
How would you imagine the implementation of the feature?
The logic that resolves what is required to use for submitting job should be possible to receive using REST api on AYON server. So e.g. a service that should submit job can use the endpoint to get url, auth, ssl unified way. If a project is needed for that then a project name should be part of query e.g. GET /api/addons/deadline/1.2.3/urlInfo?project=MiProjekt.
The text was updated successfully, but these errors were encountered:
Would this also need to take into consideration the site id or user id since it may be specific to a particular site or user with regards to authentication?
Would this also need to take into consideration the site id or user id since it may be specific to a particular site or user with regards to authentication?
Yes, but that is passed to AYON server request using headers, so the endpoint probably does not have to handle it explicitly expecting site id in query.
Description
Be able to get deadline url information with addon endpoint so any other addon that would like to use option of deadline submission can re-use it without need to implement the whole shebank, that is now available only in client codebase.
How would you imagine the implementation of the feature?
The logic that resolves what is required to use for submitting job should be possible to receive using REST api on AYON server. So e.g. a service that should submit job can use the endpoint to get url, auth, ssl unified way. If a project is needed for that then a project name should be part of query e.g.
GET /api/addons/deadline/1.2.3/urlInfo?project=MiProjekt
.The text was updated successfully, but these errors were encountered: