Download Connection Profile
get
/console/admin/api/v2/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.
Note that there is a known issue where currently only the YAML can be downloaded - if you select to download a ZIP file you will get an error message stating that and invalid argument was used.
Request
Supported Media Types
- application/json
Path Parameters
-
orgName(required): string
The name of organization whose connection profile is being exported. Currently you can only export the profile of your own organization.
-
zip(required): string
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.
Response
Supported Media Types
- application/json
200 Response
Connection profile of the specified org in YAML or Zip format
Root Schema : schema
Type:
file
404 Response
Specified organization does not exist
500 Response
Internal server error
Default Response
Unexpected error