Skip to content

Commit

Permalink
Update vpc-byo-aws.adoc (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yu authored Jan 9, 2025
1 parent 3c0dae4 commit 648920d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Cluster creation is an example of an operation that can take a longer period of
Example using the operation ID returned from your create cluster command:

```bash
curl -X GET "https://api.redpanda.com/v1beta2/operations/<operation_id from cluster creation>" \
curl -X GET "https://api.redpanda.com/v1beta2/operations/${REDPANDA_ID}" \
-H "accept: application/json"\
-H "content-type: application/json" \
-H "authorization: Bearer ${BEARER_TOKEN}"
Expand Down

0 comments on commit 648920d

Please sign in to comment.