Jobs Management API Specification
JobsApi
| Method / Description | HTTP request |
|---|---|
| getJobById Get a job by ID for the tenant. |
GET /v4/{tenantId}/jobs/{jobId} |
| getJobEvents Get the events for a specified job. |
GET /v4/{tenantId}/jobs/{jobId}/events |
| getJobStages Get the stages for a specified job. |
GET /v4/{tenantId}/jobs/{jobId}/stages |
Documentation for Models
- ApiResponse
- ErrorResponse
- JobEvent
- JobEvent_stage
- JobMessage
- JobStage
- JobState
- JobStatus
- JobType
- Metadata
- PagedApiResponse
- PagedJobEventsResponse
- PagedJobStagesResponse
- ResponseMessage
- ResponseStatus
- SingleJobStatusResponse
- ValidationFailure
Documentation for Authorization
Oauth2Scheme
- Type: OAuth
- Flow: accessCode
- Authorization URL: https://auth.alertsense.com/account/login
- Scopes:
- tamarack: Hickory
- content: ExternalID
- elm: GIS
JwtBearerTokenScheme
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header