We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e409e72 commit f600591Copy full SHA for f600591
source/adminguide/extensions/developer.rst
@@ -75,11 +75,11 @@ Example:
75
},
76
"virtualmachineid": "...",
77
"cloudstack.vm.details": {
78
- "id": 25,
79
- "name": "i-2-100-QA",
+ "id": 100,
+ "name": "i-2-100-VM",
80
...
81
82
- "virtualmachinename": "i-2-100-QA"
+ "virtualmachinename": "i-2-100-VM"
83
}
84
85
The schema varies depending on the resource and action. Use this to perform context-specific logic.
0 commit comments