listCapabilities


SoftLayer_Network_Pod::listCapabilities

Retrieve a list of all possible capabilities Pods may fulfill.

Description

A capability is simply a string literal that denotes the availability of a feature. Capabilities are generally self describing, but any additional details concerning the implications of a capability will be documented elsewhere; usually by the Service or Operation related to it.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • string[]
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Pod/listCapabilities'