Search (SHIFT+S)
API Reference
- Block Services
- File Services
- Object Service
- Compute Services
-
Virtual Data Center Services
- Authentication Provider
- Auto Tiering
- Block Virtual Pool
- File Virtual Pool
- Migration
- Fabric Manager
- Network
- Protection System
- Storage Provider
- SMIS Provider
- Storage Tier
- Storage System
- Storage Port
- Storage Pool
- Trust Store Resource
- UnManaged Volume
- Unmanaged File System
- UnManaged Export Mask
- Virtual Array
- Virtual Data Center Capacity
- Virtual Data Center
- User Group
- Virtual Nas
- Object Namespace
- Tenant Services
- Config Services
- Volume Group Services
- UI Services
- UI Services (Deprecated)
- System Management Services
- Block Services For OpenStack
- Other Services
- API Error Codes
API Changes

Get Bulk Ids
GET /projects/bulk
Retrieve all ids of this type of resources.
Required Roles
This call has no restrictions.
Response Body
List of ids.
Field | Description | Type | Notes |
<ids> | |||
<id> | URI |
0-* Elements |
|
</ids> |
Examples
Request
GET https://192.168.0.0:4443/projects/bulk HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ids> <id>urn:storageos:Project:37870780-31b0-4b42-950d-7fba5aec0739:</id> <id>urn:storageos:Project:3e9226a8-33eb-419f-a7ab-4669eb93485c:</id> <id>urn:storageos:Project:6f6863f5-ae1c-4477-81a7-4518e74e924e:</id> <id>urn:storageos:Project:7a6b150e-d224-492a-939b-57ca4d91d15a:</id> <id>urn:storageos:Project:d13fc87f-f67d-4b60-a91d-f5bb9abc97d9:</id> </ids>