getautoscaleprofileResult Structure Definition

The getautoscaleprofileResult structure defines the return type for getautoscaleprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

autoscaleprofileList

List of autoscaleprofiles


autoscaleprofile Structure Definition

The autoscaleprofile structure defines the actual return type values for getautoscaleprofile API.

Syntax



Members

name

AutoScale profile name.

type

The type of profile.

url

URL providing the service

apikey

api key for authentication with service

sharedsecret

shared secret for authentication with service

_nextgenapiresource


See Also