Rental of storage of a configuration library through the SOAP API implementation?

How I put the "storage lease" and "VM fencing policy" a configuration of library through the SOAP API call?

Thanks for the help...

Sorry, these methods are in the Lab Manager 4...

Tags: VMware

Similar Questions

  • Is there a way to recover the use of storage for a specific org through the vCloud API RESTful vdc?


    Hello - I hope someone can tell me how to recover the amount of storage used against an assignment given to a specific VCC in the goal.  I use storage profiles in my environment and when I retrieve the details of an org vDC by AGAINST... api / / admin/vdc / < OID >, I think the result is a block with hrefs VdcstorageProfiles I can do more gets against for details on provisioned storage profiles.  However the results of these becomes later contain just a 'Limit' tag in the XML file that indicates the amount of the allowance, but still no details on usage.  The initial GET against the vDC shows its use against the allocation of memory and cpu, and I was looking to find a similar result for storage.

    Thank you!

    Nevermind, I just have this one resolved, everything necessary for the query / api /? type = adminOrgVdcStorageProfile & filter = vdcName is XXXX

  • New Configuration in the SOAP API laboratory Manager

    It seems that this is there's NO way to create a new Configuration of the API?  Is this true?  Seems kind of silly for people like me who want to automate...



    -Matt

    VCP, vExpert, Unix Geek

    Is there a reason that you are not using fences?  A general flow through the public API would be:

    • Take your virtual machine, which is the basis for all.  Configure, upgrade all agents on this if necessary for your SQA system.

    • Check it out in the library.  You can do it in State of execution time.

    • Then, through the SOAP API, do one of the following:

    • Use the SOAP API to check the configuration to deploy the fenced virtual computer.  Run your tests. Cancel the deployment of VM.

    • Use Mercury Quality Center Plugin to manage the tests on your VM. Cancel the deployment of VM.

    • Borland Silk Central plugin allows to manage tests on your VM. Cancel the deployment of VM.

    600 to 700 simultaneous configs is fine; Obviously, you'll need of sufficient capacity to run all these VMs ESX, but there are others who now is their automation systems.

  • How do to identify the documents called "models of library" using the RESTful API?

    How do to identify the documents called "models of library" using the RESTful API? Furthermore, what constitutes a document to be a "model of library"? I see nothing in the libraryDocuments RESTful documentation that describes this type of document, such as presented on the tab 'Manage' my developer account. Please see the screenshot below. There is a model of Document named "[DEMO ONLY] Test model" listed under "Library Templates" and I try to figure out which classifies that document to be included this way and how does produce a similar announcement by using the RESTful API.

    Screen Shot 2014-10-29 at 11.16.48 AM.png

    Thank you!

    Hello

    You can connect to access library models using the REST API, use 'GET /libraryDocuments' allowing to recover documents in library for a user. Models are created in the account of EchoSign, which later are accessible via the REST method mentioned above.

    Jat

  • location of default configuration file through the APEX

    Hey people, does anyone have a solution to the following problem:

    Another developer needs a downloaded file from a particular folder, not a local on their local computer but a folder on a server folder.  They want the browser control of default file from this server for the user folder to look for the file required for the download.

    It is in 5 APEX, using the version of Firefox 38.4 ESR...

    Thank you

    Tony Miller
    Los Alamos, NM

    TexasApexDeveloper wrote:

    Hey people, does anyone have a solution to the following problem:

    Another developer needs a downloaded file from a particular folder, not a local on their local computer but a folder on a server folder.  They want the browser control of default file from this server for the user folder to look for the file required for the download.

    Hi Tony

    What is voluntarily prohibited for security reasons, in the same way that the name of the file cannot be manipulated using JavaScript etc.

  • How to pass the elqCustomerGUID as well as data of form through the rest API?

    Hey everybody,

    We have our own installer of forms on our front-end server.  We take this data with the basting eloqua (elqCustomerGUID) id and pass it on to our backend.  We then use the Eloqua Rest API to send the form data to Eloqua.  The problem is that I can not understand how to properly send the elqCustomerGUID so that it binds a contact to the the ID.  Need this to display the tracking page to work.

    According to the data of the shipment, it works perfectly - map us the values of their corresponding form ID field and send it.

    Any help would be appreciated!

    Thank you

    Chris

    I just finished using the CURL approach to imitate the real form post that Eloqua uses.  If you look at the html code of the form, you can see the fields, it took:

    elqFormName, elqCustomerGUID, elqCookieWrite, elqSiteID

    and then the htmlNames in any other field that the form is intended.

    If you post all what to "http://s«.$elqSiteID.".t.eloqua.com/e/f2 "in a tone of param query normal-online configuration of the value, it will count as if you clicked on submit on the real shape."

    Hope that helps! If you have any questions just shoot me a message.

  • Publish ads IPsets created on a scope through the REST API

    I am able to create a FPS on a range of data center as follows:

    POST https://192.168.x.x/api/2.0/services/ipset/datacenter-xx

    < ipset(8) >

    < objectId / >

    < type >

    < typeName / >

    < / type >

    < description > new Description < / description >

    < name > TestIPSet2 < / name >

    < revision > 0 < / revision >

    < objectTypeName / >

    < value > 10.112.201.8 - 10.112.201.14 < / value >

    < / ipset(8) >

    that gives me id is:

    FPS-205

    I can successfully query this FPS directly with:

    GET https://192.168.x.x/api/2.0/services/ipset/ipset-205

    < ipsetipset >

    < objectId > FPS-205 < / objectId >

    < type >

    < typeName > Ipset(8) < / typeName >

    < / type >

    < name > TestIPSet2 < / name >

    < description > new Description < / description >

    < revision > 1 < / revision >

    < objectTypeName > Ipset(8) < / objectTypeName >

    < scope >

    < id > datacenter-xx / < ID >

    < objectTypeName > data center < / objectTypeName >

    XXXXX < name > < / name >

    < / scope >

    < extendedAttributes / >

    < inheritanceAllowed > false < / inheritanceAllowed >

    < value > 10.112.201.8 - 10.112.201.14 < / value >

    < / ipset(8) >

    However, if I try to enumerate all IPsets on the scope of data center-xx, I get an error:

    GET https://192.168.x.x/api/2.0/services/ipset/datacenter-xx

    https://192.168.x.x/API/2.0/services/IPSET/Datacenter-XX

    https://192.168.x.x/API/2.0/services/IPSET/IPSET-205

    < error >

    <>details requested object: data center-xx could not be found. Object identifiers are case sensitive. < / details >

    < > 202 errorCode < / errorCode >

    < moduleName > - basic services < / moduleName >

    < / error >

    Any ideas? Surely the datacenter-xx must exist because I have successfully created a FPS on that?

    Figured it out. The URL in the documentation is incorrect, that you actually need is:

    https://192.168.x.x/API/2.0/services/IPSET/scope/Datacenter-XX

    that is, it lacks the /scope

    Once added to the request is so successful

  • How to import plugin VCO through the REST API

    I try to import plugin VCO via customer REST VCO, it always by listed below error

    Exception in thread "main" org.springframework.web.client.HttpServerErrorException: 500 Internal Server Error

    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:92)

    at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:494)

    at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:451)

    at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:423)

    at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:328)

    at com.vmware.o11n.sdk.rest.client.services.PluginService.importPlugin(PluginService.java:65)

    at com.vmware.o11n.sdk.rest.client.services.PluginService.importPluginFromFile(PluginService.java:53)

    at FileUploadAdv100.uploadVCOPluginsList (FileUploadAdv100.java:53)

    at FileUploadAdv100.main (FileUploadAdv100.java:26)

    My code is here

    File pluginFile = new File("D:\\vcoplugins\\JAVARESTSDK_Examples\\o11nplugin-powershell-1.0.1.vmoapp");
    Boolean overwrite = false;
    SessionFactory VcoSessionFactory = createSessionFactory();
    Authentication auth = createAuthentication (sessionFactory);
    Session VcoSession = sessionFactory.newSession (auth);
    PluginService pluginService = new PluginService (session);
    pluginService.importPluginFromFile (pluginFile, overwrite);

    Concerning
    APR

    Hi APR,.

    PluginService.importPluginFromFile () supports only import plug-ins of .dar files, not files .vmoapp.

    The good news is that you can extract the .dar file is the .vmoapp file. Simply open the file .vmoapp with a program that can open. ZIP archives (like WinRar, WinZip, 7-zip, etc.) and check out the .dar file. Then change your code to pass the path to the file .dar (the first line of your code).

    Another option would be to try PluginService.importApplicationFromFile (), which should support the import of .vmoapp files.

    Hope this helps,

    -Ilian

  • How a VAPP user could get the Info org-network through the REST API?

    Hi all

    I can get the org-network when I use the system administrator use the REST url "/ api/org", but when I use a VAPP user, may not work properly.

    Then I try to config user VAPP role permission and give him the permition operating organization. The answer is STILL no network-org Info too

    What should I do?

    Respect of

    Hello

    VAPP users are not allowed to see the org above their visibility networks. They are allowed to see the networks VAPP.
    Org networks are visible to the user 'administrator of the Organization ". If you want you can see the permissions of the role "Administrator of the Organization" and create role with the org network of related rights, which will be tailored to your needs. You can also change the role of 'paralytic' adding rights for ' Org networks-> view/edit properties "and"organization-> view organization networks. This can be done as easily in the user interface of vCD.
  • Security through the Security Manager implementation

    Hi guys!

    I have a question on safety...

    If I open the Manager of security-> groups-> GroupName-> permissions-> filters I choose a presentation server and the presentation table (and its fields) so that the user can see only the data I want to...

    The problem is that the choice of this layout table when creating a generic response, I actually do not allow the user to see that data... but when the user chooses a few other display boards and not that I 'him', he can see all the data anyway...

    Is there a way to apply this filter to the entire repository, even if the user does not directly choose this particular presentation of an answer table?

    911078 wrote:
    Where can I find the Advanced Security Option?

    My version of product is 10 OBIEE and the operating system is Linux.

    Ah Ha! I suspected.

    This is a job for SuperGeek (Just kidding)

    But in reality, the question must be asked on the forums OBIEE. OBIEE General forums are https://forums.oracle.com/forums/category.jspa?categoryID=16 and this question is better asked in the "Business Intelligence Suite Enterprise Edition. They will be able to help you.

  • Unable to create the pool of IP required for configuration VXLAN using the API REST NSX

    Basically, I want to configure VXLAN using the REST API. To set up VXLAN, VMKNic IP addressing accepts DHCP or IP Pool. I decided to go with Pool of IP.

    To create a Pool of IP "NSX-DEV-IPPOOL-01', I used the REST APIs.»

    POST https:// < nsx - ip > /api/2.0/services/ipam/pools/scope/ < id data center >

    < ipamAddressPool >

    < name > NSX-IP-POOL-02 < / name >

    < LG > 24 < / LG >

    < gateway > 10.99.134.1 < / gateway >

    Lab.local < dnsSuffix > < / dnsSuffix >

    < dnsServer1 > 10.99.134.2 < / dnsServer1 >

    < dnsServer2 > < / dnsServer2 >

    < Plages_ip >

    < ipRangeDto >

    < startAddress > 10.99.134.225 < / startAddress >

    < endAddress > 10.99.134.229 < / endAddress >

    < / ipRangeDto >

    < / Plages_ip >

    < / ipamAddressPool >

    Now I can see the Pool of IP in vCenter under NSX Manager-> [NSX-Manager-IP]-> manage-> object-> Pools of IP group.

    nsx_ipPools.png

    But when configuring VXLAN, no IP pool is present.

    nsx_configurev_xlan.png

    Y at - it all the additional steps required after the addition of pool of IP using the REST API?

    Thanks in advance.

    Remove the existing IP pool.  Then recreate the pool by using the API, but instead of using with globalroot-0.

  • Move line command r does not create through the API

    Hello

    I m creating the order of MOVING through the Standard API of the Oracle. Its share of the header is created successfully, but don't create the line.
    However, the Standard API return status as S. I m using the following INV_MOVE_ORDER_PUB API. CREATE_MOVE_ORDER_HEADER for INV_MOVE_ORDER_PUB and header. CREATE_MOVE_ORDER_LINES for lines.

    After you run the line level API return it the following message.

    Context of initialized requests: 3767 50238 401
    ==========================================================
    Call of INV_MOVE_ORDER_PUB. Create_Move_Order_Lines API
    ==========================================================
    Return status: S, return value: T
    Moving lines of order created successfully for header ID 1942372
    ==========================================================

    Thanks in advance...

    Kind regards
    DK

    Check how to create lines of movement using INV_MOVE_ORDER_PUB command. Create_Move_Order_Lines API [Video] [ID 729263.1]
    He has the video as well as sample code.
    Make sure that you follow these guidelines.

    Hope this helps,
    Sandeep Gandhi

  • How to configure and use the local storage dirve and usb

    My company bought a server DMM cisco as well as 10 players of 4310 g dmp.  I tried to work on mine here to get it all working.  Let me expose what we would do first before to get into the details.

    The cental DMM will it play any content and be used to create and manage the content here at company wehre I am.  However my boss wants to send dmp individual players (4310 g) out to our factories across the country.  He wants me to be able to creat content or allow a person managing the exact address to edit the content and then push the content from the server DMM to corporate local DPM record either on local storage or attached thumb order.  I guess my questions on what are the following.

    (1) is it necessary to push the content locally for playback?  Willingness to play the content of our dmm on the wan to do lots of traffic?  Presentations could be as simple as a welcome page based presentation playing images video and flash.

    (2) based on local content would be a wise decision I'll have to see exactly how this is done poorly.  In the settings of the dmp, I see the setting of local storage and turned it on and set to read/write.  In regard to the command of thumb gose exactly how I implement that so that DPM can see?  I plug to the back of the drive, and it seems that it is active but the management console of the player I don't see anyway to actaully see if she knows the USB.

    (3) how will push the content for local storage and control of the DMM thumb?  It looks like I can send things to the storage internal if package transfer and or advanced/DPM deployment tasks or server file.  What exactly is the difference between these two?

    (4) Lastly how I actually play the local content of the dmp?  Can I set this up on a schedule of the dmm just like I would if he played the local dmm?

    I searched through the documentation, but I have not found any good docs who are clear to actually how to do these things.  So, any help would be appreciated.

    Thanks in advance.

    gec5741

    Hi Glen,

    Here are the answers to your questions

    1) is it nessesary to push the content locally for playback?  Will  playing content from our dmm over the wan be to much traffic?   Presentations could be as simple as a basic welcome page to a  presentation playing video and flash images.

    It is not required to push the content locally, you can also play the DMM directly. The main advantage of playing on the spot, is that you can transfer the videos several hours or days before the presentation begins to be played if you deploy content off hours and then, when he's ready to start playing the new presentation.

    If you play directly the content of the DMM, the content will be transferred at the time of the DMP starts playback. This may fail if the WAN link is saturated at that time here.

    2) If pushing the content local would be a wise decision I am having  difficulty seeing exactly how this is done.  In the dmp settings I see  the local storage setting and have it turned on and set to read/write.   As far as the thumb drive gose how exactly to I set that up so the dmp  can see it?  I plug it in the back of the player and it looks like it's  active but from the management console of the player I do not see any  way to actaully see if it knows about the usb thumb drive.

    You don't need to do anything to enable USB storage, simply plug it in. To confirm that the DMP is able to see it properly, the simplest way is to connect to the DPM via FTP and confirm that he has a «usb_2» directory This "usb_2" directory, where is the USB drive is mapped.

    3) how will I push the content to the local storage and the thumb drive  from the DMM?  It looks like I can send things to the internal storage  though the advanced tasks/deployment package and or file transfer to DMP  or server.  What exactly is the differnce between these two?

    The task of "File transfer" will just do this, transfer a file to the DMP. The deployment package is smarter and will transfer all the contents of a presentation and organize them in a structure that can be used to read the content locally. You should always use the deployment package.

    4) finally how will I actually play the content from the local dmp?  Can  I set this up on a schedual from the dmm just like I would if it was  playing from the local dmm?

    Yes, she may be scheduled as any other presentation.

    I suggest you have a look at the link below. He explains the steps required to configure the deployment package and read the content deployed with it.

    http://www.Cisco.com/en/us/docs/video/digital_media_systems/5_x/5_2/DMM/user/guide/DMP/CDs.html#wp2188026

    I hope everything is clear now, but if you have any questions, let me know. I'll try to answer.

    Daniel

  • ProDesk 600 G1 BIOS configuration of the TPM secure through the BIOS Configuration utility

    We have a range of devices, computers HP desktop and laptops in our environment.  Devices are all running Windows 7 64 bit and should have Bitlocker enabled, but we found that some were not encrypted.  So I am trying to set up a remote BIOS and Bitlocker config activate software that we can get out via SCCM and then embed in a task sequence image for new machines.

    I use the Bios HP Configuration utility to check a BIOS password is set and then activate the TPM chip.  I took a BIOS config output of each of our models and created a settings file that has all of the TPM associated parameters of all models.

    At the moment I run Setup BIOS utility manually for testing.  On all models I tried that works very well, except for the 600 ProDesk G1 SFF.

    When I run the utility on the ProDesk 600 G1 MFS, it says that I have managed to update the settings, and when I check the BIOS, the TPM secure has been unhidden and the TPM Management was given to the operating system (two settings I change), but the TPM itself remains hidden.

    It's the release of the BIOS configuration utility (it uses the 2.60.13.1 version, which uses plaintext passwords.  I also tried with the 3.0.13.1 later version that uses password files - same result)

    C:\ > BiosConfigUtility64.exe /cspwd: "password" set: "TPM_Config.REPSET"
    < BIOSCONFIG Version = "2.60.13.1" Computername = 'HP600G1' Date = "24/07/2014" Time = "13:01:37 ' UTC '1' = >"
    < SETTING changeStatus = "pass" name = "Embedded Security Device" reason = "' returnCode '0' = >"
    < OLDVALUE > <! [CDATA [hidden device]] > < / OLDVALUE >
    < NEWVALUE > <! [CDATA [device]] > < / NEWVALUE >
    < / SETTING >
    < SETTING changeStatus = "pass" name = "Enable security on the next boot" reason = "' returnCode '0' = >"
    < OLDVALUE > <! [CDATA [disable]] > < / OLDVALUE >
    < NEWVALUE > <! [CDATA [enable]] > < / NEWVALUE >
    < / SETTING >
    < SETTING changeStatus = "pass" name = "The BONES of on-board safety management" reason = "' returnCode '0' = >"
    < OLDVALUE > <! [CDATA [disable]] > < / OLDVALUE >
    < NEWVALUE > <! [CDATA [enable]] > < / NEWVALUE >
    < / SETTING >
    < SUCCESS msg = "Successfully set BIOS config." / >
    < information msg = 'BCU return the value' real '0' = translated = '0' / >
    < / BIOSCONFIG >
    C:\ >

    And after a reboot (where it should activate the TPM), BIOS shows as disabled built-in safety device (see attachment for the image).

    I have tried everything I can think of to get this to activate, including:

    • Different versions of the BIOS configuration utility

    • Remove the password from the BIOS and the application in the same order as the parameters

    • Different passwords

    • Reboot and allowing the machine to start completely to Windows before checking if the setting took effect

    I also tried to add the utility and the commands for an SCCM package and it works directly and as part of a sequence of tasks to see if that makes a difference, but nothing I've done has activated the TPM module.

    I know that the TPM module works, as you can turn it on manually and then Bitlocker can be applied to the machine, but with thousands of devices in our environment, I need to get this job without the need for manual intervention.

    Has anyone else had this problem and found a solution?  Or has someone at - he managed to activate the TPM on the SFF of 600 ProDesk G1 using the BIOS Setup utility?  Any ideas / suggestions would be very appreciated!

    P.S. This thread was moved from the company PC - Compaq, Elite, Pro for HP PC Client management. -Hp moderator of the Forum

    This problem has now been resolved by HP.

    They provided a replacement motherboard for the test machine I was using that solved this problem. I don't know what kind of motherboard failure could prevent the activation via the script TMP chip but not prevent activation through the BIOS menu, but as a replacement solved the problem, then it must be a hardware failure.

  • How can I configure my computer to another person can use with their own password and do not go through the mine?

    How can I configure my computer to another person can use with their own password and do not go through the mine?

    Hello

    Activate the guest account or setup a new account with the access levels that you must allow.
    either will work.

    How to activate the guest account enabled or disabled in Vista
    http://www.Vistax64.com/tutorials/126933-guest-account-turn-off.html

    How to create a new user account in Vista (also see the related tutorials)
    http://www.Vistax64.com/tutorials/93009-user-account-create.html

    User accounts in Windows Vista
    http://www.optimizingpc.com/Vista/multiple_useraccounts.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for