404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.217.203.133: ~ $
**To create a device**

The following ``create-device`` example creates a device in the specified global network. The device details include a description, the type, vendor, model, and serial number. ::

    aws networkmanager create-device  
        --global-network-id global-network-01231231231231231 \
        --description "New York office device" \
        --type "office device" \
        --vendor "anycompany" \
        --model "abcabc" \
        --serial-number "1234" \
        --region us-west-2

Output::

    {
        "Device": {
            "DeviceId": "device-07f6fd08867abc123",
            "DeviceArn": "arn:aws:networkmanager::123456789012:device/global-network-01231231231231231/device-07f6fd08867abc123",
            "GlobalNetworkId": "global-network-01231231231231231",
            "Description": "New York office device",
            "Type": "office device",
            "Vendor": "anycompany",
            "Model": "abcabc",
            "SerialNumber": "1234",
            "CreatedAt": 1575554005.0,
            "State": "PENDING"
        }
    }

For more information, see `Working with Devices <https://docs.aws.amazon.com/vpc/latest/tgw/on-premises-networks.html#working-with-devices>`__ in the *Transit Gateway Network Manager Guide*.

Filemanager

Name Type Size Permission Actions
associate-customer-gateway.rst File 1.02 KB 0644
associate-link.rst File 910 B 0644
create-core-network.rst File 1.19 KB 0644
create-device.rst File 1.23 KB 0644
create-global-network.rst File 556 B 0644
create-link.rst File 1.37 KB 0644
create-site.rst File 1.11 KB 0644
create-vpc-attachment.rst File 1.46 KB 0644
delete-attachment.rst File 980 B 0644
delete-bucket-analytics-configuration.rst File 323 B 0755
delete-bucket-metrics-configuration.rst File 316 B 0755
delete-core-network.rst File 1.21 KB 0644
delete-device.rst File 1.09 KB 0644
delete-global-network.rst File 568 B 0644
delete-link.rst File 1.09 KB 0644
delete-public-access-block.rst File 298 B 0755
delete-site.rst File 1.02 KB 0644
deregister-transit-gateway.rst File 938 B 0644
describe-global-networks.rst File 648 B 0644
disassociate-customer-gateway.rst File 991 B 0644
disassociate-link.rst File 885 B 0644
get-bucket-analytics-configuration.rst File 432 B 0755
get-bucket-metrics-configuration.rst File 464 B 0755
get-customer-gateway-associations.rst File 714 B 0644
get-devices.rst File 874 B 0644
get-link-associations.rst File 606 B 0644
get-links.rst File 950 B 0644
get-object-retention.rst File 442 B 0755
get-public-access-block.rst File 490 B 0755
get-sites.rst File 832 B 0644
get-transit-gateway-registrations.rst File 710 B 0644
get-vpc-attachment.rst File 1.59 KB 0644
list-bucket-analytics-configurations.rst File 476 B 0755
list-bucket-metrics-configurations.rst File 656 B 0755
list-tags-for-resource.rst File 526 B 0644
put-bucket-metrics-configuration.rst File 387 B 0755
put-object-retention.rst File 423 B 0755
put-public-access-block.rst File 438 B 0755
register-transit-gateway.rst File 937 B 0644
reject-attachment.rst File 963 B 0644
tag-resource.rst File 429 B 0644
untag-resource.rst File 424 B 0644
update-device.rst File 1.14 KB 0644
update-global-network.rst File 863 B 0644
update-link.rst File 1.15 KB 0644
update-site.rst File 1.07 KB 0644