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 Ippool API

The ippool API from Cisco Intersight — 16 operation(s) for ippool.

Cisco Intersight Ippool 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 IP Pool. 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 25 operations across 16 paths, and defines 39 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}.

25 operations 16 paths 39 schemas 3 DELETE16 GET2 PATCH4 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 Ippool 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 25

Across 16 paths, the API surfaces 25 operations — 3 DELETE, 16 GET, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

ippool 25
GET
/api/v1/ippool/BlockLeases
Read a 'ippool.BlockLease' resource.
GetIppoolBlockLeaseList 11 params → 200400401403404default
GET
/api/v1/ippool/BlockLeases/{Moid}
Read a 'ippool.BlockLease' resource.
GetIppoolBlockLeaseByMoid 4 params → 200400401403404default
GET
/api/v1/ippool/IpLeases
Read a 'ippool.IpLease' resource.
GetIppoolIpLeaseList 11 params → 200400401403404default
GET
/api/v1/ippool/IpLeases/{Moid}
Read a 'ippool.IpLease' resource.
GetIppoolIpLeaseByMoid 4 params → 200400401403404default
DELETE
/api/v1/ippool/IpLeases/{Moid}
Delete a 'ippool.IpLease' resource.
DeleteIppoolIpLease 1 param → 200400401403404default
GET
/api/v1/ippool/Pools
Read a 'ippool.Pool' resource.
GetIppoolPoolList 11 params → 200400401403404default
POST
/api/v1/ippool/Pools
Create a 'ippool.Pool' resource.
CreateIppoolPool 2 params body → 200400401403404default
GET
/api/v1/ippool/Pools/{Moid}
Read a 'ippool.Pool' resource.
GetIppoolPoolByMoid 4 params → 200400401403404default
POST
/api/v1/ippool/Pools/{Moid}
Update a 'ippool.Pool' resource.
UpdateIppoolPool 2 params body → 200400401403404default
PATCH
/api/v1/ippool/Pools/{Moid}
Update a 'ippool.Pool' resource.
PatchIppoolPool 2 params body → 200400401403404default
DELETE
/api/v1/ippool/Pools/{Moid}
Delete a 'ippool.Pool' resource.
DeleteIppoolPool 1 param → 200400401403404default
GET
/api/v1/ippool/PoolMembers
Read a 'ippool.PoolMember' resource.
GetIppoolPoolMemberList 11 params → 200400401403404default
GET
/api/v1/ippool/PoolMembers/{Moid}
Read a 'ippool.PoolMember' resource.
GetIppoolPoolMemberByMoid 4 params → 200400401403404default
GET
/api/v1/ippool/Reservations
Read a 'ippool.Reservation' resource.
GetIppoolReservationList 11 params → 200400401403404default
POST
/api/v1/ippool/Reservations
Create a 'ippool.Reservation' resource.
CreateIppoolReservation 2 params body → 200400401403404default
GET
/api/v1/ippool/Reservations/{Moid}
Read a 'ippool.Reservation' resource.
GetIppoolReservationByMoid 4 params → 200400401403404default
DELETE
/api/v1/ippool/Reservations/{Moid}
Delete a 'ippool.Reservation' resource.
DeleteIppoolReservation 1 param → 200400401403404default
POST
/api/v1/ippool/Reservations/{Moid}
Update a 'ippool.Reservation' resource.
UpdateIppoolReservation 2 params body → 200400401403404default
PATCH
/api/v1/ippool/Reservations/{Moid}
Update a 'ippool.Reservation' resource.
PatchIppoolReservation 2 params body → 200400401403404default
GET
/api/v1/ippool/ShadowBlocks
Read a 'ippool.ShadowBlock' resource.
GetIppoolShadowBlockList 11 params → 200400401403404default
GET
/api/v1/ippool/ShadowBlocks/{Moid}
Read a 'ippool.ShadowBlock' resource.
GetIppoolShadowBlockByMoid 4 params → 200400401403404default
GET
/api/v1/ippool/ShadowPools
Read a 'ippool.ShadowPool' resource.
GetIppoolShadowPoolList 11 params → 200400401403404default
GET
/api/v1/ippool/ShadowPools/{Moid}
Read a 'ippool.ShadowPool' resource.
GetIppoolShadowPoolByMoid 4 params → 200400401403404default
GET
/api/v1/ippool/Universes
Read a 'ippool.Universe' resource.
GetIppoolUniverseList 11 params → 200400401403404default
GET
/api/v1/ippool/Universes/{Moid}
Read a 'ippool.Universe' resource.
GetIppoolUniverseByMoid 4 params → 200400401403404default

