XSKY os-replication-paths API

OSReplicationPathController API /os-replication-paths.

Operations 2

GET /os-replication-paths/ #
GET /os-replication-paths/{path_uuid} #

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-os-replication-paths-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-os-replication-paths-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 Os Replication Paths API
  contact: {}
  license:
    name: Commercial
servers:
- url: /v1
tags:
- name: os-replication-paths
  description: 'OSReplicationPathController API /os-replication-paths.

    '
paths:
  /os-replication-paths/:
    get:
      tags:
      - os-replication-paths
      description: List os replication paths
      operationId: ListOSReplicationPaths
      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
      - name: marker
        in: query
        description: paging param
        required: false
        x-exportParamName: Marker
        schema:
          type: string
      - name: replication_uuid
        in: query
        description: os replication uuid
        required: false
        x-exportParamName: ReplicationUuid
        schema:
          type: string
      - name: allow_unknown_zone
        in: query
        description: allow has nil zone result(default true)
        required: false
        x-exportParamName: AllowUnknownZone
        schema:
          type: boolean
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OSReplicationPathsResp'
      security:
      - tokenInQuery: []
      - tokenInHeader: []
  /os-replication-paths/{path_uuid}:
    get:
      tags:
      - os-replication-paths
      description: Get a os replication path
      operationId: GetOSReplicationPath
      parameters:
      - name: path_uuid
        in: path
        description: replication path uuid
        required: true
        x-exportParamName: PathUuid
        schema:
          type: string
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OSReplicationPathResp'
        404:
          description: NotFound
        500:
          description: InternalServerError
      security:
      - tokenInQuery: []
      - tokenInHeader: []
components:
  schemas:
    OSReplicationPathsResp:
      type: object
      properties:
        os_replication_paths:
          type: array
          items:
            $ref: '#/components/schemas/OSReplicationPath'
      title: OSReplicationPathsResp
      example:
        os_replication_paths:
        - replication_uuid: replication_uuid
          os_zone_uuids:
          - os_zone_uuids
          - os_zone_uuids
          create: '2000-01-23T04:56:07.000+00:00'
          update: '2000-01-23T04:56:07.000+00:00'
          os_zones:
          - id: 7
            uuid: uuid
          - id: 7
            uuid: uuid
          uuid: uuid
          suspended: true
          status: status
        - replication_uuid: replication_uuid
          os_zone_uuids:
          - os_zone_uuids
          - os_zone_uuids
          create: '2000-01-23T04:56:07.000+00:00'
          update: '2000-01-23T04:56:07.000+00:00'
          os_zones:
          - id: 7
            uuid: uuid
          - id: 7
            uuid: uuid
          uuid: uuid
          suspended: true
          status: status
    OSReplicationPathResp:
      type: object
      properties:
        os_replication_path:
          $ref: '#/components/schemas/OSReplicationPath'
      title: OSReplicationPathResp
      example:
        os_replication_path:
          replication_uuid: replication_uuid
          os_zone_uuids:
          - os_zone_uuids
          - os_zone_uuids
          create: '2000-01-23T04:56:07.000+00:00'
          update: '2000-01-23T04:56:07.000+00:00'
          os_zones:
          - id: 7
            uuid: uuid
          - id: 7
            uuid: uuid
          uuid: uuid
          suspended: true
          status: status
    ObjectStorageZone_Nestview:
      type: object
      properties:
        id:
          type: integer
          format: int64
        uuid:
          type: string
      title: ObjectStorageZone_Nestview
      example:
        id: 7
        uuid: uuid
    OSReplicationPath:
      type: object
      properties:
        create:
          type: string
          format: date-time
        os_zone_uuids:
          type: array
          items:
            type: string
        os_zones:
          type: array
          items:
            $ref: '#/components/schemas/ObjectStorageZone_Nestview'
        replication_uuid:
          type: string
        status:
          type: string
        suspended:
          type: boolean
        update:
          type: string
          format: date-time
        uuid:
          type: string
      title: OSReplicationPath
      description: OSReplicationPath defines models of os replication path.
      example:
        replication_uuid: replication_uuid
        os_zone_uuids:
        - os_zone_uuids
        - os_zone_uuids
        create: '2000-01-23T04:56:07.000+00:00'
        update: '2000-01-23T04:56:07.000+00:00'
        os_zones:
        - id: 7
          uuid: uuid
        - id: 7
          uuid: uuid
        uuid: uuid
        suspended: true
        status: status
  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