Skip to end of banner
Go to start of banner

Pipeline: Connecting to Rally with REST

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

In this Page

Scenario

I want to query Rally Software with the REST Snap Pack.

This scenario was created against Rally's 2.0 API.

Requirements

Snaps Used

For this scenario, the following Snaps are used:

  • REST Get Snap
  • JSON Splitter Snap
  • Mapper Snap

Other Requirements

  • A valid Rally account.

Configuration

Querying Users

To gather a list of users in Rally:

  1. Start with a REST Get Snap. Set the following properties:
  2. On the Account tab, create a REST Basic Auth account with your Rally username and password.
  3. Add a JSON Splitter Snap. Set the JSON Path to $entity.QueryResult.Results[*]
  4. Add a Mapper Snap. Select the data you want from the input schema and map it to an output path. In this example, we pulled _ref, DisplayName, EmailAddress, and Disabled.

The resulting data looks like:

  • No labels