MostLogin REST API
  1. Schemas
MostLogin REST API
  • MostLogin Developer Guide
  • Folder
    • Get folder list
    • Add a folder
    • Batch delete folders
    • Batch update folders
  • Profile
    • Get Profile list
    • Quick create a profile
    • Advanced create a profile
    • Get profile detail
    • Update profile's folder
    • Update profile's base proxy
    • Update profile's api extraction proxy
    • Update profile's proxy, select one
    • Move profiles to recycle bin
  • Browser
    • Open/Launch browser profile
    • Close browser profile
    • Close all profiles
  • Proxy
    • Get proxy list
    • Proxy detect
    • Add a basic proxy
    • Update basic proxy
    • Add a API extraction proxy
    • Update API extraction proxy
    • Delete proxies
  • Quit app
    POST
  • Schemas
    • Schemas
      • pagination_metadata
      • CloudPhoneProfileID
      • proxy
      • APIConfig
      • proxy_list
      • AdmissionConfig
      • proxy_create
      • AuthConfig
      • SuccessResponse
      • AutherConfig
      • proxy_update
      • BypassConfig
      • browser_profile_status
      • ChainConfig
      • browser_profile_status_list
      • ChainGroupConfig
      • browser_profile_status_create
      • Config
      • browser_profile_status_bulk_delete
      • ConnectorConfig
      • browser_profile_status_update
      • DialerConfig
      • browser_profile_status_bulk_change
      • Duration
      • extension
      • FileLoader
      • extension_list
      • FileRecorder
      • extension_create
      • ForwardNodeConfig
      • extension_bulk_delete
      • ForwarderConfig
      • extension_upload
      • HTTPLoader
      • folder
      • HTTPNodeConfig
      • folder_list
      • HTTPRecorder
      • folder_create
      • HandlerConfig
      • folder_update
      • HopConfig
      • folder_order_update
      • HostMappingConfig
      • folder_attach_profiles
      • HostsConfig
      • folder_detach_profiles
      • IngressConfig
      • folder_profile_ids
      • IngressRuleConfig
      • proxy_list_item
      • LimiterConfig
      • browser_profile_list_item
      • ListenerConfig
      • browser_profile_list
      • LogConfig
      • proxy_create_or_existing
      • LogRotationConfig
      • browser_profile_create
      • MetricsConfig
      • browser_profile_bulk_delete
      • NameserverConfig
      • browser_profile_mass_create
      • NodeConfig
      • browser_profile_transfer
      • PluginConfig
      • browser_profile
      • ProfilingConfig
      • browser_profile_full
      • RecorderConfig
      • browser_profile_delete
      • RecorderObject
      • browser_profile_update
      • RedisLoader
      • browser_profile_access_multi_edit
      • RedisRecorder
      • browser_profile_access_update
      • ResolverConfig
      • fingerprint
      • Response
      • webgl2Maximum
      • RouterConfig
      • font
      • RouterRouteConfig
      • homepage
      • SDConfig
      • homepage_list_item
      • SelectorConfig
      • homepage_list
      • ServiceConfig
      • homepage_create
      • SockOptsConfig
      • homepage_bulk_delete
      • TCPRecorder
      • homepage_update
      • TLSConfig
      • bookmark
      • TLSNodeConfig
      • bookmark_list_item
      • TLSOptions
      • bookmark_list
      • bookmark_create
      • bookmark_bulk_delete
      • bookmark_update
      • team_user
      • team_user_list_item
      • team_user_list
      • team_user_create
      • team_user_update
      • local_storage_item
      • local_storage_export
      • local_storage_import
      • cookie_item
      • cookies_export
      • cookies_import
      • cookies_export_input
      • cookies_export_response
      • cookie_robot_start
      • browser_profile_start
      • login_with_token
      • Proxy
      • ProxyCreateOrExisting
      • ProxyCreateInput
      • ProxyUpdateInput
      • ProxyList
      • ProxyListItem
      • PaginationMetadata
      • BrowserProfileStatus
      • BrowserProfileStatusCreateInput
      • BrowserProfileStatusUpdateInput
      • BrowserProfileStatusList
      • BrowserProfileStatusBulkChangeInput
      • BrowserProfileStatusBulkDeleteInput
      • Extension
      • ExtensionCreateInput
      • ExtensionUploadInput
      • ExtensionList
      • ExtensionBulkDeleteInput
      • Folder
      • FolderCreateInput
      • FolderUpdateInput
      • FolderList
      • FolderOrderUpdateInput
      • FolderAttachProfilesInput
      • FolderDetachProfilesInput
      • FolderProfileIds
      • BrowserProfile
      • BrowserProfileCreateInput
      • BrowserProfileUpdateInput
      • BrowserProfileList
      • BrowserProfileListItem
      • BrowserProfileFull
      • BrowserProfileDeleteInput
      • BrowserProfileBulkDeleteInput
      • BrowserProfileTransferInput
      • BrowserProfileAccessMultiEditInput
      • BrowserProfileAccessUpdateInput
      • Fingerprint
      • Font
      • HomePage
      • HomePageCreateInput
      • HomePageUpdateInput
      • HomePageList
      • HomePageListItem
      • HomePageBulkDeleteInput
      • Bookmark
      • BookmarkCreateInput
      • BookmarkUpdateInput
      • BookmarkList
      • BookmarkListItem
      • BookmarkBulkDeleteInput
      • TeamUser
      • TeamUserUpdateInput
      • TeamUserList
      • TeamUserListItem
      • TeamUserCreateInput
      • LocalStorageItem
      • LocalStorageExport
      • LocalStorageImportInput
      • CookieItem
      • CookiesExport
      • CookiesImportInput
      • CookiesExportInput
      • CookiesExportResponse
      • LoginWithTokenInput
    • Response
      • createAdmissionResponse
      • createAutherResponse
      • createBypassResponse
      • createChainResponse
      • createConnLimiterResponse
      • createHopResponse
      • createHostsResponse
      • createIngressResponse
      • createLimiterResponse
      • createRateLimiterResponse
      • createResolverResponse
      • createRouterResponse
      • createServiceResponse
      • deleteAdmissionResponse
      • deleteAutherResponse
      • deleteBypassResponse
      • deleteChainResponse
      • deleteConnLimiterResponse
      • deleteHopResponse
      • deleteHostsResponse
      • deleteIngressResponse
      • deleteLimiterResponse
      • deleteRateLimiterResponse
      • deleteResolverResponse
      • deleteRouterResponse
      • deleteServiceResponse
      • getConfigResponse
      • saveConfigResponse
      • updateAdmissionResponse
      • updateAutherResponse
      • updateBypassResponse
      • updateChainResponse
      • updateConnLimiterResponse
      • updateHopResponse
      • updateHostsResponse
      • updateIngressResponse
      • updateLimiterResponse
      • updateRateLimiterResponse
      • updateResolverResponse
      • updateRouterResponse
      • updateServiceResponse
  1. Schemas

ChainGroupConfig

{
    "chains": [
        "string"
    ],
    "selector": {
        "failTimeout": 0,
        "maxFails": 0,
        "strategy": "string"
    }
}
Built with