Schemas 39

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

ippool.ShadowBlock.Relationship
A relationship to the 'ippool.ShadowBlock' resource, or the expanded 'ippool.ShadowBlock' resource, or the 'null' value.
ippool.BlockLease.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
vrf.Vrf.Relationship
A relationship to the 'vrf.Vrf' resource, or the expanded 'vrf.Vrf' resource, or the 'null' value.
ippool.PoolMember.Response
The response body of a HTTP GET request for the 'ippool.PoolMember' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
ippool.Universe.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
ippool.ShadowPool
Shadow Pool is a tracking object created on behalf of an IP pool, for each VRF.
ippool.Reservation.Relationship
A relationship to the 'ippool.Reservation' resource, or the expanded 'ippool.Reservation' resource, or the 'null' value.
ippool.Universe.Relationship
A relationship to the 'ippool.Universe' resource, or the expanded 'ippool.Universe' resource, or the 'null' value.
ippool.ShadowBlock
A block of Contiguous IP addresses that are part of a shadow pool.
ippool.Pool
Pool represents a collection of IPv4 and/or IPv6 addresses that can be allocated to other configuration entities like server profiles.
ippool.Universe
Universe represents a book keeping container to keep track of all IP Addresses for a given VRF.
ippool.ShadowBlock.Response
The response body of a HTTP GET request for the 'ippool.ShadowBlock' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
ippool.BlockLease
BlockLease represents an IP address that is allocated from a pool to a specific entity like server profile.
ippool.IpV4Block
A block of IPv4 addresses.
ippool.Pool.Relationship
A relationship to the 'ippool.Pool' resource, or the expanded 'ippool.Pool' resource, or the 'null' value.
ippool.IpLease
IpLease represents an IP address that is allocated from a pool to a specific entity like server profile.
ippool.PoolMember
PoolMember represents a single IPv4 and or IPv6 address that is part of a pool.
ippool.ShadowPool.Relationship
A relationship to the 'ippool.ShadowPool' resource, or the expanded 'ippool.ShadowPool' resource, or the 'null' value.
ippool.Pool.Response
The response body of a HTTP GET request for the 'ippool.Pool' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL quer…
ippool.ShadowBlock.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
ippool.IpV6Config
Network interface configuration data for IPv6 interfaces. Netmask, Gateway and DNS settings.
ippool.Reservation
The IP reservation object, used to hold reserved addresses.
ippool.Universe.Response
The response body of a HTTP GET request for the 'ippool.Universe' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
ippool.IpV6Block
A block of IPv6 addresses.
ippool.Pool.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
ippool.Reservation.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
ippool.ReservationReference
The reference to the reservation object.
ippool.BlockLease.Relationship
A relationship to the 'ippool.BlockLease' resource, or the expanded 'ippool.BlockLease' resource, or the 'null' value.
ippool.IpLease.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
ippool.IpLease.Relationship
A relationship to the 'ippool.IpLease' resource, or the expanded 'ippool.IpLease' resource, or the 'null' value.
ippool.ShadowPool.Response
The response body of a HTTP GET request for the 'ippool.ShadowPool' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
ippool.PoolMember.Relationship
A relationship to the 'ippool.PoolMember' resource, or the expanded 'ippool.PoolMember' resource, or the 'null' value.
ippool.IpLease.Response
The response body of a HTTP GET request for the 'ippool.IpLease' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
ippool.BlockLease.Response
The response body of a HTTP GET request for the 'ippool.BlockLease' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
ippool.Reservation.Response
The response body of a HTTP GET request for the 'ippool.Reservation' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
ippool.IpV4Config
Network interface configuration data for IPv4 interfaces. Netmask, Gateway and DNS settings.
ippool.ShadowPool.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
vrf.Vrf
The Vrf object implements an isolated Layer 3 domain, enabling advanced networking configurations and routing. Purpose The Vrf object provides a framework for…
ippool.PoolMember.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-ippool-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 Ippool 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.