HSLLConnectionSet
Schema Definition
This is the schema definition for the HSLLConnectionSet resource.Properties
Property | Type | Nullable | Required | Permission | Description |
---|---|---|---|---|---|
@odata.context | String | read-only | The OData description of a payload. Format: uri | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
@odata.type | String | read-only | The type of a resource. | ||
Actions { | Object | read-write | The available actions for this resource. | ||
Oem { } | Object | read-write | |||
} | |||||
Active | Boolean | read-write | Indicates, if this set is currently selected within the ComposedNode. | ||
ComposedNode { | Reference(ComposedNode) | read-only | This is a link to the ComposedNode, this HSLLConnectionSet belongs to. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
Connections [ { | Array[Reference(HSLLConnection)] | read-only | An array of references to HSLLConnections this HSLLConnectionSet consists of. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} ] | |||||
Connections@odata.count | Int32 | read-only | The number of items in a collection. | ||
Description | String | Yes | read-only | Provides a description of this resource and is used for commonality in the schema definitions. | |
Id | String | GET | read-only | Uniquely identifies the resource within the collection of like resources. | |
Links { | Object | read-only | The links object contains the links to other resources that are related to this resource. | ||
Oem { } | Object | read-write | Oem extension object. | ||
} | |||||
Name | String | GET | read-only | The name of the resource or array element. | |
Oem { } | Object | read-write | This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. |
Operations
GET
Request
GET /redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1
Content-Type: application/json
Content-Type: application/json
Response
{
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1",
"@odata.type": "String",
"Actions": {
"Oem": { }
}
"Active": false,
"ComposedNode": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1"
},
"Connections": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1/HSLLConnection1"
}],
"Connections@odata.count": 1,
"Description": "String",
"Id": "String",
"Links": {
"Oem": { }
}
"Name": "String",
"Oem": { }
}
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1",
"@odata.type": "String",
"Actions": {
"Oem": { }
}
"Active": false,
"ComposedNode": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1"
},
"Connections": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1/HSLLConnection1"
}],
"Connections@odata.count": 1,
"Description": "String",
"Id": "String",
"Links": {
"Oem": { }
}
"Name": "String",
"Oem": { }
}
POST
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
PATCH
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
DELETE
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed