Help Center> CLI Development Guide> Developer Guide> OpenStack Client CLI Command

OpenStack Client CLI Command

Mapping between OpentStack components and cloud services:

OpenStack Component

Cloud Service

Keystone

IAM

Nova

ECS

Neutron

VPC

Cinder

EVS

Glance

IMS

Designate

DNS

OpenStack Individual CLI

No.

Component

Function

Command

Remarks

1

Nova

Create Server

nova boot

None

2

Nova

List Servers

nova list

None

3

Nova

Show Server Details

nova show

None

4

Nova

Update Server

nova rename

None

5

Nova

Delete Server

nova delete

None

6

Nova

Resize Server

nova resize

None

7

Nova

Confirm Resized Server

nova resize-confirm

None

8

Nova

Revert Resized Server

nova resize-revert

None

9

Nova

List Flavors

nova flavor-list

None

10

Nova

Show Flavor Details

nova flavor-show

None

11

Nova

Update or Delete Metadata

nova meta

None

12

Nova

Stop Server

nova stop

None

13

Nova

Start Server

nova start

None

14

Nova

Lock Server

nova lock

None

15

Nova

Unlock Server

nova unlock

None

16

Nova

Get Server Action By Request ID

nova instance-action

None

17

Nova

List Servers Action

nova instance-action-list

None

18

Nova

Attach Volume

nova volume-attach

None

19

Nova

Detach Volume

nova volume-detach

None

20

Nova

List Keypairs

nova keypair-list

None

21

Nova

Add Keypair

nova keypair-add

None

22

Nova

Show Keypair Details

nova keypair-show

None

23

Nova

Delete Keypair

nova keypair-delete

None

24

Nova

Show Quota Details

nova quota-show

None

25

Nova

Show Default Quota Details

nova quota-defaults

None

26

Nova

Attach Interface

nova interface-attach

None

27

Nova

List Port Interfaces

nova interface-list

None

28

Nova

Detach Interface

nova interface-detach

None

29

Nova

Show Server Password Details

nova get-password

None

30

Nova

Clear Admin Password

nova clear-password

None

31

Nova

Create Image

nova image-create

None

32

Nova

List Images

nova image-list

None

33

Nova

Show Image Details

nova image-show

None

34

Nova

Delete Image

nova image-delete

None

35

Nova

Reboot Server Hard

nova reboot --hard

None

36

Nova

Reboot Server Soft

nova reboot

None

37

Nova

List Attached Volumes

nova volume-attachments

None

38

Nova

List Networks

nova network-list

None

39

Nova

Create Security Group

nova secgroup-create

None

40

Nova

Delete Security Group

nova secgroup-delete

None

41

Nova

List Security Group

nova secgroup-list

None

42

Nova

Create Security Group Rule

nova secgroup-add-rule

None

43

Nova

Delete Security Group Rule

nova secgroup-delete-rule

None

44

Nova

Create Server Group

nova server-group-create

None

45

Nova

List Server Groups

nova server-group-list

None

46

Nova

Get Server Group Detail

nova server-group-get

None

47

Nova

Delete Server Group

nova server-group-delete

None

48

Nova

Rebuild Server

nova rebuild

None

49

Nova

Show Absolute Limits

nova limits

None

50

Nova

Associate Floating IP with Server

nova floating-ip-associate

None

51

Nova

Dissociate Floating IP From Server

nova floating-ip-disassociate

None

52

Nova

List Floating Ips

nova flaoting-ip-list

None

53

Nova

List API Versions

nova version-list

None

54

Nova

Update Security Group

nova secgroup-update

None

55

Nova

List Server Security Groups

nova list-secgroup

None

56

Nova

List Floating Ip Pools

nova floating-ip-pool-list

None

57

Cinder

Create Volume

cinder create

None

58

Cinder

List Volumes

cinder list

None

59

Cinder

Delete Volume

cinder delete

None

60

Cinder

Show Volume Details

cinder show

None

61

Cinder

Show Volume Metadata Details

cinder metadata-show

None

62

Cinder

Update Volume Metadata

cinder metadata

You can update only the volume metadata, namely, you can set only the value of action in the CLI.

63

Cinder

List Snapshots

cinder snapshot-list

None

64

