跳到主要内容

获取企业配置信息

基本信息

获取企业配置信息

请求路径
GET /openapi/v1/configs

返回结果

状态码状态码含义说明数据模型
200OK成功EnterpriseConfigSeralizer

模型

EnterpriseConfigSeralizer

{
"export_app": {
"enable": false,
"value": "string"
},
"auto_ssl": {
"enable": false,
"value": "string"
},
"oauth_services": {
"enable": false,
"value": [
{
"enable": true,
"auth_url": "string",
"name": "string",
"is_console": false,
"is_auto_login": false,
"service_id": 0,
"oauth_type": "string",
"eid": "string",
"home_url": "string",
"access_token_url": "string",
"api_url": "string",
"is_deleted": false,
"is_git": false
}
]
},
"cloud_market": {
"enable": false,
"value": "string"
},
"object_storage": {
"enable": false,
"value": {
"provider": "string",
"endpoint": "string",
"access_key": "string",
"secret_key": "string",
"bucket_name": "string"
}
},
"appstore_image_hub": {
"enable": false,
"value": {
"namespace": "string",
"hub_password": "string",
"hub_url": "string",
"hub_user": "string"
}
},
"newbie_guide": {
"enable": false,
"value": "string"
}
}

属性

名称类型必选约束中文名说明
export_appExport appfalsenonenone
auto_sslAuto sslfalsenonenone
oauth_servicesOauth servicesfalsenonenone
cloud_marketCloud marketfalsenonenone
object_storageObject storagefalsenonenone
appstore_image_hubAppstore image hubfalsenonenone
newbie_guideNewbie guidefalsenonenone