Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/intersight-ucsd-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Intersight Ucsd API
version: 1.0.11-20260807064027971
contact:
name: Intersight API support
url: https://intersight.com/help
email: intersight@cisco.com
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-evidence:
- type: source
url: https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-openapi-v3-1.0.11-20260807064027971.json
- type: source
url: https://intersight.com/apidocs/apirefs/
x-provenance:
method: harvested
authored_by: Cisco Intersight
harvested_by: API Evangelist
harvested_on: '2026-08-19'
first_party: true
provider_published: true
source_host: cdn.intersight.com
note: Cisco publishes the full Intersight OpenAPI 3.0.2 anonymously from its CDN (27.5MB master document; 3,963 operations / 2,448 paths / 5,612 schemas) plus 11 per-service documents covering 100% of the master's paths. Byte-identity reconfirmed 2026-08-19 by SHA-256. Note intersight.com itself is a soft-404 farm — the contract is on the CDN, not the app host.
description: 'Operations tagged ucsd across 2 of this provider''s published API definitions: intersight-orchestrator-openapi.json, intersight-workflows-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
tags:
- name: ucsd
paths:
/api/v1/ucsd/BackupInfos:
get:
tags:
- ucsd
summary: Read a 'ucsd.BackupInfo' resource.
operationId: GetUcsdBackupInfoList
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- READ.ucsd.BackupInfo
- ROLE.Account Administrator
- ROLE.Read-Only
parameters:
- $ref: '#/components/parameters/filterParam'
- $ref: '#/components/parameters/orderbyParam'
- $ref: '#/components/parameters/topParam'
- $ref: '#/components/parameters/skipParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/applyParam'
- $ref: '#/components/parameters/countParam'
- $ref: '#/components/parameters/inlinecountParam'
- $ref: '#/components/parameters/atParam'
- $ref: '#/components/parameters/tagsParam'
responses:
'200':
description: List of 'ucsd.BackupInfo' resources for the given filter criteria
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/ucsd.BackupInfo.Response'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
/api/v1/ucsd/BackupInfos/{Moid}:
get:
tags:
- ucsd
summary: Read a 'ucsd.BackupInfo' resource.
operationId: GetUcsdBackupInfoByMoid
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- READ.ucsd.BackupInfo
- ROLE.Account Administrator
- ROLE.Read-Only
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/atParam'
responses:
'200':
description: An instance of the 'ucsd.BackupInfo' resource.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/ucsd.BackupInfo'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
links:
GetUcsdBackupInfoByMoid:
operationId: GetUcsdBackupInfoByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ucsd/BackupInfos/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
delete:
tags:
- ucsd
summary: Delete a 'ucsd.BackupInfo' resource.
operationId: DeleteUcsdBackupInfo
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- DELETE.ucsd.BackupInfo
- PRIVSET.Account Administrator
- ROLE.Account Administrator
parameters:
- $ref: '#/components/parameters/moidParam'
responses:
'200':
description: Resource has been deleted successfully.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
components:
headers:
x-starship-traceid:
description: A value that uniquely identifies a HTTP request and its response.
schema:
type: string
Set-Cookie:
description: Cookie authentication key for use with the `cookieAuth` apiKey authentication.
schema:
type: string
example: X-Starship-Token=abcde12345; Path=/
Content-Length:
description: Indicates the size of the entity-body, in bytes, sent to the recipient.
schema:
type: integer
Content-Disposition:
description: If not present, indicates the response content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page. If present, indicates the response content is expected to be an attachment, that is downloaded and saved locally.
schema:
type: string
responses:
http_status_404:
description: The specified resource was not found. The HTTP body contains a document that provides more details about the error.
headers:
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error
default:
description: An unexpected error occurred.
headers:
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error
http_status_401:
description: 'The request requires user authentication. The client may repeat the request with a suitable Authorization header field.
If the request already included Authorization credentials, then the 401 response indicates that authorization has
been refused for those credentials.
The HTTP body may contain a document that provides more details about the error.'
headers:
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error
http_status_400:
description: 'The request could not be understood by the server due to malformed syntax.
The client SHOULD NOT repeat the request without modifications.
For example, the request may contain an incorrect JSON syntax, or the request fails
validation checks.
The HTTP body may contain a document that provides more details about the error.'
headers:
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error
http_status_403:
description: 'The request was properly authenticated, but the server is refusing to fulfill it.
The HTTP body may contain a document that provides more details about the error.
For example, the user may not have sufficient privileges to perform the request.'
headers:
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error
parameters:
moidParam:
name: Moid
in: path
required: true
description: The unique Moid identifier of a resource instance.
schema:
type: string
expandParam:
name: $expand
in: query
description: Specify additional attributes or related resources to return in addition to the primary resources.
required: false
schema:
type: string
examples:
expand_displaynames:
summary: Return the resources.
value: $expand=DisplayNames
atParam:
name: at
in: query
description: 'Similar to "$filter", but "at" is specifically used to filter versioning information properties for resources to return.
A URI with an "at" Query Option identifies a subset of the Entries from the Collection of Entries identified by the
Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate
expression specified by the query option.
The expression language that is used in at operators supports references to properties and
literals. The literal values can be strings enclosed in single quotes, numbers and boolean values
(true or false) or any of the additional literal representations shown in the Abstract
Type System section.'
examples:
versiontype_equality:
summary: Return the resources where the 'VersionType' property of the VersionContext is equal to 'Configured'
value: at=VersionType eq 'Configured'
interestedmos_query:
summary: Return the resources where the 'InterestedMos' property of the VersionContext includes an MoRef with Moid equal to '5b5877e56c6730367acf46cd'
value: at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
required: false
schema:
type: string
applyParam:
name: $apply
in: query
description: 'Specify one or more transformation operations to perform aggregation on the resources. The transformations
are processed in order with the output from a transformation being used as input for the subsequent transformation.
The "$apply" query takes a sequence of set transformations, separated by forward slashes to express that they are
consecutively applied, i.e., the result of each transformation is the input to the next transformation.
Supported aggregation methods are "aggregate" and "groupby".
The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns
a result set with a single instance, representing the aggregated value for all instances in the input set.
The **groupby** transformation takes one or two parameters and
1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first parameter,
2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality,
3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group,
4. Concatenates the intermediate result sets into one result set.
A groupby transformation affects the structure of the result set.'
required: false
schema:
type: string
skipParam:
name: $skip
in: query
description: Specifies the number of resources to skip in the response.
required: false
allowEmptyValue: false
schema:
type: integer
format: int32
default: 0
examples:
skip:
summary: Return the resources. Skip the first 100 resources.
value: $skip=100
skip_and_top:
summary: Return the resources. Skip the first 100 resources and return up to 20 resources.
value: $skip=100&$top=20
skip_with_filter:
summary: Return the resources that were created less than two hours ago. Skip the first 100 resources and return up to 20 resources.
value: $skip=100&$top=20&$filter=CreateTime gt now() sub PT2H
inlinecountParam:
name: $inlinecount
in: query
description: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response.
required: false
allowEmptyValue: false
schema:
type: string
enum:
- allpages
- none
default: allpages
examples:
inlinecount_output:
summary: Return the count of the resources, and an array containing the resources.
value: $inlinecount=true
inlinecount_filtered:
summary: Return the count of the resources that were created less than two hours ago, and an array containing the resources.
value: $inlinecount=true&$filter=CreateTime gt now() sub PT2H
tagsParam:
name: tags
in: query
description: The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key.
required: false
schema:
type: string
selectParam:
name: $select
in: query
description: Specifies a subset of properties to return.
required: false
schema:
type: string
default: ''
examples:
select:
summary: Return a summary list of resources. The response will include the Moid, which is always returned, and the 'CreateTime' and 'ModTime' properties.
value: $select=CreateTime,ModTime
select_filtered:
summary: Return a filtered, summary list of resources.
value: $select=CreateTime,ModTime&$filter=CreateTime gt now() sub PT2H
description: 'Return a summary list of resources. The response will include the Moid, which is always returned even if it is not specified in the $select query,
and the ''CreateTime'' and ''ModTime'' properties, which are explicitly specified in the $select query.
The results are filtered and only include the resources that were created less than two hours ago.'
countParam:
name: $count
in: query
description: The $count query specifies the service should return the count of the matching resources, instead of returning the resources.
required: false
allowEmptyValue: false
schema:
type: boolean
examples:
total_count:
summary: Return the count of the resources.
value: $count=true
count_filtered:
summary: Return the count of resources that were created less than two hours ago.
value: $count=true&$filter=CreateTime gt now() sub PT2H
filterParam:
name: $filter
in: query
description: 'Filter criteria for the resources to return.
A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting
only the Entries that satisfy the predicate expression specified by the $filter option.
The expression language that is used in $filter queries supports references to properties and
literals. The literal values can be strings enclosed in single quotes, numbers and boolean values
(true or false).'
required: false
schema:
type: string
default: ''
examples:
property_createTime_gt:
summary: Return the resources where the 'CreateTime' property is greater than the specified date.
value: $filter=CreateTime gt 2012-08-29T21:58:33Z
property_createTime_gt_now:
summary: Return the resources that were created less than seventy-two hours ago.
value: $filter=CreateTime gt now() sub PT72H
description: 'This example uses a filter expression to compare the ''CreateTime'' property of the resource against the current time.
The now() function is resolved to the current time in the Intersight service when the query is processed.
''PT72H'' is a string value that represents 72 hours.
See https://intersight.com/apidocs for more details about how to construct a duration.
The "sub" operator is used to substract a duration from the current time.'
property_createTime_lt_now:
summary: Return the resources that were created at least 60 days ago.
value: $filter=CreateTime lt now() sub P60D
property_modTime_gt_now1:
summary: Return the resources that were modified less than three minutes and 20 seconds ago.
value: $filter=ModTime gt now() sub PT3M20S
property_modTime_gt_now2:
summary: Return the resources that were modified less than 90 days ago.
value: $filter=ModTime gt now() sub P90D
property_modTime_gt_now3:
summary: Return the resources that were modified less than 1 day and 12 hours ago.
value: $filter=ModTime gt now() sub P1DT12H
orderbyParam:
name: $orderby
in: query
description: Determines what properties are used to sort the collection of resources.
required: false
schema:
type: string
examples:
date_sort_ascending:
summary: Return the resources, sorted by creation time in ascending order, i.e., oldest resources first.
value: $orderby=CreationTime
date_sort_descending:
summary: Return the resources, sorted by creation time in descending order, i.e., most recently created resources first.
value: $orderby=-CreationTime
date_sort_filtered_descending:
summary: Return the resources that have been modified less than 80 minutes ago, sorted by modification time, most recently modified resources first.
value: $orderby=-ModTime&$filter=ModTime gt now() sub PT80M
sorted_results_with_paging:
summary: Return the first 20 resources sorted by modification time.
value: $top=20&$orderby=ModTime
topParam:
name: $top
in: query
description: Specifies the maximum number of resources to return in the response.
required: false
allowEmptyValue: false
schema:
type: integer
format: int32
default: 100
examples:
top:
summary: Return up to 10 resources.
value: $top=10
top_with_filter:
summary: Return up to 20 resources that were created less than two hours ago.
value: $top=20&$filter=CreateTime gt now() sub PT2H
links:
GetIamAccountByMoid:
operationId: GetIamAccountByMoid
parameters:
Moid: $response.body#/AccountMoid
description: The 'AccountMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Accounts/{Moid}'.
GetIamDomainGroupByMoid:
operationId: GetIamDomainGroupByMoid
parameters:
Moid: $response.body#/DomainGroupMoid
description: The 'DomainGroupMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainGroups/{Moid}'.
schemas:
ucsd.BackupInfo:
title: Ucsd:Backup Info
description: 'The BackupInfo object provides detailed insights into backup images available for restoration on target endpoint (UCS Director) devices. It captures essential metadata and status information to support recovery operations.
#### Purpose
The BackupInfo object provides comprehensive visibility into available backup images and real-time status updates on backup progress. It ensures that restoration processes rely on accurate, current data, enabling informed and efficient recovery operations.
#### Key Concepts
- **Transparency:** Delivers comprehensive metadata about backup images, including status, location, and completion percentage.
- **Access Control:** Designed to allow authorized personnel to access backup information securely.
- **Relationship Management:** Extends abstract backup information concepts to provide a detailed view of available resources.'
x-allOf-name: ucsd.BackupInfo
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/recovery.AbstractBackupInfo
- type: object
description: Definition of the list of properties defined in 'ucsd.BackupInfo', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- ucsd.BackupInfo
default: ucsd.BackupInfo
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- ucsd.BackupInfo
default: ucsd.BackupInfo
x-enum-as-string: true
BackupFileName:
description: Auto generated backup file name with user defined prefix and timestamp.
type: string
readOnly: true
x-omitempty: true
BackupLocation:
description: Backup location for restore operation.
type: string
readOnly: true
x-omitempty: true
BackupServerIp:
description: Backup server for storing backup images.
type: string
readOnly: true
x-omitempty: true
BackupSize:
description: Backup image size in bytes.
type: integer
format: int64
readOnly: true
x-omitempty: true
Connectors:
type:
- array
- 'null'
items:
description: Connector pack versions active on UCS Director at the time of backup.
$ref: '#/components/schemas/ucsd.ConnectorPack'
readOnly: true
x-omitempty: true
Duration:
description: Time taken to complete the backup.
type: integer
format: int64
readOnly: true
x-omitempty: true
EncryptionKey:
description: Encryption key for backup file.
type: string
writeOnly: true
x-omitempty: true
FailureReason:
description: The cause of the backup failure.
type: string
readOnly: true
x-omitempty: true
IsPurged:
description: Backup image purge status based on retention policy.
type: boolean
readOnly: true
x-omitempty: true
LastModified:
description: Backup record last modified time.
type: string
format: date-time
readOnly: true
x-omitempty: true
PercentageCompletion:
description: Backup completion percentage status.
type: integer
format: int64
readOnly: true
x-omitempty: true
ProductVersion:
description: End device product version at the backup time.
type: string
x-omitempty: true
Protocol:
description: Supported remote backup protocol (FTP, SCP and SFTP); not applicable for localhost (127.0.0.1).
type: string
readOnly: true
x-omitempty: true
StageCompletion:
description: Backup status stage information.
type: string
readOnly: true
x-omitempty: true
StartTime:
description: Backup initiation start time.
type: string
format: date-time
readOnly: true
x-omitempty: true
Status:
description: The current backup status.
type: string
readOnly: true
x-omitempty: true
ucsd.BackupInfo.Response:
description: "The response body of a HTTP GET request for the 'ucsd.BackupInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'ucsd.BackupInfo' resources."
x-one-of-name: ucsd.BackupInfo.Response
oneOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount
- $ref: '#/components/schemas/ucsd.BackupInfo.List'
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary
discriminator:
propertyName: ObjectType
ucsd.ConnectorPack:
title: Ucsd:Connector Pack
description: Connector pack details from the backup file.
x-allOf-name: ucsd.ConnectorPack
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType
- type: object
description: Definition of the list of properties defined in 'ucsd.ConnectorPack', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- ucsd.ConnectorPack
default: ucsd.ConnectorPack
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- ucsd.ConnectorPack
default: ucsd.ConnectorPack
x-enum-as-string: true
ConnectorFeature:
description: State of connector pack (enabled/ disabled).
type: string
readOnly: true
x-omitempty: true
DependencyNames:
type:
- array
- 'null'
items:
description: List of dependent connectors on UCS Director (e.g., BigData depends on UCS Connector).
type: string
readOnly: true
x-omitempty: true
DownloadedVersion:
description: Last successfully downloaded connector pack version successfully for UCS Director.
type: string
readOnly: true
x-omitempty: true
Name:
description: UCS Director connector pack name.
type: string
readOnly: true
x-omitempty: true
Services:
type:
- array
- 'null'
items:
description: List of dependent connectors on UCS Director (e.g., BigData depends on UCS Connector).
type: string
readOnly: true
x-omitempty: true
State:
description: Connector pack state (enabled/disabled).
type: string
readOnly: true
x-omitempty: true
Version:
description: The connector pack version.
type: string
readOnly: true
x-omitempty: true
ucsd.BackupInfo.List:
title: List of 'ucsd.BackupInfo' resources
description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse
- type: object
properties:
Count:
description: 'The total number of ''ucsd.BackupInfo'' resources matching the request, accross all pages.
The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.'
type: integer
format: int32
Results:
description: The array of 'ucsd.BackupInfo' resources matching the request.
type:
- array
- 'null'
items:
$ref: '#/components/schemas/ucsd.BackupInfo'
securitySchemes:
cookieAuth:
type: apiKey
in: cookie
description: The authentication cookie obtained from a Single-Sign-On SAML assertion.
name: X-Starship-Token
http_signat
# --- truncated at 32 KB (401 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/openapi/intersight-ucsd-api-openapi.yml