Security Group

Security Group

Overview

Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.

This guide provides a brief description of Security Group service and how to call CLI. The output is formatted as a JSON string

Version

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionStatusNot Before
1.1CURRENT-
1.0SUPPORTED20270131

CLI Version History

1.1

CLI version 1.1 release for Security Group

Changes

  • [Changed] security-group list security group rules - Command has been changed.
    • The following fields are added to the response.
      • remote_address_group_id, remote_address_group_name
  • [Changed] security-group create security group rule - Command has been changed.
    • The following field is added to the request.
      • remote_address_group_id
    • The following fields are added to the response.
      • remote_address_group_id, remote_address_group_name
  • [Changed] security-group show security group rule - Command has been changed.
    • The following fields are added to the response.
      • remote_address_group_id, remote_address_group_name
  • [New] security-group list address groups - Command has been added.
  • [New] security-group create address group - Command has been added.
  • [New] security-group show address group - Command has been added.
  • [New] security-group set address group - Command has been added.
  • [New] security-group delete address group - Command has been added.
  • [New] security-group list address group ips - Command has been added.
  • [New] security-group add address group ips - Command has been added.
  • [New] security-group remove address group ips - Command has been added.

1.0

Initial CLI release for Security Group

Changes

  • [New] security-group list security groups - Command has been added.
  • [New] security-group create security group - Command has been added.
  • [New] security-group show security group - Command has been added.
  • [New] security-group set security group - Command has been added.
  • [New] security-group delete security group - Command has been added.
  • [New] security-group list security group rules - Command has been added.
  • [New] security-group create security group rule - Command has been added.
  • [New] security-group show security group rule - Command has been added.
  • [New] security-group delete security group rule - Command has been added.