POST /acdb/gateway/v2/job_attributes
Stage job attributes

Params

Param name Description
apikey
required

Validations:

  • Must be a String

jobid
required

Validations:

  • Must be a String

submittime
required

Validations:

  • Must be a String

xsederesourcename
required

Validations:

  • Must be a String

gatewayuser
required

Validations:

  • Must be a String

software
optional

Validations:

  • Must be a String

usage
optional

Validations:

  • Must be a Integer

vmid
optional

Validations:

  • Must be a String

debug
optional

Validations:

  • Must be a String


GET /acdb/gateway/v2/jobs/by_res_user_dates/<resource>/<username>/<start_date>/<end_date>
All jobs by a person (found by resource and username), for all resources, in a date range

Examples

GET /gateway/v2/jobs/by_res_user_dates/stampede2.tacc.xsede/tg874784/2020-01-02/2021-10-01
{
    "message": null,
    "result": [
        {
            "resource_name": "expanse.sdsc.xsede.org",
            "job_id": 117990670,
            "request_resource_id": 64801,
            "resource_id": 2899,
            "project_account_user_id": 399286,
            "project_account_id": 50550,
            "person_id": 100765,
            "local_job_id": "4585403",
            "charge": "438.0",
            "start_time": "2021-07-29T23:00:06.000+00:00",
            "end_time": "2021-07-31T11:29:36.000+00:00",
            "submit_time": "2021-07-29T22:59:59.000+00:00",
            "wall_time": 131370,
            "local_reference": null,
            "local_parent_job_id": null,
            "local_username": "lbo5133",
            "extra_properties": "{\"Queue\": \"shared\", \"Memory\": null, \"JobName\": \"cuOOH.2\", \"NodeCount\": 1, \"CpuCoreCount\": 12}",
            "entry_time": "2021-08-01T09:51:52.933+00:00",
            "project_id": 10918,
            "grant_number": "CTS150057"
        }
    ]
}

Params

Param name Description
resource
required

to identify the person

Validations:

  • Must be a String

username
required

to identify the person

Validations:

  • Must be a String

start_date
required

Validations:

  • Must be a String

end_date
required

Validations:

  • Must be a String


GET /acdb/gateway/v2/jobs/by_proj_dates/<grant_number>/<start_date>/<end_date>
All jobs run for a project in a date range

Examples

GET /gateway/v2/jobs/by_proj_dates/CTS150057/2021-07-01/2011-01
{
    "message": null,
    "result": [
        {
            "resource_name": "expanse.sdsc.xsede.org",
            "job_id": 117990670,
            "request_resource_id": 64801,
            "resource_id": 2899,
            "project_account_user_id": 399286,
            "project_account_id": 50550,
            "person_id": 100765,
            "local_job_id": "4585403",
            "charge": "438.0",
            "start_time": "2021-07-29T23:00:06.000+00:00",
            "end_time": "2021-07-31T11:29:36.000+00:00",
            "submit_time": "2021-07-29T22:59:59.000+00:00",
            "wall_time": 131370,
            "local_reference": null,
            "local_parent_job_id": null,
            "local_username": "lbo5133",
            "extra_properties": "{\"Queue\": \"shared\", \"Memory\": null, \"JobName\": \"cuOOH.2\", \"NodeCount\": 1, \"CpuCoreCount\": 12}",
            "entry_time": "2021-08-01T09:51:52.933+00:00",
            "project_id": 10918,
            "grant_number": "CTS150057"
        }
    ]
}

Params

Param name Description
grant_number
required

the project’s code

Validations:

  • Must be a String

start_date
required

Validations:

  • Must be a String

end_date
required

Validations:

  • Must be a String


GET /acdb/gateway/v2/jobs
Last n jobs from an apikey, human-readable