Anyway to get current usage stat from vCenter via REST API?
I'm using REST API to develop a web-based private cloud management system that can monitor and have some automated functions like "auto-create VM as user want if there are enough resources" and "auto-remove unused VM for a time (e.g. 1 month)".
There are anyway to get some stat from vCenter like CPU, RAM, Storage usage to use for "auto-create VM if there are enough resources" cause I get appliance health it's show as "Green" not the values.
Update:
I had use this https://vdc-repo.vmware.com/vmwb-repository/dcr-public/1cd28284-3b72-4885-9e31-d1c6d9e26686/71ef7304-a6c9-43b3-a3cd-868b2c236c81/doc/operations/com/vmware/appliance/monitoring.query-operation.html to get monitoring data but I don't know how to use these data values.
I thought the "16423596.0" was something like total memory in KB but I converted it to GB its not equal to actual memory on vCenter host.
data got from REST by POSTMAN
My cloud environment contains 1 vCenter and 1 seperate ESXi as host.
ESXi spec:
Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (8 Logical Processor)
4 GB Memory
402 GB Storage
Sorry for my bad english
rest vsphere vcenter
add a comment |
I'm using REST API to develop a web-based private cloud management system that can monitor and have some automated functions like "auto-create VM as user want if there are enough resources" and "auto-remove unused VM for a time (e.g. 1 month)".
There are anyway to get some stat from vCenter like CPU, RAM, Storage usage to use for "auto-create VM if there are enough resources" cause I get appliance health it's show as "Green" not the values.
Update:
I had use this https://vdc-repo.vmware.com/vmwb-repository/dcr-public/1cd28284-3b72-4885-9e31-d1c6d9e26686/71ef7304-a6c9-43b3-a3cd-868b2c236c81/doc/operations/com/vmware/appliance/monitoring.query-operation.html to get monitoring data but I don't know how to use these data values.
I thought the "16423596.0" was something like total memory in KB but I converted it to GB its not equal to actual memory on vCenter host.
data got from REST by POSTMAN
My cloud environment contains 1 vCenter and 1 seperate ESXi as host.
ESXi spec:
Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (8 Logical Processor)
4 GB Memory
402 GB Storage
Sorry for my bad english
rest vsphere vcenter
add a comment |
I'm using REST API to develop a web-based private cloud management system that can monitor and have some automated functions like "auto-create VM as user want if there are enough resources" and "auto-remove unused VM for a time (e.g. 1 month)".
There are anyway to get some stat from vCenter like CPU, RAM, Storage usage to use for "auto-create VM if there are enough resources" cause I get appliance health it's show as "Green" not the values.
Update:
I had use this https://vdc-repo.vmware.com/vmwb-repository/dcr-public/1cd28284-3b72-4885-9e31-d1c6d9e26686/71ef7304-a6c9-43b3-a3cd-868b2c236c81/doc/operations/com/vmware/appliance/monitoring.query-operation.html to get monitoring data but I don't know how to use these data values.
I thought the "16423596.0" was something like total memory in KB but I converted it to GB its not equal to actual memory on vCenter host.
data got from REST by POSTMAN
My cloud environment contains 1 vCenter and 1 seperate ESXi as host.
ESXi spec:
Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (8 Logical Processor)
4 GB Memory
402 GB Storage
Sorry for my bad english
rest vsphere vcenter
I'm using REST API to develop a web-based private cloud management system that can monitor and have some automated functions like "auto-create VM as user want if there are enough resources" and "auto-remove unused VM for a time (e.g. 1 month)".
There are anyway to get some stat from vCenter like CPU, RAM, Storage usage to use for "auto-create VM if there are enough resources" cause I get appliance health it's show as "Green" not the values.
Update:
I had use this https://vdc-repo.vmware.com/vmwb-repository/dcr-public/1cd28284-3b72-4885-9e31-d1c6d9e26686/71ef7304-a6c9-43b3-a3cd-868b2c236c81/doc/operations/com/vmware/appliance/monitoring.query-operation.html to get monitoring data but I don't know how to use these data values.
I thought the "16423596.0" was something like total memory in KB but I converted it to GB its not equal to actual memory on vCenter host.
data got from REST by POSTMAN
My cloud environment contains 1 vCenter and 1 seperate ESXi as host.
ESXi spec:
Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (8 Logical Processor)
4 GB Memory
402 GB Storage
Sorry for my bad english
rest vsphere vcenter
rest vsphere vcenter
asked Nov 14 '18 at 4:37
Chatchai W.Chatchai W.
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
At this point in time, VM and host stats are not yet available through the REST API. Those stats can be pulled from the vSphere Web Services API, but it's SOAP based.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53293274%2fanyway-to-get-current-usage-stat-from-vcenter-via-rest-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
At this point in time, VM and host stats are not yet available through the REST API. Those stats can be pulled from the vSphere Web Services API, but it's SOAP based.
add a comment |
At this point in time, VM and host stats are not yet available through the REST API. Those stats can be pulled from the vSphere Web Services API, but it's SOAP based.
add a comment |
At this point in time, VM and host stats are not yet available through the REST API. Those stats can be pulled from the vSphere Web Services API, but it's SOAP based.
At this point in time, VM and host stats are not yet available through the REST API. Those stats can be pulled from the vSphere Web Services API, but it's SOAP based.
answered Nov 17 '18 at 19:21
Kyle RuddyKyle Ruddy
566125
566125
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53293274%2fanyway-to-get-current-usage-stat-from-vcenter-via-rest-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown