Closed
Bug 1390865
Opened 8 years ago
Closed 8 years ago
Expand the /provisioners endpoint to return metadata
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hassan, Assigned: hassan)
Details
Presently, the /provisioners endpoint returns a list of provisionerIds. It needs to be expanded to return metadata:
GET /v1/provisioners
signature: provisioners({continuation})
scopes: -
response: {
provisioners: [
{
provisionerId: '...',
description: '...',
expires: '...',
stability: 'experimental|stable|deprecated',
},
...
],
continuation: '...', // optional contiunation token
}
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → helfi92
Comment 1•8 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-queue
https://github.com/taskcluster/taskcluster-queue/commit/7496392143d8f0dab0931532434c611006383b45
Merge pull request #186 from helfi92/provisioners-metadata
Bug 1390865 - Expand the /provisioners endpoint to return metadata
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Queue → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•