Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose numerical site ID trough the API #39

Closed
ridercz opened this issue Nov 10, 2016 · 2 comments
Closed

Expose numerical site ID trough the API #39

ridercz opened this issue Nov 10, 2016 · 2 comments

Comments

@ridercz
Copy link

ridercz commented Nov 10, 2016

Currently there is no way how to get the numerical site ID used by the rest of IIS administration tools. I think the API should expose this information in addition to your internal string ID, because it's basically the only way how to reliably correlate sites across different administration tools/APIs.

@jimmyca15
Copy link
Member

The site resource already has a field with the name id. We must use a name that does not cause confusion with the API id of the site.

Options discussed:

  • config_id
  • apphost_id
  • config_key
  • site_number
  • config_number
  • site_index

@jimmyca15
Copy link
Member

Implemented in 7b378a2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants