Documentation ¶
Index ¶
- type HistoryStreamInfo
- type HttpCode
- type HttpCodeSummary
- type ListBandwidthDetailRequest
- type ListBandwidthDetailRequestInterval
- type ListBandwidthDetailRequestIntervalEnum
- type ListBandwidthDetailResponse
- type ListDomainBandwidthPeakRequest
- type ListDomainBandwidthPeakResponse
- type ListDomainTrafficDetailRequest
- type ListDomainTrafficDetailResponse
- type ListDomainTrafficSummaryRequest
- type ListDomainTrafficSummaryResponse
- type ListHistoryStreamsRequest
- type ListHistoryStreamsResponse
- type ListQueryHttpCodeRequest
- type ListQueryHttpCodeResponse
- type ListRecordDataRequest
- type ListRecordDataResponse
- type ListSingleStreamBitrateRequest
- type ListSingleStreamBitrateResponse
- type ListSingleStreamFramerateRequest
- type ListSingleStreamFramerateResponse
- type ListSnapshotDataRequest
- type ListSnapshotDataResponse
- type ListTranscodeDataRequest
- type ListTranscodeDataResponse
- type ListUsersOfStreamRequest
- type ListUsersOfStreamRequestInterval
- type ListUsersOfStreamRequestIntervalEnum
- type ListUsersOfStreamResponse
- type PeakBandwidthData
- type RecordData
- type ShowStreamCountRequest
- type ShowStreamCountResponse
- type ShowStreamPortraitRequest
- type ShowStreamPortraitResponse
- type ShowUpBandwidthRequest
- type ShowUpBandwidthRequestInterval
- type ShowUpBandwidthRequestIntervalEnum
- type ShowUpBandwidthResponse
- type SnapshotData
- type StreamCountData
- type StreamPortrait
- type TrafficData
- type TrafficSummaryData
- type TranscodeData
- type TranscodeSpec
- type TranscodeSummary
- type V2BandwidthData
- type V2BitrateInfo
- type V2FramerateInfo
- type V2UserData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoryStreamInfo ¶
type HistoryStreamInfo struct { Domain *string `json:"domain,omitempty"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Type *int32 `json:"type,omitempty"` VideoCodec *string `json:"video_codec,omitempty"` AudioCodec *string `json:"audio_codec,omitempty"` ClientIp *string `json:"client_ip,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
func (HistoryStreamInfo) String ¶
func (o HistoryStreamInfo) String() string
type HttpCode ¶
type HttpCodeSummary ¶
type HttpCodeSummary struct { HttpCodes *[]HttpCode `json:"http_codes,omitempty"` Time *string `json:"time,omitempty"` }
func (HttpCodeSummary) String ¶
func (o HttpCodeSummary) String() string
type ListBandwidthDetailRequest ¶
type ListBandwidthDetailRequest struct { PlayDomains []string `json:"play_domains"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Region *[]string `json:"region,omitempty"` Isp *[]string `json:"isp,omitempty"` Interval *ListBandwidthDetailRequestInterval `json:"interval,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListBandwidthDetailRequest) String ¶
func (o ListBandwidthDetailRequest) String() string
type ListBandwidthDetailRequestInterval ¶
type ListBandwidthDetailRequestInterval struct {
// contains filtered or unexported fields
}
func (ListBandwidthDetailRequestInterval) MarshalJSON ¶
func (c ListBandwidthDetailRequestInterval) MarshalJSON() ([]byte, error)
func (*ListBandwidthDetailRequestInterval) UnmarshalJSON ¶
func (c *ListBandwidthDetailRequestInterval) UnmarshalJSON(b []byte) error
type ListBandwidthDetailRequestIntervalEnum ¶
type ListBandwidthDetailRequestIntervalEnum struct { E_300 ListBandwidthDetailRequestInterval E_3600 ListBandwidthDetailRequestInterval E_86400 ListBandwidthDetailRequestInterval }
func GetListBandwidthDetailRequestIntervalEnum ¶
func GetListBandwidthDetailRequestIntervalEnum() ListBandwidthDetailRequestIntervalEnum
type ListBandwidthDetailResponse ¶
type ListBandwidthDetailResponse struct { DataList *[]V2BandwidthData `json:"data_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListBandwidthDetailResponse) String ¶
func (o ListBandwidthDetailResponse) String() string
type ListDomainBandwidthPeakRequest ¶
type ListDomainBandwidthPeakRequest struct { PlayDomains []string `json:"play_domains"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Region *[]string `json:"region,omitempty"` Isp *[]string `json:"isp,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListDomainBandwidthPeakRequest) String ¶
func (o ListDomainBandwidthPeakRequest) String() string
type ListDomainBandwidthPeakResponse ¶
type ListDomainBandwidthPeakResponse struct { BandwidthList *[]PeakBandwidthData `json:"bandwidth_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListDomainBandwidthPeakResponse) String ¶
func (o ListDomainBandwidthPeakResponse) String() string
type ListDomainTrafficDetailRequest ¶
type ListDomainTrafficDetailRequest struct { PlayDomains []string `json:"play_domains"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Region *[]string `json:"region,omitempty"` Isp *[]string `json:"isp,omitempty"` Interval *int32 `json:"interval,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListDomainTrafficDetailRequest) String ¶
func (o ListDomainTrafficDetailRequest) String() string
type ListDomainTrafficDetailResponse ¶
type ListDomainTrafficDetailResponse struct { DataList *[]TrafficData `json:"data_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListDomainTrafficDetailResponse) String ¶
func (o ListDomainTrafficDetailResponse) String() string
type ListDomainTrafficSummaryRequest ¶
type ListDomainTrafficSummaryRequest struct { PlayDomains []string `json:"play_domains"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Region *[]string `json:"region,omitempty"` Isp *[]string `json:"isp,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListDomainTrafficSummaryRequest) String ¶
func (o ListDomainTrafficSummaryRequest) String() string
type ListDomainTrafficSummaryResponse ¶
type ListDomainTrafficSummaryResponse struct { TrafficList *[]TrafficSummaryData `json:"traffic_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListDomainTrafficSummaryResponse) String ¶
func (o ListDomainTrafficSummaryResponse) String() string
type ListHistoryStreamsRequest ¶
type ListHistoryStreamsRequest struct { Domain string `json:"domain"` App *string `json:"app,omitempty"` Offset *int32 `json:"offset,omitempty"` Limit *int32 `json:"limit,omitempty"` }
Request Object
func (ListHistoryStreamsRequest) String ¶
func (o ListHistoryStreamsRequest) String() string
type ListHistoryStreamsResponse ¶
type ListHistoryStreamsResponse struct { HistoryStreamList *[]HistoryStreamInfo `json:"history_stream_list,omitempty"` Total *int32 `json:"total,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListHistoryStreamsResponse) String ¶
func (o ListHistoryStreamsResponse) String() string
type ListQueryHttpCodeRequest ¶
type ListQueryHttpCodeRequest struct { PlayDomains []string `json:"play_domains"` Code *[]string `json:"code,omitempty"` Region *[]string `json:"region,omitempty"` Isp *[]string `json:"isp,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListQueryHttpCodeRequest) String ¶
func (o ListQueryHttpCodeRequest) String() string
type ListQueryHttpCodeResponse ¶
type ListQueryHttpCodeResponse struct { DataSeries *[]HttpCodeSummary `json:"data_series,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListQueryHttpCodeResponse) String ¶
func (o ListQueryHttpCodeResponse) String() string
type ListRecordDataRequest ¶
type ListRecordDataRequest struct { StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListRecordDataRequest) String ¶
func (o ListRecordDataRequest) String() string
type ListRecordDataResponse ¶
type ListRecordDataResponse struct { RecordDataList *[]RecordData `json:"record_data_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListRecordDataResponse) String ¶
func (o ListRecordDataResponse) String() string
type ListSingleStreamBitrateRequest ¶
type ListSingleStreamBitrateRequest struct { Domain string `json:"domain"` App string `json:"app"` Stream string `json:"stream"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListSingleStreamBitrateRequest) String ¶
func (o ListSingleStreamBitrateRequest) String() string
type ListSingleStreamBitrateResponse ¶
type ListSingleStreamBitrateResponse struct { BitrateInfoList *[]V2BitrateInfo `json:"bitrate_info_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListSingleStreamBitrateResponse) String ¶
func (o ListSingleStreamBitrateResponse) String() string
type ListSingleStreamFramerateRequest ¶
type ListSingleStreamFramerateRequest struct { Domain string `json:"domain"` App string `json:"app"` Stream string `json:"stream"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListSingleStreamFramerateRequest) String ¶
func (o ListSingleStreamFramerateRequest) String() string
type ListSingleStreamFramerateResponse ¶
type ListSingleStreamFramerateResponse struct { FramerateInfoList *[]V2FramerateInfo `json:"framerate_info_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListSingleStreamFramerateResponse) String ¶
func (o ListSingleStreamFramerateResponse) String() string
type ListSnapshotDataRequest ¶
type ListSnapshotDataRequest struct { PublishDomain *string `json:"publish_domain,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListSnapshotDataRequest) String ¶
func (o ListSnapshotDataRequest) String() string
type ListSnapshotDataResponse ¶
type ListSnapshotDataResponse struct { SnapshotList *[]SnapshotData `json:"snapshot_list,omitempty"` Total *int64 `json:"total,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListSnapshotDataResponse) String ¶
func (o ListSnapshotDataResponse) String() string
type ListTranscodeDataRequest ¶
type ListTranscodeDataRequest struct { PublishDomain *string `json:"publish_domain,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListTranscodeDataRequest) String ¶
func (o ListTranscodeDataRequest) String() string
type ListTranscodeDataResponse ¶
type ListTranscodeDataResponse struct { TranscodeDataList *[]TranscodeData `json:"transcode_data_list,omitempty"` SummaryList *[]TranscodeSummary `json:"summary_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListTranscodeDataResponse) String ¶
func (o ListTranscodeDataResponse) String() string
type ListUsersOfStreamRequest ¶
type ListUsersOfStreamRequest struct { PlayDomain string `json:"play_domain"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Isp *[]string `json:"isp,omitempty"` Region *[]string `json:"region,omitempty"` Interval *ListUsersOfStreamRequestInterval `json:"interval,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ListUsersOfStreamRequest) String ¶
func (o ListUsersOfStreamRequest) String() string
type ListUsersOfStreamRequestInterval ¶
type ListUsersOfStreamRequestInterval struct {
// contains filtered or unexported fields
}
func (ListUsersOfStreamRequestInterval) MarshalJSON ¶
func (c ListUsersOfStreamRequestInterval) MarshalJSON() ([]byte, error)
func (*ListUsersOfStreamRequestInterval) UnmarshalJSON ¶
func (c *ListUsersOfStreamRequestInterval) UnmarshalJSON(b []byte) error
type ListUsersOfStreamRequestIntervalEnum ¶
type ListUsersOfStreamRequestIntervalEnum struct { E_60 ListUsersOfStreamRequestInterval E_300 ListUsersOfStreamRequestInterval }
func GetListUsersOfStreamRequestIntervalEnum ¶
func GetListUsersOfStreamRequestIntervalEnum() ListUsersOfStreamRequestIntervalEnum
type ListUsersOfStreamResponse ¶
type ListUsersOfStreamResponse struct { DataList *[]V2UserData `json:"data_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListUsersOfStreamResponse) String ¶
func (o ListUsersOfStreamResponse) String() string
type PeakBandwidthData ¶
type PeakBandwidthData struct { Value *int64 `json:"value,omitempty"` Domain *string `json:"domain,omitempty"` }
func (PeakBandwidthData) String ¶
func (o PeakBandwidthData) String() string
type RecordData ¶
type RecordData struct { ConcurrentCount *int32 `json:"concurrent_count,omitempty"` Time *string `json:"time,omitempty"` }
func (RecordData) String ¶
func (o RecordData) String() string
type ShowStreamCountRequest ¶
type ShowStreamCountRequest struct { PublishDomains []string `json:"publish_domains"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ShowStreamCountRequest) String ¶
func (o ShowStreamCountRequest) String() string
type ShowStreamCountResponse ¶
type ShowStreamCountResponse struct { DataList *[]StreamCountData `json:"data_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowStreamCountResponse) String ¶
func (o ShowStreamCountResponse) String() string
type ShowStreamPortraitRequest ¶
type ShowStreamPortraitRequest struct { PlayDomain string `json:"play_domain"` Stream *string `json:"stream,omitempty"` Time string `json:"time"` }
Request Object
func (ShowStreamPortraitRequest) String ¶
func (o ShowStreamPortraitRequest) String() string
type ShowStreamPortraitResponse ¶
type ShowStreamPortraitResponse struct { StreamPortraits *[]StreamPortrait `json:"stream_portraits,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowStreamPortraitResponse) String ¶
func (o ShowStreamPortraitResponse) String() string
type ShowUpBandwidthRequest ¶
type ShowUpBandwidthRequest struct { PublishDomains []string `json:"publish_domains"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` Region *[]string `json:"region,omitempty"` Isp *[]string `json:"isp,omitempty"` Interval *ShowUpBandwidthRequestInterval `json:"interval,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` }
Request Object
func (ShowUpBandwidthRequest) String ¶
func (o ShowUpBandwidthRequest) String() string
type ShowUpBandwidthRequestInterval ¶
type ShowUpBandwidthRequestInterval struct {
// contains filtered or unexported fields
}
func (ShowUpBandwidthRequestInterval) MarshalJSON ¶
func (c ShowUpBandwidthRequestInterval) MarshalJSON() ([]byte, error)
func (*ShowUpBandwidthRequestInterval) UnmarshalJSON ¶
func (c *ShowUpBandwidthRequestInterval) UnmarshalJSON(b []byte) error
type ShowUpBandwidthRequestIntervalEnum ¶
type ShowUpBandwidthRequestIntervalEnum struct { E_300 ShowUpBandwidthRequestInterval E_3600 ShowUpBandwidthRequestInterval E_86400 ShowUpBandwidthRequestInterval }
func GetShowUpBandwidthRequestIntervalEnum ¶
func GetShowUpBandwidthRequestIntervalEnum() ShowUpBandwidthRequestIntervalEnum
type ShowUpBandwidthResponse ¶
type ShowUpBandwidthResponse struct { DataList *[]V2BandwidthData `json:"data_list,omitempty"` XRequestId *string `json:"X-request-id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowUpBandwidthResponse) String ¶
func (o ShowUpBandwidthResponse) String() string
type SnapshotData ¶
type SnapshotData struct { Count *int64 `json:"count,omitempty"` Time *string `json:"time,omitempty"` }
func (SnapshotData) String ¶
func (o SnapshotData) String() string
type StreamCountData ¶
type StreamCountData struct { Value *int32 `json:"value,omitempty"` Time *string `json:"time,omitempty"` }
func (StreamCountData) String ¶
func (o StreamCountData) String() string
type StreamPortrait ¶
type StreamPortrait struct { Time *string `json:"time,omitempty"` Flow *int64 `json:"flow,omitempty"` PlayDuration *int64 `json:"play_duration,omitempty"` RequestCount *int64 `json:"request_count,omitempty"` UserCount *int64 `json:"user_count,omitempty"` PeakUserCount *int64 `json:"peak_user_count,omitempty"` PeakBandwidth *int64 `json:"peak_bandwidth,omitempty"` PushDuration *int64 `json:"push_duration,omitempty"` }
func (StreamPortrait) String ¶
func (o StreamPortrait) String() string
type TrafficData ¶
type TrafficData struct { Value *int64 `json:"value,omitempty"` Time *string `json:"time,omitempty"` }
func (TrafficData) String ¶
func (o TrafficData) String() string
type TrafficSummaryData ¶
type TrafficSummaryData struct { Value *int64 `json:"value,omitempty"` Domain *string `json:"domain,omitempty"` }
func (TrafficSummaryData) String ¶
func (o TrafficSummaryData) String() string
type TranscodeData ¶
type TranscodeData struct { SpecList *[]TranscodeSpec `json:"spec_list,omitempty"` Time *string `json:"time,omitempty"` }
func (TranscodeData) String ¶
func (o TranscodeData) String() string
type TranscodeSpec ¶
type TranscodeSpec struct { Type *string `json:"type,omitempty"` Value *float64 `json:"value,omitempty"` }
func (TranscodeSpec) String ¶
func (o TranscodeSpec) String() string
type TranscodeSummary ¶
type TranscodeSummary struct { Type *string `json:"type,omitempty"` Value *float64 `json:"value,omitempty"` }
func (TranscodeSummary) String ¶
func (o TranscodeSummary) String() string
type V2BandwidthData ¶
type V2BandwidthData struct { Value *int64 `json:"value,omitempty"` Time *string `json:"time,omitempty"` }
func (V2BandwidthData) String ¶
func (o V2BandwidthData) String() string
type V2BitrateInfo ¶
type V2BitrateInfo struct { PublishDomain *string `json:"publish_domain,omitempty"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` DataList *[]int64 `json:"data_list,omitempty"` }
实时码率
func (V2BitrateInfo) String ¶
func (o V2BitrateInfo) String() string
type V2FramerateInfo ¶
type V2FramerateInfo struct { PublishDomain *string `json:"publish_domain,omitempty"` App *string `json:"app,omitempty"` Stream *string `json:"stream,omitempty"` StartTime *string `json:"start_time,omitempty"` EndTime *string `json:"end_time,omitempty"` DataList *[]int64 `json:"data_list,omitempty"` }
实时帧率
func (V2FramerateInfo) String ¶
func (o V2FramerateInfo) String() string
type V2UserData ¶
type V2UserData struct { Value *int64 `json:"value,omitempty"` Time *string `json:"time,omitempty"` }
func (V2UserData) String ¶
func (o V2UserData) String() string
Source Files ¶
- model_history_stream_info.go
- model_http_code.go
- model_http_code_summary.go
- model_list_bandwidth_detail_request.go
- model_list_bandwidth_detail_response.go
- model_list_domain_bandwidth_peak_request.go
- model_list_domain_bandwidth_peak_response.go
- model_list_domain_traffic_detail_request.go
- model_list_domain_traffic_detail_response.go
- model_list_domain_traffic_summary_request.go
- model_list_domain_traffic_summary_response.go
- model_list_history_streams_request.go
- model_list_history_streams_response.go
- model_list_query_http_code_request.go
- model_list_query_http_code_response.go
- model_list_record_data_request.go
- model_list_record_data_response.go
- model_list_single_stream_bitrate_request.go
- model_list_single_stream_bitrate_response.go
- model_list_single_stream_framerate_request.go
- model_list_single_stream_framerate_response.go
- model_list_snapshot_data_request.go
- model_list_snapshot_data_response.go
- model_list_transcode_data_request.go
- model_list_transcode_data_response.go
- model_list_users_of_stream_request.go
- model_list_users_of_stream_response.go
- model_peak_bandwidth_data.go
- model_record_data.go
- model_show_stream_count_request.go
- model_show_stream_count_response.go
- model_show_stream_portrait_request.go
- model_show_stream_portrait_response.go
- model_show_up_bandwidth_request.go
- model_show_up_bandwidth_response.go
- model_snapshot_data.go
- model_stream_count_data.go
- model_stream_portrait.go
- model_traffic_data.go
- model_traffic_summary_data.go
- model_transcode_data.go
- model_transcode_spec.go
- model_transcode_summary.go
- model_v2_bandwidth_data.go
- model_v2_bitrate_info.go
- model_v2_framerate_info.go
- model_v2_user_data.go
Click to show internal directories.
Click to hide internal directories.