-
Notifications
You must be signed in to change notification settings - Fork 11
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
v1 - list systems - expose EC2 instance ID #24
Comments
The amazonInstanceID is populated for systems hosted in amazon see an example output of the JSON object for a system below: systemToken : REMOVED |
How can I access the 'amazonInstanceID' key using the V1 api? It's not something listed in this struct as far as I can tell - https://github.com/TheJumpCloud/jcapi-go/blob/master/v1/system.go I'm rather new to GO, so apologies if it's something simple that I've missed. |
This should be fixed in #27 . amazonInstanceIID is now part of the JumpCloud API and is thus included in the generated SDK |
Hi,
Would it be possible to expose the EC2 instance ID when listing systems?
I have a need to find a system based on it's EC2 instance ID, but I don't think I'm able to do that via the API. Please correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: