docomo business SIGN セキュリティ機能 APIリファレンス (1.0.0)
Download OpenAPI specification:Download
docomo business SIGN セキュリティ機能 APIリファレンス
脅威検知概要(その他)の取得
脅威検知概要(その他)の取得を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
query Parameters
| from required | string <date> Example: from=2024-06-10 検索年月日(from) 検索年月日(to)以前であること。 |
| to required | string <date> Example: to=2024-06-10 検索年月日(to) 検索年月日(from)以降であること。 |
| lineType required | string Enum: "INT" "VPN" "MEC" 回線種別 |
| simId | string Example: simId=440130000096015 回線ID(部分一致) |
| threatSeverity | string Enum: "critical" "high" "medium" "other" "low" "informational" 脅威度(複数指定可能) |
| page | integer >= 1 Example: page=3 ページ数. デフォルトは1 |
| pageSize | integer [ 1 .. 10000 ] Example: pageSize=30 1ページ中のアイテム数. デフォルトは20 |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "threatSummaries": [
- {
- "receiveTime": "2021-08-01T00:00:00.000Z",
- "recordCount": 5,
- "simId": "440130000096015",
- "profileStatus": "inactive",
- "detectedTarget": "ccdn.microsoftdocs.workers.dev",
- "threatSeverity": "critical",
- "threatType": "spyware"
}
], - "total": 0,
- "totalPages": 5,
- "page": 1,
- "pageSize": 20
}脅威検知詳細(その他)の取得
脅威検知詳細(その他)の取得を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
query Parameters
| from required | string <date> Example: from=2024-06-10 検索年月日(from) 検索年月日(to)以前であること。 |
| to required | string <date> Example: to=2024-06-10 検索年月日(to) 検索年月日(from)以降であること。 |
| simId required | string Example: simId=440130000096015 回線ID |
| lineType required | string Enum: "INT" "VPN" "MEC" 回線種別 |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "threats": [
- {
- "receiveTime": "2021-08-01T00:00:00.000Z",
- "threatSeverity": "critical",
- "threatType": "spyware",
- "detectedTarget": "ccdn.microsoftdocs.workers.dev",
- "application": "dns-base",
- "ipProtocol": "udp",
- "stream": "DOWN",
- "sourceAddress": "192.168.11.2",
- "destinationAddress": "20.24.249.45",
- "sourcePort": "9215",
- "destinationPort": "53",
- "lineType": "INT"
}
]
}脅威検知概要(IP)の取得
脅威検知概要(IP)の取得を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
query Parameters
| from required | string <date> Example: from=2024-06-10 検索年月日(from) 検索年月日(to)以前であること。 |
| to required | string <date> Example: to=2024-06-10 検索年月日(to) 検索年月日(from)以降であること。 |
| lineType required | string Enum: "INT" "VPN" "MEC" 回線種別 |
| threatSeverity | string Enum: "critical" "high" "other" 脅威度(複数指定可能) |
| simId | string Example: simId=440130000096015 回線ID(部分一致) |
| page | integer >= 1 Example: page=3 ページ数. デフォルトは1 |
| pageSize | integer [ 1 .. 10000 ] Example: pageSize=30 1ページ中のアイテム数. デフォルトは20 |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "trafficSummaries": [
- {
- "receiveTime": "2021-08-01T00:00:00.000Z",
- "recordCount": 5,
- "simId": "440130000096015",
- "profileStatus": "inactive",
- "detectedTarget": "192.168.11.2/117.219.34.162",
- "threatSeverity": "critical",
- "threatType": "spyware"
}
], - "total": 0,
- "totalPages": 5,
- "page": 1,
- "pageSize": 20
}脅威検知詳細(IP)の取得
脅威検知詳細(IP)の取得を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
query Parameters
| from required | string <date> Example: from=2024-06-10 検索年月日(from) 検索年月日(to)以前であること。 |
| to required | string <date> Example: to=2024-06-10 検索年月日(to) 検索年月日(from)以降であること。 |
| simId required | string Example: simId=440130000096015 回線ID |
| lineType required | string Enum: "INT" "VPN" "MEC" 回線種別 |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "traffics": [
- {
- "receiveTime": "2021-08-01T00:00:00.000Z",
- "threatSeverity": "critical",
- "threatType": "spyware",
- "detectedTarget": "192.168.11.2/117.219.34.162",
- "application": "dns-base",
- "ipProtocol": "udp",
- "stream": "DOWN",
- "sourceAddress": "192.168.11.2",
- "destinationAddress": "20.24.249.45",
- "sourcePort": "9215",
- "destinationPort": "53",
- "lineType": "INT"
}
]
}通信ログの取得
通信ログの取得を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
query Parameters
| from required | string <date> Example: from=2024-06-10 検索年月日(from) 検索年月日(to)以前であること。 |
| to required | string <date> Example: to=2024-06-10 検索年月日(to) 検索年月日(from)以降であること。 |
| lineType required | string Enum: "INT" "VPN" "MEC" 回線種別 |
| simId | string Example: simId=440130000096015 回線ID(部分一致) |
| ipv4SrcAddr | string <ipv4> Example: ipv4SrcAddr=192.168.1.89 送信元IPアドレス |
| ipv4DstAddr | string <ipv4> Example: ipv4DstAddr=10.0.1.2 宛先IPアドレス |
| l4SrcPort | integer Example: l4SrcPort=54321 送信元Port |
| l4DstPort | integer Example: l4DstPort=443 宛先Port |
| appId | integer Example: appId=218104303 NBARアプリケーションID |
| protocol | integer Example: protocol=8 IPプロトコル番号 |
| page | integer >= 1 Example: page=3 ページ数. デフォルトは1 |
| pageSize | integer [ 1 .. 10000 ] Example: pageSize=30 1ページ中のアイテム数. デフォルトは20 |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "flowCollectors": [
- {
- "flowStartMilliseconds": "2021-08-01T00:00:00.000Z",
- "flowEndMilliseconds": "2021-08-05T00:00:00.000Z",
- "ipv4SrcAddr": "192.168.1.89",
- "ipv4DstAddr": "10.0.1.2",
- "appId": "218104303",
- "l4SrcPort": 54321,
- "l4DstPort": 443,
- "protocol": 8,
- "inBytes": 2000,
- "inPkts": 50,
- "simId": "440130000096015"
}
], - "total": 0,
- "totalPages": 5,
- "page": 1,
- "pageSize": 20
}通信ログの保管期間設定
通信ログの保管期間設定を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Request Body schema: application/json
| flow required | boolean true: フローコレクターへトラフィックを転送する、false: フローコレクターへトラフィックを転送しない |
| period | integer Enum: 92 184 366 データ保存期間 |
Responses
Accepted.
Bad Request
Conflict
Internal Server Error
Request samples
- Payload
{- "flow": true,
- "period": 92
}Response samples
- 202
- 400
- 409
{- "flow": true,
- "period": 92
}通信ログの保管期間取得
通信ログの保管期間取得を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "flow": true,
- "period": 92
}ヘルプデスク機能開始API
ヘルプデスク機能の契約を行います。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Request Body schema: application/json
| enabled required | boolean true: 契約中、false: 未契約 |
Responses
Accepted.
Bad Request
Conflict
Internal Server Error
Request samples
- Payload
{- "enabled": true
}Response samples
- 202
- 400
- 409
{- "enabled": true,
- "startAt": "2024-06-10T06:30:30Z"
}ヘルプデスク機能取得API
ヘルプデスク契約の有無を取得します。
path Parameters
| tenantId required | string 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
header Parameters
| X-Auth-Token required | string 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
Responses
OK.
Bad Request
Internal Server Error
Response samples
- 200
- 400
{- "enabled": true,
- "startAt": "2024-06-10T06:30:30Z"
}