Updating a VPC Flow Log
Function
This API is used to update a VPC flow log.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see the required permissions in Permissions and Supported Actions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
vpc:flowLogs:update
Write
flowLog *
- vpc:FlowLogId
- vpc:FlogLogResourceType
-
-
URI
PUT /v1/{project_id}/fl/flow_logs/{flowlog_id}
Table 1 describes the parameters.
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID. |
|
flowlog_id |
Yes |
String |
Flow log ID |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
flow_log |
Yes |
flow_log object |
FlowLog objects. For details, see Table 3. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
name |
No |
String |
|
|
description |
No |
String |
|
|
admin_state |
No |
Boolean |
|
Example Request
- Change the name of the VPC flow log whose ID is f49f00f1-0f15-470a-a8c5-4e879e461c8d to flow-log-update.
PUT https://{Endpoint}/v1/b2782e6708b8475c993e6064bc456bf8/fl/flow_logs/f49f00f1-0f15-470a-a8c5-4e879e461c8d { "flow_log": { "name": "flow-log-update", "description": "update", "admin_state": false } }
Response Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
flow_log |
flow_log object |
FlowLog objects. For details, see Table 5. |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
String |
|
|
name |
String |
|
|
tenant_id |
String |
|
|
description |
String |
|
|
resource_type |
String |
|
|
resource_id |
String |
|
|
traffic_type |
String |
|
|
log_group_id |
String |
|
|
log_topic_id |
String |
|
|
log_store_type |
String |
|
|
admin_state |
Boolean |
|
|
status |
String |
|
|
created_at |
String |
|
|
updated_at |
String |
|
Example Response
{
"flow_log": {
"id": "f49f00f1-0f15-470a-a8c5-4e879e461c8d",
"name": " flow-log-update",
"description": "update",
"tenant_id": "b2782e6708b8475c993e6064bc456bf8",
"resource_type": "port",
"resource_id": "05c4052d-8d14-488f-aa00-19fea5a25fde",
"traffic_type": "reject",
"log_group_id": "05c4052d-8d14-488f-aa00-19fea5a25fdd",
"log_topic_id": "a9d7dee7-37d2-4cba-a208-a016252aaa63",
"log_store_type": "lts",
"created_at": "2019-01-14T11:03:02",
"updated_at": "2019-01-14T12:03:02",
"status": "DOWN",
"admin_state": false
}
}
Status Code
See Status Codes.
Error Code
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot