10-31-2019 10:55 AM
Hello, I am looking for any direction on being able to leverage either the ERS API or pxGrid in order to search based on custom attributes (version 2.4). For instance, if I created an attribute called "rack" that was of integer value and wanted to find all the resources located in rack 235. Is there a way to search for 235 in the custom attribute "rack" without having to pull every resource via id and running a separate query on the results (doesn't scale)?
Thank you
Solved! Go to Solution.
11-06-2019 08:05 PM
You are correct. ISE has no external API to provide a list of endpoints on matching an endpoint custom attribute value.
01-07-2020 06:53 AM - edited 01-07-2020 06:54 AM
@avanbeus wrote:Hello, I am looking for any direction on being able to leverage either the ERS API or pxGrid in order to search based on custom attributes (version 2.4). For instance, if I created an attribute called "rack" that was of integer value and wanted to find all the resources located in rack 235. Is there a way to search for 235 in the custom attribute "rack" without having to pull every resource via id and running a separate query on the results (doesn't scale)?
Thank you
We have that "limitation" too.
To get around that "limitation" we have an external RESTAPI that we do all the searching and normal day usage in. (in dev) :D
And that one "syncs" with the ERS api to our ISE.
But now today we hit another problem with Custom Attributes, but that's another story :)
--
Regards Falk
11-01-2019 08:08 AM
You will have to use bulk operation to retrieve and lookup the attribute you want to match on using API.
11-01-2019 08:55 AM
11-06-2019 08:05 PM
You are correct. ISE has no external API to provide a list of endpoints on matching an endpoint custom attribute value.
01-07-2020 06:53 AM - edited 01-07-2020 06:54 AM
@avanbeus wrote:Hello, I am looking for any direction on being able to leverage either the ERS API or pxGrid in order to search based on custom attributes (version 2.4). For instance, if I created an attribute called "rack" that was of integer value and wanted to find all the resources located in rack 235. Is there a way to search for 235 in the custom attribute "rack" without having to pull every resource via id and running a separate query on the results (doesn't scale)?
Thank you
We have that "limitation" too.
To get around that "limitation" we have an external RESTAPI that we do all the searching and normal day usage in. (in dev) :D
And that one "syncs" with the ERS api to our ISE.
But now today we hit another problem with Custom Attributes, but that's another story :)
--
Regards Falk
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide