Download Connection Profile

get

/console/admin/api/v1.1/organizations/{orgName}/connectionProfile/{zip}

Download the Fabric connection profile of the specified organization. If the 'zip' argument is equal to 'zip', a Zip file including the connection profile in YAML format and all certificates needed will be downloaded. If not, the YAML configuration file content will be returned. Currently you can only export the profile from your own organization.

Request

Supported Media Types
Path Parameters
  • The name of organization whose connection profile is being exported. Currently you can only export the profile of your own organization.
  • Specify the file format to be downloaded. If this argument equals 'zip', a Zip file will be returned. Otherwise a YAML file will be returned.
Back to Top

Response

Supported Media Types

200 Response

Connection profile of the specified org in YAML or Zip format
Body ()
Root Schema : schema
Type: file

404 Response

Specified organization does not exist

500 Response

Internal Server Error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top