This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:wiki3:gms_api [2019/05/21 11:04] tda |
wiki:wiki3:gms_api [2019/06/21 15:47] (current) tda |
||
---|---|---|---|
Line 3: | Line 3: | ||
The GMS has several interfaces that can be accessed through APIs. | The GMS has several interfaces that can be accessed through APIs. | ||
- | {{:wiki3:gms_overview.png |}} | + | {{:wiki3:gms_overview_3x.png|}} |
===== REST ===== | ===== REST ===== | ||
Line 23: | Line 22: | ||
<note important> | <note important> | ||
Many changes have been done between GMS API (WMC 3.0) and OSS API (WMC 2.3.x). \\ | Many changes have been done between GMS API (WMC 3.0) and OSS API (WMC 2.3.x). \\ | ||
- | Refer to the [[.documentation|Documentation]] section to get details of all methods available for this new WMC release. \\ | + | Refer to the [[.documentation|Documentation]] section to get details of all methods available for this new WMC release. |
- | + | ||
- | For instance, the old request: | + | |
- | <code>https://<your_wmc_url>/oss/application</code> is now replaced by: | + | |
- | <code>https://<your_wmc_url>/gms/application</code> | + | |
</note> | </note> | ||
Line 38: | Line 33: | ||
| VERB | PROTOCOL | DOMAIN | PATH | QUERY STRING | | | VERB | PROTOCOL | DOMAIN | PATH | QUERY STRING | | ||
- | | GET |https |kerlink.wanesy.fr |/gms/application/customers/1/fleets |?page=3&PageSize=40 | | + | | GET |http |kerlink.wanesy.fr |/gms/application/customers/1/fleets |?page=3&PageSize=40 | |
Line 52: | Line 47: | ||
==== Using the command-line ==== | ==== Using the command-line ==== | ||
- | These examples use the command-line program ''curl'' to make HTTPS requests. | + | These examples use the command-line program ''curl'' to make HTTP requests. |
- | If you want to test, you could also use either [[https://www.mockable.io|mockable.io]], either [[https://www.pipedream.com|pipedream.com]] or any other tool of your choice. | ||
=== Logging in === | === Logging in === |