Skip to main content
Best answer by API_User

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".

1 reply

API_UserAuthorAnswer
April 4, 2019

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".