List fleets in NetApp Console local deployment
GET /organizations/{organization_id}/fleets
Lists all fleets.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
organization_id |
string |
path |
True |
Identifier for an organization. |
count |
string |
query |
False |
Indicates if the total number of resources should be returned in the response object. URL examples: "count=true" OpenAPI examples: "true" |
filter |
string |
query |
False |
Specifies filter criteria for listing resources. Use field names and supported operators to match resources. Multiple conditions can be combined. Only the following fields are supported for filtering:
Supported operators:
URL example: "filter=name%20eq%20%27value%27" OpenAPI examples: "name eq 'value'" |
limit |
string |
query |
False |
Specifies the maximum number of resources to return when listing a collection. URL examples: "limit=2" OpenAPI examples: "2" |
orderBy |
string |
query |
False |
Indicates the sort order of resources when listing a collection. URL examples: "orderBy=name", "orderBy=name%20desc" OpenAPI examples: "name desc" |
skip |
string |
query |
False |
Specifies the number of resources to skip when listing a collection. URL examples: "skip=1" OpenAPI examples: "1" |
Response
Status: 200, OK
| Name | Type | Required | Description |
|---|---|---|---|
count |
integer |
False |
Total number of resources in the collection that match the query. |
items |
array[fleet_1.0_get_response_body] |
True |
Fleets in the collection. |
Example response
{
"count": 2,
"items": [
{
"compliantSvmCount": 35,
"compliantSystemCount": 6,
"description": "Fleet for production environment.",
"id": "7f2e8d4c-9b1a-4f5e-a3d6-2c8e5f7a9b4d",
"metadata": {
"modificationTimestamp": "2026-01-16T14:45:12.234567Z"
},
"metrics": {
"iops": {
"total": 250000
},
"throughput": {
"total": 10000000000
}
},
"name": "fleet-01",
"organizationId": "3b8f9e2a-7c4d-4e8f-a1b2-9d6e7f8a9b0c",
"space": {
"available": 395136991232000,
"size": 527765581332480
},
"svmCount": 40,
"systemCount": 8,
"type": "application/vnd.netapp.bxp.fleet",
"version": "1.0",
"volumeCount": 3000
},
{
"compliantSvmCount": 12,
"compliantSystemCount": 2,
"description": "Fleet for development environment.",
"id": "4e9c2f6a-8d5b-4c1e-a7f3-9b2e6d4c8a5f",
"metadata": {
"modificationTimestamp": "2026-01-16T14:47:38.891234Z"
},
"metrics": {
"iops": {
"total": 50000
},
"throughput": {
"total": 2000000000
}
},
"name": "fleet-02",
"organizationId": "3b8f9e2a-7c4d-4e8f-a1b2-9d6e7f8a9b0c",
"space": {
"available": 158548396492800,
"size": 263882790666240
},
"svmCount": 15,
"systemCount": 3,
"type": "application/vnd.netapp.bxp.fleet",
"version": "1.0",
"volumeCount": 150
}
]
}
Error
Status: 400, Bad request
| Name | Type | Required | Description |
|---|---|---|---|
correlationId |
string |
False |
Internal UUID representing the request or trace ID related. |
detail |
string |
False |
Details about the problem. |
invalidParams |
array[invalidParams] |
False |
List of invalid parameters. |
status |
string |
True |
HTTP error code related to the problem. |
title |
string |
True |
Title description of the problem. |
type |
string |
True |
Content-type of the object. |
Example error response
{
"detail": "The supplied query parameters are invalid.",
"status": "400",
"title": "Invalid query parameters",
"type": "https://bluexp.netapp.io/problems/1"
}
Error
Status: 401, Unauthorized
| Name | Type | Required | Description |
|---|---|---|---|
correlationId |
string |
False |
Internal UUID representing the request or trace ID related. |
detail |
string |
False |
Details about the problem. |
invalidParams |
array[invalidParams] |
False |
List of invalid parameters. |
status |
string |
True |
HTTP error code related to the problem. |
title |
string |
True |
Title description of the problem. |
type |
string |
True |
Content-type of the object. |
Example error response
{
"detail": "The request is missing the required bearer token.",
"status": "401",
"title": "Missing bearer token",
"type": "https://bluexp.netapp.io/problems/1"
}
Error
Status: 403, Forbidden
| Name | Type | Required | Description |
|---|---|---|---|
correlationId |
string |
False |
Internal UUID representing the request or trace ID related. |
detail |
string |
False |
Details about the problem. |
invalidParams |
array[invalidParams] |
False |
List of invalid parameters. |
status |
string |
True |
HTTP error code related to the problem. |
title |
string |
True |
Title description of the problem. |
type |
string |
True |
Content-type of the object. |
Example error response
{
"detail": "The requested operation isn't permitted.",
"status": "403",
"title": "Operation not permitted",
"type": "https://bluexp.netapp.io/problems/11"
}
Definitions
See Definitions
common_1.0_inventory_metadata
Metadata associated with the resource.
| Name | Type | Required | Description |
|---|---|---|---|
modificationTimestamp |
string |
False |
Resource modification date. |
iops
IOPS metrics for the fleet.
| Name | Type | Required | Description |
|---|---|---|---|
total |
number |
False |
The rate of I/O operations observed at the storage fleet. |
throughput
Throughput metrics for the fleet.
| Name | Type | Required | Description |
|---|---|---|---|
total |
number |
False |
The rate of throughput observed at the storage fleet in bytes per second. |
metrics
Performance metrics for the fleet.
| Name | Type | Required | Description |
|---|---|---|---|
iops |
False |
IOPS metrics for the fleet. |
|
throughput |
False |
Throughput metrics for the fleet. |
space
Storage capacity for the fleet.
| Name | Type | Required | Description |
|---|---|---|---|
available |
integer |
False |
Available capacity for the fleet in bytes. |
size |
integer |
False |
Total capacity for the fleet in bytes. |
fleet_1.0_get_response_body
| Name | Type | Required | Description |
|---|---|---|---|
compliantSvmCount |
number |
False |
Number of SVMs in the fleet that are 100% security compliant. |
compliantSystemCount |
number |
False |
Number of systems in the fleet that are 100% security compliant. |
description |
string |
False |
Description for the fleet. |
id |
string |
False |
Identifier of the fleet. |
metadata |
False |
Metadata associated with the resource. |
|
metrics |
False |
Performance metrics for the fleet. |
|
name |
string |
False |
Fleet name. |
organizationId |
string |
False |
Identifier for an organization. |
space |
False |
Storage capacity for the fleet. |
|
svmCount |
number |
False |
Number of SVMs in the fleet. |
systemCount |
integer |
False |
Number of systems in the fleet. |
type |
string |
False |
Media type of the resource. Defined values are:
|
version |
string |
False |
Version of the resource. Defined values are:
|
volumeCount |
number |
False |
Number of FlexVol and FlexGroup volumes in the fleet. |
invalidParams
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
Name of the invalid parameter. |
reason |
string |
True |
Reason why the parameter is invalid. |