I'm trying to use the API to script a List Resources, but want to be able to filter the results prior to Importing the results. I can use ImportListResourcesResult to simply import the whole result, but that gets me a tonne of elements I'm not interested in.
ImportSelectedListResourcesResult looks like what I want. I can Get the list of resources that the job found, but I can't convince ImportSelectedListResourcesResult to import resource from the list. I've tried various formatting of the resources I"m interested in, I've even blanket taken the list that was pumped out by the Get and imported it wholesale into the verb, to no avail. At least when I do that, it doesn't fail. It simply doesn't import anything.
Anyone have any luck, or suggest an alternate method? The one thing I **don't** want to resort to if I can help it is importing everything and then going back and removing the things I don't want. That creates wayyyy to much churn given that I'm dealing with 17,000 nodes on my biggest instance....
Thanks,
Paul