SoftLayer Container Utility File Attachment

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

At times,such as when attaching files to tickets, it is necessary to send files to SoftLayer API methods. The SoftLayer_Container_Utility_File_Attachment data type models a single file to upload to the API.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

data

The contents of a file that is uploaded to the SoftLayer API.



filename

The name of a file that is uploaded to the SoftLayer API.

  • Type: string

Associated Methods

Personal tools