This is the multi-page printable view of this section. Click here to print.
DevOps Tools
- 1: DevOps Service
- 1.1: CLIs
- 1.1.1: Check Deletable DevOps Service
- 1.1.1.1: 1.0
- 1.1.2: Check Duplication DevOps Service
- 1.1.2.1: 1.0
- 1.1.3: Create DevOps Service
- 1.1.3.1: 1.0
- 1.1.4: Delete DevOps Service
- 1.1.4.1: 1.0
- 1.1.5: List DevOps Services
- 1.1.5.1: 1.0
- 1.1.6: Show DevOps Service
- 1.1.6.1: 1.0
1 - DevOps Service
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 DevOps Service service and how to call CLI.
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.0 | CURRENT | - |
CLI Version History
1.0
Initial CLI release for DevOps Service
Changes
- [New]
devopsservice list- List DevOpsServices command has been added. - [New]
devopsservice create --name <value> --type <value>- Create DevOpsService command has been added. - [New]
devopsservice name duplication check --name <value>- CheckDuplicationDevOpsService command has been added. - [New]
devopsservice delete --id <value>- DeleteDevOpsService command has been added. - [New]
devopsservice show --id <value>- ShowDevOpsService command has been added. - [New]
devopsservice deletable check --id <value>- CheckDeletableDevOpsService command has been added.
1.1 - CLIs
1.1.1 - Check Deletable DevOps Service
1.1.1.1 - 1.0
scp-cli devopsservice devops service check deletable
--devops_service_id <value>
Description
check deletable a specific devops service
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| devops_service_id required | string | DevOps Service ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|---|---|
| result | DevOps Service Check Result | False |
1.1.2 - Check Duplication DevOps Service
1.1.2.1 - 1.0
scp-cli devopsservice devops service check duplication
[--tenant_code <value>]
[--tenant_name <value>]
Description
check duplication a specific devops service
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| tenant_code optional | string | Tenant Code | test-tenant |
| tenant_name optional | string | Tenant Name | test-tenant |
Responses
| Name | Description | Example |
|---|---|---|
| result | DevOps Service Check Result | False |
1.1.3 - Create DevOps Service
1.1.3.1 - 1.0
scp-cli devopsservice devops service create
--tenant_name <value>
--tenant_code <value>
--members <value>
[--tags <value>]
Description
create a devops service
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| tenant_name required | string | Tenant Name | - |
| tenant_code required | string | Tenant Code | - |
| members required | array | Tenant Members | - |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| console_url | DevOps Service Console URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| status | DevOps Service Status | |
| tenant_code | Tenant Code | |
| tenant_name | Tenant Name |
1.1.4 - Delete DevOps Service
1.1.4.1 - 1.0
scp-cli devopsservice devops service delete
--devops_service_id <value>
Description
delete a specific devops service
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| devops_service_id required | string | DevOps Service ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.1.5 - List DevOps Services
1.1.5.1 - 1.0
scp-cli devopsservice devops service list
Description
get devops service list
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.0 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| status | DevOps Service Status | |
| tenant_code | Tenant Code | |
| tenant_name | Tenant Name |
1.1.6 - Show DevOps Service
1.1.6.1 - 1.0
scp-cli devopsservice devops service show
--devops_service_id <value>
Description
show a specific devops service
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| devops_service_id required | string | DevOps Service ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| console_url | DevOps Service Console URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| status | DevOps Service Status | |
| tenant_code | Tenant Code | |
| tenant_name | Tenant Name |