Astera's Server API Documentation

Authentication

Astera's Server APIs use Bearer Token authentication. To learn more about authenticating Astera's Server APIs, click here.

Resource: Account

Login

Method: POST

Endpoint: https://{servername}:{portno}/api/account/login

In this case: https://LOCALHOST:9261/api/account/login

Resource: /api/account/login

Request Body

Note: The format of our request body is JSON type.

Resource: Job

Status

Method: GET

Endpoint: https://LOCALHOST:9261/api/Job/{jobID}/Status

Resource: /api/Job/{jobID}/Status

Required Parameter

Description: This method fetches the status of a job for the given job ID. A few of the response statuses are given below:

  1. Unknown

  2. Invalid

  3. NotStarted

  4. Queued

  5. Initializing

  6. Running

  7. Completed

Last updated

© Copyright 2023, Astera Software