Skip to content

Instantly share code, notes, and snippets.

@mikekistler
Last active October 16, 2022 14:46
Show Gist options
  • Save mikekistler/22cfd4042eb504c551e0c20d6ba3758e to your computer and use it in GitHub Desktop.
Save mikekistler/22cfd4042eb504c551e0c20d6ba3758e to your computer and use it in GitHub Desktop.
The Azure Load Test REST API

Here is a collection of entity-relationship diagrams for the Azure Load Test service based on just the path structure in the REST API.

Load Test

erDiagram
    LOAD-TEST { 
        string testId
        }
    LOAD-TEST ||--|{ FILE : contains
Loading

Test Run

erDiagram
    TEST-RUN { 
        string testRunId
        }
    TEST-RUN ||--|{ FILE : contains
Loading

App Component

erDiagram
    APP-COMPONENT {
        string name
    }
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment