Skip to content

Commit

Permalink
System: Remove Get-ArubaSWSystemStatusCpu
Browse files Browse the repository at this point in the history
Don't work with APIv4 (PowerAruba#43)
  • Loading branch information
alagoutte committed Nov 25, 2018
1 parent 0ee97b5 commit 649fb5d
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions PowerArubaSW/Public/System.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,38 +124,6 @@ function Get-ArubaSWSystemStatus {
}
}

function Get-ArubaSWSystemStatusCpu {

<#
.SYNOPSIS
Get System Status CPU about ArubaOS Switch (Provision)
.DESCRIPTION
Get System Status CPU
.EXAMPLE
Get-ArubaSWSystemStatusCpu
Get System Status CPU
#>

Begin {
}

Process {

$url = "rest/v4/system/status/cpu"

$response = invoke-ArubaSWWebRequest -method "GET" -url $url

$response.content | convertfrom-json
}

End {
}
}

function Get-ArubaSWSystemStatusSwitch {

<#
Expand Down

0 comments on commit 649fb5d

Please sign in to comment.