OSM Client commands: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
No edit summary
(Replaced content with "This page has been moved to a single page with all OSM client info: OSM Client")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
This page has been moved to a single page with all OSM client info: [[OSM_client|OSM Client]]
 
'''Usage:''' osm [OPTIONS] COMMAND [ARGS]...
 
'''Options:'''
  --hostname TEXT    hostname of server.  Also can set OSM_HOSTNAME in
                      environment
  --so-port TEXT      hostname of server.  Also can set OSM_SO_PORT in
                      environment
  --so-project TEXT  Project Name in SO.  Also can set OSM_SO_PROJECT in
                      environment
  --ro-hostname TEXT  hostname of RO server.  Also can set OSM_RO_HOSTNAME in
                      environment
  --ro-port INTEGER  hostname of RO server.  Also can set OSM_RO_PORT in
                      environment
  --sol005            Use ETSI NFV SOL005 API
  --help              Show this message and exit.
 
'''Commands:'''
  config-agent-add    adds a config agent
  config-agent-delete  deletes a config agent NAME: name of the...
  config-agent-list    list config agents
  ns-action            executes an action/primitive over a NS...
  ns-alarm-create      creates a new alarm for a NS instance
  ns-create            creates a new NS instance
  ns-delete            deletes a NS instance
  ns-list              list all NS instances
  ns-metric-export    exports a metric to the internal OSM bus,...
  ns-monitoring-show
  ns-op-list          shows the history of operations over a NS...
  ns-op-show          shows the info of an operation
  ns-scale            scales NS NS_NAME: name of the NS instance to...
  ns-scaling-show      shows the status of a NS scaling operation...
  ns-show              shows the info of a NS instance
  nsd-create          creates a new NSD/NSpkg
  nsd-delete          deletes a NSD/NSpkg
  nsd-list            list all NSD/NSpkg in the system
  nsd-show            shows the content of a NSD
  nsd-update          updates a NSD/NSpkg
  nspkg-create        creates a new NSD/NSpkg
  nspkg-delete        deletes a NSD/NSpkg
  nspkg-list          list all NSD/NSpkg in the system
  nspkg-show          shows the content of a NSD
  nspkg-update        updates a NSD/NSpkg
  ro-dump              shows RO agent information
  sdnc-create          creates a new SDN controller
  sdnc-delete          deletes an SDN controller NAME: name or ID of...
  sdnc-list            list all SDN controllers
  sdnc-show            shows the details of an SDN controller NAME:...
  sdnc-update          updates an SDN controller
  upload-package      uploads a VNF package or NS package FILENAME:...
  vcs-list
  vim-create          creates a new VIM account
  vim-delete          deletes a VIM account NAME: name or ID of the...
  vim-list            list all VIM accounts
  vim-show            shows the details of a VIM account NAME: name...
  vim-update          updates a VIM account
  vnf-list            list all VNF instances
  vnf-monitoring-show
  vnf-show            shows the info of a VNF instance
  vnfd-create          creates a new VNFD/VNFpkg
  vnfd-delete          deletes a VNFD/VNFpkg
  vnfd-list            list all VNFD/VNFpkg in the system
  vnfd-show            shows the content of a VNFD
  vnfd-update          updates a new VNFD/VNFpkg
  vnfpkg-create        creates a new VNFD/VNFpkg
  vnfpkg-delete        deletes a VNFD/VNFpkg
  vnfpkg-list          list all VNFD/VNFpkg in the system
  vnfpkg-show          shows the content of a VNFD
  vnfpkg-update        updates a VNFD/VNFpkg

Latest revision as of 10:34, 13 September 2019

This page has been moved to a single page with all OSM client info: OSM Client