AgavePy
latest

Install & Configure AgavePy

  • Installing AgavePy
  • Tapis User Account
  • Authenticating with Tapis

Using AgavePy

  • The AgavePy client
  • Specifying Parameters
  • Pagination Options
  • Reponses from AgavePy

Use AgavePy with Tapis APIs

  • Systems
  • Files
  • Apps
  • Jobs
    • jobs
  • Metadata
  • Notifications
  • Postits
  • Profiles
  • Actors

Advanced Topics

  • Search
  • Admin
  • Clients
AgavePy
  • Docs »
  • Jobs
  • Edit on GitHub

Jobs¶

These functions help you to submit, monitor, inspect, share, and manage Tapis compute jobs.

  • jobs
    • list: Get a list of jobs the authenticated user had submitted.
    • submit: Submit a new job request.
    • delete: Deletes a job from the user’s history.
    • get: Get details of the job with the specific job id.
    • manage: Perform an action on a job.
    • getHistory: Get the history of this job.
    • deletePermissions: Deletes all permissions on an job.
    • listPermissions: Get the permission ACL for this job.
    • updatePermissions: Add or update a user’s permission for an application.
    • deletePermissionsForUser: Deletes all permissions for the given user on an job.
    • listPermissionsForUser: Get a specific user’s permissions for a job.
    • updatePermissionsForUser: Add or update a user’s permission for an job.
    • getStatus: Get the status of the job.
    • listOutputs: List contents of a job’s output directory.
    • downloadOutput: Download an output file from a specific job.
Next Previous

© Copyright 2018- Texas Advanced Computing Center Revision 7f2d5f20.

Built with Sphinx using a theme provided by Read the Docs.