You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This Function Applies to the Floating IPs services.\n* Cancels a service for the passed module matching the passed id. Canceling a\n* service will also cancel any addons for that service at the same time.",
6
+
"function": {
7
+
"name": "api_floating_ips_cancel_service",
8
+
"desc": "This Function Applies to the Floating IPs services.\nCancels a service for the passed module matching the passed id. Canceling a service will also cancel any addons for that service at the same time.",
9
+
"input": {
10
+
"sid": {
11
+
"name": "sid",
12
+
"type": "string",
13
+
"description": "the *Session ID* you get from the [login](#login) call",
14
+
"example": "5f20dad4a74142bf03686e70b8027b5c"
15
+
},
16
+
"id": {
17
+
"name": "id",
18
+
"type": "int",
19
+
"description": "ID \/ Service ID you wish to cancel",
20
+
"example": 10000
21
+
}
22
+
},
23
+
"output": {
24
+
"return": {
25
+
"name": "return",
26
+
"type": "bool",
27
+
"description": ""
28
+
}
29
+
},
30
+
"example": false
31
+
},
32
+
"input_comment": "* @param sid string the *Session ID* you get from the [login](#login) call\n* @param id int ID \/ Service ID you wish to cancel\n",
"description": "This Function Applies to the Floating IPs services.\n* This function returns a list of all the unpaid invoices matching the module\n* passed..",
"description": "This Function Applies to the Floating IPs services.\n* Gets service info for the given ID in the given Module. An example of this\n* would be in the \"vps\" module have order id",
6
+
"function": {
7
+
"name": "api_floating_ips_get_service",
8
+
"desc": "This Function Applies to the Floating IPs services.\nGets service info for the given ID in the given Module. An example of this would be in the \"vps\" module have order id",
9
+
"input": {
10
+
"sid": {
11
+
"name": "sid",
12
+
"type": "string",
13
+
"description": "the *Session ID* you get from the [login](#login) call",
0 commit comments