FlowLogsApi
Method
HTTP request
Description
datacentersServersNicsFlowlogsDelete
Examples
const ionoscloud = require('@ionos-cloud/sdk-nodejs');
// setup authorization
const config = new ionoscloud.Configuration({
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD',
apiKey: 'YOUR_API_KEY'
});
const api_instance = new ionoscloud.FlowLogsApi(config);
// Delete Flow Logs
api_instance
.datacentersServersNicsFlowlogsDelete({
datacenterId: datacenterId_example,
serverId: serverId_example,
nicId: nicId_example,
flowlogId: flowlogId_example,
pretty: true,
depth: 56,
options: {}
})
.then((response) => console.log(response.data))
.catch((error) => console.log(error.response.data));Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
datacentersServersNicsFlowlogsFindById
Examples
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
datacentersServersNicsFlowlogsGet
Examples
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
datacentersServersNicsFlowlogsPatch
Examples
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
datacentersServersNicsFlowlogsPost
Examples
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
datacentersServersNicsFlowlogsPut
Examples
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated

