AMCS Group ReverseProxyRule API
The ReverseProxyRule API from AMCS Group — 5 operation(s) for reverseproxyrule.
The ReverseProxyRule API from AMCS Group — 5 operation(s) for reverseproxyrule.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/amcs-group-reverseproxyrule-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
title: Core AccessGroup Reverse Proxy Rule API
version: core
servers:
- url: https://rstapi-sbx-svc-core.amcsplatform.com/erp/api/integrator/erp
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: ReverseProxyRule
paths:
/services/api/reverseProxyRules/changes:
get:
tags:
- ReverseProxyRule
parameters:
- name: since
in: query
schema:
type: string
- name: cursor
in: query
schema:
type: string
- name: links
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceChanges_ReverseProxyRuleResource'
/services/api/reverseProxyRules/template:
get:
tags:
- ReverseProxyRule
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResult_ReverseProxyRuleResource'
/services/api/reverseProxyRules/{id}:
get:
tags:
- ReverseProxyRule
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: links
in: query
schema:
type: string
- name: include
in: query
schema:
type: string
- name: expand
in: query
schema:
type: string
- name: udf
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultEntity_ReverseProxyRuleResource'
put:
tags:
- ReverseProxyRule
parameters:
- name: id
in: path
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
delete:
tags:
- ReverseProxyRule
parameters:
- name: id
in: path
required: true
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResource'
/services/api/reverseProxyRules/{id}/blob/{blobMemberName}:
get:
tags:
- ReverseProxyRule
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: blobMemberName
in: path
required: true
schema:
type: string
- name: fileName
in: query
schema:
type: string
- name: contentType
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
type: string
format: binary
/services/api/reverseProxyRules:
get:
tags:
- ReverseProxyRule
parameters:
- name: filter
in: query
schema:
type: string
- name: search
in: query
schema:
type: string
- name: order
in: query
schema:
type: string
- name: max
in: query
schema:
type: string
- name: page
in: query
schema:
type: string
- name: includeCount
in: query
schema:
type: string
- name: includeDeleted
in: query
schema:
type: string
- name: links
in: query
schema:
type: string
- name: udf
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultCollection_ReverseProxyRuleResource'
post:
tags:
- ReverseProxyRule
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
components:
schemas:
ApiResourceId:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type: integer
format: int32
additionalProperties: false
ApiResourceStatus:
type: object
properties:
id:
type:
- integer
- 'null'
format: int32
isSuccess:
type: boolean
additionalProperties: false
ApiResourceResultEntityExtra:
type: object
properties:
expand:
type:
- object
- 'null'
additionalProperties:
type:
- object
- 'null'
additionalProperties: {}
include:
type:
- object
- 'null'
additionalProperties:
type:
- array
- 'null'
items:
type: object
additionalProperties: {}
additionalProperties: false
ApiResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
additionalProperties: false
ApiResourceResultEntity_ReverseProxyRuleResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Core.Entity.ReverseProxyRuleEntity'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
additionalProperties: false
ApiResourceChanges_ReverseProxyRuleResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Core.Entity.ReverseProxyRuleEntity'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
additionalProperties: false
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type:
- string
- 'null'
cursor:
type:
- string
- 'null'
additionalProperties: false
ApiResourceResult_ReverseProxyRuleResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Core.Entity.ReverseProxyRuleEntity'
additionalProperties: false
ApiResourceResultCollection_ReverseProxyRuleResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Core.Entity.ReverseProxyRuleEntity'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
additionalProperties: false
AMCS.Core.Entity.ReverseProxyRuleEntity:
type: object
properties:
isValid:
type: boolean
readOnly: true
id:
type:
- integer
- 'null'
format: int32
readOnly: true
id32:
type: integer
format: int32
readOnly: true
guid:
type:
- string
- 'null'
format: uuid
lastChangeReasonId:
type:
- integer
- 'null'
format: int32
tempIdentifier:
type:
- string
- 'null'
reverseProxyRuleId:
type:
- integer
- 'null'
format: int32
name:
type:
- string
- 'null'
systemCategory:
type:
- string
- 'null'
prefix:
type:
- string
- 'null'
target:
type:
- string
- 'null'
containerNavigationPrefix:
type:
- string
- 'null'
isIgnoreProxy:
type: boolean
additionalProperties: false
ApiResourceResultEntityLinks:
type: object
properties:
self:
type:
- string
- 'null'
associations:
type:
- array
- 'null'
items:
type: string
expand:
type:
- array
- 'null'
items:
type: string
operations:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type:
- integer
- 'null'
format: int32
additionalProperties: false
ApiResourceErrors:
type: object
properties:
errors:
type:
- string
- 'null'
additionalProperties: false