JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® ZFS Storage Appliance RESTful Application Programming Interface
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 Overview

Chapter 2 Working with the API

Chapter 3 Alert Service Commands

Chapter 4 Analytics Services

Chapter 5 Hardware Services

Chapter 6 Log Commands

Chapter 7 Network Commands

Chapter 8 Problem Service Commands

Chapter 9 Role Service

Chapter 10 SAN Services

Chapter 11 Service Commands

Chapter 12 Storage Services

Chapter 13 System Commands

Appliance System Commands

Get Version

Power Off System

Reboot System

Restart System Management

Diagnostic Reboot

Factory Reset

System Support Bundles

Create Support Bundle

List Support Bundles

Get Support Bundle

Cancel Support Bundle

Retry Support Bundle Upload

Upload Support Bundle

Delete Support Bundle

System Updates

List System Updates

Get System Update

Upload System Update

Upgrade

Rollback

Delete Update Image

Chapter 14 User Service

Chapter 15 Workflow Commands

Chapter 16 RESTful Clients

Create Support Bundle

Creates a new support bundle to help resolve a service request. A Service Request Number (SRN) must be supplied to associate the support bundle with the open service request. The SRN must be in "3-nnnnnnnnnn" format. For the support bundle to be automatically uploaded to Oracle Support, the Phone Home settings must be registered with valid MOS credentials that have upload permissions.

Example Request:

POST /api/system/v1/bundles HTTP/1.1
Authorization: Basic abhadbfsMWE=
Host: zfssa.example.com:215
Accept: application/json
Content-Type: application/json
Content-Length: 23

{"srn": "3-0123456789"}

Example Response:

HTTP/1.1 201 Created
X-Zfssa-Appliance-Api: 1.0