Compute System

List, Searching of Composed Node resources are done through the /v1/systems

A Compute node may be referenced both by its UUID and by a unique “name”. Send feedback to Valence team or [chester.kuo@gmail.com]

List Compute System

Return a list of Compute System. some filtering is possible by passing in flags with the request. By default, this query will return compute system object with the name, uuid and power_state

Normal response codes: 200 Error response codes: badRequest(400), unauthorized(401), forbidden(403)

Request

Response

Example list of Compute System:

List Compute System Details

Shows details for a Compute System. This will return the full representation of the resources

Normal response codes: 200

Error response codes: badRequest(400), unauthorized(401), forbidden(403)

Request

Response

Example JSON representation of a Compute System:

List Compute System Inventory Details

Shows inventory data for a Compute System. This will return the full representation of the resources include processor memory, storage objects

Normal response codes: 200

Error response codes: badRequest(400), unauthorized(401), forbidden(403)

Request

Response

Example JSON representation of a Node: