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

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

Cisco Intersight Fcpool 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 fcpool. 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 21 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}.

21 operations 12 paths 26 schemas 3 DELETE12 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 Fcpool 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 21

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

fcpool 21
GET
/api/v1/fcpool/FcBlocks
Read a 'fcpool.FcBlock' resource.
GetFcpoolFcBlockList 11 params → 200400401403404default
GET
/api/v1/fcpool/FcBlocks/{Moid}
Read a 'fcpool.FcBlock' resource.
GetFcpoolFcBlockByMoid 4 params → 200400401403404default
GET
/api/v1/fcpool/Leases
Read a 'fcpool.Lease' resource.
GetFcpoolLeaseList 11 params → 200400401403404default
GET
/api/v1/fcpool/Leases/{Moid}
Read a 'fcpool.Lease' resource.
GetFcpoolLeaseByMoid 4 params → 200400401403404default
DELETE
/api/v1/fcpool/Leases/{Moid}
Delete a 'fcpool.Lease' resource.
DeleteFcpoolLease 1 param → 200400401403404default
GET
/api/v1/fcpool/Pools
Read a 'fcpool.Pool' resource.
GetFcpoolPoolList 11 params → 200400401403404default
POST
/api/v1/fcpool/Pools
Create a 'fcpool.Pool' resource.
CreateFcpoolPool 2 params body → 200400401403404default
GET
/api/v1/fcpool/Pools/{Moid}
Read a 'fcpool.Pool' resource.
GetFcpoolPoolByMoid 4 params → 200400401403404default
POST
/api/v1/fcpool/Pools/{Moid}
Update a 'fcpool.Pool' resource.
UpdateFcpoolPool 2 params body → 200400401403404default
PATCH
/api/v1/fcpool/Pools/{Moid}
Update a 'fcpool.Pool' resource.
PatchFcpoolPool 2 params body → 200400401403404default
DELETE
/api/v1/fcpool/Pools/{Moid}
Delete a 'fcpool.Pool' resource.
DeleteFcpoolPool 1 param → 200400401403404default
GET
/api/v1/fcpool/PoolMembers
Read a 'fcpool.PoolMember' resource.
GetFcpoolPoolMemberList 11 params → 200400401403404default
GET
/api/v1/fcpool/PoolMembers/{Moid}
Read a 'fcpool.PoolMember' resource.
GetFcpoolPoolMemberByMoid 4 params → 200400401403404default
GET
/api/v1/fcpool/Reservations
Read a 'fcpool.Reservation' resource.
GetFcpoolReservationList 11 params → 200400401403404default
POST
/api/v1/fcpool/Reservations
Create a 'fcpool.Reservation' resource.
CreateFcpoolReservation 2 params body → 200400401403404default
GET
/api/v1/fcpool/Reservations/{Moid}
Read a 'fcpool.Reservation' resource.
GetFcpoolReservationByMoid 4 params → 200400401403404default
DELETE
/api/v1/fcpool/Reservations/{Moid}
Delete a 'fcpool.Reservation' resource.
DeleteFcpoolReservation 1 param → 200400401403404default
POST
/api/v1/fcpool/Reservations/{Moid}
Update a 'fcpool.Reservation' resource.
UpdateFcpoolReservation 2 params body → 200400401403404default
PATCH
/api/v1/fcpool/Reservations/{Moid}
Update a 'fcpool.Reservation' resource.
PatchFcpoolReservation 2 params body → 200400401403404default
GET
/api/v1/fcpool/Universes
Read a 'fcpool.Universe' resource.
GetFcpoolUniverseList 11 params → 200400401403404default
GET
/api/v1/fcpool/Universes/{Moid}
Read a 'fcpool.Universe' resource.
GetFcpoolUniverseByMoid 4 params → 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.

fcpool.Lease.Response
The response body of a HTTP GET request for the 'fcpool.Lease' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL que…
fcpool.Universe.Response
The response body of a HTTP GET request for the 'fcpool.Universe' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
fcpool.FcBlock.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
fcpool.Reservation
The Reservation object is utilized to hold reserved identity information, managing the allocation of resources within pools. Purpose The Reservation object ser…
fcpool.Pool
The Pool object represents a collection of WWN addresses, that can be allocated to server profiles. Purpose The Pool object provides a structured approach to m…
fcpool.Lease.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
fcpool.Lease
Overview A Lease object represents a single allocated WWN (World Wide Name) address from a pool or static assignment. Purpose It maintains the association betw…
fcpool.PoolMember.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
fcpool.Reservation.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
fcpool.FcBlock
A Block object represents a sequential range of WWN (World Wide Name) addresses defined by a start and end address. A pool can contain multiple blocks. Purpose…
fcpool.FcBlock.Relationship
A relationship to the 'fcpool.FcBlock' resource, or the expanded 'fcpool.FcBlock' resource, or the 'null' value.
fcpool.PoolMember.Relationship
A relationship to the 'fcpool.PoolMember' resource, or the expanded 'fcpool.PoolMember' resource, or the 'null' value.
fcpool.Pool.Relationship
A relationship to the 'fcpool.Pool' resource, or the expanded 'fcpool.Pool' resource, or the 'null' value.
fcpool.Universe.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
fcpool.PoolMember.Response
The response body of a HTTP GET request for the 'fcpool.PoolMember' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
fcpool.Universe.Relationship
A relationship to the 'fcpool.Universe' resource, or the expanded 'fcpool.Universe' resource, or the 'null' value.
fcpool.PoolMember
Pool Member object represents a single WWN (Worldwide Name) address within a pool that tracks its state, availability, and allocation. Purpose The PoolMember o…
fcpool.Pool.Response
The response body of a HTTP GET request for the 'fcpool.Pool' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL quer…
fcpool.ReservationReference
The reference to the reservation object.
fcpool.Reservation.Relationship
A relationship to the 'fcpool.Reservation' resource, or the expanded 'fcpool.Reservation' resource, or the 'null' value.
fcpool.Lease.Relationship
A relationship to the 'fcpool.Lease' resource, or the expanded 'fcpool.Lease' resource, or the 'null' value.
fcpool.Pool.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
fcpool.Reservation.Response
The response body of a HTTP GET request for the 'fcpool.Reservation' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
fcpool.Universe
Universe represents a book keeping container to keep track of all IDs for a given account and pool type.
fcpool.Block
Block of WWN identifiers.
fcpool.FcBlock.Response
The response body of a HTTP GET request for the 'fcpool.FcBlock' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-fcpool-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 Fcpool 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.