Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This "How to" guide was made possible thanks to the Michael and Susan Dell Foundation.

Description

The following "How to" guide will walk you through the instantiation of the Google Cloud Ed-Fi ODS/API v3.4 VM and tools. This VM includes the following Ed-Fi assets and environments:

...

8) At this point you should be in the VM and we can start exploring the Ed-Fi ODS API

Exploring the Ed-Fi ODS API

...

Assets

Exploring Databases

1) Open SSMS (Sql Server Management Studio) by clicking on the icon on the task bar.

...

2) Execute a authorization request: On the left panel expand the folder folders EdFi v3.1.1 → V 3.x  and select the "POST Get Auth Token1)GetOAuthToken" request (#1). You can choose what environment you want to use by using the environment dropdown that has been pre-configured with both a sandbox and a production environment. (#2). Once you have selected an environment proceed to click on the "Send" button (#3). Once the request finishes you should see in the results panel a response that contains the access_token.

         Image RemovedImage Added

3) Execute the students request: On the left pane select the "GET Get Students" (#1) request and click the send button (#2). The results panel should show an array of students. (#3)

...