Skip to content

Commit

Permalink
Update AI4NetMon_API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kostogls authored Jun 26, 2023
1 parent 802837f commit ec2869a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/AI4NetMon_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Example output:
}
````
Example request:
[https://ai4netmon.csd.auth.gr/api/bias/probe?probe=1&probe=2&probe=5&probe=20&v4=true&v6=false](https://ai4netmon.csd.auth.gr/api/bias/probe?probe=1&probe=2&probe=5&probe=20&v4=true&v6=false)
[https://ai4netmon.csd.auth.gr/api/bias/probe/?probe=1&probe=2&probe=5&probe=20&v4=true&v6=false](https://ai4netmon.csd.auth.gr/api/bias/probe/?probe=1&probe=2&probe=5&probe=20&v4=true&v6=false)
Example output:
```yaml
Expand Down Expand Up @@ -242,7 +242,7 @@ Example output:
It takes the rrc (string, e.g., `rrc10`) as parameter and returns all the attributes of the corresponding ASes. Also, there are two parameters for choosing if the returning ASes are IPv4 or IPv6, or both. (for a detailed list, refer to the [doc](./Bias_in_IMPs.md) descrining our dataset)

Example request:
[https://ai4netmon.csd.auth.gr/api/probe/5?v4=true&v6=true](https://ai4netmon.csd.auth.gr/api/probe/5?v4=true&v6=true)
[https://ai4netmon.csd.auth.gr/api/rrc/rrc00](https://ai4netmon.csd.auth.gr/api/rrc/rrc00)

Example output:
```yaml
Expand Down Expand Up @@ -335,7 +335,7 @@ Example output:
It takes as input either (i) the name of an IMP or (ii) a list of ASNs and returns the distribution of All ASes and the distribution per feature, for the given IMP or ASN set.

Example request:
[https://ai4netmon.csd.auth.gr/api/distributions/RIPE%20Atlas](https://ai4netmon.csd.auth.gr/api/distributions/RIPE%20Atlas)
[https://ai4netmon.csd.auth.gr/api/distributions/RIPE%20Atlas](https://ai4netmon.csd.auth.gr/api/distributions/Atlas)

Options for `IMP` parameter are:
- `RIPE Atlas`
Expand Down

0 comments on commit ec2869a

Please sign in to comment.