Cinder

Delete snapshot

cinder snapshot-delete

None

65

Cinder

Show snapshot Details

cinder snapshot-show

None

66

Cinder

Create snapshot

cinder snapshot-create

None

67

Cinder

Show Quota Details

cinder quota-show

None

68

Cinder

List Backups

cinder backup-list

None

69

Cinder

Show Backup Details

cinder backup-show

None

70

Cinder

Delete Backup

cinder backup-delete

None

71

Cinder

Extend Volume

cinder extend

None

72

Cinder

Update Volume

cinder rename

None

73

Cinder

Update snapshot

cinder snapshot-rename

None

74

Cinder

Create metadata

cinder snapshot-metadata

action=set

75

Cinder

Show snapshot metadata

cinder snapshot-metadata-show

None

76

Cinder

Update snapshot metadata

cinder snapshot-metadata-update-all

None

77

Cinder

Delete snapshot metadata

cinder snapshot-metadata

action=unset

78

Cinder

Update Volume Metadata

cinder metadata-update-all

None

79

Cinder

Set volume bootable

cinder set-bootable

None

80

Cinder

Set volume readonly

cinder readonly-mode-update

None

81

Cinder

List api extensions

cinder list-extensions

None

82

Cinder

Querying EVS disk types

cinder type-list

None

83

Cinder

Querying details about an EVS disk type

cinder type-show

None

84

Cinder

Restore backup

cinder backup-restore

None

85

Glance

Show Image Details

glance image-show

None

86

Glance

List Images

glance image-list

None

87

Glance

Delete Image

glance image-delete

None

88

Glance

Update Image Tag Definition

glance image-tag-update

None

89

Glance

Delete Image Tag Definition

glance image-tag-delete

None

90

Glance

Create Image Metadata

glance image-create

Constraint: You can set the value of the disk-format parameter to vhd instead of other values, such as raw. The value of the --min-disk parameter must be greater than or equal to the disk size (in GB) indicated by the image file.

91

Glance

Upload Image File

glance image-upload

Constraint: The supported formats must be qcow2, vmdk, and vhd instead of other formats, such as zvhd.

92

Neutron

Create Port

neutron port-create

The admin_state_up attribute can only be true. The fixed_ip attribute contains only one port and a fixed IP address. device_owner is read-only. security_groups supports only one security group.

93

Neutron

Update Port

neutron port-update

The admin_state_up attribute can only be true. The fixed_ip attribute contains only one port and a fixed IP address. device_owner is read-only. security_groups supports only one security group.

94

Neutron

Delete Port

neutron port-delete

The admin_state_up attribute can only be true. The fixed_ip attribute contains only one port and a fixed IP address. device_owner is read-only. security_groups supports only one security group.

95

Neutron

List Ports

neutron port-list

The admin_state_up attribute can only be true. The fixed_ip attribute contains only one port and a fixed IP address. device_owner is read-only. security_groups supports only one security group.

96

Neutron

Show port Details

neutron port-show

The admin_state_up attribute can only be true. The fixed_ip attribute contains only one port and a fixed IP address. device_owner is read-only. security_groups supports only one security group.

97

Neutron

List Networks

neutron net-list

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of shared. provider:network_type supports only VXLAN.

98

Neutron

Show network Details

neutron net-show

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of shared. provider:network_type supports only VXLAN.

99

Neutron

Create network

neutron net-create

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of shared. provider:network_type supports only VXLAN.

100

Neutron

Update network

neutron net-update

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of shared. provider:network_type supports only VXLAN.

101

Neutron

Delete network

neutron net-delete

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of shared. provider:network_type supports only VXLAN.

102

Neutron

List subnets

neutron subnet-list

IPv6 is not supported.

103

Neutron

Show subnet Details

neutron subnet-show

IPv6 is not supported.

104

Neutron

Create subnet

neutron subnet-create

IPv6 is not supported.

105

Neutron

Update subnet

neutron subnet-update

IPv6 is not supported.

106

Neutron

Delete subnet

neutron subnet-delete

IPv6 is not supported.

107

Neutron

List routers

neutron router-list

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

108

Neutron

Show router Details

neutron router-show

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

109

Neutron

Create router

neutron router-create

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

110

Neutron

Update router

