Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciscodevnet/postman-xapi
Postman collections for Webex Devices
https://github.com/ciscodevnet/postman-xapi
cisco-xapi postman-collection webex-devices
Last synced: 1 day ago
JSON representation
Postman collections for Webex Devices
- Host: GitHub
- URL: https://github.com/ciscodevnet/postman-xapi
- Owner: CiscoDevNet
- License: mit
- Created: 2018-01-05T18:10:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T06:40:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T00:04:53.413Z (11 days ago)
- Topics: cisco-xapi, postman-collection, webex-devices
- Homepage: http://cs.co/roomdevices
- Size: 1.24 MB
- Stars: 59
- Watchers: 16
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Postman collections for Cisco CE xAPI
This repo gathers Postman collections for the [xAPI - API of the Cisco Collaboration Endpoint Software](https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/software/ce9/release-notes/ce-software-release-notes-ce9.pdf).
**Make sure to configure the collection with `{{endpoint}}` and `{{credentials}}` variables. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) guide for details**
- [Admin role](#admin): use this collection is for Cisco Collaboration Endpoints that are registered on-premises and which you can access with an Admin account.
- [Integrator role](#integrator): use this collection if for Cisco Collaboration Endpoints that are Spark-registered, and CUCM registered devices that are accessed from a user with Integrator role.
Note that these collections do not list all xAPI commands available but a few use-cases to inspire application developers.
**We welcome pull requests for enhancements of existing collections, as well as contributions of collections that proved to be handy for you. When submitting a new collection, please ensure it leverages a {{endpoint}} variable to ease environments sharing among collections. Thank you!**
If you're new to Postman, you're only a few steps away from getting the full benefits of these collections:
1. [import a collection](docs/ImportCollection.md)
2. [configure your environment](docs/ConfigureEnvVariables.md)
3. [run a xAPI request](docs/xAPIrequest.md)
4. [generate code](docs/GenerateCode.md) for your favorite language
5. [optional] note that the postman suite lets you [run collections as part of your CI/CD process](https://www.getpostman.com/docs/newman_intro) via the newman command, and can also help you [publish documentation via documenter](https://www.getpostman.com/docs/creating_documentation).## [admin](https://raw.githubusercontent.com/CiscoDevNet/postman-xapi/master/xapi-admin.json)
Use this collection for Cisco Collaboration Endpoints that are registered on-premises and for which have Admin credentials.
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/b12cc191a2f46da710ec)
**Make sure to configure the collection with `{{endpoint}}` and `{{credentials}}` variables. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) guide for details**
![On-Premises Collection](docs/img/collection-xapi-admin.png)
## [integrator](https://raw.githubusercontent.com/CiscoDevNet/postman-xapi/master/xapi-integrator.json)
Use this collection for Cisco Collaboration Endpoints that are registered on-premises or Spark-registered and for which have Integrator credentials.
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/4a45667250ce5f166e19)
**Make sure to configure the collection with `{{endpoint}}` and `{{credentials}}` variables. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) guide for details**
![On-Premises Collection](docs/img/collection-xapi-integrator.png)
# How to contribute
**We welcome pull requests for enhancements of existing collections, as well as contributions of collections that proved to be handy for you. When submitting a new collection, please ensure it leverages {{endpoint}} and {{credentials}} variables to ease mutualization of environments among collections. Thank you!**