XSKY fs-ldaps API

FSLdapController File Storage LDAP Management

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/xsky-fs-ldaps-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

xsky-fs-ldaps-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  description: XMS is the controller of distributed storage system
  version: SDS_4.2.000.0.200302
  title: XMS access-paths fs-ldaps API
  contact: {}
  license:
    name: Commercial
basePath: /v1
tags:
- name: fs-ldaps
  description: 'FSLdapController File Storage LDAP Management

    '
paths:
  /fs-ldaps/:
    get:
      tags:
      - fs-ldaps
      description: List file storage ldaps
      operationId: ListFSLdaps
      consumes:
      - application/json
      produces:
      - application/json
      parameters:
      - name: limit
        in: query
        description: paging param
        required: false
        type: integer
        format: int64
        x-exportParamName: Limit
      - name: offset
        in: query
        description: paging param
        required: false
        type: integer
        format: int64
        x-exportParamName: Offset
      responses:
        200:
          description: OK
          schema:
            $ref: '#/definitions/FSLdapsResp'
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
    post:
      tags:
      - fs-ldaps
      description: create file storage ldap
      operationId: CreateFSLdap
      consumes:
      - application/json
      produces:
      - application/json
      parameters:
      - in: body
        name: body
        description: file storage ldap info
        required: true
        schema:
          $ref: '#/definitions/FSLdapCreateReq'
        x-exportParamName: Body
      responses:
        202:
          description: Accepted
          schema:
            $ref: '#/definitions/FSLdapResp'
        400:
          description: BadRequest
        409:
          description: Conflict
        500:
          description: InternalServerError
      security:
      - tokenInHeader: []
      - tokenInQuery: []
  /fs-ldaps/{fs_ldap_id}:
    get:
      tags:
      - fs-ldaps
      description: Get a file storage ldap
      operationId: GetFSLdap
      consumes:
      - application/json
      produces:
      - application/json
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        type: integer
        format: int64
        x-exportParamName: FsLdapId
      responses:
        200:
          description: OK
          schema:
            $ref: '#/definitions/FSLdapResp'
        404:
          description: NotFound
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
    delete:
      tags:
      - fs-ldaps
      description: Delete file storage ldap
      operationId: DeleteFSLdap
      consumes:
      - application/json
      produces:
      - application/json
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        type: integer
        format: int64
        x-exportParamName: FsLdapId
      responses:
        204:
          description: No Content
        404:
          description: NotFound
        409:
          description: Conflict
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
    patch:
      tags:
      - fs-ldaps
      description: Update a file storage ldap
      operationId: UpdateFSLdap
      consumes:
      - application/json
      produces:
      - application/json
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        type: integer
        format: int64
        x-exportParamName: FsLdapId
      - in: body
        name: body
        description: file storage ldap info
        required: true
        schema:
          $ref: '#/definitions/FSLdapUpdateReq'
        x-exportParamName: Body
      responses:
        200:
          description: OK
          schema:
            $ref: '#/definitions/FSLdapResp'
        400:
          description: BadRequest
        404:
          description: NotFound
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
  /fs-ldaps/{fs_ldap_id}:verify:
    post:
      tags:
      - fs-ldaps
      description: Verify a file storage ldap
      operationId: VerifyFSLdap
      consumes:
      - application/json
      produces:
      - application/json
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        type: integer
        format: int64
        x-exportParamName: FsLdapId
      responses:
        202:
          description: Accepted
          schema:
            $ref: '#/definitions/FSLdapResp'
        404:
          description: NotFound
        409:
          description: Conflict
        500:
          description: InternalServerError
      security:
      - tokenInHeader: []
      - tokenInQuery: []
definitions:
  FSLdapUpdateReq_Info:
    type: object
    required:
    - ip
    - name
    - port
    - suffix
    properties:
      admin_dn:
        type: string
        description: ldap admin dn
      connection_timeout:
        type: integer
        format: int64
        description: timeout for connection
      group_suffix:
        type: string
        description: group suffix
      ip:
        type: string
        description: ip of server
      ips:
        type: array
        description: ips of standby servers
        items:
          type: string
      name:
        type: string
        description: name of ldap
      password:
        type: string
        description: bind password
      port:
        type: integer
        format: int64
        description: ldap service port
      suffix:
        type: string
        description: ldap suffix
      timeout:
        type: integer
        format: int64
        description: timeout for searching
      user_suffix:
        type: string
        description: user suffix
    title: FSLdapUpdateReq_Info
  FSLdapUpdateReq:
    type: object
    required:
    - fs_ldap
    properties:
      fs_ldap:
        $ref: '#/definitions/FSLdapUpdateReq_Info'
    title: FSLdapUpdateReq
  FSLdapCreateReq_Info:
    type: object
    required:
    - ip
    - name
    - port
    - suffix
    properties:
      admin_dn:
        type: string
        description: ldap admin dn
      connection_timeout:
        type: integer
        format: int64
        description: timeout for connection
      group_suffix:
        type: string
        description: group suffix
      ip:
        type: string
        description: ip of server
      ips:
        type: array
        description: ips of standby servers
        items:
          type: string
      name:
        type: string
        description: name of ldap
      password:
        type: string
        description: bind password
      port:
        type: integer
        format: int64
        description: ldap service port
      suffix:
        type: string
        description: ldap suffix
      timeout:
        type: integer
        format: int64
        description: timeout for searching
      user_suffix:
        type: string
        description: user suffix
    title: FSLdapCreateReq_Info
  FSLdapResp:
    type: object
    required:
    - fs_ldap
    properties:
      fs_ldap:
        description: file storage ldap
        $ref: '#/definitions/FSLdap'
    title: FSLdapResp
    example:
      fs_ldap:
        admin_dn: admin_dn
        ip: ip
        update: '2000-01-23T04:56:07.000+00:00'
        suffix: suffix
        verify_time: '2000-01-23T04:56:07.000+00:00'
        ips:
        - ips
        - ips
        timeout: 5
        group_suffix: group_suffix
        user_suffix: user_suffix
        port: 5
        name: name
        create: '2000-01-23T04:56:07.000+00:00'
        fs_gateway_group_num: 6
        id: 1
        connection_timeout: 0
        action_status: action_status
        status: status
  FSLdap:
    type: object
    properties:
      action_status:
        type: string
      admin_dn:
        type: string
      connection_timeout:
        type: integer
        format: int64
      create:
        type: string
        format: date-time
      fs_gateway_group_num:
        type: integer
        format: int64
      group_suffix:
        type: string
      id:
        type: integer
        format: int64
      ip:
        type: string
      ips:
        type: array
        items:
          type: string
      name:
        type: string
      port:
        type: integer
        format: int64
      status:
        type: string
      suffix:
        type: string
      timeout:
        type: integer
        format: int64
      update:
        type: string
        format: date-time
      user_suffix:
        type: string
      verify_time:
        type: string
        format: date-time
    title: FSLdap
    description: FSLdap defines model of file storage ldap
    example:
      admin_dn: admin_dn
      ip: ip
      update: '2000-01-23T04:56:07.000+00:00'
      suffix: suffix
      verify_time: '2000-01-23T04:56:07.000+00:00'
      ips:
      - ips
      - ips
      timeout: 5
      group_suffix: group_suffix
      user_suffix: user_suffix
      port: 5
      name: name
      create: '2000-01-23T04:56:07.000+00:00'
      fs_gateway_group_num: 6
      id: 1
      connection_timeout: 0
      action_status: action_status
      status: status
  FSLdapCreateReq:
    type: object
    required:
    - fs_ldap
    properties:
      fs_ldap:
        $ref: '#/definitions/FSLdapCreateReq_Info'
    title: FSLdapCreateReq
  FSLdapsResp:
    type: object
    required:
    - fs_ldaps
    properties:
      fs_ldaps:
        type: array
        description: file storage ldaps
        items:
          $ref: '#/definitions/FSLdap'
    title: FSLdapsResp
    example:
      fs_ldaps:
      - admin_dn: admin_dn
        ip: ip
        update: '2000-01-23T04:56:07.000+00:00'
        suffix: suffix
        verify_time: '2000-01-23T04:56:07.000+00:00'
        ips:
        - ips
        - ips
        timeout: 5
        group_suffix: group_suffix
        user_suffix: user_suffix
        port: 5
        name: name
        create: '2000-01-23T04:56:07.000+00:00'
        fs_gateway_group_num: 6
        id: 1
        connection_timeout: 0
        action_status: action_status
        status: status
      - admin_dn: admin_dn
        ip: ip
        update: '2000-01-23T04:56:07.000+00:00'
        suffix: suffix
        verify_time: '2000-01-23T04:56:07.000+00:00'
        ips:
        - ips
        - ips
        timeout: 5
        group_suffix: group_suffix
        user_suffix: user_suffix
        port: 5
        name: name
        create: '2000-01-23T04:56:07.000+00:00'
        fs_gateway_group_num: 6
        id: 1
        connection_timeout: 0
        action_status: action_status
        status: status
securityDefinitions:
  tokenInHeader:
    description: auth by token
    type: apiKey
    name: Xms-Auth-Token
    in: header
  tokenInQuery:
    description: auth by token
    type: apiKey
    name: token
    in: query