mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 10:22:34 +00:00
json: changes resource reference
This commit is contained in:
@@ -45,9 +45,9 @@ GetOptions
|
|||||||
|
|
||||||
$HostUri = "http://$Host:$Port";
|
$HostUri = "http://$Host:$Port";
|
||||||
|
|
||||||
my $uri = "/port/1/3/sta3100";
|
my $uri = "/port/1/1/sta0200";
|
||||||
my $rh = json_request($uri);
|
my $rh = json_request($uri);
|
||||||
print Dumper($rh);
|
print Dumper($rh);
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user