| getcloudapistatusResult Structure Definition |
The getcloudapistatusResult structure defines the return type for getcloudapistatus 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. |
cloudapistatusList |
List of cloudapistatuss |
| cloudapistatus Structure Definition |
The cloudapistatus structure defines the actual return type values for getcloudapistatus API. |
Syntax |
Members |
type |
Shows VPX Running Environmentrunning 0 VPX ON PREM, 1 AWS, 2 OPENSTACK 3 Azure, 4 GCP CLoud. |
apitype |
Specific API type called by ADC in cloud |
status |
Status of Cloud API called by ADC |
comment |
Error string during failure of cloud api |
_nextgenapiresource |
See Also |