Updating a VPC Flow Log
Function
This API is used to update a VPC flow log.
URI
PUT /v1/{project_id}/fl/flow_logs/{flowlog_id}
Table 1 describes the parameters.
Name |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
flowlog_id |
Yes |
String |
Flow log ID |
Request Parameters
Name |
Mandatory |
Type |
Description |
---|---|---|---|
flow_log |
Yes |
flow_log object |
FlowLog objects. For details, see Table 3. |
Name |
Mandatory |
Type |
Description |
---|---|---|---|
name |
No |
String |
|
description |
No |
String |
|
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" } }
Response Parameters
Name |
Type |
Description |
---|---|---|
flow_log |
flow_log object |
FlowLog objects. For details, see Table 5. |
Name |
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 |
|
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", "created_at": "2019-01-14T11:03:02", "updated_at": "2019-01-14T12:03:02" } }
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