neutron router-update

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

111

Neutron

Delete router

neutron router-delete

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

112

Neutron

List router ports

neutron router-port-list

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

113

Neutron

Add router interface

neutron router-interface-add

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

114

Neutron

Delete router interface

neutron router-interface-delete

The admin_state_up attribute can only be true. Only the tenant who has the administrator right can set the value of distributed. Only the tenant who has the administrator right can set the value of ha.

115

Neutron

List floating IPs

neutron floatingip-list

floating_network_id supports only fixed external networks.

116

Neutron

Show floating IP Details

neutron floatingip-show

floating_network_id supports only fixed external networks.

117

Neutron

Create floating IP

neutron floatingip-create

floating_network_id supports only fixed external networks.

118

Neutron

Associate floating IP

neutron floatingip-associate

floating_network_id supports only fixed external networks.

119

Neutron

Delete floating IP

neutron floatingip-delete

floating_network_id supports only fixed external networks.

120

Neutron

Disassociate floating IP

neutron floatingip-disassociate

floating_network_id supports only fixed external networks.

121

Neutron

List security groups

neutron security-group-list

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

122

Neutron

Show security group Details

neutron security-group-show

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

123

Neutron

Create security group

neutron security-group-create

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

124

Neutron

Update security group

neutron security-group-update

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

125

Neutron

Delete security group

neutron security-group-delete

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

126

Neutron

List security group rules

neutron security-group-rule-list

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

127

Neutron

Show security group rule Details

neutron security-group-rule-show

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

128

Neutron

Create security group rule

neutron security-group-rule-create

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

129

Neutron

Delete security group rule

neutron security-group-rule-delete

You cannot set the name field to default when creating and updating the field. Ethertype does not support IPv6.

OpenStack Unified CLI

No.

Component

Function

Command

Remarks

1

Nova

List Servers

openstack server list

None

2

Nova

Show Server Details

openstack server show

None

3

Nova

Update Server

openstack server set

Constraint: Only the VM name can be updated.

4

Nova

Delete Server

openstack server delete

None

5

Nova

Resize Server

openstack server resize --flavor

None

6

Nova

Confirm Resized Server

openstack server resize --confirm

None

7

Nova

Revert Resized Server

openstack server resize --revert

None

8

Nova

List Flavors

openstack flavor list

None

9

Nova

Show Flavor Details

openstack flavor show

None

10

Nova

Stop Server

openstack server stop

None

11

Nova

Start Server

openstack server start

None

12

Nova

Lock Server

openstack server lock

None

13

Nova

Unlock Server

openstack server unlock

None

14

Nova

Detach Volume

openstack server remove volume

None

15

Nova

List Keypairs

openstack keypair list

None

16

Nova

Add Keypair

openstack keypair create

None

17

Nova

Show Keypairs

openstack keypair show

None

18

Nova

Delete Keypair

openstack keypair delete

None

19

Nova

Create Image

openstack server image create

None

20

Nova

Reboot Server Hard

openstack server reboot --hard

None

21

Nova

Reboot Server Soft

openstack server reboot --soft

None

22

Nova

Create Server(old)

openstack server create

None

23

Nova

Resize Server

openstack server resize

None

24

Nova

Rebuild Server

openstack server rebuild

None

25

Nova

List Server Group

openstack server group list

None

26

Nova

Create Server Group

openstack server group create

None

27

Nova

Show Server Group

openstack server group show

None

28

Nova

Delete Server Group

openstack server group delete

None

29

Nova

Show Absolute Limits

openstack limits show

None

30

Cinder

Create Volume

openstack volume create

None

31

Cinder

List Volumes

openstack volume list

None

32

Cinder

Delete Volume

openstack volume delete

None

33

Cinder

Show Volume

openstack volume show

None

34

Cinder

List Backups

openstack volume backup list

None

35

Cinder

Show Backup Details

openstack volume backup show

None

36

Cinder

Delete Backup

openstack volume backup delete

None

37

Cinder

Extend Volume

openstack volume set

Constraint: Only the name, description, property, and size can be configured.

38

Cinder

List Volumes Details

openstack volume list

None

39

Cinder

List snapshots with details

openstack snapshot list

None

40

Cinder

Show snapshot

