| Package | Description |
|---|---|
| org.onosproject.cli |
Administrative console command-line extensions.
|
| org.onosproject.cli.app |
CLI commands for managing distributed inventory of applications.
|
| org.onosproject.cli.cfg |
CLI commands for managing centralized component and network configurations.
|
| org.onosproject.cli.net |
Administrative console command-line extensions for interacting with the
network model & services.
|
| org.onosproject.cli.security |
CLI commands for managing security permissions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BalanceMastersCommand
Forces device mastership rebalancing.
|
class |
MastersListCommand
Lists device mastership information.
|
class |
MetricsListCommand
Prints metrics in the system.
|
class |
NodeAddCommand
Adds a new controller cluster node.
|
class |
NodeRemoveCommand
Removes a controller cluster node.
|
class |
NodesListCommand
Lists all controller cluster nodes.
|
class |
RolesCommand
Lists mastership roles of nodes for each device.
|
class |
SummaryCommand
Provides summary of ONOS model.
|
class |
UiViewListCommand
Lists all UI views.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationCommand
Manages application inventory.
|
class |
ApplicationIdListCommand
Lists application ID information.
|
class |
ApplicationsListCommand
Lists application information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentConfigCommand
Manages component configuration.
|
class |
NetworkConfigCommand
Manages network configuration.
|
class |
NetworkConfigRegistryCommand
Displays network configuration registry contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddHostToHostIntentCommand
Installs host-to-host connectivity intent.
|
class |
AddMeter
Add a meter.
|
class |
AddMplsIntent
Installs MPLS intents.
|
class |
AddMultiPointToSinglePointIntentCommand
Installs connectivity intent between multiple ingress devices and a single egress device.
|
class |
AddOpticalIntentCommand
Installs optical connectivity or circuit intents, depending on given port types.
|
class |
AddPointToPointIntentCommand
Installs point-to-point connectivity intents.
|
class |
AddressBindingsListCommand
Lists all configured address port bindings.
|
class |
AddSinglePointToMultiPointIntentCommand
Installs connectivity intent between a single ingress device and multiple egress devices.
|
class |
AddTestFlowsCommand
Installs bulk flows.
|
class |
AnnotateDeviceCommand
Annotates network device model.
|
class |
ClusterDevicesCommand
Lists devices of the specified topology cluster in the current topology.
|
class |
ClusterLinksCommand
Lists links of the specified topology cluster in the current topology.
|
class |
ClustersListCommand
Lists all clusters in the current topology.
|
class |
ConnectivityIntentCommand
Base class for command line operations for connectivity based intents.
|
class |
CountersListCommand
Command to list the various counters in the system.
|
class |
DevicePortsListCommand
Lists all ports or all ports of a device.
|
class |
DevicePortStatsCommand
Lists port statistic of all ports in the system.
|
class |
DeviceRemoveCommand
Removes an infrastructure device.
|
class |
DeviceRoleCommand
Sets role of the controller node for the given infrastructure device.
|
class |
DevicesListCommand
Lists all infrastructure devices.
|
class |
DriversListCommand
Lists device drivers.
|
class |
EdgePortsListCommand
Lists all edge ports.
|
class |
FlowObjectiveCompositionCommand
Manages FlowObjectiveComposition policy.
|
class |
FlowsListCommand
Lists all currently-known flows.
|
class |
GetStatistics
Fetches statistics.
|
class |
GlobalLabelApplyCommand |
class |
GlobalLabelCommand |
class |
GlobalLabelPoolCreateCommand
create label resource pool by specific device id.
|
class |
GlobalLabelPoolDestoryCommand |
class |
GlobalLabelReleaseCommand |
class |
GroupsListCommand
Lists all groups in the system.
|
class |
HostRemoveCommand
Removes an end-station host.
|
class |
HostsListCommand
Lists all currently-known hosts.
|
class |
IntentCycleCommand
Installs point-to-point connectivity intents.
|
class |
IntentPurgeCommand
Purges all WITHDRAWN intents.
|
class |
IntentPushTestCommand
Installs bulk point-to-point connectivity intents between given ingress/egress devices.
|
class |
IntentRemoveCommand
Removes an intent.
|
class |
IntentsListCommand
Lists the inventory of intents and their states.
|
class |
InterfacesListCommand
Lists all configured interfaces.
|
class |
LabelApplyCommand |
class |
LabelPoolCreateCommand
create label resource pool by specific device id.
|
class |
LabelPoolDestroyCommand |
class |
LabelReleaseCommand |
class |
LabelResourceCommand |
class |
LeaderCommand
Prints the leader for every topic.
|
class |
LinkResourceTestCommand
Commands to test out LinkResourceManager directly.
|
class |
LinksListCommand
Lists all infrastructure links.
|
class |
MapsListCommand
Command to list the various maps in the system.
|
class |
Meters
Add a meter.
|
class |
PartitionsListCommand
Command to list the database partitions in the system.
|
class |
PathListCommand
Lists all shortest-paths paths between the specified source and
destination devices.
|
class |
RandomIntentCommand
Installs bulk point-to-point connectivity intents between random ingress/egress devices.
|
class |
ResourceAllocationsCommand
Lists allocations by link.
|
class |
ResourceAvailableCommand
Lists allocations by link.
|
class |
TopologyCommand
Lists summary of the current topology.
|
class |
TransactionsCommand
CLI to work with database transactions in the system.
|
class |
TunnelBorrowCommand
Borrows tunnels.
|
class |
TunnelCreateCommand
Supports for creating a tunnel by using IP address and optical as tunnel end
point.
|
class |
TunnelQueryCommand
Supports for querying tunnels.
|
class |
TunnelQuerySubscriptionCommand
Query all tunnel subscriptions of consumer by consumer id.
|
class |
TunnelRemoveCommand
Supports for removing tunnels.
|
class |
TunnelReturnCommand
Returns tunnels.
|
class |
TunnelUpdateCommand
Supports for updating a tunnel by tunnel identity.
|
class |
WipeOutCommand
Wipes-out the entire network information base, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
LinksListCommand.json(AbstractShellCommand context,
Iterable<org.onosproject.net.Link> links)
Produces a JSON array containing the specified links.
|
static com.fasterxml.jackson.databind.JsonNode |
PathListCommand.json(AbstractShellCommand context,
Iterable<org.onosproject.net.Path> paths)
Produces a JSON array containing the specified paths.
|
static com.fasterxml.jackson.databind.node.ObjectNode |
LinksListCommand.json(AbstractShellCommand context,
org.onosproject.net.Link link)
Produces a JSON object for the specified link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReviewCommand
Application security policy review commands.
|
Copyright © 2015. All rights reserved.