This is the multi-page printable view of this section. Click here to print.
CLIs
- 1: AddBaselineAssignment
- 2: CreateAccountFactoryAccount
- 3: CreateLandingZone
- 4: DeleteLandingZone
- 5: DisableGuardrailBindings
- 6: EnableGuardrailBindings
- 7: ListBaselineAssignments
- 8: ListGuardrails
- 9: ListGuardrailsForTarget
- 10: ListTargetsForGuardrail
- 11: RemoveBaselineAssignment
- 11.1: 1.1
- 12: SetLandingZone
- 12.1: 1.1
- 13: ShowGuardrail
- 14: ShowLandingZone
- 15: UpdateBaselineAssignment
1 - AddBaselineAssignment
1.1 - 1.1
scpcli cloudcontrol baseline assignment add
--assignment_id <value>
--resource_type <value>
--landing_zone_id <value>
[--agree_yn <value>]
[--parent_unit_id <value>]
[--sso_user_name <value>]
[--sso_user_real_name <value>]
Description
add a new baseline assignment
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| assignment_id required | string | Root/Organization Unit/Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| resource_type required | string | OU/Account | OU |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| agree_yn optional | **** | Terms Agreement YN | Y |
| parent_unit_id optional | string | Root or Parent Organization Unit ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| sso_user_name optional | string | ID Center User Name | testuser |
| sso_user_real_name optional | string | ID Center User Real Name | test user |
Responses
| Name | Description | Example |
|---|---|---|
| job_id | ID | 0a36e0746dbf4908acf0357829701381 |
| resource_id | Root/Organization Unit/Account ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| resource_type | OU/Account | OU |
1.2 - 1.0
scpcli cloudcontrol baseline assignment add
--assignment_id <value>
--resource_type <value>
--landing_zone_id <value>
[--agree_yn <value>]
[--parent_unit_id <value>]
[--sso_user_name <value>]
[--sso_user_real_name <value>]
Description
add a new baseline assignment
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| assignment_id required | string | Root/Organization Unit/Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| resource_type required | string | OU/Account | OU |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| agree_yn optional | **** | Terms Agreement YN | Y |
| parent_unit_id optional | string | Root or Parent Organization Unit ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| sso_user_name optional | string | ID Center User Name | testuser |
| sso_user_real_name optional | string | ID Center User Real Name | test user |
Responses
| Name | Description | Example |
|---|---|---|
| job_id | ID | 0a36e0746dbf4908acf0357829701381 |
| resource_id | Root/Organization Unit/Account ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| resource_type | OU/Account | OU |
2 - CreateAccountFactoryAccount
2.1 - 1.1
scpcli cloudcontrol account create from factory
--parent_unit_id <value>
--name <value>
--landing_zone_id <value>
[--email <value>]
[--sso_user_email <value>]
[--sso_user_name <value>]
[--sso_user_real_name <value>]
Description
create an account using account factory.
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| parent_unit_id required | string | Parent Organization Unit ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| name required | string | Account Name | foo-account |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| email optional | string | Account Email | myaccount@example.com |
| sso_user_email optional | string | ID Center User Email | user_email@example.com |
| sso_user_name optional | string | ID Center User Name | John Doe |
| sso_user_real_name optional | string | ID Center User Real Name | John Doe |
Responses
| Name | Description | Example |
|---|---|---|
| account_id | Organization Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| job_id | ID | 0a36e0746dbf4908acf0357829701381 |
2.2 - 1.0
scpcli cloudcontrol account create from factory
--parent_unit_id <value>
--name <value>
--landing_zone_id <value>
[--email <value>]
[--sso_user_email <value>]
[--sso_user_name <value>]
[--sso_user_real_name <value>]
Description
create an account using account factory.
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| parent_unit_id required | string | Parent Organization Unit ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| name required | string | Account Name | foo-account |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| email optional | string | Account Email | myaccount@example.com |
| sso_user_email optional | string | ID Center User Email | user_email@example.com |
| sso_user_name optional | string | ID Center User Name | John Doe |
| sso_user_real_name optional | string | ID Center User Real Name | John Doe |
Responses
| Name | Description | Example |
|---|---|---|
| account_id | Organization Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| job_id | ID | 0a36e0746dbf4908acf0357829701381 |
3 - CreateLandingZone
3.1 - 1.1
scpcli cloudcontrol landing zone create
--sso_type <value>
--log_archive_login_id <value>
--log_archive_account_name <value>
--detective_guardrail_status <value>
--basic_ou_name <value>
--audit_login_id <value>
--audit_account_name <value>
--agree_yn <value>
--additional_ou_name <value>
Description
Create a landing zone
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| sso_type required | string | Account Access Configuration | ID_CENTER |
| log_archive_login_id required | string | Login ID | log-archive@samsung.com |
| log_archive_account_name required | string | Log Archive Account Name | LOG_ARCHIVE |
| detective_guardrail_status required | string | Detective Guardrail Status | ENABLED |
| basic_ou_name required | string | Basic Organization Unit Name | Security |
| audit_login_id required | string | Login ID | audit@samsung.com |
| audit_account_name required | string | Audit Account Name | AUDIT |
| agree_yn required | string | Terms Agreement YN | Y |
| additional_ou_name required | string | Additional Organization Unit Name | Sandbox |
Responses
| Name | Description | Example |
|---|---|---|
| job_id | ID | 0a36e0746dbf4908acf0357829701381 |
| landing_zone_id | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
3.2 - 1.0
scpcli cloudcontrol landing zone create
--sso_type <value>
--log_archive_login_id <value>
--log_archive_account_name <value>
--basic_ou_name <value>
--audit_login_id <value>
--audit_account_name <value>
--agree_yn <value>
--additional_ou_name <value>
Description
Create a landing zone
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| sso_type required | string | Account Access Configuration | ID_CENTER |
| log_archive_login_id required | string | Login ID | log-archive@samsung.com |
| log_archive_account_name required | string | Log Archive Account Name | LOG_ARCHIVE |
| basic_ou_name required | string | Basic Organization Unit Name | Security |
| audit_login_id required | string | Login ID | audit@samsung.com |
| audit_account_name required | string | Audit Account Name | AUDIT |
| agree_yn required | string | Terms Agreement YN | Y |
| additional_ou_name required | string | Additional Organization Unit Name | Sandbox |
Responses
| Name | Description | Example |
|---|---|---|
| job_id | ID | 0a36e0746dbf4908acf0357829701381 |
| landing_zone_id | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
4 - DeleteLandingZone
4.1 - 1.1
scpcli cloudcontrol landing zone delete
--landing_zone_id <value>
Description
Delete a landing zone
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
4.2 - 1.0
scpcli cloudcontrol landing zone delete
--landing_zone_id <value>
Description
Delete a landing zone
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
5 - DisableGuardrailBindings
5.1 - 1.1
scpcli cloudcontrol guardrail disable
--unit_ids <value>
--guardrail_ids <value>
[--landing_zone_id <value>]
Description
disable guardrail bindings
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| unit_ids required | array | Target Info | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
| guardrail_ids required | array | Guardrail List ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
5.2 - 1.0
scpcli cloudcontrol guardrail disable
--unit_ids <value>
--guardrail_ids <value>
[--landing_zone_id <value>]
Description
disable guardrail bindings
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| unit_ids required | array | Target Info | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
| guardrail_ids required | array | Guardrail List ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
6 - EnableGuardrailBindings
6.1 - 1.1
scpcli cloudcontrol guardrail enable
--unit_ids <value>
--guardrail_ids <value>
[--landing_zone_id <value>]
Description
enable guardrail bindings
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| unit_ids required | array | Target Info | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
| guardrail_ids required | array | Guardrail List ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
Responses
| Name | Description | Example |
|---|---|---|
| error_code | Error Code | CloudControl.AlreadyEnabledGuardrails |
| failed_caused | Failure Cause | guardrail already enabled |
| guardrail_id | Guardrail ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| response | ||
| unit_id | Target ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
6.2 - 1.0
scpcli cloudcontrol guardrail enable
--unit_ids <value>
--guardrail_ids <value>
[--landing_zone_id <value>]
Description
enable guardrail bindings
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| unit_ids required | array | Target Info | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
| guardrail_ids required | array | Guardrail List ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
Responses
| Name | Description | Example |
|---|---|---|
| error_code | Error Code | CloudControl.AlreadyEnabledGuardrails |
| failed_caused | Failure Cause | guardrail already enabled |
| guardrail_id | Guardrail ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| response | ||
| unit_id | Target ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
7 - ListBaselineAssignments
7.1 - 1.1
scpcli cloudcontrol baseline assignment list
[--landing_zone_id <value>]
[--resource_type <value>]
[--assignment_id <value>]
[--status <value>]
Description
get baseline assignment list
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| resource_type optional | **** | OU/Account | OU |
| assignment_id optional | string | Root/Organization Unit/Account ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| status optional | **** | State | REGISTRATION_FAILED |
Responses
| Name | Description | Example |
|---|---|---|
| id | Root/Organization Unit/Account ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| account_assigned_count | Registered Account Count | 3 |
| account_count | Total Account Count | 4 |
| detective_guardrail_status | Detective Guardrail Status | ENABLED |
| detective_guardrail_type | Detective Guardrail Type | SSI |
| ou_assigned_count | Registered Organization Unit Count | 5 |
| ou_count | Total Organization Unit Count | 10 |
| preventive_guardrail_activated_count | Activated Preventive Guardrail Count | 8 |
| sso_user_name | ID Center User Name | testuser |
| status | State | REGISTERED |
| type | OU/Account | OU |
7.2 - 1.0
scpcli cloudcontrol baseline assignment list
[--landing_zone_id <value>]
[--resource_type <value>]
[--assignment_id <value>]
[--status <value>]
Description
get baseline assignment list
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| resource_type optional | **** | OU/Account | OU |
| assignment_id optional | string | Root/Organization Unit/Account ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| status optional | **** | State | REGISTRATION_FAILED |
Responses
| Name | Description | Example |
|---|---|---|
| id | Root/Organization Unit/Account ID | ou-b30e9fcc39f84a20bf9e7458e5ec3801 |
| account_assigned_count | Registered Account Count | 3 |
| account_count | Total Account Count | 4 |
| ou_assigned_count | Registered Organization Unit Count | 5 |
| ou_count | Total Organization Unit Count | 10 |
| preventive_guardrail_activated_count | Activated Preventive Guardrail Count | 8 |
| sso_user_name | ID Center User Name | testuser |
| status | State | REGISTERED |
| type | OU/Account | OU |
8 - ListGuardrails
8.1 - 1.1
scpcli cloudcontrol guardrail list
[--landing_zone_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--exclude_unit_id <value>]
[--guidance <value>]
[--service_name <value>]
[--status <value>]
Description
get guardrails list
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Guardrail Name | foo-guardrail |
| exclude_unit_id optional | string | Linked(Exclusion) Unit ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| guidance optional | string | Policy Guidance | MANDATORY |
| service_name optional | string | Organization | iam |
| status optional | string | Application Status | ENABLED |
Responses
| Name | Description | Example |
|---|---|---|
| id | Guardrail ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| binding_ous | ||
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| description | Guardrail Description | This is an example guardrail. |
| guidance | Policy Guidance | MANDATORY |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| name | Guardrail Name | foo-guardrail |
| service_name | Organization | iam |
| srn | Guardrail SRN | srn:dev2:::::cloudcontrol:guardrail/2c8a138f8d78e1fc29a449dbfa8681 |
| status | Application Status | |
| type | Guardrail Type | PREVENTIVE |
8.2 - 1.0
scpcli cloudcontrol guardrail list
[--landing_zone_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--exclude_unit_id <value>]
[--guidance <value>]
[--service_name <value>]
[--status <value>]
Description
get guardrails list
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Guardrail Name | foo-guardrail |
| exclude_unit_id optional | string | Linked(Exclusion) Unit ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| guidance optional | string | Policy Guidance | MANDATORY |
| service_name optional | string | Organization | iam |
| status optional | string | Application Status | ENABLED |
Responses
| Name | Description | Example |
|---|---|---|
| id | Guardrail ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| binding_ous | ||
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| description | Guardrail Description | This is an example guardrail. |
| guidance | Policy Guidance | MANDATORY |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| name | Guardrail Name | foo-guardrail |
| service_name | Organization | iam |
| srn | Guardrail SRN | srn:dev2:::::cloudcontrol:guardrail/2c8a138f8d78e1fc29a449dbfa8681 |
| status | Application Status | |
| type | Guardrail Type | PREVENTIVE |
9 - ListGuardrailsForTarget
9.1 - 1.1
scpcli cloudcontrol target guardrail list
--target_id <value>
[--landing_zone_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
list guardrails for target
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| target_id required | string | Target ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Guardrail Name | guardrail-example |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| guidance | Policy Guidance | MANDATORY |
| link_types | Link Type | {‘directed’: [{’target_id’: ‘1a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ’example-target’}], ‘inherited’: [{’target_id’: ‘2a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ‘root’}]} |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| name | Guardrail Name | foo-guardrail |
| service_name | Organization | iam |
| type | Guardrail Type | PREVENTIVE |
9.2 - 1.0
scpcli cloudcontrol target guardrail list
--target_id <value>
[--landing_zone_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
list guardrails for target
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| target_id required | string | Target ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Guardrail Name | guardrail-example |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| guidance | Policy Guidance | MANDATORY |
| link_types | Link Type | {‘directed’: [{’target_id’: ‘1a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ’example-target’}], ‘inherited’: [{’target_id’: ‘2a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ‘root’}]} |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| name | Guardrail Name | foo-guardrail |
| service_name | Organization | iam |
| type | Guardrail Type | PREVENTIVE |
10 - ListTargetsForGuardrail
10.1 - 1.1
scpcli cloudcontrol guardrail target list
--target_type <value>
--guardrail_id <value>
[--landing_zone_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
list targets for guardrail
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| target_type required | **** | Target Type | ACCOUNT |
| guardrail_id required | string | Guardrail ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Target Name | ou-test |
Responses
| Name | Description | Example |
|---|---|---|
| id | Organization Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| Account Email | score@samsung.com | |
| name | Account Name | score-account |
| parent_unit_id | Root or Parent Organization Unit ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| parent_unit_name | Root or Parent Organization Unit Name | parent-unit-name |
10.2 - 1.0
scpcli cloudcontrol guardrail target list
--target_type <value>
--guardrail_id <value>
[--landing_zone_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
list targets for guardrail
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| target_type required | **** | Target Type | ACCOUNT |
| guardrail_id required | string | Guardrail ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Target Name | ou-test |
Responses
| Name | Description | Example |
|---|---|---|
| id | Organization Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| Account Email | score@samsung.com | |
| name | Account Name | score-account |
| parent_unit_id | Root or Parent Organization Unit ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| parent_unit_name | Root or Parent Organization Unit Name | parent-unit-name |
11 - RemoveBaselineAssignment
11.1 - 1.1
scpcli cloudcontrol baseline assignment remove
--assignment_id <value>
--resource_type <value>
--landing_zone_id <value>
Description
remove a specific baseline assignment
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| assignment_id required | string | Root/Organization Unit/Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| resource_type required | string | OU/Account | ACCOUNT |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
12 - SetLandingZone
12.1 - 1.1
scpcli cloudcontrol landing zone set
--landing_zone_id <value>
--detective_guardrail_status <value>
Description
Set a landing zone
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| detective_guardrail_status required | string | Detective Guardrail Status | ENABLED |
13 - ShowGuardrail
13.1 - 1.1
scpcli cloudcontrol guardrail show
--guardrail_id <value>
[--landing_zone_id <value>]
Description
show a specific guardrail.
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| guardrail_id required | string | Guardrail ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Guardrail ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| binding_ous | ||
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| description | Guardrail Description | This is an example guardrail. |
| guidance | Policy Guidance | MANDATORY |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| name | Guardrail Name | foo-guardrail |
| service_name | Organization | iam |
| srn | Guardrail SRN | srn:dev2:::::cloudcontrol:guardrail/2c8a138f8d78e1fc29a449dbfa8681 |
| status | Application Status | |
| type | Guardrail Type | PREVENTIVE |
13.2 - 1.0
scpcli cloudcontrol guardrail show
--guardrail_id <value>
[--landing_zone_id <value>]
Description
show a specific guardrail.
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| guardrail_id required | string | Guardrail ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| landing_zone_id optional | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Guardrail ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| binding_ous | ||
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| description | Guardrail Description | This is an example guardrail. |
| guidance | Policy Guidance | MANDATORY |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| name | Guardrail Name | foo-guardrail |
| service_name | Organization | iam |
| srn | Guardrail SRN | srn:dev2:::::cloudcontrol:guardrail/2c8a138f8d78e1fc29a449dbfa8681 |
| status | Application Status | |
| type | Guardrail Type | PREVENTIVE |
14 - ShowLandingZone
14.1 - 1.1
scpcli cloudcontrol landing zone show
--landing_zone_id <value>
Description
Show a landing zone
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| agree_yn | Terms Agreement YN | Y |
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | Creator Name | John Doe na |
| detective_guardrail_status | Detective Guardrail Status | ENABLED |
| identity_center_id | Identity Center ID | 0xnw6g1xh2q5 |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | Modifier Name | Alice |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| service_name | Service Name | Cloud Control |
| srn | Landing Zone SRN | srn:dev2::a8a2f3c2659646ecaaf28fc8f783921a:::cloudcontrol:landingzone/f7a1ef0b17e34a37811cc2fa7a6bd50b |
| sso_type | Account Access Configuration | ID_CENTER |
| status | State | ACTIVE |
| version_id | Landing Zone Version | 1.0 |
14.2 - 1.0
scpcli cloudcontrol landing zone show
--landing_zone_id <value>
Description
Show a landing zone
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| agree_yn | Terms Agreement YN | Y |
| created_at | Created At | 2025-01-01T00:00:00.000Z |
| created_by | Created By | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | Creator Name | John Doe na |
| identity_center_id | Identity Center ID | 0xnw6g1xh2q5 |
| modified_at | Modified At | 2025-01-01T00:00:00.000Z |
| modified_by | Modified By | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | Modifier Name | Alice |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| service_name | Service Name | Cloud Control |
| srn | Landing Zone SRN | srn:dev2::a8a2f3c2659646ecaaf28fc8f783921a:::cloudcontrol:landingzone/f7a1ef0b17e34a37811cc2fa7a6bd50b |
| sso_type | Account Access Configuration | ID_CENTER |
| status | State | ACTIVE |
| version_id | Landing Zone Version | 1.0 |
15 - UpdateBaselineAssignment
15.1 - 1.1
scpcli cloudcontrol baseline assignment update
--assignment_id <value>
--landing_zone_id <value>
[--agree_yn <value>]
Description
update a specific baseline assignment.
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| assignment_id required | string | Root/Organization Unit/Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| agree_yn optional | **** | Terms Agreement YN | Y |
15.2 - 1.0
scpcli cloudcontrol baseline assignment update
--assignment_id <value>
--landing_zone_id <value>
[--agree_yn <value>]
Description
update a specific baseline assignment.
State ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| assignment_id required | string | Root/Organization Unit/Account ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| landing_zone_id required | string | Landing Zone ID | 2c8a138f8d78e1fc29a449dbfa8681 |
| agree_yn optional | **** | Terms Agreement YN | Y |