openstack snapshot show

None

41

Cinder

Delete snapshot

openstack snapshot delete

None

42

Cinder

Create snapshot

openstack snapshot create

None

43

Cinder

Update snapshot

openstack snapshot set

None

44

Cinder

Querying EVS disk types

openstack volume type list

None

45

Cinder

Querying details about an EVS disk type

openstack volume type show

None

46

Cinder

List Backups with details

openstack volume backup list

None

47

Cinder

Delete backup

openstack volume backup delete

None

48

Cinder

Restore backup

openstack volume backup restore

None

49

Glance

Show Image Details

openstack image show

None

50

Glance

List Images

openstack image list

None

51

Glance

Delete Image

openstack image delete

None

52

Glance

Update Image Tag Definition

openstack image set --tag

Constraint: The image whose status is queued cannot be configured with labels.

53

Glance

Delete Image Tag Definition

openstack image unset --tag

None

54

Glance

Create Image

openstack image create

Constraint: You can set the value of the disk-format parameter to vhd instead of other values, such as raw. The value of the --min-disk parameter must be greater than or equal to the disk size (in GB) indicated by the image file.

55

Neutron

Create Port

openstack port create

Constraint: The device-owner, device, no-security-group, mac-address, and disable fields cannot be configured.

56

Neutron

Update Port

openstack port set

Constraint: The device-owner, device, no-security-group, and disable fields cannot be configured.

57

Neutron

Delete Port

openstack port delete

None

58

Neutron

List Ports

openstack port list

None

59

Neutron

Show port

openstack port show

None

60

Neutron

List Networks

openstack network list

None

61

Neutron

Show network Details

openstack network show

None

62

Neutron

Create network

openstack network create

Constraint: The share field cannot be configured.

63

Neutron

Update network

openstack network set

Constraint: The share field cannot be configured.

64

Neutron

Delete network

openstack network delete

None

65

Neutron

List subnets

openstack subnet list

None

66

Neutron

Show subnet Details

openstack subnet show

None

67

Neutron

Create subnet

openstack subnet create

None

68

Neutron

Update subnet

openstack subnet set

Constraint: The host-route field cannot be configured.

69

Neutron

Delete subnet

openstack subnet delete

None

70

Neutron

List routers

openstack router list

None

71

Neutron

Show router Details

openstack router show

None

72

Neutron

Create router

openstack router create

Constraint: The ha, distributed, and disable fields cannot be configured.

73

Neutron

Update router

openstack router set

The disable field cannot be configured.

74

Neutron

Delete router

openstack router delete

None

75

Neutron

Add router interface

openstack router add port

None

76

Neutron

Delete router interface

openstack router remove port

None

77

Neutron

List floating IPs

openstack floating ip list

None

78

Neutron

Show floating IP Details

openstack floating ip show

None

79

Neutron

Create floating IP

openstack floating ip create

None

80

Neutron

Associate floating IP

openstack server add floating ip

None

81

Neutron

Delete floating IP

openstack floating ip delete

None

82

Neutron

Disassociate floating IP

openstack server remove floating ip

None

83

Neutron

List security groups

openstack security group list

None

84

Neutron

Show security group

openstack security group show

None

85

Neutron

Create security group

openstack security group create

None

86

Neutron

Update security group

openstack security group set

None

87

Neutron

Delete security group

openstack security group delete

None

88

Neutron

List security group rules

openstack security group rule list

None

89

Neutron

Show security group rule

openstack security group rule show

None

90

Neutron

Create security group rule

openstack security group rule create

None

91

Neutron

Delete security group rule

openstack security group rule delete

None

92

DNS

Create new zone

openstack zone create

None

93

DNS

List Zones

openstack zone list

None

94

DNS

Show zone Details

openstack zone show

None

95

DNS

Delete zone

openstack zone delete

None

96

DNS

Create new recordset

openstack recordset create

None

97

DNS

List Recordsets in a zone

openstack recordset list

None

98

DNS

Show recordset Details

openstack recordset show

None

99

DNS

Delete recordset

openstack recordset delete

None

100

DNS

Set floatingip ptr record

openstack ptr record set

None

101

DNS

List floatingip ptr records

openstack ptr record list

None

102

DNS

Unset floatingip ptr record

