华为云会议
| Details
  • 登录鉴权
    • CheckToken
    • CreateAppIdToken
    • CreatePortalRefNonce
    • CreateProxyToken
    • CreateToken
    • DeleteToken
    • SetSsoConfig
    • ShowSsoConfig
    • UpdateToken
  • 会议管理
    • CancelMeeting
    • CancelRecurringMeeting
    • CancelRecurringSubMeeting
    • CheckCallNumberInConf
    • CreateAnonymousAuthRandom
    • CreateAuthRandom
    • CreateMeeting
    • CreateRecurringMeeting
    • DeleteRecordings
    • ListOnlineConfAttendee
    • SearchAttendanceRecordsOfHisMeeting
    • SearchCtlRecordsOfHisMeeting
    • SearchHisMeetings
    • SearchMeetings
    • SearchOnlineMeetings
    • SearchRecordings
    • ShowConfOrg
    • ShowHisMeetingDetail
    • ShowMeetingDetail
    • ShowOnlineMeetingDetail
    • ShowOrgRes
    • ShowRecordingDetail
    • ShowRecordingFileDownloadUrls
    • ShowRegionInfoOfMeeting
    • ShowSpRes
    • StartMeeting
    • UpdateMeeting
    • UpdateRecurringMeeting
    • UpdateRecurringSubMeeting
  • 会议控制
    • AllowClientRecord
    • AllowGuestUnmute
    • AllowWaitingParticipant
    • BatchHand
    • BroadcastParticipant
    • CancelBroadcast
    • CreateConfToken
    • CreateWebSocketToken
    • DeleteAttendees
    • DeleteLayout
    • Hand
    • HangUp
    • InviteOperateVideo
    • InviteParticipant
    • InviteShare
    • InviteWithPwd
    • Live
    • LockMeeting
    • LockView
    • MoveToWaitingRoom
    • MuteMeeting
    • MuteParticipant
    • ProlongMeeting
    • Record
    • RenameParticipant
    • RollcallParticipant
    • SaveLayout
    • SetCohost
    • SetCustomMultiPicture
    • SetHostView
    • SetMultiPicture
    • SetParticipantView
    • SetRole
    • ShowLayout
    • ShowRealTimeInfoOfMeeting
    • StopMeeting
    • SwitchMode
    • UpdateStartedConfConfig
  • 企业级会议事件推送设置
    • DeleteWebHookConfig
    • SetWebHookConfig
    • ShowWebHookConfig
    • UpdateWebHookConfigStatus
  • 企业管理
    • AddCorp
    • DeleteCorp
    • SearchCorp
    • SearchCorpResources
    • ShowCorp
    • ShowCorpBasicInfo
    • ShowCorpResource
    • UpdateCorp
    • UpdateCorpBasicInfo
  • 企业部门管理
    • AddDepartment
    • DeleteDepartment
    • SearchDepartmentByName
    • ShowDepartment
    • ShowDeptAndChildDept
    • UpdateDepartment
  • 用户管理
    • AddUser
    • BatchDeleteUsers
    • BatchShowUserDetails
    • BatchUpdateUserStatus
    • CheckVeriCodeForUpdateUserInfo
    • InviteUser
    • SearchUsers
    • SendVeriCodeForUpdateUserInfo
    • ShowMyInfo
    • ShowUserDetail
    • UpdateContact
    • UpdateMyInfo
    • UpdateUser
  • 企业管理员管理
    • AddCorpAdmin
    • BatchDeleteCorpAdmins
    • SearchCorpAdmins
    • ShowCorpAdmin
  • 硬终端管理
    • AddDevice
    • BatchDeleteDevices
    • BatchUpdateDevicesStatus
    • SearchDevices
    • ShowDeviceDetail
    • ShowDeviceStatus
    • ShowDeviceTypes
    • UpdateDevice
  • 激活码管理
    • CreateVisionActiveCode
    • DeleteVisionActiveCode
    • ResetActivecode
    • ResetVisionActiveCode
    • SearchVisionActiveCode
  • 云会议室管理
    • AssociateVmr
    • DeleteCorpVmr
    • DisassociateVmr
    • SearchCorpVmr
    • SearchMemberVmr
    • UpdateMemberVmr
  • 用户密码管理
    • CheckSlideVerifyCode
    • CheckVerifyCode
    • ResetPwd
    • ResetPwdByAdmin
    • SendSlideVerifyCode
    • SendVeriCodeForChangePwd
    • UpdatePwd
  • 查询企业通讯录
    • SearchCorpDir
    • SearchCorpExternalDir
  • 企业资源管理
    • AddResource
    • DeleteResource
    • SearchResource
    • SearchResourceOpRecord
    • ShowSpResource
    • UpdateResource
  • 会议纪要
    • AddToPersonalSpace
    • SearchMeetingFileList
    • ShowMeetingFile
    • ShowMeetingFileList
  • 信息窗发布管理
    • AddPublication
    • BatchDeletePublications
    • SearchPublications
    • ShowPublication
    • UpdatePublication
  • 信息窗节目管理
    • AddProgram
    • BatchDeletePrograms
    • SearchPrograms
    • ShowProgram
    • UpdateProgram
  • 信息窗素材管理
    • AddMaterial
    • BatchDeleteMaterials
    • SearchMaterials
    • UpdateMaterial
  • 用户头像管理
    • SetProfileImage
    • SetUserProfileImage
  • 企业应用管理
    • AddAppId
    • BatchSearchAppId
    • DeleteAppId
    • ResetAppKey
    • UpdateAppId

ShowSpRes

GET
https://api.meeting.huaweicloud.com/v1/mmc/management/spRes
Advanced
Required parameters only
Default
Encrypt sensitive parameters
*
Region
Headers
*
X-Access-Token
API Description

This API is used by an SP administrator to query the shared resource usage of the SP.

URL
GET  https://api.meeting.huaweicloud.com/v1/mmc/management/spRes
Request Parameters
NameTypeINMandatoryDescription
X-Access-Token
stringheader Yes

Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID].

Response Parameters
Status code: 200

Operation successful.

NameTypeDescription
usedAccountsCount
integer

Number of concurrent participants used by all enterprises under the SP.

Status code: 401

Authentication is not performed or fails.

NameTypeDescription
error_code
string

error code.

  • MMC.111072005 - CONF_NOT_STARTED
  • MMC.111072065 - CONF_NOT_FOUND_OR_AUTH_FAILED
error_msg
string

error message.

Status code: 500

Server internal error.

NameTypeDescription
error_code
string

error code.

  • MMC.111072005 - CONF_NOT_STARTED
  • MMC.111072065 - CONF_NOT_FOUND_OR_AUTH_FAILED
error_msg
string

error message.

Example Request
Example 1
"GET https://{endpoint}/v1/mmc/management/spRes"
Example Response
Status code: 200

Operation successful.

Example 1
{
"usedAccountsCount": "5"
}
Status code: 401

Authentication is not performed or fails.

Example 1
{
"error_code": "MMC.118000001",
"error_msg": "USER_TOKEN_AUTH_FAILED"
}
Status code: 500

Server internal error.

Example 1
{
"error_code": "MMC.11070003",
"error_msg": "CONF_EXCEPTION"
}
SDK
Click 华为云会议 (Meeting) SDK to download the SDK in your programming language or view the SDK documentation. To learn how to install an SDK and perform authentication, read Usage.
Error Code

Outline

API Description
URL
Request Parameters
Response Parameters
Example Request
Example Response
SDK
Error Code