Magic Network Monitoring

MagicNetworkMonitoring

MagicNetworkMonitoring.Configs

Methods

get(, ):
get/accounts/{account_id}/mnm/config

Lists default sampling, router IPs and warp devices for account.

create(, ):
post/accounts/{account_id}/mnm/config

Create a new network monitoring configuration.

update(, ):
put/accounts/{account_id}/mnm/config

Update an existing network monitoring configuration, requires the entire configuration to be updated at once.

edit(, ):
patch/accounts/{account_id}/mnm/config

Update fields in an existing network monitoring configuration.

delete(, ):
delete/accounts/{account_id}/mnm/config

Delete an existing network monitoring configuration.

Domain types

Configuration{…}

MagicNetworkMonitoring.Configs.Full

Methods

get(, ):
get/accounts/{account_id}/mnm/config/full

Lists default sampling, router IPs, warp devices, and rules for account.

MagicNetworkMonitoring.Rules

Methods

list(, ): < | null>
get/accounts/{account_id}/mnm/rules

Lists network monitoring rules for account.

get(, , ): | null
get/accounts/{account_id}/mnm/rules/{rule_id}

List a single network monitoring rule for account.

create(, ): | null
post/accounts/{account_id}/mnm/rules

Create network monitoring rules for account. Currently only supports creating a single rule per API request.

update(, ): | null
put/accounts/{account_id}/mnm/rules

Update network monitoring rules for account.

edit(, , ): | null
patch/accounts/{account_id}/mnm/rules/{rule_id}

Update a network monitoring rule for account.

delete(, , ): | null
delete/accounts/{account_id}/mnm/rules/{rule_id}

Delete a network monitoring rule for account.

Domain types

MagicNetworkMonitoringRule{…}

MagicNetworkMonitoring.Rules.Advertisements

Methods

edit(, , ): | null
patch/accounts/{account_id}/mnm/rules/{rule_id}/advertisement

Update advertisement for rule.

Domain types

Advertisement{…}

MagicNetworkMonitoring.VPCFlows

MagicNetworkMonitoring.VPCFlows.Tokens

Methods

create(, ):
post/accounts/{account_id}/mnm/vpc-flows/token

Generate authentication token for VPC flow logs export.