Instrucciones de origen · Vista previa de solo lectura
name
aws-network-manager
description
AWS Network Manager API skill. Use when working with AWS Network Manager for attachments, global-networks, connect-attachments. Covers 85 endpoints.
version
1.0.0
generator
lapsh
AWS Network Manager
API version: 2019-07-05
Auth
AWS SigV4
Base URL
Not specified.
Setup
Configure auth: AWS SigV4
GET /global-networks -- verify access
POST /attachments/{attachmentId}/accept -- create first accept
Endpoints
85 endpoints across 13 groups. See references/api-spec.lap for full details.
attachments
Method
Path
Description
POST
/attachments/{attachmentId}/accept
Accepts a core network attachment request. Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.
DELETE
/attachments/{attachmentId}
Deletes an attachment. Supports all attachment types.
Associates a core network Connect peer with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.
Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate customer gateways that are connected to a VPN attachment on a transit gateway or core network registered in your global network. When you register a transit gateway or core network, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id. You cannot associate a customer gateway with more than one device and link.
Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.
Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network. You cannot associate a transit gateway Connect peer with more than one device and link.
POST
/global-networks/{globalNetworkId}/connections
Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.
POST
/global-networks/{globalNetworkId}/devices
Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.
POST
/global-networks
Creates a new, empty global network.
POST
/global-networks/{globalNetworkId}/links
Creates a new link for a specified site.
connect-attachments
Method
Path
Description
POST
/connect-attachments
Creates a core network Connect attachment from a specified core network attachment. A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.
GET
/connect-attachments/{attachmentId}
Returns information about a core network Connect attachment.
connect-peers
Method
Path
Description
POST
/connect-peers
Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
DELETE
/connect-peers/{connectPeerId}
Deletes a Connect peer.
GET
/connect-peers/{connectPeerId}
Returns information about a core network Connect peer.
GET
/connect-peers
Returns a list of core network Connect peers.
core-networks
Method
Path
Description
POST
/core-networks
Creates a core network as part of your global network, and optionally, with a core network policy.
DELETE
/core-networks/{coreNetworkId}
Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.
Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.
PATCH
/core-networks/{coreNetworkId}
Updates the description of a core network.
site-to-site-vpn-attachments
Method
Path
Description
POST
/site-to-site-vpn-attachments
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
GET
/site-to-site-vpn-attachments/{attachmentId}
Returns information about a site-to-site VPN attachment.
Deletes an existing device. You must first disassociate the device from any links and customer gateways.
DELETE
/global-networks/{globalNetworkId}
Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.
DELETE
/global-networks/{globalNetworkId}/links/{linkId}
Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
DELETE
/global-networks/{globalNetworkId}/sites/{siteId}
Deletes an existing site. The site cannot be associated with any device or link.
Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.
GET
/global-networks
Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate Get* action. For example, to list the transit gateways in your global network, use GetTransitGatewayRegistrations.
Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
GET
/global-networks/{globalNetworkId}/links
Gets information about one or more links in a specified global network. If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.
Describes the network resources for the specified global network. The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.
POST
/global-networks/{globalNetworkId}/network-routes
Gets the network routes of the specified global network.
Registers a transit gateway in your global network. Not all Regions support transit gateways for global networks. For a list of the supported Regions, see Region Availability in the Amazon Web Services Transit Gateways for Global Networks User Guide. The transit gateway can be in any of the supported Amazon Web Services Regions, but it must be owned by the same Amazon Web Services account that owns the global network. You cannot register a transit gateway in more than one global network.
POST
/global-networks/{globalNetworkId}/route-analyses
Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.