Fabric schema represents a simple fabric consisting of one or more switches, zero or more endpoints, and zero or more zones.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Fabrics/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Fabric.Fabric",
"@odata.id": "/redfish/v1/Fabrics/PCIe",
"@odata.type": "#Fabric.v1_3_2.Fabric",
"Description": "PCIe Fabric",
"FabricType": "PCIe",
"Id": "PCIe",
"Links": {},
"Name": "PCIe Fabric",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Switches": {
"@odata.id": "/redfish/v1/Fabrics/PCIe/Switches"
}
}