Getting Started
The Introduction to the Intersight REST API Learning Lab guides you through creating an Intersight account, claiming UCS devices, and creating Intersight REST API keys.
Standard REST methods are supported on the API, which include POST, GET, PATCH, and DELETE operations through HTTPS. All payloads to and from the REST interface must be in JSON format. For further details, see Supported HTTPS Methods.
Getting Started Instructions
Complete the Introduction to the Intersight REST API Learning Lab to get started.
After completing this lab you will know:
How to create an Intersight account
How to claim UCS devices in Intersight
How to create Intersight API keys
The available Intersight developer tools
How to remove claimed devices from Intersight
Base URL
Every API request will begin with the following base URL.
Intersight US region
https://intersight.com/api/v1
Intersight's EU (EMEA) region
https://eu-central-1.intersight.com/api/v1