Network Logging
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 Network Logging service and how to call CLI. The output is formatted as a JSON string
Version
| Version | Status | Supported Until |
|---|
| 1.0 | CURRENT | - |
1.1.1 - 1.0
scpcli network-logging network-logging-storage create
--resource_type <value>
--bucket_name <value>
Description
Create Network Logging Storage.
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|
resource_type required | string | Resource Type | - |
bucket_name required | string | Storage Bucket Name | - |
Responses
| Name | Description | Example |
|---|
| id | Network Logging Storage ID | |
| account_id | Account ID | |
| bucket_name | Storage Bucket Name | |
| 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 |
| resource_type | Resource Type | |
1.2.1 - 1.0
scpcli network-logging network-logging-storage delete
--network_logging_storage_id <value>
Description
Delete Network Logging Storage.
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|
network_logging_storage_id required | string | Network Logging Storage ID | - |
1.3.1 - 1.0
scpcli network-logging network-logging-configuration list
--resource_type <value>
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--resource_id <value>]
[--resource_name <value>]
Description
Get Network Logging Configuration list.
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|
resource_type required | **** | Resource Type | - |
with_count optional | string | with count | true |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
resource_id optional | string | Resource ID | - |
resource_name optional | string | Resource Name | - |
Responses
| Name | Description | Example |
|---|
| id | Network Logging Configuration ID | |
| account_id | Account ID | |
| bucket_name | Storage Bucket Name | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| down_interface | Downlink Interface | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| resource_id | Resource ID | |
| resource_name | Resource Name | |
| resource_type | Resource Type | |
| security_group_log_id | Security Group Log ID | |
| up_interface | Uplink Interface | |
1.4.1 - 1.0
scpcli network-logging network-logging-storage list
--resource_type <value>
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
Description
Get Network Logging Storage list.
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|
resource_type required | **** | Resource Type | - |
with_count optional | string | with count | true |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|
| id | Network Logging Storage ID | |
| account_id | Account ID | |
| bucket_name | Storage Bucket Name | |
| 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 |
| resource_type | Resource Type | |