HSLLInterface
Schema Definition
This is the schema definition for the HSLLInterface 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. | ||
AssociatedPort { | Reference(Port) | Yes | read-only | The Port of the PCIeSwitch this interface can be connected to. This property is null, if the provider of this HSLLInterface is a Port. | |
@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. | |
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. | ||
ComposedNodes [ { | Array[Reference(ComposedNode)] | read-write | An array of references to ComposedNodes that use this interface. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} ] | |||||
ComposedNodes@odata.count | Int32 | read-only | The number of items in a collection. | ||
Oem { } | Object | read-write | Oem extension object. | ||
} | |||||
MaxSpeedGbps | Int64 | Yes | read-only | The maximum speed of this HSLLInterface in GBps Unit: GBytes/s Minimum: 0 | |
MaxWidth | Int64 | Yes | read-only | Maximum width of the HSLLInterface specified in number of lanes Minimum: 0 | |
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. | ||
Provider { | Reference | read-only | The provider of this HSLLInterface. This can either be a ComputerSystem, a PCIeDevice or a Port. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} |
Operations
GET
Request
GET /redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface
Content-Type: application/json
Content-Type: application/json
Response
{
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface",
"@odata.type": "String",
"AssociatedPort": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1"
},
"Description": "String",
"Id": "String",
"Links": {
"ComposedNodes": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1"
}],
"ComposedNodes@odata.count": 1,
"Oem": { }
}
"MaxSpeedGbps": 0,
"MaxWidth": 0,
"Name": "String",
"Oem": { },
"Provider": {
"@odata.id": "uri"
}
}
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1/HSLLInterface",
"@odata.type": "String",
"AssociatedPort": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/Ports/Port1"
},
"Description": "String",
"Id": "String",
"Links": {
"ComposedNodes": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/ComposedNodes/ComposedNode1"
}],
"ComposedNodes@odata.count": 1,
"Oem": { }
}
"MaxSpeedGbps": 0,
"MaxWidth": 0,
"Name": "String",
"Oem": { },
"Provider": {
"@odata.id": "uri"
}
}
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