amandeepgautam

updated

9 years ago

0

2035

October 21st, 2017 17:00

Difference between different status for network interface

The response from the following resource URL:  /platform/3/network/interfaces?describe

has status in response with 4 possible values. I was wondering if anybody could mention what each of them mean exactly or point to a place where these are discussed in detail.

"status": {

"enum": [ "Up", "No Carrier", "Active", "Not Available" ],

"type": "string",

"description": "Status of the interface",

"required": true }

Thanks,

Aman