根据环境名称获取环境信息(不校验权限)

Request method/request path

POST /ms/openapi/api/apigw/v3/environment/projects/{projectId}/envs/listRawByEnvNames

Resource description

Obtaining environment information by environment name (not verifying permissions)

Input parameter description

Body parameter

Path parameter

response

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" : [ {  "updatedTime" : 0,  "canEdit" : true,  "envVars" : [ {  "name" : "String",  "secure" : true,  "value" : "String"  } ],  "updatedUser" : "String",  "canUse" : true,  "envType" : "String",  "name" : "String",  "createdTime" : 0,  "nodeCount" : 0,  "canDelete" : true,  "envHashId" : "String",  "createdUser" : "String",  "desc" : "String"  } ],  "message" : "String",  "status" : 0 } 

Data return wrapper model List Environment Information (permissions)

Environmental information (permission)

Environment variable

Last updated