Skip to main content

Retrieve a temporary URL for file attachment

GET /ipa/support/case/{caseNumber}/file/{fileName}/upload-url

Retrieves a temporary URL for uploading an attachment file.

Token usage: Both a NetApp Console user token and service token. The service token needs to include one of the following scopes: 'occm-access', 'ipa-internal'.

Parameters

Name Type In Required Description

nssKeyId

string

query

True

accountId

string

query

True

fileName

string

path

True

caseNumber

string

path

True

X-Service-Request-Id

string

header

False

Request identifier

Response

Status: 200, Default Response
Name Type Required Description

uploadUrl

string

False

Example response
{
  "uploadUrl": "string"
}

Response

Status: 4xx, Error response
Name Type Required Description

error

string

False

Error code/category

message

string

False

Error description message

Example response
{
  "error": "string",
  "message": "string"
}