ApiManagementClient (apimanagement-apimapis)
Use these REST APIs for performing operations on API entity and their Operations associated with your Azure API Management deployment.Technical Specifications
startFlow
- OnInit
- ./lib/triggers/startFlow.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Api_ListByService
Lists all APIs of the API Management service instance.
- OnInit
- ./lib/actions/Api_ListByService.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Api_Delete
Deletes the specified API of the API Management service instance.
- OnInit
- ./lib/actions/Api_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Api_Get
Gets the details of the API specified by its identifier.
- OnInit
- ./lib/actions/Api_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Api_GetEntityTag
Gets the entity state (Etag) version of the API specified by its identifier.
- OnInit
- ./lib/actions/Api_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Api_Update
Updates the specified API of the API Management service instance.
- OnInit
- ./lib/actions/Api_Update.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Api_CreateOrUpdate
Creates new or updates existing specified API of the API Management service instance.
- OnInit
- ./lib/actions/Api_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiDiagnostic_ListByService
Lists all diagnostics of an API.
- OnInit
- ./lib/actions/ApiDiagnostic_ListByService.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiDiagnostic_Delete
Deletes the specified Diagnostic from an API.
- OnInit
- ./lib/actions/ApiDiagnostic_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiDiagnostic_Get
Gets the details of the Diagnostic for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiDiagnostic_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiDiagnostic_GetEntityTag
Gets the entity state (Etag) version of the Diagnostic for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiDiagnostic_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiDiagnostic_Update
Updates the details of the Diagnostic for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiDiagnostic_Update.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiDiagnostic_CreateOrUpdate
Creates a new Diagnostic for an API or updates an existing one.
- OnInit
- ./lib/actions/ApiDiagnostic_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssue_ListByService
Lists all issues associated with the specified API.
- OnInit
- ./lib/actions/ApiIssue_ListByService.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssue_Delete
Deletes the specified Issue from an API.
- OnInit
- ./lib/actions/ApiIssue_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssue_Get
Gets the details of the Issue for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiIssue_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssue_GetEntityTag
Gets the entity state (Etag) version of the Issue for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiIssue_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssue_Update
Updates an existing issue for an API.
- OnInit
- ./lib/actions/ApiIssue_Update.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssue_CreateOrUpdate
Creates a new Issue for an API or updates an existing one.
- OnInit
- ./lib/actions/ApiIssue_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueAttachment_ListByService
Lists all attachments for the Issue associated with the specified API.
- OnInit
- ./lib/actions/ApiIssueAttachment_ListByService.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueAttachment_Delete
Deletes the specified comment from an Issue.
- OnInit
- ./lib/actions/ApiIssueAttachment_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueAttachment_Get
Gets the details of the issue Attachment for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiIssueAttachment_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueAttachment_GetEntityTag
Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiIssueAttachment_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueAttachment_CreateOrUpdate
Creates a new Attachment for the Issue in an API or updates an existing one.
- OnInit
- ./lib/actions/ApiIssueAttachment_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueComment_ListByService
Lists all comments for the Issue associated with the specified API.
- OnInit
- ./lib/actions/ApiIssueComment_ListByService.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueComment_Delete
Deletes the specified comment from an Issue.
- OnInit
- ./lib/actions/ApiIssueComment_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueComment_Get
Gets the details of the issue Comment for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiIssueComment_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueComment_GetEntityTag
Gets the entity state (Etag) version of the issue Comment for an API specified by its identifier.
- OnInit
- ./lib/actions/ApiIssueComment_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiIssueComment_CreateOrUpdate
Creates a new Comment for the Issue in an API or updates an existing one.
- OnInit
- ./lib/actions/ApiIssueComment_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperation_ListByApi
Lists a collection of the operations for the specified API.
- OnInit
- ./lib/actions/ApiOperation_ListByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperation_Delete
Deletes the specified operation in the API.
- OnInit
- ./lib/actions/ApiOperation_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperation_Get
Gets the details of the API Operation specified by its identifier.
- OnInit
- ./lib/actions/ApiOperation_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperation_GetEntityTag
Gets the entity state (Etag) version of the API operation specified by its identifier.
- OnInit
- ./lib/actions/ApiOperation_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperation_Update
Updates the details of the operation in the API specified by its identifier.
- OnInit
- ./lib/actions/ApiOperation_Update.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperation_CreateOrUpdate
Creates a new operation in the API or updates an existing one.
- OnInit
- ./lib/actions/ApiOperation_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperationPolicy_ListByOperation
Get the list of policy configuration at the API Operation level.
- OnInit
- ./lib/actions/ApiOperationPolicy_ListByOperation.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperationPolicy_Delete
Deletes the policy configuration at the Api Operation.
- OnInit
- ./lib/actions/ApiOperationPolicy_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperationPolicy_Get
Get the policy configuration at the API Operation level.
- OnInit
- ./lib/actions/ApiOperationPolicy_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperationPolicy_GetEntityTag
Gets the entity state (Etag) version of the API operation policy specified by its identifier.
- OnInit
- ./lib/actions/ApiOperationPolicy_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiOperationPolicy_CreateOrUpdate
Creates or updates policy configuration for the API Operation level.
- OnInit
- ./lib/actions/ApiOperationPolicy_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_ListByOperation
Lists all Tags associated with the Operation.
- OnInit
- ./lib/actions/Tag_ListByOperation.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_DetachFromOperation
Detach the tag from the Operation.
- OnInit
- ./lib/actions/Tag_DetachFromOperation.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_GetByOperation
Get tag associated with the Operation.
- OnInit
- ./lib/actions/Tag_GetByOperation.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_GetEntityStateByOperation
Gets the entity state version of the tag specified by its identifier.
- OnInit
- ./lib/actions/Tag_GetEntityStateByOperation.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_AssignToOperation
Assign tag to the Operation.
- OnInit
- ./lib/actions/Tag_AssignToOperation.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Operation_ListByTags
Lists a collection of operations associated with tags.
- OnInit
- ./lib/actions/Operation_ListByTags.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiPolicy_ListByApi
Get the policy configuration at the API level.
- OnInit
- ./lib/actions/ApiPolicy_ListByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiPolicy_Delete
Deletes the policy configuration at the Api.
- OnInit
- ./lib/actions/ApiPolicy_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiPolicy_Get
Get the policy configuration at the API level.
- OnInit
- ./lib/actions/ApiPolicy_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiPolicy_GetEntityTag
Gets the entity state (Etag) version of the API policy specified by its identifier.
- OnInit
- ./lib/actions/ApiPolicy_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiPolicy_CreateOrUpdate
Creates or updates policy configuration for the API.
- OnInit
- ./lib/actions/ApiPolicy_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiProduct_ListByApis
Lists all Products, which the API is part of.
- OnInit
- ./lib/actions/ApiProduct_ListByApis.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRelease_List
Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.
- OnInit
- ./lib/actions/ApiRelease_List.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRelease_Delete
Deletes the specified release in the API.
- OnInit
- ./lib/actions/ApiRelease_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRelease_Get
Returns the details of an API release.
- OnInit
- ./lib/actions/ApiRelease_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRelease_GetEntityTag
Returns the etag of an API release.
- OnInit
- ./lib/actions/ApiRelease_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRelease_Update
Updates the details of the release of the API specified by its identifier.
- OnInit
- ./lib/actions/ApiRelease_Update.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRelease_Create
Creates a new Release for the API.
- OnInit
- ./lib/actions/ApiRelease_Create.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiRevisions_List
Lists all revisions of an API.
- OnInit
- ./lib/actions/ApiRevisions_List.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiSchema_ListByApi
Get the schema configuration at the API level.
- OnInit
- ./lib/actions/ApiSchema_ListByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiSchema_Delete
Deletes the schema configuration at the Api.
- OnInit
- ./lib/actions/ApiSchema_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiSchema_Get
Get the schema configuration at the API level.
- OnInit
- ./lib/actions/ApiSchema_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiSchema_GetEntityTag
Gets the entity state (Etag) version of the schema specified by its identifier.
- OnInit
- ./lib/actions/ApiSchema_GetEntityTag.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ApiSchema_CreateOrUpdate
Creates or updates schema configuration for the API.
- OnInit
- ./lib/actions/ApiSchema_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
TagDescription_ListByApi
Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations
- OnInit
- ./lib/actions/TagDescription_ListByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
TagDescription_Delete
Delete tag description for the Api.
- OnInit
- ./lib/actions/TagDescription_Delete.js
- OnStartup
- -
- OnClose
- -
Attributes
-
TagDescription_Get
Get Tag description in scope of API
- OnInit
- ./lib/actions/TagDescription_Get.js
- OnStartup
- -
- OnClose
- -
Attributes
-
TagDescription_GetEntityState
Gets the entity state version of the tag specified by its identifier.
- OnInit
- ./lib/actions/TagDescription_GetEntityState.js
- OnStartup
- -
- OnClose
- -
Attributes
-
TagDescription_CreateOrUpdate
Create/Update tag description in scope of the Api.
- OnInit
- ./lib/actions/TagDescription_CreateOrUpdate.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_ListByApi
Lists all Tags associated with the API.
- OnInit
- ./lib/actions/Tag_ListByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_DetachFromApi
Detach the tag from the Api.
- OnInit
- ./lib/actions/Tag_DetachFromApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_GetByApi
Get tag associated with the API.
- OnInit
- ./lib/actions/Tag_GetByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_GetEntityStateByApi
Gets the entity state version of the tag specified by its identifier.
- OnInit
- ./lib/actions/Tag_GetEntityStateByApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Tag_AssignToApi
Assign tag to the Api.
- OnInit
- ./lib/actions/Tag_AssignToApi.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Keine Daten für terms vorhanden
OAUTH_CLIENT_ID
OAuth Client ID
- type
- -
- required
- -
- example
- -
OAUTH_CLIENT_SECRET
OAuth Client Secret
- type
- -
- required
- -
- example
- -