根据环境的hashId获取指定项目指定环境下节点列表(不校验权限)

Request method/request path

POST /ms/openapi/api/apigw/v3/environment/projects/{projectId}/nodes/listRawByEnvHashIds

Resource description

Gets the node list of the specified item according to the hashId of the environment (does not verify permissions)

Input parameter description

Body parameter

Parameter nameParameter typemustParameter descriptionDefault value

body

array

is

Node hashIds

Path parameter

Parameter nameParameter typemustParameter descriptionDefault value

projectId

string

is

Item ID

response

HTTP codedescriptionParameter type

200

successful operation

Data return wrapper model MapStringList Node Information (permissions)

Request sample

curl -X POST '[Please replace API address bar request address]' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : {  "string" : "string"  },  "message" : "String",  "status" : 0 } 

Data return wrapper model MapStringList Node Information (permissions)

Parameter nameParameter typemustParameter description

data

object

no

data

message

string

no

Error message

status

integer

is

Status code

Last updated