HSLLConnection

Schema Definition

This is the schema definition for the HSLLConnection resource.

Properties

PropertyTypeNullableRequiredPermissionDescription
@odata.contextStringread-onlyThe OData description of a payload.
Format: uri
@odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
@odata.typeStringread-onlyThe type of a resource.
ComposedNode {Reference(ComposedNode)read-onlyThe ComposedNode this connection is part of
    @odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
}
ConnectionSet {Reference(HSLLConnectionSet)read-onlyThe HSLLConnectionSet this connection is part of
    @odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
}
DescriptionStringYesread-onlyProvides a description of this resource and is used for commonality in the schema definitions.
EndpointA {Reference(HSLLInterface)POSTread-writeThe first endpoint of this connection
    @odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
}
EndpointB {Reference(HSLLInterface)POSTread-writeThe second endpoint of this connection.
    @odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
}
IdStringGETread-onlyUniquely identifies the resource within the collection of like resources.
Links {Objectread-onlyThe links object contains the links to other resources that are related to this resource.
    Oem { }Objectread-writeOem extension object.
}
NameStringGETread-onlyThe name of the resource or array element.
Oem { }Objectread-writeThis is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.
PCIeFunctions [ {Array[Reference(PCIeFunction)]read-writeAn 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.idStringread-onlyThe unique identifier for a resource.
Format: uri
} ]
PCIeFunctions@odata.countInt32read-onlyThe number of items in a collection.
WidthInt64POSTread-writeConnection 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

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
}

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