NetworkingEntityStatus

NetworkingEntityStatus
NetworkingEntityStatus

Represents status of a networking entity.

JSON Example
{
    "status": "string"
}
string
status
Optional

Represents current status of the networking entity. Possible values are:

  • PENDING - Desired entity configuration has been received by system and is pending realization.
  • CONFIGURING - The system is in process of realizing the entity.
  • REALIZED - The entity is successfully realized in the system.
  • REALIZATION_FAILED - There are some issues and the system is not able to realize the entity.
  • UNKNOWN - Current state of entity is unknown.