jiridj/Register an API in wM API Gateway
Registers an API within the specified API Gateway instance.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| apigw-url | The url of your API Gateway instance. | yes | — |
| apigw-username | The API Gateway user to execute this action with. | yes | — |
| apigw-password | The password for the API Gateway user to execute this action with. | yes | — |
| api-spec | The file or url for the API specification. This action only supports json-based OpenAPI and Swagger specs. | yes | — |
| set-active | Activate the API project after creation. | no | false |
| debug | Use debug logging. Default is false. | no | false |
Outputs
| name | description |
|---|---|
| api-id | The unique identifier of the API project. |
| api-name | The name of the API project. |
| api-version | The version of the API project. |
| api-type | The type of the API project. |
| api-is-active | Indicates whether the API version is currently active. |