The Developer Forum is shutting down. Please join the Equinix Community to participate in new discussions.
JW
API User
Thursday, April 4, 2019 - 00:41

We have noticed in playground for crossconnect order API: https://developer.equinix.com/catalog/crossconnectv1

 

"loa": { "attachments": [ { "id": "eb9ab7e9-3785-41e4-af24-74b8dc37b254", "name": "abc-service-api-swagger.yml" } ]

 

How to get "loa" attachments?

RS
API User
Thursday, April 4, 2019 - 00:57

For LOA attachments, you can first upload LOA attachment using Attachments API, here is the link for swagger:

https://developer.equinix.com/catalog/attachmentsv1

 

POST API: /v1/attachments/file

 

In response to the above API call, you can expect to receive attachmentId, which you can use it for "id" field under "loa"-> "attachments".

 

 

Equinix Customer Portal


APIs that enables all aspects of Equinix Customer Portal features in a programmatic way. Includes user administration, order management & many other capabilities.