apis
41 TopicsWhat certifications do you recommend to those just getting started?
Hey Community, I thought it might interesting to see what certifications everyone has or is interested in getting. Also, what is your favorite resource to use for study? There are a bunch out there from the various vendors so I'm curious to see everyone's thoughts. Hopefully those getting started can use the information in this thread as a head start.6.7KViews0likes0CommentsPermissons Issue
I recevved the above error while trying to add a workvisit request. I'm doing some integration testing and trying to perform some negative tests so my software is able to report failures accurately. The error in itself is not really very informative so if anyone else who has seen this knows the cause I'd love to know! { "errors": [ { "code": "EQX-161-403", "message": "Insufficient permission to access the resource or invoke the request." } ], "ticketId": "190806075245093" }6.6KViews0likes9CommentsNew Fabric APIs expand usablity
Connect Using Service Token - Equinix APIs use OAuth 2.0 protocol to authenticate the requests you make to API endpoints. In order to interact with Equinix APIs, you need a bearer acess token. Bearer determines the type of authentication scheme and is a part of the OAuth 2.0 protocol. https://developer.equinix.com/docs6.6KViews1like1CommentAPI service accounts for Fabric API?
Currently I'm using the API token associated with my personal login to Equinix for the Fabric API. What's the best way to make an API token for a service sharable by a group of people at my company? Should I just make an Equinix login like first name Cloud last name Fabric, and then make an API token from that, or is there another way?Solved4.7KViews1like3Comments