How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cisco Intersight Uuidpool API

The uuidpool API from Cisco Intersight — 12 operation(s) for uuidpool.

Cisco Intersight Uuidpool API is one of 117 APIs that Cisco Intersight publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include uuidpool. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 19 operations across 12 paths, and defines 26 schemas. It is described by OpenAPI 3.2.0, at version 1.0.11-20260807064027971.

Requests are made against a single base URL, https://{server}.

19 operations 12 paths 26 schemas 3 DELETE12 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.11-20260807064027971
Base URL
https://intersight.com
Authentication
API Key, HTTP Signature, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Cisco Intersight Uuidpool API declares 3 security schemes for authenticating requests. An API key is passed in the cookie as X-Starship-Token (cookieAuth). It uses HTTP signature authentication (http_signature). It supports OAuth 2.0 (oAuth2) using the authorizationCode and clientCredentials flows, exposing 3315 scopes.

  • cookieAuth — The authentication cookie obtained from a Single-Sign-On SAML assertion.
  • http_signature — The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed as specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatur…
  • oAuth2 — The client uses the OAuth2 security scheme. To use OAuth2, a client application must be registered by creating a iam.AppRegistration resource. The user who cre…

Paths & Operations 19

Across 12 paths, the API surfaces 19 operations — 3 DELETE, 12 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

uuidpool 19
GET
/api/v1/uuidpool/Blocks
Read a 'uuidpool.Block' resource.
GetUuidpoolBlockList 11 params → 200400401403404default
GET
/api/v1/uuidpool/Blocks/{Moid}
Read a 'uuidpool.Block' resource.
GetUuidpoolBlockByMoid 4 params → 200400401403404default
GET
/api/v1/uuidpool/Pools
Read a 'uuidpool.Pool' resource.
GetUuidpoolPoolList 11 params → 200400401403404default
POST
/api/v1/uuidpool/Pools
Create a 'uuidpool.Pool' resource.
CreateUuidpoolPool 2 params body → 200400401403404default
GET
/api/v1/uuidpool/Pools/{Moid}
Read a 'uuidpool.Pool' resource.
GetUuidpoolPoolByMoid 4 params → 200400401403404default
POST
/api/v1/uuidpool/Pools/{Moid}
Update a 'uuidpool.Pool' resource.
UpdateUuidpoolPool 2 params body → 200400401403404default
PATCH
/api/v1/uuidpool/Pools/{Moid}
Update a 'uuidpool.Pool' resource.
PatchUuidpoolPool 2 params body → 200400401403404default
DELETE
/api/v1/uuidpool/Pools/{Moid}
Delete a 'uuidpool.Pool' resource.
DeleteUuidpoolPool 1 param → 200400401403404default
GET
/api/v1/uuidpool/PoolMembers
Read a 'uuidpool.PoolMember' resource.
GetUuidpoolPoolMemberList 11 params → 200400401403404default
GET
/api/v1/uuidpool/PoolMembers/{Moid}
Read a 'uuidpool.PoolMember' resource.
GetUuidpoolPoolMemberByMoid 4 params → 200400401403404default
GET
/api/v1/uuidpool/Reservations
Read a 'uuidpool.Reservation' resource.
GetUuidpoolReservationList 11 params → 200400401403404default
POST
/api/v1/uuidpool/Reservations
Create a 'uuidpool.Reservation' resource.
CreateUuidpoolReservation 2 params body → 200400401403404default
GET
/api/v1/uuidpool/Reservations/{Moid}
Read a 'uuidpool.Reservation' resource.
GetUuidpoolReservationByMoid 4 params → 200400401403404default
DELETE
/api/v1/uuidpool/Reservations/{Moid}
Delete a 'uuidpool.Reservation' resource.
DeleteUuidpoolReservation 1 param → 200400401403404default
GET
/api/v1/uuidpool/Universes
Read a 'uuidpool.Universe' resource.
GetUuidpoolUniverseList 11 params → 200400401403404default
GET
/api/v1/uuidpool/Universes/{Moid}
Read a 'uuidpool.Universe' resource.
GetUuidpoolUniverseByMoid 4 params → 200400401403404default
GET
/api/v1/uuidpool/UuidLeases
Read a 'uuidpool.UuidLease' resource.
GetUuidpoolUuidLeaseList 11 params → 200400401403404default
GET
/api/v1/uuidpool/UuidLeases/{Moid}
Read a 'uuidpool.UuidLease' resource.
GetUuidpoolUuidLeaseByMoid 4 params → 200400401403404default
DELETE
/api/v1/uuidpool/UuidLeases/{Moid}
Delete a 'uuidpool.UuidLease' resource.
DeleteUuidpoolUuidLease 1 param → 200400401403404default

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

uuidpool.Reservation.Relationship
A relationship to the 'uuidpool.Reservation' resource, or the expanded 'uuidpool.Reservation' resource, or the 'null' value.
uuidpool.PoolMember.Relationship
A relationship to the 'uuidpool.PoolMember' resource, or the expanded 'uuidpool.PoolMember' resource, or the 'null' value.
uuidpool.Universe.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
uuidpool.Block.Response
The response body of a HTTP GET request for the 'uuidpool.Block' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
uuidpool.Pool.Response
The response body of a HTTP GET request for the 'uuidpool.Pool' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
uuidpool.ReservationReference
The reference to the reservation object.
uuidpool.PoolMember.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
uuidpool.Pool.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
uuidpool.Universe.Relationship
A relationship to the 'uuidpool.Universe' resource, or the expanded 'uuidpool.Universe' resource, or the 'null' value.
uuidpool.Pool
Pool represents a collection of UUID items that can be allocated to server profiles.
uuidpool.UuidLease.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
uuidpool.UuidLease
UuidLease represents a single UUID that is part of the universe, allocated either from a pool or through static assignment.
uuidpool.PoolMember
PoolMember represents a single UUID that is part of a pool.
uuidpool.PoolMember.Response
The response body of a HTTP GET request for the 'uuidpool.PoolMember' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
uuidpool.Reservation.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
uuidpool.Reservation.Response
The response body of a HTTP GET request for the 'uuidpool.Reservation' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
uuidpool.UuidLease.Response
The response body of a HTTP GET request for the 'uuidpool.UuidLease' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
uuidpool.Block
A block of contiguous UUID addresses that are part of a pool.
uuidpool.Block.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
uuidpool.Block.Relationship
A relationship to the 'uuidpool.Block' resource, or the expanded 'uuidpool.Block' resource, or the 'null' value.
uuidpool.Reservation
The UUID reservation object, used to hold reserved identity.
uuidpool.Universe
Universe represents a book keeping container to keep track of all UUIDs for a given account.
uuidpool.UuidBlock
UUID suffix block representation.
uuidpool.Pool.Relationship
A relationship to the 'uuidpool.Pool' resource, or the expanded 'uuidpool.Pool' resource, or the 'null' value.
uuidpool.UuidLease.Relationship
A relationship to the 'uuidpool.UuidLease' resource, or the expanded 'uuidpool.UuidLease' resource, or the 'null' value.
uuidpool.Universe.Response
The response body of a HTTP GET request for the 'uuidpool.Universe' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-uuidpool-api-openapi.yml Raw ↑

Other APIs Cisco Intersight publishes across the network.

Cisco Intersight Aaa API
Cisco Intersight Access API
Cisco Intersight Adapter API
Cisco Intersight Apiproxy API
Cisco Intersight Appliance API
Cisco Intersight Asset API
Cisco Intersight Auditd API
Cisco Intersight Bios API
Cisco Intersight Boot API
Cisco Intersight Bulk API
Cisco Intersight Capability API
Cisco Intersight Catalystsdwan API
Where this information came from

This is an independent, third-party profile of Cisco Intersight Uuidpool API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.