| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.policies.PolicyBean |
IOrganizationResource.createServicePolicy(String organizationId,
String serviceId,
String version,
io.apiman.manager.api.beans.policies.NewPolicyBean bean)
Use this endpoint to add a new Policy to the Service version.
|
void |
IOrganizationResource.deleteServiceDefinition(String organizationId,
String serviceId,
String version)
Use this endpoint to delete a Service's definition document.
|
void |
IOrganizationResource.deleteServicePolicy(String organizationId,
String serviceId,
String version,
long policyId)
Use this endpoint to remove a Policy from the Service.
|
javax.ws.rs.core.Response |
IOrganizationResource.getServiceDefinition(String organizationId,
String serviceId,
String version)
Use this endpoint to retrieve the Service's definition document.
|
io.apiman.manager.api.beans.policies.PolicyBean |
IOrganizationResource.getServicePolicy(String organizationId,
String serviceId,
String version,
long policyId)
Use this endpoint to get information about a single Policy in the Service version.
|
io.apiman.manager.api.beans.policies.PolicyChainBean |
IOrganizationResource.getServicePolicyChain(String organizationId,
String serviceId,
String version,
String planId)
Use this endpoint to get a Policy Chain for the specific Service version.
|
io.apiman.manager.api.beans.services.ServiceVersionBean |
IOrganizationResource.getServiceVersion(String organizationId,
String serviceId,
String version)
Use this endpoint to get detailed information about a single version of
a Service.
|
io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean> |
IOrganizationResource.getServiceVersionActivity(String organizationId,
String serviceId,
String version,
int page,
int pageSize)
Use this endpoint to get audit activity information for a single version of the
Service.
|
List<io.apiman.manager.api.beans.summary.ContractSummaryBean> |
IOrganizationResource.getServiceVersionContracts(String organizationId,
String serviceId,
String version,
int page,
int pageSize)
Use this endpoint to get a list of all Contracts created with this Service.
|
io.apiman.manager.api.beans.summary.ServiceVersionEndpointSummaryBean |
IOrganizationResource.getServiceVersionEndpointInfo(String organizationId,
String serviceId,
String version)
Use this endpoint to get information about the Managed Service's gateway
endpoint.
|
List<io.apiman.manager.api.beans.summary.ServicePlanSummaryBean> |
IOrganizationResource.getServiceVersionPlans(String organizationId,
String serviceId,
String version)
Use this endpoint to list the Plans configured for the given Service version.
|
List<io.apiman.manager.api.beans.summary.PolicySummaryBean> |
IOrganizationResource.listServicePolicies(String organizationId,
String serviceId,
String version)
Use this endpoint to list all of the Policies configured for the Service.
|
void |
IOrganizationResource.reorderServicePolicies(String organizationId,
String serviceId,
String version,
io.apiman.manager.api.beans.policies.PolicyChainBean policyChain)
Use this endpoint to change the order of Policies for a Service.
|
void |
IOrganizationResource.updateServiceDefinition(String organizationId,
String serviceId,
String version)
Use this endpoint to update the Service's definition document.
|
void |
IOrganizationResource.updateServicePolicy(String organizationId,
String serviceId,
String version,
long policyId,
io.apiman.manager.api.beans.policies.UpdatePolicyBean bean)
Use this endpoint to update the meta-data or configuration of a single Service Policy.
|
io.apiman.manager.api.beans.services.ServiceVersionBean |
IOrganizationResource.updateServiceVersion(String organizationId,
String serviceId,
String version,
io.apiman.manager.api.beans.services.UpdateServiceVersionBean bean)
Use this endpoint to update information about a single version of a Service.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.