castack
  1. 板卡计算规格
castack
  • 板卡计算规格
    • 新增板卡计算规格
      POST
    • 编辑板卡计算规格
      PUT
  • 计算规格
    • 新增容器计算规格
      POST
    • 编辑容器计算规格
      PUT
  • 板卡指标
    POST
  • 容器指标
    POST
  • 数据模型
    • Schemas
      • BatchMapVo
      • DisplayLayout
      • File
      • GroupBindDto
      • GroupBindV2Dto
      • HealthVo
      • IPage«RuleInstanceVo»
      • IPage«区域信息»
      • IPage«告警模板»
      • IPage«属性文件»
      • IPage«文件服务器»
      • IPage«板卡计算规格»
      • IPage«节点信息»
      • IPage«规则信息»
      • IPage«计算规格»
      • InputStream
      • InstanceAmountVO
      • Map«string,int»
      • Map«string,string»
      • ResTag
      • Resource
      • Result
      • Result«DisplayLayout»
      • Result«IPage«RuleInstanceVo»»
      • Result«IPage«区域信息»»
      • Result«IPage«告警模板»»
      • Result«IPage«属性文件»»
      • Result«IPage«文件服务器»»
      • Result«IPage«板卡计算规格»»
      • Result«IPage«节点信息»»
      • Result«IPage«规则信息»»
      • Result«IPage«计算规格»»
      • Result«InstanceAmountVO»
      • Result«List«HealthVo»»
      • Result«List«string»»
      • Result«List«区域字典»»
      • Result«List«板卡计算规格»»
      • Result«Map«string,int»»
      • Result«Map«string,string»»
      • Result«object»
      • Result«string»
      • Result«列表数量统计对象»
      • Result«区域详情对象»
      • Result«告警响应»
      • Result«告警模板»
      • Result«属性文件»
      • Result«数量统计详情对象»
      • Result«文件服务器»
      • Result«节点详情对象»
      • Result«计算规格»
      • Result«风险提示对象»
      • RuleInstanceBatchDto
      • RuleInstanceVo
      • TagRelDto
      • URI
      • URL
      • URLStreamHandler
      • WarningTemplateDetectionVo
      • 分组管理
      • 列表数量统计对象
      • 区域信息
      • 区域字典
      • 区域查询对象
      • 区域详情对象
      • 告警响应
      • 告警模板
      • 基础查询对象
      • 实例规则信息
      • 属性文件
      • 属性文件查询对象
      • 数量统计详情对象
      • 文件服务器
      • 文件服务查询对象
      • 板卡计算规格
      • 板卡计算规格查询对象
      • 节点信息
      • 节点查询对象
      • 节点详情对象
      • 规则信息
      • 计算规格
      • 计算规格查询对象
      • 风险提示对象
    • RequestBodies
      • riskTipsUsingPOSTUuids
      • deleteAreaUsingPOSTBatchmap
  1. 板卡计算规格

新增板卡计算规格

POST
/arm/card/offering

请求参数

Body 参数application/json

示例
{
    "cpuCore": 8,
    "disk": 256,
    "hardwareModel": "Orion865",
    "memory": 12,
    "remark": "string",
    "status": 1,
    "uuid": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/arm/card/offering' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cpuCore": 8,
    "disk": 256,
    "hardwareModel": "Orion865",
    "memory": 12,
    "remark": "string",
    "status": 1,
    "uuid": "string"
}'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "code": 0,
    "message": "string",
    "result": {},
    "timestamp": 0,
    "traceId": "string"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-07-14 09:09:25
下一页
编辑板卡计算规格
Built with