Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Best CI Class for URL's

steveturley
Tera Guru

I need to store some approved URL's. There doesn't seem to be a CI Class for this or anywhere close.

 

Does anyone have any recommendation of a logical place to store them?

 

Or if I'm creating a new CI class, a recommendation of where that class should be?

 

Thanks!

1 REPLY 1

Community Alums
Not applicable

Hi, Business Application (cmdb_ci_business_app) has an Application URL (url) field. As this is the CSDM Design domain this may make sense from a business/architectural design perspective.

 

Otherwise there is literally an HTTP(S) Endpoint (cmdb_ci_endpoint_http) class.

 

Hope that helps.