Storage switch ports REST API
Use this REST API to manage storage switch ports.
Get all storage switch ports
| URI | /admin/resources/storage_switch_ports | |
| Method | GET | |
| Returns | 200 | Returns a list of all storage switch ports |
| 404 | The storage switch port list was not found | |
| 500 | Platform System Manager encountered an internal error while processing the request. | |
Returns a list of storage switch ports.
You can use optional parameters to modify the response from the REST API call. For more information, see the Related information section.
- created_time
- The time at which the object is created
- id
- The unique ID of the object in the system.
- leds
- The LEDs associated with the storage switch port
- name
- The name of the storage switch port
- portnum
- The port number of the storage switch port
- state
- The general availability of the object. If "pending" the object has been created but not activated. If "available" the object is active in the system.
- switches
- The switch associated with the storage switch port
- updated_time
- The time at which the object was last updated
- wwpn
- World Wide Port Name
Children:
Get a specific storage switch port
| URI | /admin/resources/storage_switch_ports/{id} | |
| Method | GET | |
| Returns | 200 | The storage switch port was returned. |
| 404 | The storage switch port was not found | |
| 500 | Platform System Manager encountered an internal error while processing the request. | |
Returns a single storage switch port identified by {id}.
You can use optional parameters to modify the response from the REST API call. For more information, see the Related information section.