Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 2.91 KB

JobControllerApi.md

File metadata and controls

88 lines (60 loc) · 2.91 KB

\JobControllerApi

All URIs are relative to https://localhost

Method HTTP request Description
GetJobUsingGET Get /applications/{applicationName}/jobs/{account}/{region}/{name} Get job
GetJobsUsingGET Get /applications/{applicationName}/jobs Get jobs

GetJobUsingGET

map[string]interface{} GetJobUsingGET(ctx, applicationName, account, region, name, optional) Get job

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
applicationName string applicationName
account string account
region string region
name string name
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
applicationName string applicationName
account string account
region string region
name string name
expand string expand [default to false]
xRateLimitApp string X-RateLimit-App

Return type

map[string]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: /

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetJobsUsingGET

[]interface{} GetJobsUsingGET(ctx, applicationName, optional) Get jobs

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
applicationName string applicationName
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
applicationName string applicationName
expand string expand [default to false]
xRateLimitApp string X-RateLimit-App

Return type

[]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: /

[Back to top] [Back to API list] [Back to Model list] [Back to README]