HSLLConnection
Schema Definition
This is the schema definition for the HSLLConnection 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. | ||
ComposedNode { | Reference(ComposedNode) | read-only | The ComposedNode this connection is part of | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
ConnectionSet { | Reference(HSLLConnectionSet) | read-only | The HSLLConnectionSet this connection is part of | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
Description | String | Yes | read-only | Provides a description of this resource and is used for commonality in the schema definitions. | |
EndpointA { | Reference(HSLLInterface) | POST | read-write | The first endpoint of this connection | |
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
EndpointB { | Reference(HSLLInterface) | POST | read-write | The second endpoint of this connection. | |
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
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. | ||
PCIeFunctions [ { | Array[Reference(PCIeFunction)] | read-write | An array of references to PCIeFunctions offered by the port. This property is only usable, if one of the endpoints is a port of a PCIe switch and has to be a subset of PCIeFunctions provided by the switch. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} ] | |||||
PCIeFunctions@odata.count | Int32 | read-only | The number of items in a collection. | ||
Width | Int64 | POST | read-write | Connection width of the HSLLConnection specified in number of lanes Minimum: 0 |
Operations
GET
Request
GET /redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1/HSLLConnection1
Content-Type: application/json
Content-Type: application/json
Response
{
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1/HSLLConnection1",
"@odata.type": "String",
"ComposedNode": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1"
},
"ConnectionSet": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1"
},
"Description": "String",
"EndpointA": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface"
},
"EndpointB": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface"
},
"Id": "String",
"Links": {
"Oem": { }
}
"Name": "String",
"Oem": { },
"PCIeFunctions": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/PCIeFunctions/PCIeFunction1"
}],
"PCIeFunctions@odata.count": 1,
"Width": 0
}
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1/HSLLConnection1",
"@odata.type": "String",
"ComposedNode": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1"
},
"ConnectionSet": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1/HSLLConnectionSet1"
},
"Description": "String",
"EndpointA": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface"
},
"EndpointB": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface"
},
"Id": "String",
"Links": {
"Oem": { }
}
"Name": "String",
"Oem": { },
"PCIeFunctions": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/PCIeFunctions/PCIeFunction1"
}],
"PCIeFunctions@odata.count": 1,
"Width": 0
}
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