Security Group
Security Group
Overview
Provides an Application Programming Interface (API) 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 API. The API is provided as a RESTful API, and it responds in JSON format.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|---|---|
| 1.1 | CURRENT | - |
| 1.0 | SUPPORTED | 20270131 |
OpenAPI URL
https://security-group.{region}.{environment}.samsungsdscloud.com
Environment and Region List
| environment | region |
|---|---|
| s | kr-west1 |
| s | kr-east1 |
| g | kr-south1 |
| g | kr-south2 |
| g | kr-south3 |
| e | kr-west1 |
| e | kr-east1 |
API Version History
1.1
API version 1.1 release for Security Group
Changes
- [Changed]
GET /v1/security-group-rules- API has been changed.- Response model has been changed to SecurityGroupRuleListResponseV1Dot1.
- The following fields are added to the response.
- remote_address_group_id, remote_address_group_name
- Response model has been changed to SecurityGroupRuleListResponseV1Dot1.
- [Changed]
POST /v1/security-group-rules- API has been changed.- Request model has been changed to SecurityGroupRuleCreateRequestV1Dot1.
- The following field is added to the request.
- remote_address_group_id
- Response model has been changed to SecurityGroupRuleShowResponseV1Dot1.
- The following fields are added to the response.
- remote_address_group_id, remote_address_group_name
- Request model has been changed to SecurityGroupRuleCreateRequestV1Dot1.
- [Changed]
GET /v1/security-group-rules/{security_group_rule_id}- API has been changed.- Response model has been changed to SecurityGroupRuleShowResponseV1Dot1.
- The following fields are added to the response.
- remote_address_group_id, remote_address_group_name
- Response model has been changed to SecurityGroupRuleShowResponseV1Dot1.
- [New]
GET /v1/address-groups- API has been added. - [New]
POST /v1/address-groups- API has been added. - [New]
GET /v1/address-groups/{address_group_id}- API has been added. - [New]
PUT /v1/address-groups/{address_group_id}- API has been added. - [New]
DELETE /v1/address-groups/{address_group_id}- API has been added. - [New]
GET /v1/address-groups/{address_group_id}/addresses- API has been added. - [New]
PUT /v1/address-groups/{address_group_id}/add_addresses- API has been added. - [New]
PUT /v1/address-groups/{address_group_id}/remove_addresses- API has been added.
1.0
Initial API release for Security Group
Changes
- [New]
GET /v1/security-groups- API has been added. - [New]
POST /v1/security-groups- API has been added. - [New]
SHOW /v1/security-groups/{security_group_id}- API has been added. - [New]
PUT /v1/security-groups/{security_group_id}- API has been added. - [New]
DELETE /v1/security-groups/{security_group_id}- API has been added. - [New]
GET /v1/security-group-rules- API has been added. - [New]
POST /v1/security-group-rules- API has been added. - [New]
GET /v1/security-group-rules/{security_group_rule_id}- API has been added. - [New]
DELETE /v1/security-group-rules/{security_group_rule_id}- API has been added.