iLO 4 REST API Data Model (Collection Resource Type) - shamimur/hp-proliant-sdk GitHub Wiki

HP RESTful API Data Model Reference for iLO 4—Redfish 1.0 Conformance (Cont)

"Collection" Resource Type

See Resource Map for more details.

"Collection" defines the following properties:

"MemberType"

This property is a member of Collection

This property has the type of members in this collection. All of the members of a collection have the same value for their Type property, thus they are all the same kind of resource.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.
This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The total number of collection members.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Total"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The total number of collection members.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/FirstPage/0/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/FirstPage/0/page"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of the first page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/FirstPage/1/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/FirstPage/1/start"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The start item index of the first page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/LastPage/0/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/LastPage/0/page"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of the last page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/LastPage/1/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/LastPage/1/start"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The start item index of the last page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/Member[]/frag"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
A JSON path fragment to a member of the items array.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/Member[]/id"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The identifier value of the linked resource.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/NextPage/0/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/NextPage/0/page"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of the next page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/NextPage/1/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of items on the next page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/NextPage/1/start"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The start value can be used in a query on the URI to get the next page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/PrevPage/0/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/PrevPage/0/page"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of the previous page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/PrevPage/1/count"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The number of resources represented on the referenced page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"links/PrevPage/1/start"

This property is a member of [Collection](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(Collection-Resource-Type)#collection-resource-type)
The start item index of the previous page.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.
⚠️ **GitHub.com Fallback** ⚠️