docs
api
Private Network(UVPC)
GetAvailableResourceForPolicy

Obtain resource information for configurable port forwarding rules of NAT gateway - GetAvailableResourceForPolicy

Overview

Obtain resource information for configurable port forwarding rules of NAT gateway

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is GetAvailableResourceForPolicy.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See List of Regions and Availability ZonesYes
ProjectIdstringProject Id. If not filled in, the default project is used. Sub-accounts must fill in. Please refer to the GetProjectList interface.No
NATGWIdstringNAT Gateway IdYes
LimitintReturn data length, default is 20No
OffsetintList start position offset, default is 0No

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
DataSetarray[GetAvailableResourceForPolicyDataSet]Information on supported resource typesYes

Data Model

GetAvailableResourceForPolicyDataSet

Field NameTypeDescription InformationRequired
ResourceIdstringResource's IdYes
PrivateIPstringIntranet IP corresponding to the resourceYes
ResourceTypestringResource Type. "uhost": UHost; "upm", Physical Cloud Host; "hadoophost": Hadoop Node; "fortresshost": Bastion Host; "udockhost", Container.Yes

Example

Request Example

https://api.surfercloud.com/?Action=GetAvailableResourceForPolicy
&Region=xxx
&ProjectId=xxx
&NATGWId=CuqLxGDE
&Limit=1000
&Offset=0

Response Example

{
  "Action": "GetAvailableResourceForPolicyResponse",
  "DataSet": [
    {
      "PrivateIP": "xxxx",
      "ResourceId": "xxxx",
      "ResourceType": "xxxx"
    }
  ],
  "RetCode": 0,
  "TotalCount": 1
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved
  • Contact our sales to help your business.
  • Contact our sales to help your business.