XSKY fs-ldaps API

FSLdapController File Storage LDAP Management

Operations 6

GET /fs-ldaps/ #
POST /fs-ldaps/ #
GET /fs-ldaps/{fs_ldap_id} #
DELETE /fs-ldaps/{fs_ldap_id} #
PATCH /fs-ldaps/{fs_ldap_id} #
POST /fs-ldaps/{fs_ldap_id}:verify #

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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

xsky-fs-ldaps-api-openapi.yml Raw ↑
openapi: 3.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
servers:
- url: /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
      parameters:
      - name: limit
        in: query
        description: paging param
        required: false
        x-exportParamName: Limit
        schema:
          type: integer
          format: int64
      - name: offset
        in: query
        description: paging param
        required: false
        x-exportParamName: Offset
        schema:
          type: integer
          format: int64
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FSLdapsResp'
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
    post:
      tags:
      - fs-ldaps
      description: create file storage ldap
      operationId: CreateFSLdap
      responses:
        202:
          description: Accepted
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FSLdapResp'
        400:
          description: BadRequest
        409:
          description: Conflict
        500:
          description: InternalServerError
      security:
      - tokenInHeader: []
      - tokenInQuery: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/FSLdapCreateReq'
        description: file storage ldap info
        required: true
  /fs-ldaps/{fs_ldap_id}:
    get:
      tags:
      - fs-ldaps
      description: Get a file storage ldap
      operationId: GetFSLdap
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        x-exportParamName: FsLdapId
        schema:
          type: integer
          format: int64
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FSLdapResp'
        404:
          description: NotFound
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
    delete:
      tags:
      - fs-ldaps
      description: Delete file storage ldap
      operationId: DeleteFSLdap
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        x-exportParamName: FsLdapId
        schema:
          type: integer
          format: int64
      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
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        x-exportParamName: FsLdapId
        schema:
          type: integer
          format: int64
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FSLdapResp'
        400:
          description: BadRequest
        404:
          description: NotFound
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/FSLdapUpdateReq'
        description: file storage ldap info
        required: true
  /fs-ldaps/{fs_ldap_id}:verify:
    post:
      tags:
      - fs-ldaps
      description: Verify a file storage ldap
      operationId: VerifyFSLdap
      parameters:
      - name: fs_ldap_id
        in: path
        description: file storage ldap id
        required: true
        x-exportParamName: FsLdapId
        schema:
          type: integer
          format: int64
      responses:
        202:
          description: Accepted
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FSLdapResp'
        404:
          description: NotFound
        409:
          description: Conflict
        500:
          description: InternalServerError
      security:
      - tokenInHeader: []
      - tokenInQuery: []
components:
  schemas:
    FSLdapUpdateReq:
      type: object
      required:
      - fs_ldap
      properties:
        fs_ldap:
          $ref: '#/components/schemas/FSLdapUpdateReq_Info'
      title: FSLdapUpdateReq
    FSLdapResp:
      type: object
      required:
      - fs_ldap
      properties:
        fs_ldap:
          description: file storage ldap
          $ref: '#/components/schemas/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
    FSLdapCreateReq:
      type: object
      required:
      - fs_ldap
      properties:
        fs_ldap:
          $ref: '#/components/schemas/FSLdapCreateReq_Info'
      title: FSLdapCreateReq
    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_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
    FSLdapsResp:
      type: object
      required:
      - fs_ldaps
      properties:
        fs_ldaps:
          type: array
          description: file storage ldaps
          items:
            $ref: '#/components/schemas/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
    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
  securitySchemes:
    tokenInHeader:
      description: auth by token
      type: apiKey
      name: Xms-Auth-Token
      in: header
    tokenInQuery:
      description: auth by token
      type: apiKey
      name: token
      in: query