Project

General

Profile

Actions

Bug #10349

closed

[DOC] add cookbook section with code snippets

Added by Ward Vandewege over 7 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
0.5

Description

More examples for api calls with real use cases, e.g. users/links/groups, or collections/projects, i.e. let’s add a cookbook section with code snippets to doc.arvados.org


Subtasks 1 (0 open1 closed)

Task #10381: ReviewResolvedBryan Cosca10/25/2016Actions
Actions #1

Updated by Tom Morris over 7 years ago

  • Assigned To set to Tom Morris
  • Target version set to 2016-11-09 sprint
  • Story points set to 0.5
Actions #2

Updated by Tom Morris over 7 years ago

  • Target version changed from 2016-11-09 sprint to 2016-11-23 sprint
Actions #3

Updated by Tom Morris over 7 years ago

  • Target version changed from 2016-11-23 sprint to 2016-12-14 sprint
Actions #4

Updated by Tom Morris over 7 years ago

  • Target version changed from 2016-12-14 sprint to 2017-01-04 sprint
Actions #5

Updated by Tom Morris over 7 years ago

  • Target version changed from 2017-01-04 sprint to 2017-01-18 sprint
Actions #6

Updated by Tom Morris over 7 years ago

  • Target version changed from 2017-01-18 sprint to 2017-02-01 sprint
Actions #7

Updated by Tom Morris about 7 years ago

  • Target version changed from 2017-02-01 sprint to 2017-02-15 sprint
Actions #8

Updated by Tom Morris about 7 years ago

  • Target version changed from 2017-02-15 sprint to 2017-03-01 sprint
Actions #9

Updated by Tom Morris about 7 years ago

  • Target version changed from 2017-03-01 sprint to 2017-03-15 sprint
Actions #10

Updated by Radhika Chippada about 7 years ago

  • Target version changed from 2017-03-15 sprint to 2017-03-29 sprint
Actions #11

Updated by Tom Morris about 7 years ago

  • Target version changed from 2017-03-29 sprint to 2017-04-12 sprint
Actions #12

Updated by Tom Morris about 7 years ago

  • Target version changed from 2017-04-12 sprint to 2017-04-26 sprint
Actions #13

Updated by Tom Morris almost 7 years ago

  • Target version changed from 2017-04-26 sprint to 2017-05-10 sprint
Actions #14

Updated by Tom Morris almost 7 years ago

  • Target version changed from 2017-05-10 sprint to 2017-05-24 sprint
Actions #15

Updated by Tom Morris almost 7 years ago

  • Target version changed from 2017-05-24 sprint to 2017-06-07 sprint
Actions #16

Updated by Tom Morris almost 7 years ago

  • Target version changed from 2017-06-07 sprint to 2017-06-21 sprint
Actions #17

Updated by Tom Morris almost 7 years ago

  • Target version changed from 2017-06-21 sprint to 2017-07-05 sprint
Actions #18

Updated by Tom Morris almost 7 years ago

  • Status changed from New to In Progress
  • Target version changed from 2017-07-05 sprint to 2017-07-19 sprint
Actions #19

Updated by Tom Morris almost 7 years ago

  • Target version changed from 2017-07-19 sprint to 2017-08-02 sprint
Actions #20

Updated by Tom Morris over 6 years ago

  • Target version changed from 2017-08-02 sprint to 2017-08-16 sprint
Actions #21

Updated by Peter Amstutz over 6 years ago

I started writing out some code snippits for operating on container requests based on the scripts at https://github.com/bcosc/arvados-tools

10349-cookbook @ efd0ed5fa583d09f7d272ecc9461ec1684cf0cb4

Actions #22

Updated by Tom Morris over 6 years ago

  • Assigned To deleted (Tom Morris)
Actions #23

Updated by Tom Morris over 6 years ago

  • Target version changed from 2017-08-16 sprint to 2017-08-30 Sprint
Actions #24

Updated by Peter Amstutz over 6 years ago

  • Assigned To set to Peter Amstutz
Actions #25

Updated by Bryan Cosca over 6 years ago

Ideas to add: (These are things I think I know how to do, but think other people would want) This all comes from a debugging standpoint and trying to get info out of a workflow as fast as possible.

Given a top level container request:

List output pdh of all child container requests
List output pdh of only some child container requests (maybe this is just a grep of listing all)

List inputs of all child container requests (not just the input yml, the pdhs and files)
List inputs of only some child container requests (maybe this is just a grep of listing all)

List all child failed container request uuids given top level uuid

List log file pdh given container request uuid

Actions #26

Updated by Peter Amstutz over 6 years ago

  • Target version changed from 2017-08-30 Sprint to 2017-09-13 Sprint
Actions #27

Updated by Bryan Cosca over 6 years ago

The parent uuids are inconsistent, and should just be one example: qr1hi-xvhdp-zzzzzzzzzzzzzzz

Please change all parent_request_uuid/container_request_uuids to qr1hi-xvhdp-zzzzzzzzzzzzzzz

Also maybe make this one also use qr1hi? So its consistent? maybe its nitpicking, so no big deal if this doesn't get changed.

download="https://your.download.server"
collection_uuid="your-4zz18-collectionuuid"

Otherwise everything else lgtm, feel free to resolve when you make the changes.

Actions #28

Updated by Peter Amstutz over 6 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset arvados|commit:7385689b6fd8df96434aadf7c0377d684c4abe1c.

Actions

Also available in: Atom PDF