VLanNetworkInterface
Schema Definition
This resource describes the attributes of a Virtual LAN.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 | The available OEM specific actions for this resource. | ||
} | |||||
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. | |
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. | ||
EID_47597 { | Object | read-write | RECS|Box VLanNetworkInterface extension | ||
Provider { | Reference | read-only | The provider of this VLAN. This can either be a Port of an (Ethernet-)Switch or a EthernetInterface. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
VLANName | String | Yes | read-write | An optional name for the VLAN. | |
} | |||||
} | |||||
VLANId | Int64 | Yes | POST | read-write | This indicates the VLAN identifier for this VLAN. Minimum: 1 Maximum: 4080 |
Operations
GET
Request
GET /redfish/v1/Chassis/Chassis1/Switch1/VLANs/VLanNetworkInterface1
Content-Type: application/json
Content-Type: application/json
Response
{
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/VLANs/VLanNetworkInterface1",
"@odata.type": "String",
"Actions": {
"Oem": { }
}
"Description": "String",
"Id": "String",
"Name": "String",
"Oem": {
"EID_47597": {
"Provider": {
"@odata.id": "uri"
},
"VLANName": "String"
}
}
"VLANId": 1
}
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/Switch1/VLANs/VLanNetworkInterface1",
"@odata.type": "String",
"Actions": {
"Oem": { }
}
"Description": "String",
"Id": "String",
"Name": "String",
"Oem": {
"EID_47597": {
"Provider": {
"@odata.id": "uri"
},
"VLANName": "String"
}
}
"VLANId": 1
}
POST
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
PATCH
Request
PATCH /redfish/v1/Chassis/Chassis1/Switch1/VLANs/VLanNetworkInterface1
Content-Type: application/json
{
"Oem": {
"EID_47597": {
"VLANName": "String"
}
}
"VLANId": 1
}
Content-Type: application/json
{
"Oem": {
"EID_47597": {
"VLANName": "String"
}
}
"VLANId": 1
}
Response
HTTP/1.1 204 No Content
DELETE
Request
DELETE /redfish/v1/Chassis/Chassis1/Switch1/VLANs/VLanNetworkInterface1
Response
HTTP/1.1 204 No Content