openstack ptr record unset

None

103

DNS

Show floatingip ptr record Details

openstack ptr record show

None

104

Keystone

List services in the service catalog

openstack catalog list

None

105

Keystone

Display service catalog Details

openstack catalog show

None

106

Keystone

List endpoints

openstack endpoint list

None

107

Keystone

Create new federation protocol

openstack federation protocol create

None

108

Keystone

Delete federation protocol(s)

openstack federation protocol delete

None

109

Keystone

List federation protocols

openstack federation protocol list

None

110

Keystone

Set federation protocol properties

openstack federation protocol set

None

111

Keystone

Display federation protocol Details

openstack federation protocol show

None

112

Keystone

Create new identity provider

openstack identity provider create

None

113

Keystone

Delete identity provider(s)

openstack identity provider delete

None

114

Keystone

List identity providers

openstack identity provider list

None

115

Keystone

Set identity provider properties

openstack identity provider set

None

116

Keystone

Show identity provider Details

openstack identity provider show

None

117

Keystone

Create new mapping

openstack mapping create

None

118

Keystone

Delete mapping(s)

openstack mapping delete

None

119

Keystone

List mappings

openstack mapping list

None

120

Keystone

Set mapping properties

openstack mapping set

None

121

Keystone

Show mapping Details

openstack mapping show

None

122

Keystone

List module versions

openstack module list

None

123

Keystone

List projects

openstack project list

None

124

Keystone

Show project Details

openstack project show

None

125

Keystone

List services

openstack service list

None

126

Keystone

Show service Details

openstack service show

None

127

Keystone

Issue new token

openstack token issue

None

128

Keystone

Create new user

openstack user create

None

129

Keystone

Delete user(s)

openstack user delete

None

130

Keystone

List users

openstack user list

None

131

Keystone

Set user properties

openstack user set

None

132

Keystone

Show user Details

openstack user show

None

133

Keystone

Change current user password

openstack user password set

None

134

Keystone

Display help

openstack help

None

Extended CLI

No.

Component

Function

Command

Remarks

1

Cloud Eye

Add Metric Data

openstack metric data create

None

2

Cloud Eye

List Metrics

openstack metric list

None

3

Cloud Eye

List Metric Data

openstack metric data list

None

4

Cloud Eye

List Favorite Metrics

openstack metric favorite list

Only the data of the old console can be queried through the API.

5

Cloud Eye

List Alarms

openstack alarm list

None

6

Cloud Eye

Show Alarm

openstack alarm show

None

7

Cloud Eye

Enable Alarm

openstack alarm enable

None

8

Cloud Eye

Disable Alarm

openstack alarm disable

None

9

Cloud Eye

Delete Alarm

openstack alarm delete

None

10

Cloud Eye

List Quotas

openstack quota list

None

11

Auto Scaling

Querying AS Configurations

openstack as config list

None

12

Auto Scaling

Creating an AS Configuration

openstack as config create

None

13

Auto Scaling

Querying AS Configuration Details

openstack as config show

None

14

Auto Scaling

Deleting an AS Configuration

openstack as config delete

None

15

Auto Scaling

Creating an AS Group

openstack as group create

None

16

Auto Scaling

Modifying an AS Group

openstack as group edit

None

17

Auto Scaling

Querying AS Groups

openstack as group list

None

18

Auto Scaling

Querying AS Group Details

openstack as group show

None

19

Auto Scaling

Enabling an AS Group

openstack as group resume

None

20

Auto Scaling

Disabling an AS Group

openstack as group pause

None

21

Auto Scaling

Deleting an AS Group

openstack as group delete

None

22

Auto Scaling

Querying Instances in an AS Group

openstack as instance list

None

23

Auto Scaling

Removing Instances from an AS Group

openstack as instance remove

None

24

Auto Scaling

Batch Adding Instances

openstack as instance add

None

25

Auto Scaling

Creating an AS Policy

openstack as policy create

None

26

Auto Scaling

Modifying an AS Policy

openstack as policy edit

None

27

Auto Scaling

Querying AS Policies

openstack as policy list

None

28

Auto Scaling

Disabling an AS Policy

openstack as policy pause

None

29

Auto Scaling

Querying AS Policy Details

openstack as policy show

None

30

Auto Scaling

Enabling an AS Policy

openstack as policy resume

None

31

Auto Scaling

Executing an AS Policy

openstack as policy execute

None

32

Auto Scaling

Deleting an AS Policy

openstack as policy delete

None

33

Auto Scaling

Querying Scaling Action Logs

openstack as log list

None

34

Auto Scaling

Querying Quotas for AS Groups and AS Configurations

openstack as quota list

None

35

Auto Scaling

Querying Quotas for AS Instances and AS Policies

openstack as quota list

None

36

Volume Backup Service

Create Volume Backup

openstack volume backup ext create

None

37

Volume Backup Service

Restore Volume Backup

openstack volume backup ext restore

None

38

Volume Backup Service

Show Volume Backup Job

openstack volume backup job show

None

39

Key Management Service

Creating a Key

openstack kms key create

None

40

Key Management Service

Enabling a Key

openstack kms key enable

None

41

Key Management Service

Disabling a Key

openstack kms key disable

None

42

Key Management Service

Scheduling the Deletion of a Key

openstack kms key schedule deletion

None

43

Key Management Service

Canceling the Scheduled Deletion of a Key

openstack kms key cancel deletion

None

44

Key Management Service

Querying the List of Keys

openstack kms key list

None

45

Key Management Service

Querying the Information About a Key

openstack kms key show

None

46

Key Management Service

Creating Random Data

openstack kms random generate

None

47

Key Management Service

Creating a Data Encryption Key

openstack kms datakey create

None

48

Key Management Service

Creating a Plaintext-Free DEK

openstack kms datakey create --without-plain-text

None

49

Key Management Service

Encrypting a DEK

openstack kms datakey encrypt

None

50

Key Management Service

Decrypting a DEK

openstack kms datakey decrypt

None

51

Workspace

Querying the Desktop List

openstack desktop list

None

52

Workspace

Querying the Desktop Details List

openstack desktop Details list

None

53

Workspace

Creating Desktops

openstack desktop create

None

54

Workspace

Deleting Desktops

openstack desktop delete

None

55

Workspace

Restarting Desktops

openstack desktop reboot

None

56

Workspace

Starting Desktops

openstack desktop start

None

57

Workspace

Shutting Down Desktops

openstack desktop stop

None

58

Workspace

Modifying Desktop Attributes

openstack desktop edit

None

59

Workspace

Querying Desktop Details

openstack desktop show

None

60

Workspace

Querying the Desktop User List

openstack desktop user list

None

61

Workspace

Querying Desktop User Login Records

openstack desktop login list

None

62

Workspace

Applying for Workspace

openstack workspace enable

None

63

Workspace

Querying Workspace Details

openstack workspace show

None

64

Workspace

Modifying Workspace Attributes

openstack workspace edit

None

65

Workspace

Canceling Workspace

openstack workspace disable

None

66

Workspace

Querying Policies

openstack workspace policy show

None

67

Workspace

Modifying Policies

openstack workspace policy edit

None

68

Workspace

Querying the Product List

openstack workspace product list

None

69

Workspace

Asynchronous Job Query

openstack workspace job show

None

70

AntiDDOS

Antiddos config

openstack antiddos config

None

71

AntiDDOS

Open Antiddos

openstack antiddos open

None

72

AntiDDOS

Close Antiddos

openstack antiddos close

None

73

AntiDDOS

Display Antiddos settings

openstack antiddos show

None

74

AntiDDOS

Update Antiddos settings

openstack antiddos set

None

75

AntiDDOS

Display Antiddos related task Details

openstack antiddos task show

None

76

AntiDDOS

List AntiDDos status

openstack antiddos status list

None

77

AntiDDOS

Display AntiDDos status

openstack antiddos status show

None

78

AntiDDOS

List AntiDDos report

openstack antiddos daily

None

79

AntiDDOS

List AntiDDos logs

openstack antiddos logs

None

80

AntiDDOS

List AntiDDos weekly protection statistics

openstack antiddos weekly

None

81

AntiDDOS

Display Antiddos alert settings

openstack antiddos alert config show

openstack antiddos alert config show --os-antiddos-api-version=2 This command is supported only by versions later than python openstack client3.9.0.