Forum Discussion
API_User
6 years agoEquinix Employee
Question about "loa attachment" in crossconnect order API
We have noticed in playground for CrossConnect order API: https://developer.equinix.com/catalog/crossconnectv1
{
"loa": {
"attachments": [
{
"id": "eb9ab7e9...
- 6 years ago
For LOA attachments, you can first upload LOA attachment using Attachments API, here is the link for swagger:
https://developer.equinix.com/catalog/attachmentsv1POST 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".
API_User
6 years agoEquinix Employee
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".
Related Content
- 6 years ago
- 4 years ago