Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
Hi, Glenn. Thanks for this feedback, as well as for your contributions with PoshOnTap. You are, of course, correct on these points. Fixing them will require maturing Ontapi beyond what it is today, an autogenerated passthrough layer that speeds cmdlet generation tremendously. But we're committed to making the Toolkit as good as it can be, so I think we'll get there.
If I understood that correctly, you are currently using some kind of meta language to auto generate the toolkit. This presents a problem b/c the OnTAPI is NOT consistent(and I know just how inconsistent that joker is).
I truly hope we don't have to wait for the API to be corrected to implement simple modifications. With SnapDrive, SMVI, SystemManager, etc, etc... I fear fixing the API may be a bridge to far. In the meantime I guess I'll just extend the base objects to include what I need.
Thank you for the information,
~Glenn
glenn.sizemore wrote:
If I understood that correctly, you are currently using some kind of meta language to auto generate the toolkit. This presents a problem b/c the OnTAPI is NOT consistent(and I know just how inconsistent that joker is).
No. The Toolkit is coded the old-fashioned way. ONTAPI is a layer above the ONTAP API that handles the XML parsing; it is built as part of the Toolkit and is subject to manual adjustment, so I can address these things without changes to ONTAP. We considered autogenerating the entire Toolkit, but as you know all too well, that would not have provided a quality PowerShell experience.
Hi Glenn,
Thank you for your feedback. Finding inconsistencies and reporting them is, as you can guess, of the upmost importance. Thank you for all your help and encouragement.
J