Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.devices.LiveToolsCable
Explore with Pulumi AI
Create LiveToolsCable Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LiveToolsCable(name: string, args: LiveToolsCableArgs, opts?: CustomResourceOptions);
@overload
def LiveToolsCable(resource_name: str,
args: LiveToolsCableArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LiveToolsCable(resource_name: str,
opts: Optional[ResourceOptions] = None,
serial: Optional[str] = None,
callback: Optional[LiveToolsCableCallbackArgs] = None,
ports: Optional[Sequence[str]] = None)
func NewLiveToolsCable(ctx *Context, name string, args LiveToolsCableArgs, opts ...ResourceOption) (*LiveToolsCable, error)
public LiveToolsCable(string name, LiveToolsCableArgs args, CustomResourceOptions? opts = null)
public LiveToolsCable(String name, LiveToolsCableArgs args)
public LiveToolsCable(String name, LiveToolsCableArgs args, CustomResourceOptions options)
type: meraki:devices:LiveToolsCable
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LiveToolsCableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LiveToolsCableArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LiveToolsCableArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LiveToolsCableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LiveToolsCableArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var liveToolsCableResource = new Meraki.Devices.LiveToolsCable("liveToolsCableResource", new()
{
Serial = "string",
Callback = new Meraki.Devices.Inputs.LiveToolsCableCallbackArgs
{
HttpServer = new Meraki.Devices.Inputs.LiveToolsCableCallbackHttpServerArgs
{
Id = "string",
},
PayloadTemplate = new Meraki.Devices.Inputs.LiveToolsCableCallbackPayloadTemplateArgs
{
Id = "string",
},
SharedSecret = "string",
Url = "string",
},
Ports = new[]
{
"string",
},
});
example, err := devices.NewLiveToolsCable(ctx, "liveToolsCableResource", &devices.LiveToolsCableArgs{
Serial: pulumi.String("string"),
Callback: &devices.LiveToolsCableCallbackArgs{
HttpServer: &devices.LiveToolsCableCallbackHttpServerArgs{
Id: pulumi.String("string"),
},
PayloadTemplate: &devices.LiveToolsCableCallbackPayloadTemplateArgs{
Id: pulumi.String("string"),
},
SharedSecret: pulumi.String("string"),
Url: pulumi.String("string"),
},
Ports: pulumi.StringArray{
pulumi.String("string"),
},
})
var liveToolsCableResource = new LiveToolsCable("liveToolsCableResource", LiveToolsCableArgs.builder()
.serial("string")
.callback(LiveToolsCableCallbackArgs.builder()
.httpServer(LiveToolsCableCallbackHttpServerArgs.builder()
.id("string")
.build())
.payloadTemplate(LiveToolsCableCallbackPayloadTemplateArgs.builder()
.id("string")
.build())
.sharedSecret("string")
.url("string")
.build())
.ports("string")
.build());
live_tools_cable_resource = meraki.devices.LiveToolsCable("liveToolsCableResource",
serial="string",
callback=meraki.devices.LiveToolsCableCallbackArgs(
http_server=meraki.devices.LiveToolsCableCallbackHttpServerArgs(
id="string",
),
payload_template=meraki.devices.LiveToolsCableCallbackPayloadTemplateArgs(
id="string",
),
shared_secret="string",
url="string",
),
ports=["string"])
const liveToolsCableResource = new meraki.devices.LiveToolsCable("liveToolsCableResource", {
serial: "string",
callback: {
httpServer: {
id: "string",
},
payloadTemplate: {
id: "string",
},
sharedSecret: "string",
url: "string",
},
ports: ["string"],
});
type: meraki:devices:LiveToolsCable
properties:
callback:
httpServer:
id: string
payloadTemplate:
id: string
sharedSecret: string
url: string
ports:
- string
serial: string
LiveToolsCable Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The LiveToolsCable resource accepts the following input properties:
- Serial string
- serial path parameter.
- Callback
Live
Tools Cable Callback - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- Ports List<string>
- A list of ports for which to perform the cable test.
- Serial string
- serial path parameter.
- Callback
Live
Tools Cable Callback Args - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- Ports []string
- A list of ports for which to perform the cable test.
- serial String
- serial path parameter.
- callback
Live
Tools Cable Callback - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- ports List<String>
- A list of ports for which to perform the cable test.
- serial string
- serial path parameter.
- callback
Live
Tools Cable Callback - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- ports string[]
- A list of ports for which to perform the cable test.
- serial str
- serial path parameter.
- callback
Live
Tools Cable Callback Args - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- ports Sequence[str]
- A list of ports for which to perform the cable test.
- serial String
- serial path parameter.
- callback Property Map
- Details for the callback. Please include either an httpServerId OR url and sharedSecret
- ports List<String>
- A list of ports for which to perform the cable test.
Outputs
All input properties are implicitly available as output properties. Additionally, the LiveToolsCable resource produces the following output properties:
- Cable
Test stringId - Id of the cable test request. Used to check the status of the request.
- Error string
- An error message for a failed execution
- Id string
- The provider-assigned unique ID for this managed resource.
- Request
Live
Tools Cable Request - Cable test request parameters
- Results
List<Live
Tools Cable Result> - Results of the cable test request, one for each requested port.
- Status string
- Status of the cable test request.
- Url string
- GET this url to check the status of your cable test request.
- Cable
Test stringId - Id of the cable test request. Used to check the status of the request.
- Error string
- An error message for a failed execution
- Id string
- The provider-assigned unique ID for this managed resource.
- Request
Live
Tools Cable Request - Cable test request parameters
- Results
[]Live
Tools Cable Result - Results of the cable test request, one for each requested port.
- Status string
- Status of the cable test request.
- Url string
- GET this url to check the status of your cable test request.
- cable
Test StringId - Id of the cable test request. Used to check the status of the request.
- error String
- An error message for a failed execution
- id String
- The provider-assigned unique ID for this managed resource.
- request
Live
Tools Cable Request - Cable test request parameters
- results
List<Live
Tools Cable Result> - Results of the cable test request, one for each requested port.
- status String
- Status of the cable test request.
- url String
- GET this url to check the status of your cable test request.
- cable
Test stringId - Id of the cable test request. Used to check the status of the request.
- error string
- An error message for a failed execution
- id string
- The provider-assigned unique ID for this managed resource.
- request
Live
Tools Cable Request - Cable test request parameters
- results
Live
Tools Cable Result[] - Results of the cable test request, one for each requested port.
- status string
- Status of the cable test request.
- url string
- GET this url to check the status of your cable test request.
- cable_
test_ strid - Id of the cable test request. Used to check the status of the request.
- error str
- An error message for a failed execution
- id str
- The provider-assigned unique ID for this managed resource.
- request
Live
Tools Cable Request - Cable test request parameters
- results
Sequence[Live
Tools Cable Result] - Results of the cable test request, one for each requested port.
- status str
- Status of the cable test request.
- url str
- GET this url to check the status of your cable test request.
- cable
Test StringId - Id of the cable test request. Used to check the status of the request.
- error String
- An error message for a failed execution
- id String
- The provider-assigned unique ID for this managed resource.
- request Property Map
- Cable test request parameters
- results List<Property Map>
- Results of the cable test request, one for each requested port.
- status String
- Status of the cable test request.
- url String
- GET this url to check the status of your cable test request.
Look up Existing LiveToolsCable Resource
Get an existing LiveToolsCable resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: LiveToolsCableState, opts?: CustomResourceOptions): LiveToolsCable
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cable_test_id: Optional[str] = None,
callback: Optional[LiveToolsCableCallbackArgs] = None,
error: Optional[str] = None,
ports: Optional[Sequence[str]] = None,
request: Optional[LiveToolsCableRequestArgs] = None,
results: Optional[Sequence[LiveToolsCableResultArgs]] = None,
serial: Optional[str] = None,
status: Optional[str] = None,
url: Optional[str] = None) -> LiveToolsCable
func GetLiveToolsCable(ctx *Context, name string, id IDInput, state *LiveToolsCableState, opts ...ResourceOption) (*LiveToolsCable, error)
public static LiveToolsCable Get(string name, Input<string> id, LiveToolsCableState? state, CustomResourceOptions? opts = null)
public static LiveToolsCable get(String name, Output<String> id, LiveToolsCableState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cable
Test stringId - Id of the cable test request. Used to check the status of the request.
- Callback
Live
Tools Cable Callback - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- Error string
- An error message for a failed execution
- Ports List<string>
- A list of ports for which to perform the cable test.
- Request
Live
Tools Cable Request - Cable test request parameters
- Results
List<Live
Tools Cable Result> - Results of the cable test request, one for each requested port.
- Serial string
- serial path parameter.
- Status string
- Status of the cable test request.
- Url string
- GET this url to check the status of your cable test request.
- Cable
Test stringId - Id of the cable test request. Used to check the status of the request.
- Callback
Live
Tools Cable Callback Args - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- Error string
- An error message for a failed execution
- Ports []string
- A list of ports for which to perform the cable test.
- Request
Live
Tools Cable Request Args - Cable test request parameters
- Results
[]Live
Tools Cable Result Args - Results of the cable test request, one for each requested port.
- Serial string
- serial path parameter.
- Status string
- Status of the cable test request.
- Url string
- GET this url to check the status of your cable test request.
- cable
Test StringId - Id of the cable test request. Used to check the status of the request.
- callback
Live
Tools Cable Callback - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- error String
- An error message for a failed execution
- ports List<String>
- A list of ports for which to perform the cable test.
- request
Live
Tools Cable Request - Cable test request parameters
- results
List<Live
Tools Cable Result> - Results of the cable test request, one for each requested port.
- serial String
- serial path parameter.
- status String
- Status of the cable test request.
- url String
- GET this url to check the status of your cable test request.
- cable
Test stringId - Id of the cable test request. Used to check the status of the request.
- callback
Live
Tools Cable Callback - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- error string
- An error message for a failed execution
- ports string[]
- A list of ports for which to perform the cable test.
- request
Live
Tools Cable Request - Cable test request parameters
- results
Live
Tools Cable Result[] - Results of the cable test request, one for each requested port.
- serial string
- serial path parameter.
- status string
- Status of the cable test request.
- url string
- GET this url to check the status of your cable test request.
- cable_
test_ strid - Id of the cable test request. Used to check the status of the request.
- callback
Live
Tools Cable Callback Args - Details for the callback. Please include either an httpServerId OR url and sharedSecret
- error str
- An error message for a failed execution
- ports Sequence[str]
- A list of ports for which to perform the cable test.
- request
Live
Tools Cable Request Args - Cable test request parameters
- results
Sequence[Live
Tools Cable Result Args] - Results of the cable test request, one for each requested port.
- serial str
- serial path parameter.
- status str
- Status of the cable test request.
- url str
- GET this url to check the status of your cable test request.
- cable
Test StringId - Id of the cable test request. Used to check the status of the request.
- callback Property Map
- Details for the callback. Please include either an httpServerId OR url and sharedSecret
- error String
- An error message for a failed execution
- ports List<String>
- A list of ports for which to perform the cable test.
- request Property Map
- Cable test request parameters
- results List<Property Map>
- Results of the cable test request, one for each requested port.
- serial String
- serial path parameter.
- status String
- Status of the cable test request.
- url String
- GET this url to check the status of your cable test request.
Supporting Types
LiveToolsCableCallback, LiveToolsCableCallbackArgs
- Http
Server LiveTools Cable Callback Http Server - The webhook receiver used for the callback webhook.
- Payload
Template LiveTools Cable Callback Payload Template - The payload template of the webhook used for the callback
- string
- A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.
- Url string
- The callback URL for the webhook target. If using this field, please also specify a sharedSecret.
- Http
Server LiveTools Cable Callback Http Server - The webhook receiver used for the callback webhook.
- Payload
Template LiveTools Cable Callback Payload Template - The payload template of the webhook used for the callback
- string
- A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.
- Url string
- The callback URL for the webhook target. If using this field, please also specify a sharedSecret.
- http
Server LiveTools Cable Callback Http Server - The webhook receiver used for the callback webhook.
- payload
Template LiveTools Cable Callback Payload Template - The payload template of the webhook used for the callback
- String
- A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.
- url String
- The callback URL for the webhook target. If using this field, please also specify a sharedSecret.
- http
Server LiveTools Cable Callback Http Server - The webhook receiver used for the callback webhook.
- payload
Template LiveTools Cable Callback Payload Template - The payload template of the webhook used for the callback
- string
- A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.
- url string
- The callback URL for the webhook target. If using this field, please also specify a sharedSecret.
- http_
server LiveTools Cable Callback Http Server - The webhook receiver used for the callback webhook.
- payload_
template LiveTools Cable Callback Payload Template - The payload template of the webhook used for the callback
- str
- A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.
- url str
- The callback URL for the webhook target. If using this field, please also specify a sharedSecret.
- http
Server Property Map - The webhook receiver used for the callback webhook.
- payload
Template Property Map - The payload template of the webhook used for the callback
- String
- A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.
- url String
- The callback URL for the webhook target. If using this field, please also specify a sharedSecret.
LiveToolsCableCallbackHttpServer, LiveToolsCableCallbackHttpServerArgs
- Id string
- The webhook receiver ID that will receive information. If specifying this, please leave the url and sharedSecret fields blank.
- Id string
- The webhook receiver ID that will receive information. If specifying this, please leave the url and sharedSecret fields blank.
- id String
- The webhook receiver ID that will receive information. If specifying this, please leave the url and sharedSecret fields blank.
- id string
- The webhook receiver ID that will receive information. If specifying this, please leave the url and sharedSecret fields blank.
- id str
- The webhook receiver ID that will receive information. If specifying this, please leave the url and sharedSecret fields blank.
- id String
- The webhook receiver ID that will receive information. If specifying this, please leave the url and sharedSecret fields blank.
LiveToolsCableCallbackPayloadTemplate, LiveToolsCableCallbackPayloadTemplateArgs
- Id string
- The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
- Id string
- The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
- id String
- The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
- id string
- The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
- id str
- The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
- id String
- The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
LiveToolsCableRequest, LiveToolsCableRequestArgs
LiveToolsCableResult, LiveToolsCableResultArgs
- Error string
- If an error occurred during the cable test, the error message will be populated here.
- Pairs
List<Live
Tools Cable Result Pair> - Results for each twisted pair within the cable.
- Port string
- The port for which the test was performed.
- Speed
Mbps int - Speed in Mbps. A speed of 0 indicates the port is down or the port speed is automatic.
- Status string
- The current status of the port. If the cable test is still being performed on the port, "in-progress" is used. If an error occurred during the cable test, "error" is used and the error property will be populated.
- Error string
- If an error occurred during the cable test, the error message will be populated here.
- Pairs
[]Live
Tools Cable Result Pair - Results for each twisted pair within the cable.
- Port string
- The port for which the test was performed.
- Speed
Mbps int - Speed in Mbps. A speed of 0 indicates the port is down or the port speed is automatic.
- Status string
- The current status of the port. If the cable test is still being performed on the port, "in-progress" is used. If an error occurred during the cable test, "error" is used and the error property will be populated.
- error String
- If an error occurred during the cable test, the error message will be populated here.
- pairs
List<Live
Tools Cable Result Pair> - Results for each twisted pair within the cable.
- port String
- The port for which the test was performed.
- speed
Mbps Integer - Speed in Mbps. A speed of 0 indicates the port is down or the port speed is automatic.
- status String
- The current status of the port. If the cable test is still being performed on the port, "in-progress" is used. If an error occurred during the cable test, "error" is used and the error property will be populated.
- error string
- If an error occurred during the cable test, the error message will be populated here.
- pairs
Live
Tools Cable Result Pair[] - Results for each twisted pair within the cable.
- port string
- The port for which the test was performed.
- speed
Mbps number - Speed in Mbps. A speed of 0 indicates the port is down or the port speed is automatic.
- status string
- The current status of the port. If the cable test is still being performed on the port, "in-progress" is used. If an error occurred during the cable test, "error" is used and the error property will be populated.
- error str
- If an error occurred during the cable test, the error message will be populated here.
- pairs
Sequence[Live
Tools Cable Result Pair] - Results for each twisted pair within the cable.
- port str
- The port for which the test was performed.
- speed_
mbps int - Speed in Mbps. A speed of 0 indicates the port is down or the port speed is automatic.
- status str
- The current status of the port. If the cable test is still being performed on the port, "in-progress" is used. If an error occurred during the cable test, "error" is used and the error property will be populated.
- error String
- If an error occurred during the cable test, the error message will be populated here.
- pairs List<Property Map>
- Results for each twisted pair within the cable.
- port String
- The port for which the test was performed.
- speed
Mbps Number - Speed in Mbps. A speed of 0 indicates the port is down or the port speed is automatic.
- status String
- The current status of the port. If the cable test is still being performed on the port, "in-progress" is used. If an error occurred during the cable test, "error" is used and the error property will be populated.
LiveToolsCableResultPair, LiveToolsCableResultPairArgs
- Index int
- The index of the twisted pair tested.
- Length
Meters int - The detected length of the twisted pair.
- Status string
- The test result of the twisted pair tested.
- Index int
- The index of the twisted pair tested.
- Length
Meters int - The detected length of the twisted pair.
- Status string
- The test result of the twisted pair tested.
- index Integer
- The index of the twisted pair tested.
- length
Meters Integer - The detected length of the twisted pair.
- status String
- The test result of the twisted pair tested.
- index number
- The index of the twisted pair tested.
- length
Meters number - The detected length of the twisted pair.
- status string
- The test result of the twisted pair tested.
- index int
- The index of the twisted pair tested.
- length_
meters int - The detected length of the twisted pair.
- status str
- The test result of the twisted pair tested.
- index Number
- The index of the twisted pair tested.
- length
Meters Number - The detected length of the twisted pair.
- status String
- The test result of the twisted pair tested.
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.