History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
Service address/v3/push/plan/add_plan_push
Parameter | Type | Required | Description |
planName | string | Yes | Push plan name, which can contain up to 60 letters |
planDescribe | string | Yes | Push plan description, which can contain up to 300 characters |
Parameter | Type | Required | Description |
retCode | string | Yes | Return status code |
errMsg | string | Yes | Error message |
result | object | Yes | Please see the description of PlanRecordData in the table below |
Parameter | Type | Required | Description |
planId | string | Yes | Push plan ID generated by TPNS |
planName | string | Yes | Push plan name, which can contain up to 23 letters |
planDescribe | string | Yes | Push plan description, which can contain up to 300 characters |
planPushSource | string | Yes | - |
createdAt | uint32 | Yes | Creation time in timestamp format |
updateAt | uint32 | Yes | Update time in timestamp format |
{"planName":"TPNS_TEST123","planDescribe":"plan_test"}
{"retCode": 0,"ErrMsg": "save success","result": {"planId": "48","planName": "TPNS_TEST123","planDescribe": "plan_test","planPushSource": "api","createdAt": 1593314408,"updateAt": 1593314408}}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback